How to reveal Passwords in Web Browsers(Click on this image to see this post)

Tuesday, 28 January 2014

Some Important window button Shortkeys !!!!

Some Important window button Shortkeys You Should Know to make your work easy - :  1- Open My Computers = Windows + E 2- Locking Computer = Windows + L 3- Minimizing Applications = Windows +M 4- Maximize Application = Windows + Shift + M 5- Open Run Dialog Box = Windows + R 6- View System Properties = Windows + Break 7- Windows Search = Windows +...

Friday, 24 January 2014

How 2 install ANDROID SDK in ur System ????

Steps to Install ANDROID SDK This document lists out the various steps to setup the Android Development environment on our system. Step 1: First download the Android SDK   Step 2: Download and install java platform Step 3: Now set java path in environment variables  Step 4: After setting path in environment variables unzip and copy from downloaded Android SDK tools . Now open the folder ->open eclipse  Select...

Sunday, 19 January 2014

DIFFERENCE BETWEEN CORE I3, CORE I5, CORE I7 !!!!!!!!!!!!

DIFFERENCE BETWEEN CORE I3, CORE I5, CORE I7...??   Core i3: * Entry level processor. * 2-4 Cores * 4 Threads * Hyper-Threading (efficient use of processor resources) * 3-4 MB Cache * 32 nm Silicon (less heat and energy) ->  Core i5: * Mid range processor. * 2-4 Cores * 4 Threads * Turbo Mode (turn off core if not used) * Hyper-Threading (efficient use of processor resources) * 3-8 MB Cache * 32-45 nm Silicon (less heat...

Friday, 17 January 2014

LIFE be4 COMPUTER !!!!!!!!!

Life before Computer: . . . . . . . . . -Window was a square hole in a room.. -Application was something written in paper.. -Mouse was an animal.. -Keyboard was a Piano.. -File was a important office material.. -Hard Drive was a uncomfortable road trip.. -Cut was done with Knife n Paste was done with Glue.. -Web was spider's home.. -Virus was flu.. -Apple and Blackberry were just fruits....... :) ...

Thursday, 16 January 2014

You can track any software by using OLLYDBG !!!!

hai friends.... :) Here is a video to crack any software using OLLYDBG   Dowload OLLYDBG software                                                                                                  ...

Tuesday, 14 January 2014

How 2 make Undeletable n Unrenamable Folders ????

        The basic concept behind this trick is the use of Keywords. Keywords are reserved words in any programming language that cannot be used as names of variables. Windows also uses certain keywords in its programming. Some of them are con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9. A Test To test this concept, make a new folder in Windows and try to give it a name same as any keyword suggested above. Result Windows...

Sunday, 12 January 2014

Why Do Students FAIL ???

WHY DO STUDENTS FAIL? A year has 365days Sundays:52 balance:313 summer holidays:50 bal:263days 8hours daily sleep means 122 days bal:141days 1 hour daily playing means 15 days bal:126days 2 hours daily food means 30 days bal:96days 1hr 4 talking means 15 days bal:81days exam days total in year 35days bal:46 days festival 40days bal:6days 4 sickness 3days, movies & functions at least 2days, balance-1day, that 1 day is...

Saturday, 11 January 2014

Conversion Of FAT32 To NTFS !!!!!!!!!!!

                    You have a flash drive or probably an external hard drive that currently has FAT32 file system and you want to change it to NTFS, because FAT32 does not support handling large files (over 4GB) or it is just simply old for your taste but there is just one problem, you don't want to lose your saved data. This article is for you then as it explains exactly how you can achieve seamless...

Friday, 10 January 2014

Matrix Falling Code Effect !!!!!!!!

     Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.  @echo off color 02 :tricks echo %random%%random%%random%%random%%random%%random%%random%%random% goto tricks Upon running the bat file, you will see the "Matrix falling code" effect. Jst 4 fun... ...