Skip to content

Instantly share code, notes, and snippets.

View muddledluck's full-sized avatar

Saral Shrivastava(Oscar) muddledluck

View GitHub Profile
@muddledluck
muddledluck / README.md
Created February 23, 2024 03:47 — forked from piyushgarg-dev/README.md
Kafka Crash Course
@muddledluck
muddledluck / variousCountryListFormats.js
Created September 19, 2020 14:55 — forked from incredimike/variousCountryListFormats.js
List of Countries in various Javascript data structures: Alphabetical country lists & Country data objects.
// Lists of countries with ISO 3166 codes, presented in various formats.
// Last Updated: July 30, 2020
// If you're using PHP, I suggest checking out:
// https://github.com/thephpleague/iso3166
//
// JS developers can check out:
// https://www.npmjs.com/package/iso3166-2-db
// List of all countries in a simple list / array.