Tuesday, December 15, 2009

Rule the GOOGLE...

Some tricks....to get best results from Goooogle

Songs/Entertainment

“parent directory ” MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
?intitle:index.of? mp3
?intitle:index.of? mp3 britney - Change britney with the artist you want.

Applications
“parent directory ” /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
“parent directory ” Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

Ebooks
+(”index of”) +(”/ebooks””/book”) +(chm pdf ziprar) +apache
ebook intitle:”Title” filetypedf ~ Change the Title according to your Need.

Monday, November 30, 2009

Something about Windows-Xp- U'll lovin' it.

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care -- some may stop your computer behaving as you wish. (Professional Edition only).

3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.

4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.

5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.

6. XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.

7. You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.

8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u zipfldr.dll' at the command line. If you change your mind later, you can put things back as they were by typing 'regsvr32 zipfldr.dll'.

9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.

10. You can use Remote Assistance to help a friend who's using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they can find this out by going to

URL:

www.whatismyip.com-- and get them to make sure that they've got port 3389 open on their firewall and forwarded to the errant computer.

11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.

12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.

13. You can start up without needing to enter a user name or password. Select Run... from the start menu and type 'control userpasswords2', which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options... and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.

15. XP comes with a free Network Activity Light, just in case you can't see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You'll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.

16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.

17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.

18. Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.

19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

20. The next release of Windows XP, codenamed Longhorn, is due out late next year or early 2003 and won't be much to write home about. The next big release is codenamed Blackcomb and will be out in 2003/2004.

Thursday, November 19, 2009

Placement: SmallBizz Question Paper

HTML-


1. How to make nested tables ?
2. How form data cna be emailed directly ?
3. How to Upload and download a file from HTML ?
4. How to make thumbnail for my images ?
5. How do I keep people from stealing my source code/images ?
6. Can I have two or more submit buttons on a same page ?
7. Why search-engines dislikes frames ?
8. How do I open a link into a new window ?


PHP-

1. How can we know the no. of days between 2 given dates in PHP ?
2. Diffrence between $message and $$message ?
3. What is persistent-cookies ?
4. How to define a constant in php ?
5. Diffrence between require, include and include_once ?
6. How can we send mail using Javascript ?
7. If the variable $a is equal to 5 and variable $b is equal to character a, what will be the value of $$b ?
8. How to extract abc.com from "mailto: xyz@abc.com" using php-expressions ?
9. Diffrence between htmlentities() and htmlspecialcharacters() ?
10. Diffrence's between -> and :: ?
11. What is Type-Juggling ?
12. How to embed a Java program in php-code ?
13. How to read a complete file into a String-variable ?

Tuesday, November 17, 2009

Trick: Clean your RAM, using Notepad

Clean your RAM by Notepad
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.
So create a new text file on ur desktop and call it "RAMcleaner"
Type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".
For example: FreeMem=Space(1280000000)
 
....intresting naa....!!!

Wednesday, October 28, 2009

Some useful(amazing) Networking Commands

Display Connection Configuration: ipconfig /all
Display DNS Cache Info Configuration: ipconfig /displaydns
Clear DNS Cache: ipconfig /flushdns
Release All IP Address Connections: ipconfig /release
Renew All IP Address Connections: ipconfig /renew
Re-Register the DNS connections: ipconfig /registerdns
Display DHCP Class Information:ipconfig /showclassid
Change/Modify DHCP Class ID: ipconfig /setclassid
Network Connections: control netconnections
Network Setup Wizard: netsetup.cpl
Test Connectivity: ping
Trace IP address Route: tracert
Displays the TCP/IP protocol sessions: netstat
Display Local Route: route
Display Resolved MAC Addresses: arp
Display Name of Computer Currently on: hostname

Tuesday, October 27, 2009

Grab Learning Modules: Video Sessions- Direct eLearning

Please read this:-

