Author Topic: Here's a game for you: Guess how many lines of code/script...  (Read 15055 times)

blaa

  • Autococker
  • Posts: 1218
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #40 on: June 11, 2007, 08:16:22 AM »
17

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #41 on: June 11, 2007, 06:14:03 PM »
Game ends some time after I've finished coding the GLS, lol.  I'll probably let it run for a week or two.  As for my coding style, it's very compressed in PHP:
Code: [Select]
code;
code;
if (1 line) {
code;
}
code;
if (more) {
code;
code;
}
code;

C is a bit more padded:
Code: [Select]
code;
code;

if (1 line)
code;

code;

if (more)
{
code;
code;
}

code;

I don't really use comments that much, and they're often tagged onto the end of a line of code, not on their own.  I will just be counting linefeeds, so whatever that count ends up being is what guesses will be compared against.  And just to clarify, the prize is a sub-3000 ID number.

WarWulf

  • Autococker
  • Posts: 539
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #42 on: June 12, 2007, 09:12:51 AM »
127,420

P!nk

  • Autococker
  • Posts: 948
_
« Reply #43 on: June 12, 2007, 09:45:36 AM »
Post removed
« Last Edit: July 26, 2010, 02:16:51 AM by P!nk »

ashkenaz

  • VM-68
  • Posts: 105
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #44 on: June 12, 2007, 11:19:51 AM »
500894 lines or limes  ;D either way


#999

Apocalypse

  • Autococker
  • Posts: 1463
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #45 on: June 13, 2007, 04:23:46 PM »
654321
I want #12

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #46 on: June 14, 2007, 02:00:06 PM »
Oh, one last question. Are you going to just randomly clear the login database thing? Or will you give us a bit of warning? Then we have a chance of getting #3000 :D
I'll just stealthfully switch over to the live database.  I don't want to set a specific time or anything, or everybody will be pounding the login server at once and it'll probably get shut down for email spamming. :P

Cobo

  • Autococker
  • Posts: 1362
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #47 on: June 14, 2007, 02:48:44 PM »
Server shutdown for email spamming? Yeah right, like that could happen.

:P

Apocalypse

  • Autococker
  • Posts: 1463
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #48 on: June 14, 2007, 06:17:49 PM »
Server shutdown for email spamming? Yeah right, like that could happen.

:P
Yeah it could if all 5000 something registered, registered again in one day.

Cobo

  • Autococker
  • Posts: 1362
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #49 on: June 14, 2007, 06:19:29 PM »
</sarcasm>

Apocalypse

  • Autococker
  • Posts: 1463
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #50 on: June 14, 2007, 06:20:17 PM »
I know that would be funny though.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #51 on: June 15, 2007, 01:08:07 PM »
I know that would be funny though.
Not really.

Apocalypse

  • Autococker
  • Posts: 1463
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #52 on: June 15, 2007, 04:27:27 PM »
Well of course not if it happened to you but just seeing all the people fighting for numbers and then email being messed up because of it lol :P

Cobo

  • Autococker
  • Posts: 1362
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #53 on: June 15, 2007, 05:12:39 PM »
Well, it would be a little ironic if the people had to wait like 3 months just because they were too anxious to register :P

DaRkNeSS

  • Autococker
  • Posts: 622
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #54 on: June 16, 2007, 04:34:33 PM »
130,000

webhead

  • Committee Member
  • Autococker
  • Posts: 1185
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #55 on: June 19, 2007, 09:17:12 PM »
550
« Last Edit: June 20, 2007, 09:06:06 PM by webhead »

Krizdo4

  • PGP
  • Posts: 43
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #56 on: June 20, 2007, 08:46:22 PM »
3457

TinMan

  • Autococker
  • Posts: 1347
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #57 on: June 20, 2007, 08:49:01 PM »
It's good to not use many comments. If you can't comeback later and understand what you were doing then you did a bad job at it.

Cobo

  • Autococker
  • Posts: 1362
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #58 on: June 20, 2007, 08:51:02 PM »
Actually, it's good to use comments all the time.

P!nk

  • Autococker
  • Posts: 948
_
« Reply #59 on: June 20, 2007, 08:58:17 PM »
Post removed
« Last Edit: July 26, 2010, 02:15:39 AM by P!nk »