Software
Launched Subversion SVN
I often felt the need to have control of my own repository, as opposed to using any public ones (whether free, or not). So I… Read More »Launched Subversion SVN
iPhone 3G/3GS SIM Unlock Guaranteed
I unlocked my iPhone 3G to use in India using below simple steps Prerequisites- Backup all contents of your iPhone Ensure you have a wireless… Read More »iPhone 3G/3GS SIM Unlock Guaranteed
Maintaining relationship – common friends
I was posed a very trivial question from one of my friends recently. It picked my interest, since I could not readily solve it, and… Read More »Maintaining relationship – common friends
Merging pre-sorted lists
A while ago, I came across an interesting problem. We have 3 different sorted queues (entries were sorted by time), out of which we had… Read More »Merging pre-sorted lists
Spring and Logback
IoC, or DI definitely takes a perspective turnaround inside your head, but you get around it slowly. I was playing around ways to integrate LogBack,… Read More »Spring and Logback
Spring IoC, DI quick tutorial
There has been an (evident) craze amongst Java community with contrived terms such as IoC (Inversion of Control), DI (Dependency Injection) mainly through Spring. I… Read More »Spring IoC, DI quick tutorial
Javascript sprite animations
Javascript sprites weren’t as difficult as I thought. With a little bit of help, math, some css, js, images (of course) a decent animation can… Read More »Javascript sprite animations