Skip to content

Instantly share code, notes, and snippets.

View edant92's full-sized avatar

Edward Stevens edant92

View GitHub Profile
Verifying that +edant92 is my blockchain ID. https://onename.com/edant92
@edant92
edant92 / xml_nato_phonetic_alphabet
Created May 7, 2016 21:28
Full NATO Phonetic Alphabet as an XML string-array. Ideal for Android Development.
<string-array name="nato_phonetic_alphabet">
<item>Alfa</item>
<item>Bravo</item>
<item>Charlie</item>
<item>Delta</item>
<item>Echo</item>
<item>Foxtrot</item>
<item>Golf</item>
<item>Hotel</item>
<item>India</item>
@edant92
edant92 / xml_currency_codes
Last active April 29, 2016 13:04
All International Currency Codes (from ISO 4217 standard) as an XML string-array. Ideal for Android Development.
<string-array name="array_currency_codes">
<item>AED</item>
<item>AFN</item>
<item>ALL</item>
<item>AMD</item>
<item>ANG</item>
<item>AOA</item>
<item>ARS</item>
<item>AUD</item>
<item>AWG</item>
@edant92
edant92 / xml_country_codes
Created April 29, 2016 12:52
All International Country Codes (from ISO 3166-1 standard) as an XML string-array. Ideal for Android Development.
<string-array name="array_country_codes">
<item>AD</item>
<item>AE</item>
<item>AF</item>
<item>AG</item>
<item>AI</item>
<item>AL</item>
<item>AM</item>
<item>AO</item>
<item>AQ</item>