Select Page

Ruby 1.9.3 segfault in OSX Lion due to OpenSSL

I just set-up my new MacBook Pro, running OSX Lion (10.7.3), for Rails development. Installed rvm, installed Ruby 1.9.3 using rvm and did a gem install rails -v 3.2.3. Everything went fine, until I tried to create a new rails app. rails new <app_name> would...

read more

Tabby – the missing tab switcher for eclipse

My job for the past few years primarily involved developing eclipse based applications, and so, I've had to use eclipse full-time for quite some time.  My pet peeve with eclipse has always been it's usability. It's not particularly keyboard friendly (not the same as...

read more

First triangle number to have over five hundred divisors

This was another interesting problem at Project Euler (Problem 12). Interesting because the naïve solution to this was all too trivial but slow, which forced me to seek out a better approach and I finally ended up learning something new 🙂 The nth triangle number is...

read more

Identifying Auto Properties in Assemblies

My current project is a UML modeling tool, and I'm working on the C# 3.0 bits. One of the things it lets you do is to Reverse Engineer your code and obtain the model. And that includes reversing the assemblies too. C# 3.0 introduced Auto Properties (or Automatically...

read more

Subtext

Subtext is a visual programming language where you express the application logic in a tabular fashion. I'm not gonna try to explain Subtext in this post. You can find out more from its homepage: http://subtextual.org/. I learned about Subtext nearly 2 months back. It...

read more