Fix for Rails 3.x.x error “[FATAL] failed to allocate memory” in OS X Lion
This error happens when mysql2 gem is either installed for some other version of mysql or when it cannot find required dynamic library. To fix this error, un...
This error happens when mysql2 gem is either installed for some other version of mysql or when it cannot find required dynamic library. To fix this error, un...
Ruby on Rails is becoming more feature rich and powerful by every release. Naturally the steps to get it working in production environment are also being cha...
[caption id="attachment_461" align="alignright" width="229" caption="Adding to 'Read it later' list"][/caption] One of the powerful features of firef...
Here's the problem: There are 30 precious links in my old blog under blogroll. Exporting feature of wordpress does not export the contents in blogroll/links....
It was one of my dreams to have an own domain. With god's grace, It's cherished now. Thank a lot to Manuettan and his firm Coolwrks for kindly hosting this w...
".. I'm leaving this campus today. I will miss the late-night hangouts with Kartik and Pankaj.. I will miss the stay in Kartik's room with Arjun and Rohit (I...
Hi, Here's a small anagram solver written in C. It works based on generating permutations of given string and comparing them using a dictionary. For fast sea...
We like simplicity. We like everything new. It's been some years since I switched completely to GNU/Linux. I always wondered at its stability, security, feat...
Yesterday, I went to MES College of Engineering to deliver a small talk on programming and free software, it was entirely a new experience for me. A bigger c...
Here's a small encryption/decryption tool that works based on AES algorithm. No matter how weak your password is, the program converts it to a 32 digits hex...