Sunday, November 30, 2008

Solve your math problem in the internet.


Solving math problem was never so easy before.

stuck on a math problem? figuring out how to get the answer ?
Then head over to www.webmath.com and let it solve and explain it for you.

Let's here what webmath says about it's service and I believe\trust on it.
"

Webmath is not a database of questions and answers, or an online math testing site.
Webmath is a math-help web site that generates answers to specific math questions,
as entered by a user of the site, at any particular moment..........
.......

In addition to the answers, Webmath also attempts to show to the student how to arrive at the answer as well.
For example, if the user wants to know how to square the quantity (x+2),
Webmath does not just display the answer x2+4x+4, but a step-by-step solution as well.
..........

It contains a sophisticated computer math "engine" that is actually able to recognize and "do the math" on a particular problem it is presented with.
For this reason, Webmath is a very dynamic website, in that most of the replies a user will encounter are created the instant they are sent to the user.
.....

We acknowledge though, that programming a computer to solve math problems "on the fly" is not an easy task, and Webmath is not a a complete math solution system. Many computer methods and algorithms related to having a computer solve a math problem remain research-level topics at computer science labs around the world. This difficulty in computer math programming remains at the heart of the limited offerings of this site, and shortcomings therein. Nevertheless, the developmental goal of this site is to slowly and steadily increase and improve upon its math solving capabilities, so frustrated students have a place to at least try to find the answer to their math problem, at the time they need it.

"


So head over to http://www.webmath.com/ and start solving your problems.

Personally this site is one of my favorites.

When are you going to die?


Yea .serious. there is a service in the Internet which lets you
find that.
the service is called death clock

Here is what the site says
"
Welcome to the Death Clock(TM), the Internets friendly reminder that life is slipping away... second by second. Like the hourglass of the Net, the Death Clock will remind you just how short life is.
"


So what are you waiting for head up to deathclock
and see when you will die.
_________________________________________
DON'T BELIEVE : then just give it a try it may come true.

Sunday, November 9, 2008

Fake shut down Virus.

DO you want to scare your friends with this fake virus it will
shout down your pc with in certian time and with a virus aleart notification
Here is a screen shot



Let's us proceed

Creating it.

Creating a Shortcut in the desktop
Right click>New>Short cut
Then paste

shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."


and give the name game,funny clip or any thing that will attract the
user attention .

Using it.

Now just double click on the icon and you will see the dilaog box like this
and at the end of the time limit your pc will shutdown.

Stoping it

You can stop it under the given time period ,If you have copyed the above code
then it will be 100 seconds.
to stop it click on start>run
and pste this ,

shutdown -a


Modifying it

Instead of shuting it down you can

insert this code, instead of this [shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."]
code while creating a short cut.

Restart,
with this code
shutdown -r -t 10 -c "Virus detected Restarting..."


Log Off,
with this code
shutdown -l


Changing the time limit

shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."
Here the limit is 100 seconds you can change it to any number.
eg.changing the hunderd into 15 seconds

shutdown -s -t 15 -c "ViRuS DeTeCtEd Shutting Down..."


Extra info


-s - This signify Shutdown.
-r - This signify Restart .
-l - This signify LogOff .
-t - This signify the timer before Restart or shutdown of the computer.
-c - This signify comment. [note don't put comments in the logging off code it is useless]

You can also start this ,through command prompt

click on start>run
then paste the code i.e

For Shutdown
shutdown -s -t 100 -c "ViRuS DeTeCtEd Shutting Down..."


For Restart
shutdown -r -t 10 -c "Virus detected Restarting..."


For Logging off

shutdown -l

______________________________________________
Drop me a comment and tell me weather you liked it or not.
I would like to than the internet[cause i could not trace the real author and all the authors were in the net] for the codes the rest i have modified it.
_____________________________________________