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
file=vysledky.html | |
out=vysledky.tmp | |
res=vysledky | |
while true; do | |
: > $out | |
echo -e '<html><head>\n | |
<meta charset="UTF-8">\n | |
</head>\n<body>' >> $out | |
echo `date` | |
curl -s http://www.vysledkyvolieb.sk/parlamentne-volby/2016/priebezne-vysledky > $file |
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
# Installs a precompiled binary tensorflow wheel for the debian8 system at MetaCentrum. | |
# Make sure to run the commands below manually one by one (qsub opens a new shell). | |
# First run: | |
qsub -I -l nodes=1:ppn=1:debian8 | |
# Wait for the job... | |
rm -rf tensorflow* metacentrum_run* | |
scrname=metacentrum_run.sh | |
wget "http://www.ms.mff.cuni.cz/~skopeko/files/$scrname" | |
chmod +x "$scrname" |
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
IMPORTANT | |
========= | |
In case a "sis-unconvert.sh.txt" or "sis-unconvert.bat.txt" is present in this | |
directory, you have obtained a SIS-compatible version of this work. | |
To convert it back into a regular version, run either "sis-unconvert.sh.txt" | |
or "sis-unconvert.bat.txt", depending on your platform. | |
Runs YAPF on individual notebook cells using yapf_api.
-
To skip a cell formatting (for example with jupyter-custom syntax, add
# noqa
to the first line of the cell. -
Remove newlines at end of cells.
-
Uses the style_format file
.style.yapf
. -
Has a dry run option for checking proper formatting (f.e. in a Git hook).
OlderNewer