Category: Programming
Geektool + Python = Desktop Weather (& moonphase)
Jan. 1, 2019: Some tools you might find useful. https://darksky.net/dev Weather API – free 1000 hits per day. https://pypi.org/project/pylunar/ Moon phase library. Aug. 2016 update: Be aware that Yahoo no longer offers weather data, at least not free. Here is the weather service I’m using: http://openweathermap.org/api Python library to make consumption of the data fairly […]
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 doesn’t work for a couple […]
Timers, Status and Code, Oh my!
Before I deleted my site I had posted some simple programs that fire a timer in order to count down the days to an event. I wrote this in both XCode and IronPython which can be downloaded with full source below. I also started writing this in VB.Net, but decided it’s so similar to the […]