Skip to content

Instantly share code, notes, and snippets.

View tomnagengast's full-sized avatar
🤘

Tom Nagengast tomnagengast

🤘
View GitHub Profile
@tomnagengast
tomnagengast / countries.php
Created August 9, 2017 17:40 — forked from JeffreyWay/countries.php
Country Names + Codes
[
"United States" => "us",
"Afghanistan" => "af",
"Albania" => "al",
"Algeria" => "dz",
"American Samoa" => "as",
"Andorra" => "ad",
"Angola" => "ad",
"Anguilla" => "ai",
"Antarctica" => "aq",
@tomnagengast
tomnagengast / weather.sh
Created August 9, 2017 17:36 — forked from taylorotwell/weather.sh
Weather CLI
alias weather='curl -s wttr.in | sed -n "1,7p"'