Tweet-o-Graph

Didn't you ever wish your computer understood you?
I write web apps, services, themes, tools and a lot more, using Python and sometimes PHP or Clojure.
I constantly look for ways to work smarter with better software and an array of AppleScripts to do tasks ranging from maintenance jobs to changing my desktop background.

#!/bin/sh echo "Content-type: text/html "; curl http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tgz | tar -zx cd Python-2.6.4 ./configure --prefix=/your/home/directory #change this to your home make make install cd .. curl http://www.saddi.com/software/flup/dist/flup-1.0.2.tar.gz | tar -zx cd flup-1.0.2 /your/home/directory/bin/python setup.py install cd .. curl http://webpy.org/static/web.py-0.33.tar.gz | tar -zx cp -r web.py-0.33/web .
AddHandler cgi-script .py
#!/your/home/directory/bin/python
| 1 of 1 |