Ruby for Zombies
This is a terrific website! http://railsforzombies.org I decided a few days ago to learn Ruby on Rails. Although I’m a big python fan, I can see some of the similarities between Python and Ruby. Only time will tell if I start to embrace the language as much as I have embraced python development.
Posted in Programming | No Comments
Periodically email Rogers ISP bandwidth usage
I have roomates and it was rather tedious to keep emailing them regarding the current internet bandwidth usage (which is tracked by Rogers.com) . Instead, using python 2.7, I wrote a simple application that can be setup as a scheduled task (in windows or linux). It logs into your rogers.com account, reads the usage and [...]
Posted in Automatic | No Comments