Archive | Coding RSS feed for this category

Since we last spoke..

11 January 2010

0 Comments

Hey, Since my last posting,  Christmas and New Years happened… *sigh*. As much as I enjoy the time off (haha, we all know a university student never gets time off), I hate having those “what have you been up to?” conversations with friends that lets face it, I don’t have time to talk to every week. [...]

Continue reading...

Taming the Python

17 November 2009

2 Comments

Taming the Python

Hey Guys, I’ve been learning some python over the last few weeks, thought I would give it coding a Openbox Pipe Menu a go. It’s not very useful and some of the guys in the Crunchbang Forums helped me to fix my bugs. Here is the code: #!/usr/bin/env python -W ignore::DeprecationWarning import sys import cgi import twitter if __name__ == "__main__": [...]

Continue reading...