(c) 2005 by Lousy Coder

Not to mention, public data member length. Accessors: they’re not just for breakfast anymore.

How last millenium. :wink:



System.out.println((postCount > 2000) ? "I agree!" : "This thread is stupid!");


Of course, the best way to do it is:


(princ (if (> post-count 2000) "I agree!" "This thread is stupid!"))

but has a Java monkey, I can’t say that.

Guh, er… I majored in history, y’see, I just remembered BASIC from those science magazines I got as a kid. You know, where they sent you the program you could type in yourself at home…

And… your criticisms… are probably… quite… er… … apt… and, uh… variable… localized… dynamic threshold…

[scratches head and furrows brow]

This thread is stupid!!!

Seriously, I was opening it up to see you blast some actual, err, code. Not what someone chose to put in their comments, unless it was something like…

int x = 1; // set integer x to 1

($_>=2000) ? print “This thread is stupid!” : else system “sudo rm -rf /”;

I don’t know any coding, but the increase was only 33.33%. Removing the line would be a 25% decrease, but the code before “END” was three lines, so one line is 33.33%.

That’s all.

GOTO post one

Declan

/rexx/

arg bothered .

if bothered then say ‘This thread is stupid’

exit

Of course lousy coders copywrite their code.
Rude people who knock you down call you rude.
Robbers call their rich victims thieves…

I’m not sure copyright law is necessarily this simple. But hey, who cares.

:: reaches round to the back panel of the computer ::

Isn’t there a ‘break’ button here somewhere?

I just can’t seem to get past Declan’s post.

If a mod had edited TJdude825’s post to include “GOTO post 27” at the end of it, I think I would have suffocated from laughter.

Almost



! Program Auto SDMB Respond
! Created by Metacom
! Date: 21.09.2005
! 
! The purpose of this program is to  auto-repsond to posts based on the post
! count of the original poster.  If the Post count is less than a specified amount - 
! 2000 in this case - then the program creates a post, "I agree!" signifying
! agreement.  If the post count is less than 2000, then the post created says
! "This thread is stupid!" indicating a general disagreement with the OP.
!

! Determine post count and the appropriate response

(princ (if (> post-count 2000) "I agree!" "This thread is stupid!"))

I think I would have preferred a GOSUB.

And if the post count is exactly 2000?

Man, you beat me to it. I was going to point out that with all these programmers modifying Fluiddruid’s code, not one of them ported it correctly.

If it’s = 2000, you don’t post. Of course that means you can’t get your post count above 2000, but 2000’s a big enough post count, wouldn’t you aree?

cricetus
You talk about lousy coding and yet you don’t even use the © symbol and you made a double posting? What do you think this is … 1960?

Hmmm. How about, “You wasted your 2,000th post on THIS?!”

Old BASIC programmers don’t die. They just GOSUB without RETURN

COBOL, anyone?

IF POST-COUNT > 2000
DISPLAY ‘I AGREE!!!’
ELSE
IF POST-COUNT < 2000
DISPLAY ‘THIS THREAD IS STUPID!!!’
ELSE
NEXT SENTENCE
END-IF
END-IF.