Cracking Interviews Exposed
Tuesday, May 21, 2013
Deleting all your perforce workspaces
›
p4 clients -u | cut -f2 -d" " | xargs -I {} -t p4 client -d {}
Tuesday, May 8, 2012
‘xterm-256color’: unknown terminal type...
›
solving this error on Mac OSX Lion is simple. Running “sudo apt-get install ncurses-term” will get rid of this error.
Tuesday, October 18, 2011
Given a dependency list of the components, how do you find the correct build order in MakeFile
›
This problem can be mapped to the Topological sorting of vertices in a graph assuming each component as the vertice in the graph and edge a...
1 comment:
Saturday, August 20, 2011
Nice article on beyond Hadoop for solving Big Data problem
›
http://www.bytemining.com/2011/08/hadoop-fatigue-alternatives-to-hadoop/
Saturday, August 6, 2011
Nice talk
›
http://www.ted.com/talks/kevin_slavin_how_algorith ms_shape_our_world.html?utm_source=feedburner
Monday, January 24, 2011
Very good resource for algorithms
›
If you are planning to learn all algorithms in a systematic way, you can visit this site. http://www.allisons.org/ll/AlgDS/Glossary/ Good ...
Sunday, December 19, 2010
My new blog for android users
›
Hi Friends, I recently started writing my experiments with android. You can find the link below. http://indiandroidism.blogspot.com/
Sunday, November 21, 2010
100 coins dividing into equal heads groups.
›
Question: You have 100 coins, 37 of them are heads, rest are tails. Your task is to divide this 100 coins into two groups in which there w...
4 comments:
›
Home
View web version