pyGUI & wake a sleeping Mac example.

A more modern way running on Python 3.x. The original post is old! Note: Create a virtual environment so all your libraries stay separated from the Python included in OS X. There are a couple ways to do this. One way is to install Brew, then install Python and required…

read more

Editra Launch Objective-C Compiler

As I’m learning Objective-C I find moving between the terminal and my favorite IDE, Editra kind of annoying. Luckily Editra has a really cool plug-in called Launch that can be configured to run code and display the results within the editor. The only problem is that compiling and running objective-c…

read more