Skip to content

Instantly share code, notes, and snippets.

View dujar's full-sized avatar

dujarfa dujar

  • Singapore/Thailand
View GitHub Profile
@dujar
dujar / Common-Currency.json
Created January 22, 2018 15:33 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
@dujar
dujar / introrx.md
Created July 20, 2018 10:06 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing