Teventlet: a tiny event handler for Python
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: python
Posted in code, tech, Uncategorized |
No Comments » |
[SOLUTION] BSD:viewing memory usage statistics
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
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
Q: How do I limit the number of instances of a program running?
Posted in code, tech | No Comments » |
