by David Orriss Jr | Jan 27, 2010 | Programming, Rails, Ruby
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...
by David Orriss Jr | Jan 27, 2010 | Programming, Ruby
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:...
by David Orriss Jr | Dec 21, 2009 | Android, Java, Mac OS X, Operating Systems
For some reason the ROM Images for the Android Dev Phone 1 have the links missing from the main ADP-1 download site. When you go to http://developer.htc.com/adp.html You’re greeted with a table of ROM images and file names but the links have been removed: (You...
by David Orriss Jr | Nov 29, 2009 | J2EE, Java, Mac OS X, Operating Systems
EDIT: This no longer works as of 10.6.5 without some additional tweaks. I have to update the post accordingly. In an amazing moment of WTF I discovered this morning that after installing Mac OS X 10.6 (aka Snow Leopard) that the only version of Java running on it was...
by David Orriss Jr | Nov 21, 2009 | Java, Mac OS X, Operating Systems
Along with so many others, I upgraded to Snow Leopard. Overall the upgrade went without a hitch. However, I noticed that my Subversion repository was no longer available from Subclipse or via the Web Browser. Not good. So I did some digging around and upon finding...
by David Orriss Jr | May 2, 2009 | Android, Java, Telephony
In my last post I mentioned the android:minSdkVersion attribute to <uses-sdk> tag. As of SDK 1.5 the attribute values used correspond to the following API releases: minSdkVersionAPI Version 11.0 21.1 31.5 You can read more about all of this at...