Apr 13, 2012 · 2 min read
Hugh pointed out a bug in the OrderedThreadPool.
I think there is a small window for error in the OrderedThreadPool class.
Mar 8, 2012 · 1 min read
A short while I was engaged in a little project where I had to interact with a third party service provider who required a (30 length) unique id as part of the transaction.
Mar 8, 2012 · 2 min read
Tired of prank SMSes. Need a simple way to block them, and keep your inbox clean?
Oct 17, 2011 · 2 min read
Dennis Ritchie, whom we all know as the creator of the C programming language passed away on Oct 12, 2011.
Sep 9, 2011 · 2 min read
We have released an update for Seinfeld Calendar with a bunch of some exciting features and defect fixes.
Aug 21, 2011 · 2 min read
It is always fun to program in C# (besides C++). If so, how would I feel if I was able to program in C# on Android?
Jul 1, 2011 · 3 min read
One hint that should be helpful in building our solution is that we got to get retained after every wave of removal (until nobody else remains).
Jul 1, 2011 · 3 min read
Sriram quizzed:
Imagine there is a queue of people for getting a ticket for a movie or somehing.
Mar 30, 2011 · 6 min read
void SomeMethod(int x, double y) { // some code ... new Thread(ThreadFunc).
Mar 26, 2011 · 2 min read
What does this cryptic bracket sequence mean? What programming language is it?