Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://github.com/github/gitignore/blob/master/Python.gitignore | |
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# C extensions | |
*.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker_running=$(docker-machine ls | grep dev) | |
if [[ "$docker_running" == *"Stopped"* ]] | |
then | |
echo "fyi - docker not running" | |
elif [[ "$docker_running" == *"Running"* ]] | |
then | |
eval "$(docker-machine env dev)" | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"search_metadata": { | |
"count": 15, | |
"completed_in": 0.092, | |
"max_id_str": "600405536929026050", | |
"since_id_str": "0", | |
"next_results": "?max_id=600405492113022975&q=nepal&include_entities=1", | |
"refresh_url": "?since_id=600405536929026050&q=nepal&include_entities=1", | |
"since_id": 0, | |
"query": "nepal", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LANGUAGES = ( | |
('ab', 'Abkhaz',), | |
('aa', 'Afar',), | |
('af', 'Afrikaans',), | |
('ak', 'Akan',), | |
('sq', 'Albanian',), | |
('am', 'Amharic',), | |
('ar', 'Arabic',), | |
('an', 'Aragonese',), | |
('hy', 'Armenian',), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COUNTRIES = ( | |
('AF', 'Afghanistan',), | |
('AX', 'Aland Islands',), | |
('AL', 'Albania',), | |
('DZ', 'Algeria',), | |
('AS', 'American Samoa',), | |
('AD', 'Andorra',), | |
('AO', 'Angola',), | |
('AI', 'Anguilla',), | |
('AQ', 'Antarctica',), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"2005": { | |
"East Midlands": { | |
"self_employed": { | |
"individuals": "238", | |
"median": "16800", | |
"mean": "244" | |
}, | |
"tax": { | |
"individuals": "2090", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"2005": { | |
"East Midlands": { | |
"self_employed": { | |
"individuals": "238", | |
"median": "16800", | |
"mean": "244" | |
}, | |
"tax": { | |
"individuals": "2090", |
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"2005": { | |
"Northamptonshire": { | |
"self_employed": { | |
"individuals": "37", | |
"median": "12500", | |
"mean": "20400" | |
}, | |
"tax": { | |
"individuals": "332", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"region": "United Kingdom", | |
"year": "2005", | |
"total_income_median_central": "44", | |
"total_income_mean_central": "1990" | |
}, | |
{ | |
"region": "England", | |
"year": "2005", |