RE: Calculator to friends
How about:
!calc while(true);
Nice way to make messenger unresponsive...
Seriously, don't just pass anything to eval after first validating it properly. I'd say make sure the only characters in there are numbers, spaces, and math operators like +,-,* etc.
|