Turing Contest 255chr max - changed to 20 line max
And the winner is : (Voting is closed) |
not buzpodder's graphics |
|
28% |
[ 2 ] |
zylum's graphics |
|
0% |
[ 0 ] |
catalyst's graphics |
|
0% |
[ 0 ] |
GlobeTrotter's graphics |
|
0% |
[ 0 ] |
beard0's graphics |
|
0% |
[ 0 ] |
Delos's Blackjack |
|
14% |
[ 1 ] |
zylum's graphics (2) |
|
0% |
[ 0 ] |
beard0's TicTacToe |
|
28% |
[ 2 ] |
Delos's Flashy Pong |
|
0% |
[ 0 ] |
zylum's green screen |
|
14% |
[ 1 ] |
Catalyst's Pong |
|
0% |
[ 0 ] |
Tony's Snake |
|
14% |
[ 1 ] |
TheFerret's graphics |
|
0% |
[ 0 ] |
|
Total Votes : 7 |
|
Author |
Message |
TheFerret

|
Posted: Sat Jul 03, 2004 12:45 am Post subject: (No subject) |
|
|
I know the second one is longer but it looks pretty good and I thought comments don't count... |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Andy
|
Posted: Sun Jul 04, 2004 3:38 am Post subject: (No subject) |
|
|
i think bugz/catalyst should win |
|
|
|
|
 |
Tony

|
Posted: Sun Jul 04, 2004 11:45 pm Post subject: (No subject) |
|
|
learn to read dodge (love martin)
bugzpodder wrote: I did not make this |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
 |
Andy
|
Posted: Mon Jul 05, 2004 12:38 am Post subject: (No subject) |
|
|
i read that.. if we can rip movies/apps off bit torrent legally in canada... i think a lil plagerization isnt bending the rules a bit |
|
|
|
|
 |
Dan

|
Posted: Mon Jul 05, 2004 12:51 am Post subject: (No subject) |
|
|
hey what about mine? the abity to restart any CS server in 20 lines! it is at least intresting. and the abity to take over landschool in 20 lines is not bad ether .
Any how if i had to pick a winner out of the more leagl entrys i whould pick tonys and Catalyst for showing how they can own grade 10 FP in 20 lines. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
 |
Andy
|
Posted: Mon Jul 05, 2004 1:00 am Post subject: (No subject) |
|
|
well... it did kinda say turing |
|
|
|
|
 |
Dan

|
Posted: Mon Jul 05, 2004 1:02 am Post subject: (No subject) |
|
|
pfff minor deatals..... |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
 |
Andy
|
Posted: Mon Jul 05, 2004 1:03 am Post subject: (No subject) |
|
|
heh... y dont u make a thousand line long header file and just include it in c++ |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Dan

|
Posted: Mon Jul 05, 2004 1:11 am Post subject: (No subject) |
|
|
b/c now that whould be cheating. not my falut java is better for networking. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
 |
rizzix
|
Posted: Fri Jul 09, 2004 3:27 pm Post subject: (No subject) |
|
|
not only that dan. of course thats true.. but u need to take into consideration statements instead of lines. cuz its possible to write an entire java application in one line.. but it could have 10000+++ statements.. of course i'm sure ur app is pretty low on statements heh. |
|
|
|
|
 |
rizzix
|
Posted: Fri Jul 09, 2004 3:28 pm Post subject: (No subject) |
|
|
another thing that makes java so ideal for wirting small programs.. is its chain method calls and anonyous inner classes heh. (an anonymous inner class can be considered one statement. |
|
|
|
|
 |
beard0

|
Posted: Sat Jul 10, 2004 11:40 am Post subject: (No subject) |
|
|
Well, this brings the TURING Contest to a close. A poll should be appearing shortly. |
|
|
|
|
 |
beard0

|
Posted: Wed Jul 28, 2004 9:44 pm Post subject: (No subject) |
|
|
Come on guys, vote for the winner!
At least everyone who has made a post here should be voting! |
|
|
|
|
 |
Homer_simpson

|
Posted: Wed Nov 03, 2004 12:04 am Post subject: (No subject) |
|
|
no comment...
View.Set ("offscreenonly")
colorback (black)
var x, y, z, rs : array 1 .. 100 of real
proc rotate (OriginX, OriginY : real, var secondpartX, secondpartY : real, Rotaion : real)
secondpartY := OriginY - (((OriginY - secondpartY) * cosd (Rotaion)) - ((OriginX - secondpartX) * sind (Rotaion)))
secondpartX := OriginX - (((OriginX - secondpartX) * cosd (Rotaion)) + ((OriginY - secondpartY) * sind (Rotaion)))
end rotate
for i : 1 .. 100
x (i) := Rand.Int (-100, 100)
y (i) := Rand.Int (-100, 100)
z (i) := Rand.Int (101, 301)
end for
loop
for i : 2 .. 100
drawline (round (x (i - 1) / (z (i - 1) / 100)) + 320, round (y (i - 1) / (z (i - 1) / 100)) + 200, round (x (i) / (z (i) / 100)) + 320, round (y (i) / (z (i) / 100)) + 200, white)
rotate (0, 200.5, x (i), z (i), 1)
end for
View.Update
cls
end loop |
|
|
|
|
 |
josh
|
Posted: Wed Nov 03, 2004 9:40 am Post subject: (No subject) |
|
|
wow, that is sick homer!!!!!!!!!!!!!! |
|
|
|
|
 |
|
|