Page 2 of 2

Posted: Thu Mar 06, 2008 11:59 pm
by thefool
Kaeru Gaman wrote:
thefool wrote:OMG A GERMAN!!!
I know we are superior to you Danish, but there's no need to call us Gods... thnx anyway...
:lol:

Posted: Fri Mar 07, 2008 12:50 am
by Kaeru Gaman
:wink: :mrgreen:

Posted: Fri Mar 07, 2008 12:52 am
by pdwyer
how do you do the line count?

There's lots of white lines in my code for formating purposes so I can't assume the line numbers. Does the compiler say somewhere when it does it's thing? I don't recall.

(Can you include lines that you wrote with the CTRL-V key? :wink: )

Posted: Fri Mar 07, 2008 10:09 am
by srod
Aye, I just hit compile and the IDE reports how many lines it processes.

Did I forget to mention that 1100 of the lines were copied from another project? :wink:

Only kidding.

Mind you there were a lot of interface definitions and setting up vtables etc. Pretty much non-taxing 'auto pilot' stuff - not proper code as such. Still it had to be done. The project will not function without it. Now that I have to write some 'proper' code, I'll probably manage no more than 20 lines of code! :)

Posted: Fri Mar 07, 2008 11:37 am
by Num3
LOL, maybe it's me... But all my apps are much less then 1000 lines of code :lol: :lol: :lol:

Posted: Fri Mar 07, 2008 11:44 am
by srod
I think you need to borrow the Bloat() command from PowerBasic! :wink:

Either that or I should write more efficient code!

:)

Posted: Sat Mar 08, 2008 8:34 pm
by Franky
So, 1200 Lines of code in one day? What did you do the other 23 hours? 8)

I just made 700 Lines in one half hour.

OK, it´s only been Dummy-Procedures that have to be filled yet :lol:

Posted: Sat Mar 08, 2008 8:37 pm
by netmaestro
Yeah, yeah, yeah. 1100 lines, 1200 bugs. :?

(just kidding, don't send the Royal Navy)

Posted: Sun Mar 09, 2008 2:40 pm
by Baldrick
Soz Srod, couldn't resist this.
Apparently it takes no time at all to write 1200 lines.... :twisted: :oops:

Code: Select all

   If CreateFile(0,"howmanylines.pb") 
    Start.l=ElapsedMilliseconds() 
     Repeat 
      a.l+1 
      WriteStringN(0,";this is line "+Str(a)) 
     Until a>1198 
    WriteStringN(0,"MessageRequester("+Chr(34)+"How long should it take to write "+Str(a+1)+" lines "+Chr(34)+","+Chr(34)+"Oohh I reckons around "+Str(Total)+"ms"+Chr(34)+")")
    CloseFile(0) 
   EndIf 

Posted: Sun Mar 09, 2008 4:49 pm
by srod
:lol:

Damn, you got me there!

Posted: Tue Mar 11, 2008 4:08 pm
by Dare
1200 lines in 12 hours and assuming 24 characters per line avg, including tabs and spaces and returns ..

= 100 lines per hour, 2,400 characters per hour.

= 40 characters per minute.

=2/3rd of a character per second.


Mate, you need to learn to touch type! :P




(Oh, you actually did some thinking as well ..)

Good going!


Num3 wrote:LOL, maybe it's me... But all my apps are much less then 1000 lines of code :lol: :lol: :lol:
hehe. :)

If the vertical scrollbar appears on the IDE I think I have written war and peace! :)

Posted: Tue Mar 11, 2008 4:19 pm
by srod
If the vertical scrollbar appears on the IDE I think I have written war and peace!
:lol: :lol:

Posted: Tue Mar 11, 2008 4:31 pm
by Fluid Byte
LMFAO :lol: