Click to See Complete Forum and Search --> : PROGRAMMING CHALLENGE (third thread)
TheLinuxDuck
10-10-2000, 11:32 AM
Again, the rules are at:
http://www.geocities.com/bfkester/index.html
I have already received several entries so far.
Thanks to everyone interested and involved in the contest!
Remember, the deadline is Oct 24th at 9am!
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
Ug. I don't think I'm going to be able to get into this...
Are you going to display the results?
TheLinuxDuck
10-10-2000, 02:59 PM
Originally posted by kmj:
Ug. I don't think I'm going to be able to get into this...
Are you going to display the results?
I will post all code and results on the site where the instructions are.. http://www.linuxnewbie.org/ubb/smile.gif
Dru? Klamath? Times running out!! http://www.linuxnewbie.org/ubb/smile.gif
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
DenisL
10-10-2000, 07:31 PM
Don't know what book I want yet, but I'm coding for this little challenge. Something for me to do. http://www.linuxnewbie.org/ubb/smile.gif
Started today... Should be done in a day or two depending how much time I throw at it.
TheLinuxDuck
10-10-2000, 10:10 PM
Originally posted by DenisL:
Don't know what book I want yet, but I'm coding for this little challenge. Something for me to do. http://www.linuxnewbie.org/ubb/smile.gif
Started today... Should be done in a day or two depending how much time I throw at it.
You've still got about two weeks, Denis. I'm anxious to see your code! http://www.linuxnewbie.org/ubb/smile.gif
Btw, all, we've received another entry today! http://www.linuxnewbie.org/ubb/smile.gif
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
so, how close are you to 5 now?
TheLinuxDuck
10-11-2000, 02:41 PM
We've got 4 so far. http://www.linuxnewbie.org/ubb/smile.gif I'm anxious to see the next few entries..
Cmon folks! Keep 'em coming! kmj, where's your entry?
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
mangeli
10-11-2000, 03:22 PM
Originally posted by TheLinuxDuck:
Again, the rules are at:
http://www.geocities.com/bfkester/index.html
I have already received several entries so far.
Thanks to everyone interested and involved in the contest!
Remember, the deadline is Oct 24th at 9am!
Can this be a PHP driven progie? You'd have to run it in a web browser....
TheLinuxDuck
10-11-2000, 04:10 PM
Originally posted by mangeli:
Can this be a PHP driven progie? You'd have to run it in a web browser....
Output must be to a console. http://www.linuxnewbie.org/ubb/smile.gif Sorry dood. Is PHP standard to any distro?
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
Its standard to Mandrake, after all is there really any need to bother with any other? http://www.linuxnewbie.org/ubb/smile.gif
------------------
Just a Tuna in the Sea of Life
ye gods! Our precious coding forum has been asylum from the horrible, horrible distro wars (but not editor wars http://www.linuxnewbie.org/ubb/smile.gif) for centuries! What have you done? Now our saintly soil shall be sullied by the sour sounds of system skirmishes!
------------------
-Pacotron- You are what you edit- vi -------- GAIM: KMJ2L
Don't be left out! STAND UP AN BE COUNTED! (http://www.cs.rit.edu/~kmj9907/cgi-bin/pollster.cgi)
--*real men use man*--
-The only reason I keep my DOS partition is so I can mount it like the b*tch that it is.
TheLinuxDuck
10-11-2000, 04:56 PM
Originally posted by kmj:
Now our saintly soil shall be sullied by the sour sounds of system skirmishes!
Stutterers all around the world are plotting against you at this very moment.. http://www.linuxnewbie.org/ubb/biggrin.gif
That's the stutteriest stutter that ever stuttered a stutter in stutterland!
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
TheLinuxDuck
10-12-2000, 04:46 PM
Only 12 days left people!!! http://www.linuxnewbie.org/ubb/smile.gif
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
StarWeaver
10-12-2000, 06:36 PM
I wasn't going to do this, but then i thought about it for a while and I think i have some evil plans that might just work nicely. The only thing that matters is code character size? Hmm... c++ maybe even. Anyway, i'm going to give it a try this weekend. (This weekend meaning friday-sunday :)
-RASX
Ha! I win. I used my own genetic code, so there are no lines to count. All I needed was a few feet of 1 inch masking tape http://www.linuxnewbie.org/ubb/wink.gif
Paul
Strike
10-13-2000, 02:48 AM
Hmph, sorry, I'm going to have to decline this one. I'm getting way too into cryptography right now (when I originally say the "The Code Book" story on /. and read their description, I was very intrigued and I have checked out two library books on the subject now).
Actually, hey ... this topic might logically lead to a second programming challenge ... hmmm...
mangeli
10-13-2000, 08:53 AM
Originally posted by TheLinuxDuck:
Output must be to a console. http://www.linuxnewbie.org/ubb/smile.gif Sorry dood. Is PHP standard to any distro?
It is when you compile it in with apache and mysql...
TheLinuxDuck
10-13-2000, 09:29 AM
Originally posted by mangeli:
It is when you compile it in with apache and mysql...
Huh?
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
Sweede
10-13-2000, 12:03 PM
you can write it in php, just compile php as a cgi-binary and put it in /usr/bin
then your file would be,
#!/usr/bin/php
<?
code
?>
duh.
TheLinuxDuck
10-13-2000, 03:32 PM
Originally posted by Sweede:
you can write it in php, just compile php as a cgi-binary and put it in /usr/bin
then your file would be,
#!/usr/bin/php
<?
code
?>
duh.
What?
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq
Sweede
10-13-2000, 07:27 PM
i have a lot of php based scripts that dont use apache or a web browser to be ran.
i could write what you want in php with little problem, but it wouldnt win because you can write it smaller in C and other languages.
Phuzon
10-16-2000, 12:13 AM
Hmm... To enter, or not to enter, that is the question.
Nah, to busy working on skatetown.
TheLinuxDuck
10-17-2000, 10:35 AM
Only six days left in the contest, and I still need 1 more entry to make 5!!!
------------------
TheLinuxDuck
Wait... that's a penguin?!?!?
:wq