GtDProductivityPython

PyGTD

PyGTD, by Keith Martin, is an interesting little Python command-line program for GTD. You input your projects, tasks, and contexts into some specially formatted files and run this program and it spits out a todo.txt file which is...
Programming

Beej’s guides

Brian "Beej" Hall has written a couple of really useful guides on topics of interest to Unix programmers: Beej's Guide to Unix Interprocess Communication (IPC) - signals, pipes, FIFOs (named pipes), sockets, shared memory,...