Teventlet: a tiny event handler for Python

, 09/24/2012

I was working on Pymud, when I ran into a requirement; I needed a way to be able to handle events easily, thus Teventlet.


Tags:
Posted in code, tech, Uncategorized | No Comments » |

[SOLUTION] BSD:viewing memory usage statistics

, 12/23/2011

I was a bit disgruntled at the apparent lack of a free command in BSD, such as exists in Linux to view my memory usage statistics.


Posted in code, tech | No Comments » |

Getting started with RenX

, 11/28/2011

RenX is a library for OSX that assists blind coders in creating guis that look good, while also getting around the accessibility issues of the interface builder in XCode. In this article, I will be discussing how to install RenX.


Posted in code, tech | No Comments » |

Limiting Program Instances

, 10/13/2011

Q: How do I limit the number of instances of a program running?


Posted in code, tech | No Comments » |