Skip to content

Instantly share code, notes, and snippets.

View AlijiEmmanuel-dev's full-sized avatar
💭
Available for collaboration

Aliji Emmanuel AlijiEmmanuel-dev

💭
Available for collaboration
View GitHub Profile
@AlijiEmmanuel-dev
AlijiEmmanuel-dev / stuns
Created November 26, 2023 08:02 — forked from zziuni/stuns
STUN server list
# source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list
# A list of available STUN server.
stun.l.google.com:19302
stun1.l.google.com:19302
stun2.l.google.com:19302
stun3.l.google.com:19302
stun4.l.google.com:19302
stun01.sipphone.com
stun.ekiga.net
@AlijiEmmanuel-dev
AlijiEmmanuel-dev / variousCountryListFormats.js
Created December 7, 2020 20:54 — 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.