My git repos online

I've installed gitweb and now you can download all my code from my git repo at: http://git.logfish.net/
It will slowly start to collect all my code ramblings and small local projects. Things that I just publish for the fun of it, not big enough for SF, not complicated enough for multiple developers. Just the idiotic but sometimes useful things.

One of the first submissions is: sharehttp
A small Python script which runs the SimpleHTTPServer from Python to host the files in the current directory. So if you want to share your files with the people on your local net, but don't have Samba included: run this script from the directory you want to share and mention the links it outputs to your friends. Don't forget to punch a whole in your firewall ;)