Posted at Wednesday, December 21, 2011 | in CMD
| Read More»
-: Calculations On Command Prompt :-
The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:
C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a...
VIEW ANY PASSWORD BEHIND THE ASTERIX
To view passwords behind asterisk(********), just open the web page having the password. After opening the web
page paste the javascript given below in the address bar and hit enter. That’s it.
javascript:(function(){var...
Notepad Tricks: Cool Notepad tricks for Windows
Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and...
Make your Computer Welcome You
Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC...
Cool Keyboard Tricks (Windows) : Make a Disco
Keyboards usually have small LED's which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.
This...
Transform the web page into the eaditable mode
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
This JavaScript code lets you modify any web page in real-time; and with Firefox, you can even save the...
THE BIG WHEEL
This piece of code pulls off all the images from your web page and rotates them in a circle.
Really makes any page go naked (without its images). The best place to test is a website with many images. (Google Images for an example)
javascript:R=0;...
2 comments: