Archive for December 4th, 2007

India has 4th Fastest Supercomputer!!!!!!!!

Tuesday, December 4th, 2007

India is at Position 4 in world Super Computer ranking according to top500's list of November 2007 with 117.9TFlop/sComputational Research Laboratories located at Pune owned by TATA SONS has this system, well here is what top500 had to say For the first time ever, India placed a system in the Top ...

Twit from command line (Linux)

Tuesday, December 4th, 2007

Here is a thing that i found during searching for a completely different things, you can update your Twitter status simply by using curl which is most of the time installed by default so here is the command /usr/bin/curl -u username:password -d status="your tweet" http://twitter.com/statuses/update.xml it simply updates your twitter status, this ...