Skip to content

Instantly share code, notes, and snippets.

View kwedbh's full-sized avatar

Kingsley Williams kwedbh

  • Kwed Nigeria
  • Lagos, Nigeria
  • X @kwedbh
View GitHub Profile
@mofesolapaul
mofesolapaul / nigeria-states.json
Last active April 11, 2025 15:36
List of all Nigerian states, alphabetically arranged in JSON array
[
"Abia",
"Adamawa",
"Akwa Ibom",
"Anambra",
"Bauchi",
"Bayelsa",
"Benue",
"Borno",
"Cross River",
@grexlort
grexlort / phonePrefixCodesWithCountry.php
Last active June 1, 2024 01:45
List of phone prefix codes with country in PHP array format prefix => country +xxx
// data from https://gist.github.com/andyj/7108917
$array = [
'44' => 'UK (+44)',
'1' => 'USA (+1)',
'213' => 'Algeria (+213)',
'376' => 'Andorra (+376)',
'244' => 'Angola (+244)',
'1264' => 'Anguilla (+1264)',
'1268' => 'Antigua & Barbuda (+1268)',
$months = [
'January',
'February',
'March',
'April',
'May',
'June',
'July',
'August',
'September',