Skip to content

Instantly share code, notes, and snippets.

View chigwell's full-sized avatar
💭
work hard

Eugene Evstafev chigwell

💭
work hard
View GitHub Profile
@chigwell
chigwell / itunes.countries.js
Created December 7, 2021 15:17 — forked from daFish/itunes.countries.js
List of Apple iTunes Store Country codes in Javascript.
var countries = {
ae: 'United Arab Emirates',
ag: 'Antigua and Barbuda',
ai: 'Anguilla',
al: 'Albania',
am: 'Armenia',
ao: 'Angola',
ar: 'Argentina',
at: 'Austria',
au: 'Australia',
@chigwell
chigwell / csv-to-json.php
Created June 10, 2020 13:13 — forked from robflaherty/csv-to-json.php
Convert CSV to JSON
<?php
/*
* Converts CSV to JSON
* Example uses Google Spreadsheet CSV feed
* csvToArray function I think I found on php.net
*/
header('Content-type: application/json');
// Set your CSV feed