Articles from January 2010
Posted by codethought on January 27, 2010
I’m sure you’ve probably seen this question in your programming classes.. I decided I wanted to play with Ruby again and was remind of this problem, so thought it might be fun as a simple exercise to do this in Ruby.
The problem is to take a long integer and convert it to hours, minutes and [...]
Categories: Programming, Rails, Ruby |
Tags: Programming, Rails, Ruby |
No Comments »
Posted by codethought on January 27, 2010
While I was getting some old Ruby code of mine out to convert ruby code to pretty HTML-formatted code suitable for blogging from Wolfman’s Howlings I got the following error:
$ ./ruby2html.rb
./ruby2html.rb: line 9: require: command not found
./ruby2html.rb: line 10: require: command not found
./ruby2html.rb: line 11: require: command not found
./ruby2html.rb: line 14: syntax error near [...]
Categories: Programming, Ruby |
Tags: os x, Ruby |
No Comments »
Posted by codethought on January 24, 2010
How To: Apple Boot Camp 64-bit for Windows 7 on “unsupported” Macs
Do you own a Macbook Air or other modern Apple and want to install and use Windows 7 ala Boot Camp? If so, you may have encountered the dreaded “Boot Camp x64 is unsupported on this computer model” error dialog when trying to run [...]
Categories: Hardware, Mac OS X, Operating Systems, Windows |
Tags: 2007 mac, os x, windows 7 |
No Comments »