All of the below links are provided for e-Learning video-sessions. The videos were very big, so splited into small ones using HJSplit or WinRar.
Its a request to all of you my friends that please before downloading any video- just consult me in person, coz if I am already having that video than you can directly take from me OR else if I am not having and you are downloading for the very-first time than please send me a copy(via pendrive or anything), to make a central repository, so that it can be available for your other friends too. 





COMP TIA Linux Certification
-----------------------------
http://rapidshare.com/files/45823727/nsid-to.comptia.lpts.part1.rar
http://rapidshare.com/files/45827363/nsid-to.comptia.lpts.part2.rar
http://rapidshare.com/files/45832620/nsid-to.comptia.lpts.part3.rar
http://rapidshare.com/files/45834506/nsid-to.comptia.lpts.part4.rar
http://rapidshare.com/files/45837139/nsid-to.comptia.lpts.part5.rar
http://rapidshare.com/files/45837558/nsid-to.comptia.lpts.part6.rar

Comp TIA Security Suite
-----------------------
http://rapidshare.com/files/2769981/tia1_RUZ.part1.rar.html
http://rapidshare.com/files/2773125/tia1_RUZ.part2.rar.html
http://rapidshare.com/files/2776789/tia1_RUZ.part3.rar.html
http://rapidshare.com/files/2777197/tia1_RUZ.part4.rar.html
http://rapidshare.com/files/2780924/tia2_RUZ.part1.rar.html
http://rapidshare.com/files/2764708/tia2_RUZ.part2.rar.html
http://rapidshare.com/files/2766973/tia2_RUZ.part3.rar.html

Comp TIA Network Suite: Enhance your technical abilities in network administration and support, and further your skills and training in media, protocols and standards, network implementation, and network management.
-------------------------------------------------------------------------------------------
PASSWORD: sad_gull

CD 1
http://rapidshare.com/files/68014278/N10-003_Disc1_Network__Certification_Suite.part01.rar
http://rapidshare.com/files/68014279/N10-003_Disc1_Network__Certification_Suite.part02.rar
http://rapidshare.com/files/68014281/N10-003_Disc1_Network__Certification_Suite.part03.rar
http://rapidshare.com/files/68014282/N10-003_Disc1_Network__Certification_Suite.part04.rar
http://rapidshare.com/files/68014283/N10-003_Disc1_Network__Certification_Suite.part05.rar
http://rapidshare.com/files/68019921/N10-003_Disc1_Network__Certification_Suite.part06.rar
http://rapidshare.com/files/68019922/N10-003_Disc1_Network__Certification_Suite.part07.rar
http://rapidshare.com/files/68019923/N10-003_Disc1_Network__Certification_Suite.part08.rar
http://rapidshare.com/files/68019924/N10-003_Disc1_Network__Certification_Suite.part09.rar
http://rapidshare.com/files/68019925/N10-003_Disc1_Network__Certification_Suite.part10.rar
http://rapidshare.com/files/68044011/N10-003_Disc1_Network__Certification_Suite.part11.rar
http://rapidshare.com/files/68044012/N10-003_Disc1_Network__Certification_Suite.part12.rar
http://rapidshare.com/files/68044015/N10-003_Disc1_Network__Certification_Suite.part13.rar
http://rapidshare.com/files/68044017/N10-003_Disc1_Network__Certification_Suite.part14.rar
http://rapidshare.com/files/68044018/N10-003_Disc1_Network__Certification_Suite.part15.rar
http://rapidshare.com/files/68051770/N10-003_Disc1_Network__Certification_Suite.part16.rar
http://rapidshare.com/files/68051771/N10-003_Disc1_Network__Certification_Suite.part17.rar
http://rapidshare.com/files/68051774/N10-003_Disc1_Network__Certification_Suite.part18.rar
http://rapidshare.com/files/68051776/N10-003_Disc1_Network__Certification_Suite.part19.rar
http://rapidshare.com/files/68051778/N10-003_Disc1_Network__Certification_Suite.part20.rar
http://rapidshare.com/files/68097163/N10-003_Disc1_Network__Certification_Suite.part21.rar
http://rapidshare.com/files/68097166/N10-003_Disc1_Network__Certification_Suite.part22.rar
http://rapidshare.com/files/68097167/N10-003_Disc1_Network__Certification_Suite.part23.rar

