Skip to main content

Posts

$$$$Matrix Effect$$$$

1-Open Notepad. Copy the below mentioned text in your notepad file: @echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start NOTE: FOR EDUCATIONAL PURPOSE ONLY.I AM NOT RESPONSIBLE FOR IF ANYTHING GOES WRONG.... 

Tweaks to Optimize Your Computer For Gaming

Tweaks to Optimize Your Computer For Gaming 1-Regularly clean your cpu and its internal parts from dust which is generally settled in your most important computer parts such as cpu fans,heat sink,graphic card fan,ram etc.. if you don’t take care of it, it’ll slowly start to deteriorate your hardware.. 2-Hard Drive Space:-Make sure you have good amount hard disk space in PC if you dont have then upgrade your harddisk or remove unused applications... 3- Defragmentation-When using a hard drive, space is used wherever available. As such, some files are fragmented all over the disk. The defragment utility analyzes your hard drive, and attempts to consolidate those fragmented files, in an attempt to optimize your computer and speed up your system.

$$$CLASS FOR LIBRARY IN C $$$

Class for Library # include # include // Creating a basic template for book and magazine class lib { private: char title[20]; char pub[20]; unsigned int acc_no; public: //method for getting inputs void get_details() { cout<<"Enter the book title"< >title; cout<<"Enter the publisher name"< >pub; cout<<"Enter the accession number"< >acc_no; } //method for showing output void show_details() { cout<<"Title : "< >author; } void show_details() { lib::show_details(); cout<<"Autohr : "< >editor; } void show_details() { lib::show_details(); cout<<"editor : "< } }; void main(void) { clrscr(); //creating objects book b; magz m; b.get_details(); m.get_details(); b.show_details(); m.show_details(); getch(); }

$$$$$$hide folders using cmd!!!!!!nice trick$$$$$$

$$$$$$hide folders using cmd!!!!!!nice trick$$$$$$ You can now easily hide your files or folders through Command Prompt suppose you want to hide a folder name games in your F drive Then open the command prompt goto run and type cmd(windows xp users) simply click on start menu type cmd in search box( windows 7 users) Type:- attrib +s +h F:\games and if you want to make that folder appear Type:- attrib -s -h F:\games where; +h = to hide the folder +s = to list it as system file - so the hidden will be protected by system enjoy the trick frndsssss!!!!!!!!

$$$$USB is not detecting by my Computer what's wrong?$$$$

Fix For Mobile (Mass Media/Storage Mode): • First Check out Your sd card no password on your Card • Use Pc suite mode (for fixing this problem) • Now • Goto Device Manager • Disable that Installed Driver Now again Enable it • Now Restart Your Phone And Pc. • Connect our mobile to USB's port • Now it prompt n installation proceed Fix For USB Not Recognized: • Firstly Check whether Your USB port is Disabled by System or not. • Link: http://computerfunz.blogspot.com/2011/05/how-to-enable-or-disable-usb-port.html • Now Follow this Steps • Goto Device Manager or • Start • RUN type Devmgmt.msc • Now you have to search for USB Controller Hub or Universal Serial Bus controllers • Now click Properties. • Now Click on Power Management tab • >Allow the computer to turn off this device to save power >click OK. • Now Hit > Scan for hardware changes. >Now it Start Detecting New Drivers for USB.

$$$$What is J2ME, What is JAD AND Jar ? $$$$

What is J2ME ?? • Java 2 Platform Micro Edition (J2ME) • It is Java Platform which is used in Mobile Paltform. • It is advanced technology from Java For Mobile • It is Generally Used in Mobile phones For Java Application run by java MIDP (Mobile Information Device Profile) • That MIDP's application called Java MIDlet (application) What is JAD / .jar: Java Application Descriptor (JAD) • It is File Extension Of Java MIDlets • This JAD files describes Java MIDlets (Java Micro Edtion applications) That are distributed in JAR files of Mobile Phone. Uses: This files Which are commonly used to Rebuilt or Package the Java applications Like Java software's and games for mobile phones. What Is .Jar / jar? • Java ARchieve • .Jar is the file extension of java application. • Java Archieve are used to Create the JAVA application using JDK (Java Developer Kit). or • Java ARchieve are used to create the groups or bundle the data