Tagged with programming

Safari 4 Hidden Preferences

- 2009-02-24 16:11:05

Updated 2009-06-09: This post is for the Safari 4 beta and will not work with the new Safari 4 released yesterday at the WWDC keynote. I've had a look through that release and can't see any way to revert the address bar, etc sorry.

--More--

Migrating Rubygems to Ruby 1.9.x

- 2009-01-31 20:29:57

So I just installed ruby 1.9.1 through MacPorts and wanted to easily migrate my rubygems across from 1.8 to see which ones would fail to install.

--More--

This is my Compiler

- 2009-01-30 12:18:56

As some friday fun in #geekup we ended up converting the US Marines Creed to a geekier version.

--More--

Install Mysql Gem on Leopard

- 2009-01-21 17:09:41

So, I keep having to reinstall mysql5 and rubygems from time to time for various reasons. I always install mysql5 through MacPorts as a dependency for the php5 port (along with various other bits for the LA*P stack).

--More--

GTranslate

- 2009-01-04 09:40:59

I finally wrapped up some code I've been meaning to write for a while, its a wrapper for the Google Translate API. Its also the first serious time I've used method_missing in a class, in this case its to add methods for translating between all the various languages.

--More--