 | | Re: OffTopic: Re: VIRUS ALERTS - TWO of them Fw: Will sell in male
|
|
(...) Simply solution. Don't run Outbreak. Eudora is a fine emailer. If you have the Linux spirit switch to Evolution. Heck there is even Mozilla's email program. (23 years ago, 13-May-02, to lugnet.robotics)
|
|
 | | OffTopic: Re: VIRUS ALERTS - TWO of them Fw: Will sell in male
|
|
Also, don't forget the Klez screws with the From: field (we all do know that the From: field can be faked right.) so don't get all snipy at whoever is in the From: field since it's very unlikely they are even infected with Klez. Personally I think (...) (23 years ago, 13-May-02, to lugnet.robotics)
|
|
 | | start_process question....
|
|
I am writing a program based mainly on Fred Martin's book. The code is prety close to his program, but when I try to load I keep getting the following error codes, "attempt to use <int> as an array", and, "too many argumentd given to , (...) (23 years ago, 13-May-02, to lugnet.robotics.handyboard)
|
|
 | | Re: VIRUS ALERTS - TWO of them Fw: Will sell in male
|
|
Andy how many people send these out on purpose? A virus is self propagating, otherwise it would be worthless. Get a decent virus scanner and use it - mine caught Klez before you decided to email. Some people don't have webspace, and free space is (...) (23 years ago, 12-May-02, to lugnet.robotics)
|
|
 | | Re: Converting a float to an integer
|
|
It looks like xdist and ydist are integers. You divide an integer by an integer, the answer is an integer. For example, if xdist=5 and ydist=10, you have 5/10, the answer is 0 (with a remainder of 5). So, if you do the multiply first, you will be (...) (23 years ago, 13-May-02, to lugnet.robotics.rcx.legos)
|