Archive for January, 2008
Friday, January 18th, 2008 28 views
Look I don't want to advocate that non-veg is bad but yeah I do feel that vegetarianism is a lot way better than chewing flesh.
So here are some facts and reasons that provides a base for my decision:
Human dental structure and other herbivores dental structure matches whereas carnivores have conspicuous ...
Posted in Socrates | 1 Comment »
Thursday, January 17th, 2008 45 views
Most probably to find the answer in Linux, you will type this command at terminal (shell):
lsof | wc -l
lsof will give a row of open files and the result is piped(|) to word count (wc) command that counts the rows/lines (-l)
No related posts.
Related posts brought to you by Yet Another ...
Posted in Linux | 1 Comment »
Wednesday, January 16th, 2008 43 views
Here is my desktop for this month :)
Let's make some noise !!!
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
Posted in Desktop | 1 Comment »
Wednesday, January 16th, 2008 33 views
The lyrics says more than words:
You might be just what I need
No I would not change a thing
Been dreaming of this so long
But we only exist in this song
The thing is, I'm not worth the sorrow
And if you come and meet me tomorrow
I will hold you down, fold you in
Deep, ...
Posted in Music n Lyrics | 1 Comment »
Sunday, January 13th, 2008 33 views
Lets say you want to start a program in windows using batch file but you don't want to let your user see the batch file running in background alongwith the program it executed.So here is the nifty solution to this problem:
Problem: Run MSPaint using batch file and close the ...
Posted in Development | 3 Comments »
Sunday, January 13th, 2008 115 views
Updated: 2 Aug, 2008 at 11:46 PM IST
I am pretty much impressed by firefox extensions but the extensions still requires firefox to be installed and run.
So here is the way to create standalone XUL application using XULRunner runtime (its like JRE, java runtime that is used to run JAVA application ...
Posted in Development | 3 Comments »
Friday, January 11th, 2008 125 views
Updated on: 02 August, 2008 at 11:56 PM IST
Recently I was working on Opera widget and got this problem of how to copy text to clipboard.
Though separate solution exists for IE and firefox but there is no exclusive solution for Opera :( . But a single workaround do exists :)
Here ...
Posted in Development | 5 Comments »
Wednesday, January 9th, 2008 40 views
I was just trying to play a game over net using Hamachi that creates a VPN between the players to provide access to each other.
Same applies for when you are having a Wired net connection and a Wireless net connection but you want to use one of them according to ...
Posted in Development | 6 Comments »
Monday, January 7th, 2008 526 views
Pathetic. Isn't it ? You watch a movie and then it's remake thats been blatantly copied from the original one without any credits to the original mind.
Here are some movies that were ripped off directly on to Bollywood makes:
Kaante is a rip off of Reservoir Dogs
Zinda is a ...
Posted in wtf | 3 Comments »
Friday, January 4th, 2008 48 views
Updated on: 03 August, 2008 at 12:33 AM IST
Here is a simple tutorial for AJAX aspirants who just want to know how Ajax works without digging into server side programming.
Needed Tools:
Text Editor (preferably Notepad++)
IE 6+, Firefox 0.8+.
No related posts.
Related posts brought to you by Yet Another Related ...
Posted in Development | 1 Comment »