Helge Gudmundsen's blog
18 06 2008

Wed, 18 Jun 2008

RegExCentral
To to learn Ruby On Rails, I have decided to make an application that lets me play with regular expressions. For the first version, I simply want to create a field where I can enter a regular expression, another field that lets me enter sample text, and a button that runs the regular expression over the sample text and shows the match status in a third field.

  1. Installing blosxom for the blog.
  2. Creating the application with Rails.
  3. Using mercurial for source control.


posted at: 11:10 | path: | permanent link to this entry

Computer stuff
So what am I up to these days? Apart from procrastinating on finishing the monome, I am currently getting my feet wet with metaprogramming using Ruby. Dave Thomas of the pragmatic programmers has a nice series of screencasts on the subject, which not only teaches metaprogramming, but also gives a very good overview of the ruby object model. Also I am trying to teach myself PhotoShop.

posted at: 08:53 | path: | permanent link to this entry