CD 2
http://rapidshare.com/files/68097169/N10-003_Disc2_Network__Certification_Suite.part01.rar
http://rapidshare.com/files/68097171/N10-003_Disc2_Network__Certification_Suite.part02.rar
http://rapidshare.com/files/68176618/N10-003_Disc2_Network__Certification_Suite.part03.rar
http://rapidshare.com/files/68176619/N10-003_Disc2_Network__Certification_Suite.part04.rar
http://rapidshare.com/files/68176620/N10-003_Disc2_Network__Certification_Suite.part05.rar
http://rapidshare.com/files/68176621/N10-003_Disc2_Network__Certification_Suite.part06.rar
http://rapidshare.com/files/68176622/N10-003_Disc2_Network__Certification_Suite.part07.rar
http://rapidshare.com/files/68226571/N10-003_Disc2_Network__Certification_Suite.part07.rar
http://rapidshare.com/files/68226572/N10-003_Disc2_Network__Certification_Suite.part08.rar
http://rapidshare.com/files/68226575/N10-003_Disc2_Network__Certification_Suite.part09.rar
http://rapidshare.com/files/68226576/N10-003_Disc2_Network__Certification_Suite.part10.rar
http://rapidshare.com/files/68226577/N10-003_Disc2_Network__Certification_Suite.part11.rar
http://rapidshare.com/files/68239049/N10-003_Disc2_Network__Certification_Suite.part12.rar
http://rapidshare.com/files/68239050/N10-003_Disc2_Network__Certification_Suite.part13.rar
http://rapidshare.com/files/68239051/N10-003_Disc2_Network__Certification_Suite.part14.rar
http://rapidshare.com/files/68239052/N10-003_Disc2_Network__Certification_Suite.part15.rar
http://rapidshare.com/files/68239053/N10-003_Disc2_Network__Certification_Suite.part16.rar
http://rapidshare.com/files/68244833/N10-003_Disc2_Network__Certification_Suite.part17.rar
http://rapidshare.com/files/68244834/N10-003_Disc2_Network__Certification_Suite.part18.rar
http://rapidshare.com/files/68244835/N10-003_Disc2_Network__Certification_Suite.part19.rar
http://rapidshare.com/files/68244837/N10-003_Disc2_Network__Certification_Suite.part20.rar
http://rapidshare.com/files/68298123/N10-003_Disc2_Network__Certification_Suite.part21.rar
http://rapidshare.com/files/68298124/N10-003_Disc2_Network__Certification_Suite.part22.rar
http://rapidshare.com/files/68298125/N10-003_Disc2_Network__Certification_Suite.part23.rar

CISCO CCNA Suite: Become a Cisco Certified Network Associate and master the knowledge and skills to proficiently install, configure, and operate LAN, WAN, and dial access for small networks through the TestOut CCNA certification course.
------------------------------------------------------------------------------------------------------------------
http://rapidshare.com/files/67045809/ccna_640-801.part01.rar
http://rapidshare.com/files/67045811/ccna_640-801.part02.rar
http://rapidshare.com/files/67058669/ccna_640-801.part03.rar
http://rapidshare.com/files/67058670/ccna_640-801.part04.rar
http://rapidshare.com/files/67068725/ccna_640-801.part05.rar
http://rapidshare.com/files/67068728/ccna_640-801.part06.rar
http://rapidshare.com/files/67089508/ccna_640-801.part07.rar
http://rapidshare.com/files/67089509/ccna_640-801.part08.rar
http://rapidshare.com/files/67125255/ccna_640-801.part09.rar
http://rapidshare.com/files/67125257/ccna_640-801.part10.rar
http://rapidshare.com/files/67250011/ccna_640-801.part11.rar
http://rapidshare.com/files/67250013/ccna_640-801.part12.rar
http://rapidshare.com/files/67263160/ccna_640-801.part13.rar
http://rapidshare.com/files/67263161/ccna_640-801.part14.rar

