ctopy automates the parts of translating C source
code to Python source code that are difficult for
a human but easy for a machine. This allows a
human programmer to concentrate on the nontrivial
parts of the translation.
Galaxis is a curses-based clone of Christian Franz's game Galaxis for the Macintosh. It is a logic puzzle--you must drop probes in space to locate four lifeboats from a distressed interstellar liner. Can you locate them all before you run out of probes and they run out of oxygen?
unserding is a simple pub-sub messaging library, much like 0mq or nanomsg, without all the transports they support and without the reliability promise, made for heavy-duty realtime delivery of time series.