January 2012
2 posts
1 tag
Jan 3rd
Jan 2nd
December 2011
2 posts
Dec 16th
Software versions
Mid 2008 There was lot of campaigning to create a record downloads for Firefox 3.0 in 24 hours. Like everybody else I upgraded on that day. It was a successful campaign.  Later that year … Chrome debuted. Though it was missing many features and extensions, I loved the look and feel of the browser. I started to use both Chrome and Firefox for more than a year.  Early 2011 Chrome is my...
Dec 3rd
November 2011
2 posts
Nov 19th
Nov 9th
September 2011
2 posts
Sep 13th
Sep 13th
August 2011
2 posts
“Believing a belief is very bad until you believe to believe that a particular...”
– Anukokunda oka Roju (Movie)
Aug 16th
Aug 1st
July 2011
1 post
Jul 4th
June 2011
2 posts
4 tags
branch aware PS1
For git-branch aware PS1 in your terminal add the following to .bashrc function git_branch() {         git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' } PS1="\e[0;31m@\H: \e[1;37m\w\e[01;32m\$(git_branch)\e[0;0m\]:\n$" Sample PS1
Jun 27th
3 notes
2 tags
Jun 9th
May 2011
3 posts
How to draw an owl : Mastering a skill →
Love this. especially this comment.
May 27th
2 tags
JavaScript Video Tutorials →
Came across this excellent series of videos on javaScript. These videos are a great resource for beginners. At times provided even tiny details which may bore seasoned programmers.  Link : http://vimeo.com/noahsinger/videos
May 25th
Gerbera
That’s name of the building I live in.  They are beautiful flowers named after a German botanist. I even photographed them, but never knew the name.  More : http://en.wikipedia.org/wiki/Gerbera 
May 18th
April 2011
1 post
Apr 19th
December 2010
2 posts
“If you focus on results, you will never change. If you focus on change, you will...”
Dec 30th
1 tag
Dec 28th
November 2010
5 posts
1 tag
Comfort
I love that in a day when nothing is sure and when I say nothing, I mean nothing. You can go to gym and absolutely know that if you run on thread mill for one hour, 400 Calories will be burned. That’s such a comfort. I just have to do this consistent and long enough to enjoy long term benefits. 
Nov 25th
Nov 23rd
Basics of Parallel Programming.  →
A must read for every computer science student.  This tutorial covers the very basics of parallel computing, and is intended for someone who is just becoming acquainted with the subject. It begins with a brief overview, including concepts and terminology associated with parallel computing. The topics of parallel memory architectures and programming models are then explored. These topics are...
Nov 22nd
Nov 22nd
“Nothing is particularly hard if you divide it into small jobs”
– Henry Ford
Nov 22nd