CISSP Certification: Become familiar with security management, cryptography, access control, and much more through the use of our hands-on simulations and multimedia technology.
-----------------------------------------------------------------------------------------------------------------
http://rapidshare.com/files/236214753/t3xtout_cissp_d1.part1.rar
http://rapidshare.com/files/236228337/t3xtout_cissp_d1.part2.rar
http://rapidshare.com/files/236241178/t3xtout_cissp_d1.part3.rar
http://rapidshare.com/files/236248201/t3xtout_cissp_d1.part4.rar
http://rapidshare.com/files/236411413/t3xtout_cissp_d2.part1.rar
http://rapidshare.com/files/236427069/t3xtout_cissp_d2.part2.rar
http://rapidshare.com/files/236442056/t3xtout_cissp_d2.part3.rar
http://rapidshare.com/files/236456738/t3xtout_cissp_d2.part4.rar
http://rapidshare.com/files/236566668/t3xtout_cissp_d2.part5.rar

MCSA: Microsoft Certified Systems Administrators, gain training and skills in managing and maintaining the Microsoft Windows 2003 server
-------------------------------------------------------------------------------------------------------------------
Installing, Configuring, and Administering Windows XP Pro 70-270 CD 1:
http://rapidshare.com/files/56464714/70-270_1.part01.rar
http://rapidshare.com/files/56463557/70-270_1.part02.rar
http://rapidshare.com/files/56463547/70-270_1.part03.rar
http://rapidshare.com/files/56463673/70-270_1.part04.rar
http://rapidshare.com/files/56463721/70-270_1.part05.rar
http://rapidshare.com/files/56463805/70-270_1.part06.rar
http://rapidshare.com/files/56463827/70-270_1.part07.rar
http://rapidshare.com/files/56464105/70-270_1.part08.rar

Installing, Configuring, and Administering Windows XP Pro 70-270 CD 2:
http://rapidshare.com/files/56465142/70-270_2.part01.rar
http://rapidshare.com/files/56464040/70-270_2.part02.rar
http://rapidshare.com/files/56465057/70-270_2.part03.rar
http://rapidshare.com/files/56464416/70-270_2.part04.rar
http://rapidshare.com/files/56465089/70-270_2.part05.rar
http://rapidshare.com/files/56464765/70-270_2.part06.rar
http://rapidshare.com/files/56464777/70-270_2.part07.rar

Managing and Maintaining a Windows 2003 Network 70-290:
http://rapidshare.com/files/56465903/70-290.part01.rar
http://rapidshare.com/files/56465960/70-290.part02.rar
http://rapidshare.com/files/56467472/70-290.part03.rar
http://rapidshare.com/files/56466091/70-290.part04.rar
http://rapidshare.com/files/56466399/70-290.part05.rar
http://rapidshare.com/files/56466318/70-290.part06.rar
http://rapidshare.com/files/56466320/70-290.part07.rar
http://rapidshare.com/files/56466510/70-290.part08.rar
http://rapidshare.com/files/56466365/70-290.part09.rar

Implement, Manage, and Maintain a Network Infrastructure 70-291:
http://rapidshare.com/files/56466711/70-291.part01.rar
http://rapidshare.com/files/56466701/70-291.part02.rar
http://rapidshare.com/files/56467993/70-291.part03.rar
http://rapidshare.com/files/56466835/70-291.part04.rar
http://rapidshare.com/files/56469437/70-291.part05.rar
http://rapidshare.com/files/56466903/70-291.part06.rar
http://rapidshare.com/files/56466984/70-291.part07.rar
http://rapidshare.com/files/56468552/70-291.part08.rar
http://rapidshare.com/files/56467082/70-291.part09.rar
http://rapidshare.com/files/56468105/70-291.part10.rar

