Archive

Archive for July, 2007

Upgrading Imaweblog

July 30th, 2007 mike Comments off

I just upgraded typo on Imaweblog. Let me know if you get any errors :-)

Categories: Random Cool Stuff Tags:

Ruby makes me smile

July 6th, 2007 mike Comments off

It’s not often that computer work makes me smile. I needed to download 6 files today. This is what made me smile:

[1,2,3,4,5,6].each do |number|
    system("wget http://mirror.stanford.edu/yum/\
        pub/centos/5.0/isos/i386/\
        CentOS-5.0-i386-bin-#{number}of6.iso")
end

Ahh. Ruby, where the simple things are simple.

Categories: How-To, Linux, Programming, Ruby Tags: