|
-- Posted by ManicD at 3:21 pm on Sep. 12, 2008
OK, I'm looking for script/code writers to judge and possible enter a contest. at the moment a list of interested parties in entering and judging is all i'm after, i'm aware of that few members will be able to enter so i may design rules where judges can enter aswell (not marking their own work). If you have any skill in writing scripts/code please PM me with details of your language and skill level and i'll try and get you involved The contest idea is to design a comical portion of code in your chosen language. an example is below...(yes i'm aware its not accurate or finished its just a quick example) If (Girl < 150lbs) If (Girl Speech = "wanna fuck?") $Fuck else $Run Endif else $Run Endif EDIT: This is not the contest itself, just an opportunity to register interest and/or aid in the creation of the contest
-- Posted by marshmellowman at 3:24 pm on Sep. 12, 2008
Get hatt to play. I'm sure he'd have a laugh doing it.
-- Posted by Molfsontan at 3:24 pm on Sep. 12, 2008
Oh my god, I laughed a bit
-- Posted by DefaultTo0 at 3:46 pm on Sep. 12, 2008
Saw this a year ago - not my own design, but hey, I'm posting it. Part of Google's PageRank algorithm... revealed! | Code: | $spammers=file_get_contents("http://www.45n5.com/top100/"); $pos = strpos($spammers, $domain); if ($pos === false) { $newpagerank=rand(0, 10); } else { $newpagerank=rand(0, $pagerank); } |
-- Posted by ManicD at 4:56 pm on Sep. 12, 2008
Quote: from DefaultTo0 at 11:46 pm on Sep. 12, 2008
Saw this a year ago - not my own design, but hey, I'm posting it. Part of Google's PageRank algorithm... revealed! | Code: | $spammers=file_get_contents("http://www.45n5.com/top100/"); $pos = strpos($spammers, $domain); if ($pos === false) { $newpagerank=rand(0, 10); } else { $newpagerank=rand(0, $pagerank); } |

wanna join in the fun with a script of yoru own? or judge?
-- Posted by DefaultTo0 at 6:31 am on Sep. 13, 2008
You could always take that as my entry.
-- Posted by ManicD at 7:24 am on Sep. 13, 2008
Quote: from DefaultTo0 at 2:31 pm on Sep. 13, 2008
You could always take that as my entry.  
no no no no no...original works only!!!
-- Posted by ManicD at 6:02 pm on Sep. 14, 2008
Bump
-- Posted by JudeLaurence at 8:09 am on Sep. 15, 2008
C++ Skill: basic to intermediate.
-- Posted by spartan09 at 6:37 pm on Nov. 1, 2008
Is this still up? I do PHP, probably basic to intermediate.. So maybe something like... | Code: | if ($Obama == "President") { $me = "moving to canada"; } elseif ($McCain == "President") { $me = "hope for the best"; } else { $me = "Thank God someone else won!"; } echo $me; | Rather stupid, but it's all I could come up with on a whim.
-- Posted by matto at 8:55 pm on Nov. 1, 2008
I'm hooked on Java at the moment. I'd enter.
|