CompTIA's Security+ Certification Suite CD 1:
http://rapidshare.com/files/23204209/Cbt_Nuggets_Security__CD1.part1.rar.html
http://rapidshare.com/files/23203827/Cbt_Nuggets_Security__CD1.part2.rar.html
http://rapidshare.com/files/23204428/Cbt_Nuggets_Security__CD1.part3.rar.html
http://rapidshare.com/files/23200753/Cbt_Nuggets_Security__CD1.part4.rar.html

CompTIA's Security+ Certification Suite CD 2:
http://rapidshare.com/files/23204945/Cbt_Nuggets_Security__CD2.part1.rar.html
http://rapidshare.com/files/23205687/Cbt_Nuggets_Security__CD2.part2.rar.html
http://rapidshare.com/files/23204935/Cbt_Nuggets_Security__CD2.part3.rar.html
http://rapidshare.com/files/23201853/Cbt_Nuggets_Security__CD2.part4.rar.html

MCSE: Microsoft Certified Systems Engineer Courseware
-------------------------------------------------------
Administer SQL Server 2000 70-228:
http://rapidshare.com/files/176326449/70-228.part01.rar
http://rapidshare.com/files/176320571/70-228.part02.rar
http://rapidshare.com/files/176323575/70-228.part03.rar
http://rapidshare.com/files/176300978/70-228.part04.rar
http://rapidshare.com/files/176303401/70-228.part05.rar
http://rapidshare.com/files/176305698/70-228.part06.rar
http://rapidshare.com/files/176308154/70-228.part07.rar
http://rapidshare.com/files/176310605/70-228.part08.rar
http://rapidshare.com/files/176313107/70-228.part09.rar
http://rapidshare.com/files/176315852/70-228.part10.rar
http://rapidshare.com/files/176329947/70-228.part11.rar

Installing, Configuring, and Administering Windows XP Pro 70-270 CD 1:
http://rapidshare.com/files/41306788/70-270_1.part02.rar
http://rapidshare.com/files/41306931/70-270_1.part03.rar
http://rapidshare.com/files/41307062/70-270_1.part04.rar
http://rapidshare.com/files/41307251/70-270_1.part05.rar
http://rapidshare.com/files/41307443/70-270_1.part06.rar
http://rapidshare.com/files/41307522/70-270_1.part01.rar
http://rapidshare.com/files/41307640/70-270_1.part07.rar
http://rapidshare.com/files/41307803/70-270_1.part08.rar

Installing, Configuring, and Administering Windows XP Pro 70-270 CD 2:
http://rapidshare.com/files/56465142/70-270_2.part01.rar
http://rapidshare.com/files/56464040/70-270_2.part02.rar
http://rapidshare.com/files/56465057/70-270_2.part03.rar
http://rapidshare.com/files/56464416/70-270_2.part04.rar
http://rapidshare.com/files/56465089/70-270_2.part05.rar
http://rapidshare.com/files/56464765/70-270_2.part06.rar
http://rapidshare.com/files/56464777/70-270_2.part07.rar

Exchange 2003 70-284:
http://rapidshare.com/files/176334912/70-284ReUp.part01.rar
http://rapidshare.com/files/176338292/70-284ReUp.part02.rar
http://rapidshare.com/files/176341606/70-284ReUp.part03.rar
http://rapidshare.com/files/176344840/70-284ReUp.part04.rar
http://rapidshare.com/files/176348298/70-284ReUp.part05.rar
http://rapidshare.com/files/176442399/70-284ReUp.part06.rar
http://rapidshare.com/files/176446446/70-284ReUp.part07.rar
http://rapidshare.com/files/176450658/70-284ReUp.part08.rar
http://rapidshare.com/files/176451976/70-284ReUp.part09.rar

Managing and Maintaining a Windows 2003 Network 70-290:
http://rapidshare.com/files/56465903/70-290.part01.rar
http://rapidshare.com/files/56465960/70-290.part02.rar
http://rapidshare.com/files/56467472/70-290.part03.rar
http://rapidshare.com/files/56466091/70-290.part04.rar
http://rapidshare.com/files/56466399/70-290.part05.rar
http://rapidshare.com/files/56466318/70-290.part06.rar
http://rapidshare.com/files/56466320/70-290.part07.rar
http://rapidshare.com/files/56466510/70-290.part08.rar
http://rapidshare.com/files/56466365/70-290.part09.rar

Implement, Manage, and Maintain a Network Infrastructure 70-291:
http://rapidshare.com/files/56466711/70-291.part01.rar
http://rapidshare.com/files/56466701/70-291.part02.rar
http://rapidshare.com/files/56467993/70-291.part03.rar
http://rapidshare.com/files/56466835/70-291.part04.rar
http://rapidshare.com/files/56469437/70-291.part05.rar
http://rapidshare.com/files/56466903/70-291.part06.rar
http://rapidshare.com/files/56466984/70-291.part07.rar
http://rapidshare.com/files/56468552/70-291.part08.rar
http://rapidshare.com/files/56467082/70-291.part09.rar
http://rapidshare.com/files/56468105/70-291.part10.rar

Plan and Maintain a Server 2003 Network Infrastructure 70-293 CD 1:
http://rapidshare.com/files/56467511/70-293_1.part01.rar
http://rapidshare.com/files/56467520/70-293_1.part02.rar
http://rapidshare.com/files/56469847/70-293_1.part03.rar
http://rapidshare.com/files/56467730/70-293_1.part04.rar
http://rapidshare.com/files/56467715/70-293_1.part05.rar
http://rapidshare.com/files/56467885/70-293_1.part06.rar
http://rapidshare.com/files/56467881/70-293_1.part07.rar
http://rapidshare.com/files/56467321/70-293_1.part08.rar

Plan and Maintain a Server 2003 Network Infrastructure 70-293 CD 2:
http://rapidshare.com/files/56468407/70-293_2.part01.rar
http://rapidshare.com/files/56468433/70-293_2.part02.rar
http://rapidshare.com/files/56468294/70-293_2.part03.rar
http://rapidshare.com/files/56468338/70-293_2.part04.rar
http://rapidshare.com/files/56468178/70-293_2.part05.rar
http://rapidshare.com/files/56468164/70-293_2.part06.rar
http://rapidshare.com/files/56467998/70-293_2.part07.rar
http://rapidshare.com/files/56468002/70-293_2.part08.rar

Plan, Implement, & Maintain an Active Directory Infrastructure 70-294:
http://rapidshare.com/files/56468664/70-294.part01.rar
http://rapidshare.com/files/56468591/70-294.part02.rar
http://rapidshare.com/files/56470319/70-294.part03.rar
http://rapidshare.com/files/56468759/70-294.part04.rar
http://rapidshare.com/files/56468779/70-294.part05.rar
http://rapidshare.com/files/56468897/70-294.part06.rar
http://rapidshare.com/files/56468840/70-294.part07.rar

Design Server 2003 Active Directory and Network Infrastructure 70-297:
http://rapidshare.com/files/56469004/70-297.part01.rar
http://rapidshare.com/files/56469012/70-297.part02.rar
http://rapidshare.com/files/56469062/70-297.part03.rar
http://rapidshare.com/files/56469092/70-297.part04.rar
http://rapidshare.com/files/56469927/70-297.part05.rar
http://rapidshare.com/files/56469919/70-297.part06.rar
http://rapidshare.com/files/56469970/70-297.part07.rar
http://rapidshare.com/files/56469972/70-297.part08.rar

--------------By: Abhinav Mehta----------------

Enjoy: Free Internet to Mobile calls

Grab free Internet-to-mobile calls.

EvaPhone.com is a cool website where you can make free international phone calls from your PC. This service enables the user to make PC-to-phone calls in an inexpensive manner. All you need is a computer to start making free VoIP calls using Internet to phone. The free call duration varies depending on the call destination and line provider. The maximum free call allowance for some countries can go up to 5 minutes per call and 2 calls per day.

Monday, September 21, 2009

MCA@Ideas: Session is on Fire

MCA@Ideas- Saturday Classes


Knowledge and brains will rock very soon.
On this coming-up Saturday we MCA@Idea community members are planning to conduct ORACLE9i- Session.
The session is targeted to cover the vital and essential DBMS concepts e.g. PL-SQL, Sessions,Triggers, Report Generation, Stored Procedures, Functions, Native API's...and lots more. The almost target and the agenda will be to cover the Oracle9i- The Complete Reference.

Session is going to be conducted by MCA 2008-2011batch. Speakers are:-
1. Abhishek Katariya
2. Ajit
3. Kailash Patel
4. Pradeep
5. Mahendra Verma

Thursday, September 17, 2009

Grab: Rare book on ARENA-IDE, for Simulation.

http://rapidshare.com/files/154742088/Simulation_with_Arena_by_Kelton.rar

Grab....Arena 7- Crack.

http://rapidshare.com/files/55111511/Rockwell_Arena_7_0_Crack.zip

....from college, may it cease some downlaoding problem.
So recommends to download anywhere except from college-systems.

...Try to resolve the code & its output.

#include

main()

{

int a,b,c;

int count = 1;

for (b=c=10;a=

"- LLLLLL?, LMKC,XYZHELLO FOLKS,\

TFy!QJu ROo TNn(ROo)SLq SLq ULo+\

UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\

NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\

HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\

T
S~Pn SPm SOn TNn ULo0ULo#ULo-W\

Hq!WFs XDt!" [b+++21]; )



for(; a-- > 64 ; )

putchar ( ++c=='Z' ? c = c/ 9:33^b&1);



}





........can anybody tell, whats the logic behind this magical-output...?

Monday, September 7, 2009

Create New drive of your own....

Go to c drive

Create a new folder ( say samp1 )

now go to command prompt and type

subst z: c:\samp1

now go to my computer and check it..........




to remove the drive

go to command prompt and type

subst z: /d



......hozzz that..?

Create Folder without name

1) Right Click
2) New
3) Folder
4) Then Holding "Alt" Key Press 0160 Then Press "Enter" Key







....this was not the purpose to create this blog, but to grab your people interaction & involvement, I am going just a little wrong side.....coz I know these kinds of Crazy-stuffs bring you to this blog.

Something abt printf....!

#include

int main()
{
     char q[]="%c\n";
     q[1] = 'c';
     printf (q,98);
}


...guys, again a new fundu abt printf.....tell the logic how-n-why printf behaving so...?

I request you all visitors t atleast try to give your opinion, and if more better you can do....than try to comment/compliment on the other people comments, its a blog meant for discussion...plz be a part of it.......coz your very-presence matters a lot to all of us. Plz tell your opinions that if you were given the same problems, than how you approach to solve these crazy-stuffs.

Saturday, September 5, 2009

Lvalue required....?

#include

int main()
{

   enum{i=10,j=20,k=50};
   printf("%d\n",++k);
 
   return 0; 
}


...guys what is the output, and give your opinion why it is so...? What exactly is the concept of Lvalue...and in what circumstances it happens so...? Leave as far as possible examples in your comments.

Friday, September 4, 2009

Scanf I/O Mgmt

#include
int main()
{
   char ch;
   int i;
   printf ("Enter any number: ");
   scanf ("%d",&i);
   printf ("Enter any character:... ");
   scanf ("%c",&ch);
   printf ("\n%d %c",i,ch);
   
   return 0;
}
Guys, tell me why in the output it is not reading the character properly, or tell me how to make possibleto read the second scanf statement. Leave explanation also why it is behaving so...?

Tuesday, September 1, 2009

Grab: Test your skill in C

Guys get a copy of Test your skills in C- Yeshwant
Kantekar at

http://rapidshare.com/files/168062061/Test_Your_C_Skills_-Yashwant_Kanetkar.rar

About Pointer Address

Hi to all,
Welcome to all of you.

First problem-
#include
int main()
{
int arr[2][3][4];
printf ("%u..%u..%u..%u", arr,&arr,arr+1,&arr+1);
return 0;
}
......the question is what is the output, and whats the logic behind that output.