Archive for August, 2006

Python

For some time now I have been playing about with the Python language. Most of the stuff I have created with it has been rubbish or just little experiments into exploring the language.
I have however created something which somebody might someday might find useful. “What is it?”, you ask. It’s a command line temperature converter. [...]

Todo.txt

This week I discovered a useful little command line application to process my todo list. Todo.txt processes a plain text file and allows you to maintain the list with a few command line calls. Because the file is in plain text I can just print it out if I am going to be away from [...]