Tag: programming

Rails Rumble 2007 – Whats Your Habit?

The Rails Rumble 2007 programming contest is now accepting votes for the best applications. My entry is called Whats your habit? and is a web program designed to help people easily track their habits. Please go and vote at the Rails Rumble Voting site and leave your comments here. My goal with the program was …

Read more

Patch Some Code – Linux Tip

As you use a Linux computer you will run into a time or two where you will need to build a program from it’s source code. Sometimes this code will need to be patched to add some functionality you want, to fix a bug, or even to add in your personal touches. Linux comes with …

Read more

Check Your Services with Ruby

I just got my Pickaxe v2 book in the mail today and have already put it to good use writing a script to check that the services for a host are up and responding. It uses many of the libraries included with Ruby but also another library ‘net-ping’ which you can get with a gem …

Read more