Skip to content

Instantly share code, notes, and snippets.

View Iqlaas's full-sized avatar

Kamal Iqlaas Iqlaas

View GitHub Profile
@rained23
rained23 / gist:8932657
Created February 11, 2014 10:40
Malaysia States Array
$states = [
'JHR' => 'Johor',
'KDH' => 'Kedah',
'KTN' => 'Kelantan',
'MLK' => 'Melaka',
'NSN' => 'Negeri Sembilan',
'PHG' => 'Pahang',
'PRK' => 'Perak',
'PLS' => 'Perlis',
'PNG' => 'Pulau Pinang',
@eznj
eznj / star_wars.ino
Last active September 26, 2023 18:24
Arduino Star Wars Song
const int c = 261;
const int d = 294;
const int e = 329;
const int f = 349;
const int g = 391;
const int gS = 415;
const int a = 440;
const int aS = 455;
const int b = 466;
const int cH = 523;