Posts Tagged ‘Fun’
Posted by Saurabh on February 15th, 2010
Changing a windows xp password (non administrator)is pretty simple. However, this trick cannot be used for a windows vista or windows 7 system.
To change the password of a non administrator account, open the command prompt and type :
net user
This will display the names of all the accounts on that computer :
Now if you want to [...]
Posted by Saurabh on February 14th, 2010
As the name suggests, it is technically not a virus because it doesn’t perform all the tasks that a computer virus is intended to perform. Thus, this pseudo virus has an advantage over the ordinary viruses i.e. it cannot be detected by an antivirus software. However it does demonstrate the power of C by [...]
Posted by Saurabh on February 7th, 2010
TRICK #1
An Indian discovered that nobody can create a FOLDER
anywhere on the computer which can be named as ‘CON’.
This is something pretty cool…and unbelievable. ..
At Microsoft the whole Team, couldn’t answer why this
happened!
TRY IT NOW ,IT WILL NOT CREATE ‘ CON ‘ FOLDER
———— ——— ——— ——— ——— ——— ——— ——— —–
TRICK #2
For those of you [...]
Posted by Saurabh on January 31st, 2010
The java program below shows how to generate practically infinite number of Sudoku puzzles. The logic behind the coding is quite simple. The whole program is divided in 2 parts :
1. A generater that randomly selects 28-32 grids among the 81 grids and fills random digits (1-9) in these grids such that the conditions [...]
Posted by Saurabh on January 31st, 2010
The coding given below is of a simple game in which the objective is to arrange the numbers in ascending order using direction keys. Playing the game is quite simple. Pressing the direction keys will cause the shifting of the blank space and the neighbouring numbers. The executable file can be downloaded from here : [...]