I hereby claim:
- I am antonklava on github.
- I am klava (https://keybase.io/klava) on keybase.
- I have a public key whose fingerprint is ACC5 1C97 CFF2 8786 10A8 4B03 3F25 0F2D 2EF8 794B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Super simple script to create a favicon.ico from specified png. | |
| # Requires imagemagick ( http://www.imagemagick.org ) | |
| # | |
| # Usage: | |
| # ./favicon-from-png.sh myimage.png | |
| # ls | |
| # myimage.png favicon.ico | |
| # |
| import urllib2 | |
| import re | |
| class SlFarm: | |
| """ | |
| Farms the SL website for information about the arrival times of busses | |
| Only works for busses at the moment | |
| Written by Anton Klava, aklava@kth.se |