I hereby claim:
- I am neic on github.
- I am neic (https://keybase.io/neic) on keybase.
- I have a public key whose fingerprint is FE1F C761 249E 23A2 E32C 46B4 822F AC8A D4C3 548C
To claim this, I am signing this object:
| from pprint import pprint | |
| from bs4 import BeautifulSoup | |
| import dryscrape | |
| from itertools import tee, islice, chain | |
| BASEURL = 'http://metalligaen.dk' | |
| RELURRL = '/Home/Schedule' | |
| WTHOMETEAM = '|-\n| style="text-align:left; background:#F2F2F2;"|[[%s]]\n' |
I hereby claim:
To claim this, I am signing this object:
| \newcommand{\ghost}[1]{\tikz[baseline=.1em,scale=.5]{ | |
| \draw [fill=#1] (0,0) -- (0,.5) arc (+180:0:.3) -- (.6,0) -- | |
| (.5,.15) -- (.4,0) -- (.3,.15) -- (.2,0) -- (.1,.15) -- cycle; | |
| \coordinate (eye) at (360*rand:.03); | |
| \foreach \x in {.17,.43}{ | |
| \fill[white] (\x,.5) circle[radius=.1]; | |
| \fill[black] (\x,.5) ++(eye) circle[radius=.05]; | |
| } | |
| }} | |
| #!/usr/bin/perl | |
| use WWW::Mechanize; | |
| use Time::HiRes qw/usleep/; | |
| $m = WWW::Mechanize->new(); | |
| $url = 'http://services.science.au.dk/apps/skema/VaelgElevskema.asp?webnavn=skema&sprog=da'; | |
| $i=1; | |
| while ($i) { | |
| $m->get($url); |
| This is moved to https://github.com/neic/preamble |