|
Post by Bradley on Mar 28, 2005 20:43:19 GMT -5
What's the biggest code you made? How big was it? What was it written in? What did it do? Was it worth your time and effort?
Well the biggest one that I've finished is the x viewing code. It's 1096 lines long. It was written in ASP.NET with VB.NET codebehind. I think we know what it does, and no, it was worth my time. The biggest one in work is my CCW-NET CMS. At last count it is 5,183 lines long. It is also written in ASP.NET with VB.NET codebehind. It's a content mangment system... so it manages content. I hope it'll be worth my time when I'm done.
|
|
Sneaky
Veteran Member
Pirate Ninja Communazi
Posts: 155
|
Post by Sneaky on Mar 28, 2005 21:05:27 GMT -5
*n00b* mine would have to be
<center></center> *n00b* ya im serious i have no clue what im doing when it comes to coding
|
|
ProtoChrome
Veteran Member
I have an idea SO smart, that my head would explode if I even begin to know what I was talking about
Posts: 164
|
Post by ProtoChrome on Mar 29, 2005 7:48:00 GMT -5
no ofens but yay now I don't feel so bad
|
|
|
Post by klar on Apr 17, 2006 15:31:35 GMT -5
ok...."... the longest i ever wrote was...
Exactly. Nuthing. I dont know how. But I kinda want to learn sometime.
|
|
|
Post by me on Apr 17, 2006 20:59:42 GMT -5
ok...."... the longest i ever wrote was... Exactly. Nuthing. I dont know how. But I kinda want to learn sometime. This link can be helpful clik0r
|
|
|
Post by frufru~`'- on Apr 18, 2006 16:20:32 GMT -5
My ASP table editor is 838 lines long It's a program that edits HTML and UBBC tables and is closely integrated with my table generator. It might have been worth it since according to my statcounter it's been getting a whole lot of hits lately. I'm not sure whether it's people actually using it or just draining my bandwidth It's made editing tables a lot easier for me though. My summer project will be making my image randomizer system completely automated. This will include a login system, the ability to add more randomizers, ability to remove your randomizers and to modify your existing randomizers
|
|
|
Post by Ross on Apr 18, 2006 17:14:05 GMT -5
Longest? I don't really want to have to open all 20 of the files that it consists of so far just to add up the number of lines It's going to be a kind of content management system when it's done; probably be a while until that happens though. Oh, and it's written in PHP + MySql
|
|
|
Post by scottcool on Apr 20, 2006 11:42:56 GMT -5
a short welcome table for PBs its my first code.
|
|
raze
New Member
Posts: 5
|
Post by raze on Jun 12, 2006 19:19:07 GMT -5
the biggest code i have made is a simple text based rpg game in C++ I'm not to sure how big it was but it took me about 3 weeks to get it coded and another 2 to debug it
|
|
Zach Sinclair
New Member
Obey Standard Compliance Or It Will Eat You
Posts: 5
|
Post by Zach Sinclair on Aug 11, 2006 22:41:46 GMT -5
Um, longest? I'm working on coding a site right now, but it's for practice more than anything formal. It isn't a program, just a web design. I'm a complete nub so no need to make fun of me, by the way I'm learning gradually and sometime in the future, I'll be looking at people the same way Tommy does when it comes to coding. I'll be traveling in loops around them singing "nah nah nah nah nah, you can't catch me!" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>[::sunsurfin web design::]</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="StyleSheet" href="mBanner.css" type="text/css" /> <style type="text/css"> * { margin:0; padding:-10px; } body { background:#FFFFFF; margin:9px; font:8pt/14pt 'Lucinda Grande', Verdana, Helvetica, sans-serif; } #wrap { width:800px; margin-left:auto; margin-right:auto; } #header { background:#FFFFFF url(http://sunsurfin.net/v2/images/ssd_header.jpg) 0 0 no-repeat; height:30px; width:800px; color:#FFFFFF; } #banner { background:#FFFFFF url(http://sunsurfin.net/v2/images/banner1.jpg) 0 0 no-repeat; height:90px; width:800px; } #bannerfoot { background:#FFFFFF url(http://sunsurfin.net/v2/images/ssd_nav.jpg) 0 0 no-repeat; height:30px; width:800px; color:#FFFFFF; } #bannerfoot ul { padding:0 0 0 20px; } #bannerfoot li { padding-right:100px; display:inline; list-style-type:none; } </style> <body> <!-- Begin Wrap --> <div id="wrap">
<!-- Begin Header --> <div id="header"> </div> <!-- End Header -->
<!-- Begin Banner --> <div id="banner"> </div> <!-- End Banner -->
<!-- Begin Banner Foot --> <div id="bannerfoot">
<ul> <li> <a href="http://sunsurfin.net/v2/"> Home </a> </li>
<li> <a href="http://sunsurfin.net/gallery/"> Gallery </a> </li> <li> <a href="http://sunsurfin.net/contact/"> Contact </a> </li> <li> <a href="http://sunsurfin.net/tutorials/"> Tutorials </a> </li>
<li> <a href="http://sunsurfin.net/blog/"> Blog </a> </li> </ul> </div> <!-- End Banner Foot -->
</div> <!-- End Wrap --> </body> </html>
|
|
|
Post by frufru~`'- on Aug 17, 2006 7:47:32 GMT -5
Just counted the lines of my latest project (self-serve image randomizers) 1667 lines
|
|