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

magalhaes

  • Autococker
  • Posts: 1256
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #20 on: June 09, 2007, 12:59:40 PM »
7

Eiii

  • Autococker
  • Posts: 4595
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #21 on: June 09, 2007, 01:10:28 PM »
8500

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #22 on: June 09, 2007, 02:29:55 PM »
6332

Remember to omit my GBL code from the count ;)

nightryder

  • 68 Carbine
  • Posts: 448
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #23 on: June 09, 2007, 05:03:29 PM »
7341

y00tz

  • Autococker
  • Posts: 2742
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #24 on: June 09, 2007, 05:27:09 PM »
Closest guess gets a low player ID number on the new database.

He's clever, notice how he said 'low'.. it's not relative to anything.  5,000 could be low to him... :P
« Last Edit: June 09, 2007, 07:31:13 PM by y00tz »

bitmate

  • Autococker
  • Posts: 1248
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #25 on: June 09, 2007, 05:31:09 PM »
Considering the live database will start at around #3000, low will mean something like 0<x<3000. ;)

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #26 on: June 09, 2007, 09:48:41 PM »
"Come one down!! You're the next contestant on " Guess the number of lines of code!!""

* KnacK plays the theme song to "The Price is Right" in the background.

MaDMaN

  • VM-68
  • Posts: 159
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #27 on: June 10, 2007, 02:11:40 AM »
19342

loial21

  • Autococker
  • Posts: 2807
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #28 on: June 10, 2007, 07:41:02 AM »
666

Playah

  • 68 Carbine
  • Posts: 485
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #29 on: June 10, 2007, 07:50:48 AM »
6500

Termin8oR

  • Autococker
  • Posts: 1023
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #30 on: June 10, 2007, 01:30:37 PM »
2,500

Low cause they are interrelated.

P!nk

  • Autococker
  • Posts: 948
_
« Reply #31 on: June 10, 2007, 02:31:54 PM »
Post removed
« Last Edit: July 26, 2010, 02:16:54 AM by P!nk »

Fyre

  • VM-68
  • Posts: 247
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #32 on: June 10, 2007, 04:39:37 PM »
3456

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #33 on: June 10, 2007, 07:27:41 PM »
So, when does this end?

This is the thread that never ends
It keeps going on and on my friend
Some people started posting
Not knowing what it was
...

:D

Eiii

  • Autococker
  • Posts: 4595
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #34 on: June 10, 2007, 07:42:09 PM »
Jits tends to lock neverending threads. :<




Jerk. No one uses the RSS feed anyway!

TinMan

  • Autococker
  • Posts: 1347
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #35 on: June 10, 2007, 07:54:07 PM »
666
LAWL

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #36 on: June 11, 2007, 04:44:11 AM »
Jerk. No one uses the RSS feed anyway!
I use it :P

magalhaes

  • Autococker
  • Posts: 1256
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #37 on: June 11, 2007, 06:49:32 AM »
To win we have to guess the exact number?
smart way to dont give low id numbers to anyone;)

Edgecrusher

  • Autococker
  • Posts: 815
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #38 on: June 11, 2007, 06:50:20 AM »
2

First one and the others.

S8NSSON

  • Autococker
  • Posts: 709
Re: Here's a game for you: Guess how many lines of code/script...
« Reply #39 on: June 11, 2007, 08:09:02 AM »
I guess a lot depends on how you structure your programming, and if you are including comments in your calculation.

You can structure simple if statements to be different line lengths:

1) one line
 if(argument)do this;

2) four lines
if(argument)
 {
 do this;
 }

There are several other variations as well.

It's hard to omit comment count from a line count unless you have some way to remove comments.

intermixed sounds like a lot of checks and balances.
I'll throw it up there kind of high.

235,467