Skip to content

Instantly share code, notes, and snippets.

View gilbertmpanga12's full-sized avatar
💎
Crafting my stones

gilbert mpanga gilbertmpanga12

💎
Crafting my stones
View GitHub Profile
@andy-thomason
andy-thomason / Genomics_A_Programmers_Guide.md
Created May 14, 2019 13:32
Genomics a programmers introduction

Genomics - A programmer's guide.

Andy Thomason is a Senior Programmer at Genomics PLC. He has been witing graphics systems, games and compilers since the '70s and specialises in code performance.

https://www.genomicsplc.com

$months = [
'January',
'February',
'March',
'April',
'May',
'June',
'July',
'August',
'September',
@incredimike
incredimike / variousCountryListFormats.js
Last active June 16, 2024 16:38
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
// or Laravel: https://github.com/squirephp/squire
//
// JS developers can check out:
// https://www.npmjs.com/package/iso3166-2-db
//