![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
You know you're old when you used to brag about how small you could make 'em....
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#12 |
|
Expert Programmer
|
Me and a friend have developed a 4 mb program running with 5-6 DLL's for our work... we call it project ASS (Automated Service System) each DLL resresents a seperate service wether is working with data manipulating data or running multiple queries on access databases. Our newest project is yet another service we are adding onto AutoSS (project ASS). We call it SPADE (Sophisticated programs automating departments everywhere). SPADE is our own little interpreted scripting language.. with functions, keywords and complete error handling. We are quite proud of our work.
EDIT: ![]()
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org Last edited by Kilo; May 20th, 2006 at 11:04 AM. |
|
|
|
|
|
#13 |
|
Hobbyist Programmer
|
I think the largest project that I have done was my school's website in PHP. I had to make a CMS with an admin panel and stuff so that people could update the site without needing to know how to code a single line of html or php. It's less than 10,000 lines of code though, so it isn't that big. I haven't counted in a while so I can't give an exact number.
I also started an IM Client/Server in C#. I still have the source but it is unusable. I kept getting tripped up at how the server should handle multiple connections. At the time I was considering cycling through an array that held the connections. That seemed inefficent and kind of slow. I put the project on hold until I had more network programming expierence. Maybe one of these days I'll continue where I left off. |
|
|
|
|
|
#14 |
|
Expert Programmer
|
when i wrote such applications in VB a Socket array handled multiple connections beautifully! One integer with the current amount of connections... whenever a user is detected attempting to connect throw them on the next available socket.
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#15 |
|
The Oblivious One
Join Date: May 2005
Location: Ontario, Canada
Posts: 648
Rep Power: 4
![]() |
The largest program I ever wrote was a very badly written brute-force tic-tac-toe AI and game in C++.
I think the source totalled about 1000 lines. It was posted in the finished projects section if anyone is interested.
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS! |
|
|
|
|
|
#16 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Largest thing I ever wrote was probably the (unfinished) student management system for my school. However, I'm most proud of www.personalitypictures.co.uk.
|
|
|
|
|
|
#17 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Okay, okay, Ooble, but just get rid of that danged pan thangy on that other site. I've replaced 2 keyboards due to barfitis just looking at it.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#18 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
I didn't write that bit, Rory did. I agree, it sucks. And once it was written, the client liked it.
![]() |
|
|
|
|
|
#19 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Well, clients don't have taste, they have wallets. Wallets win.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|