IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Ugh. One more reason not to use Windows.
Plugins install pop-up ad software:

[link|http://www.zdnet.com/zdnn/stories/news/0,4586,5095300,00.html?chkpt=zdnnp1tp02|[link|http://www.zdnet.com/zdnn/stories/news/0,4586,5095300,00.html?chkpt=zdnnp1tp02|http://www.zdnet.co...t=zdnnp1tp02]]

At least until they start doing this for Linux plugins, I suppose.
Regards,

-scott anderson
New Overflow error....

reasonsNotToUseWindows;

void yetAnotherReason () {
reasonsNotToUseWindows +=1;
}


causes an overflow error since you've incremented beyond the upper limit of an int type. Guess maybe
long
is better?
Jay O'Connor

"Going places unmapped
to do things unplanned
to people unsuspecting"
New serious parsing bugs above
a) I initially used a "code" tag but was warned I had unmatched tags (which I didn't)

b) "pre" tag should not have forced "br" tags for line breaks

c) "long" was embedded within the line with a pre tag so I don't know why it got it's own line
Jay O'Connor

"Going places unmapped
to do things unplanned
to people unsuspecting"
New Well...
c) "long" was embedded within the line with a pre tag so I don't know why it got it's own line

The pre tag is a block-level element, so when you start/stop it, it gets its own block, which means that it gets its own line inside most browsers, basically...
-YendorMike

In order to understand recursion, one must understand recursion.
New Fair enough..
...I forgot about that....
Jay O'Connor

"Going places unmapped
to do things unplanned
to people unsuspecting"
New Doesn't work, even if you use an unsigned long long
jb4

(Resistance is not futile...)
     Ugh. One more reason not to use Windows. - (admin) - (5)
         Overflow error.... - (Fearless Freep) - (4)
             serious parsing bugs above - (Fearless Freep) - (2)
                 Well... - (Yendor) - (1)
                     Fair enough.. - (Fearless Freep)
             Doesn't work, even if you use an unsigned long long -NT - (jb4)

History shows again and again how Nature points out the folly of men.
64 ms