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
import requests, csv | |
req = requests.get('https://arapheno.1001genomes.org/rest/phenotype/list.json') | |
for phen in req.json(): | |
id = phen['phenotype_id'] | |
filename = '/tmp/DATA/%s_%s.csv' % (id,phen['name']) | |
with open(filename, 'w') as fh: | |
data = requests.get('https://arapheno.1001genomes.org/rest/phenotype/%s/values.csv' % id) | |
for chunk in data.iter_content(chunk_size=128): | |
fh.write(chunk) | |
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
// This file is overwritten whenever you change your user settings in the game. | |
// Add custom configurations to the file "userconfig.cfg". | |
unbindall | |
bind "TAB" "+showscores" | |
bind "ENTER" "+attack" | |
bind "ESCAPE" "cancelselect" | |
bind "SPACE" "+jump" | |
bind "'" "+moveup" | |
bind "+" "sizeup" |
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
{ | |
"type": "top", | |
"scoreRange": [0, 15], | |
"studies": [{ | |
"id": 0, | |
"name": "Phen0" | |
}, { | |
"id": 1, | |
"name": "Phen1" | |
}, { |
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
<iframe src="http://www.fussballoesterreich.at/foes/Datenservice/WFV-DioezesanSportGemeinschaft-DSGUnterligaB/Tabelle" frameborder="0" height="100%" width="100%"></iframge> |
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
This is just a test |
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
This is just a test |
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
This is just a test |
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
This is just a test |
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
This is just a test |
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
This is just a test |