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
| <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
| { | |
| "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
| // 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
| 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 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
| ''' | |
| Dazhe.Meng: | |
| Nice little script to display job load on new gmi cluster (mendel) | |
| ''' | |
| NUM_PER_ROW = 2 | |
| import subprocess | |
| import string | |
| import sys |
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
| running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | |
| OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | |
| OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \ | |
| ${PYTHON:-python} -m subunit.run discover -t /usr/lib/python2.7/site-packages/tempest /usr/lib/python2.7/site-packages/tempest/test_discover --list | |
| running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | |
| OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | |
| OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \ | |
| ${PYTHON:-python} -m subunit.run discover -t /usr/lib/python2.7/site-packages/tempest /usr/lib/python2.7/site-packages/tempest/test_discover --load-list /tmp/tmpBiBwqg | |
| running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | |
| OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ |
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
| help([==[ [9/71190] | |
| Description | |
| =========== | |
| The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines | |
| redesigned for distributed memory MIMD parallel computers. | |
| More information | |
| ================ |