Your Largest Program
-
Ravi Bhavnani wrote:
I thought I was the only one who knew about Google.
Google? What's that? :rolleyes:
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
modified on Monday, December 31, 2007 6:48:27 PM
-
For some reason the joke icon isn't working. ( It is something with FF, because IE7 it's fine ).
Ravi Bhavnani wrote:
So I typed in "Where are my gloves?" but it was of no help whatsoever.
:laugh:
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Mike Hankey wrote:
It wasn't documented, commented and no one knew anything
Oh boy :rolleyes:
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
Hey Paul, Yeah, it was a lot of work. We'd test it in production at 3AM shift change so towards the end it was all kinds of crazy hours. There was one lady project manager there and she used to tell me "Mike, I don't know what you do its just magic". I just let her keep thinking that! Have a good new year, be safe. Mike
Life is not measured by the number of breaths we take, but by the moments that take our breath away. "George Carlin
Semper Fi http://www.hq4thmarinescomm.com[^]
-
Hey Paul, Yeah, it was a lot of work. We'd test it in production at 3AM shift change so towards the end it was all kinds of crazy hours. There was one lady project manager there and she used to tell me "Mike, I don't know what you do its just magic". I just let her keep thinking that! Have a good new year, be safe. Mike
Life is not measured by the number of breaths we take, but by the moments that take our breath away. "George Carlin
Semper Fi http://www.hq4thmarinescomm.com[^]
Mike Hankey wrote:
I just let her keep thinking that!
:laugh:
Mike Hankey wrote:
Have a good new year, be safe.
Same to you and your family :)
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
For some reason the joke icon isn't working. ( It is something with FF, because IE7 it's fine ).
Ravi Bhavnani wrote:
So I typed in "Where are my gloves?" but it was of no help whatsoever.
:laugh:
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
Paul Conrad wrote:
For some reason the joke icon isn't working. ( It is something with FF, because IE7 it's fine ).
FF 2.0.0.11 here, and I see that joke icon just fine. wohooo!! This is my first CP post in 2008. :cool: And totally useless one ;)
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe -
Paul Conrad wrote:
For some reason the joke icon isn't working. ( It is something with FF, because IE7 it's fine ).
FF 2.0.0.11 here, and I see that joke icon just fine. wohooo!! This is my first CP post in 2008. :cool: And totally useless one ;)
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfednh wrote:
FF 2.0.0.11 here.
Same here. Trying with CPHog turned off. --modified And it works now. :suss:
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Paul Conrad wrote:
For some reason the joke icon isn't working. ( It is something with FF, because IE7 it's fine ).
FF 2.0.0.11 here, and I see that joke icon just fine. wohooo!! This is my first CP post in 2008. :cool: And totally useless one ;)
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne MetcalfeIf I modify the post with CPHog turned on, then the joke icon goes away :suss: Maunder was looking into it and I let him know that it must be a CPHog matter. Do you use CPHog?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
If I modify the post with CPHog turned on, then the joke icon goes away :suss: Maunder was looking into it and I let him know that it must be a CPHog matter. Do you use CPHog?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
Paul Conrad wrote:
Do you use CPHog?
Nope. So sorry Shog :)
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe -
I don't mean to pry. The reason I asked is that I'm considering writing a very large program on my own, and I only wanted to get a sense of the complexity that other people had tackled on their own.
“Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support
Unfortunately I cannot give you specs or even information on specific functionality of the program. I do believe, however, if you tackle a project using an Agile development methodology, 1 person can take it on.
-
Well I wrote "hello world" in
COBOL
. :-DIf the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]around 11k lines of VB.NET code over the course of 2yrs My RSS reader, FeedMonster.
-
What is the largest program you have ever developed entirely by yourself? You were handed a specs document and you did the technical design, all the coding and testing until the application was complete and delivered?
“Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support
Pfft! Specs document indeed. I just thought of the only time I was "handed a specs document"; it was rubbish, I wrote something better and safer instead. My first project after college was a three month contract using C. (The worst C code ever. You may not like my C#, but trust me, that C is worse.) I just checked the source code for that project, and I see 35 File(s) (.C and .H) 291,822 bytes for a total of 7,872 lines of text (code, comments, whatever) which, of course, is a totally meaningless statistic. For the last three years I've been working on a project in C# that is now 287 File(s) (.CS only) 3,123,944 bytes for a total of 86,059 lines of text... OK, now I'm depressed. (On the other hand, there are very few comments in this one... :doh: ) Oh... but it's not all one program, in fact the line is rather blurry here too, what with DLLs and Reflection and such.
-
What is the largest program you have ever developed entirely by yourself? You were handed a specs document and you did the technical design, all the coding and testing until the application was complete and delivered?
“Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support
Independent123 wrote:
What is the largest program you have ever developed entirely by yourself?
The virtual test range was completely developed by myself with only some math-help from a mathematician, but I still wrote all the code. It was 180,000 lines of code (minus comments). The successor was started by myself and another programmer added at the end of the product. It had 300,000 lines of code at delivery, about 250k when my partner was added.
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
What is the largest program you have ever developed entirely by yourself? You were handed a specs document and you did the technical design, all the coding and testing until the application was complete and delivered?
“Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support
At my last job in San Diego, 1.4 millions lines of C++ code and still growing when I quit. At the last place I worked, 769,000 lines of code (including [mostly] C++, SQL store procedures, views, triggers, and functions. Most of the time, a typical program now is around 2000 lines, tops.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001