Jump to content

Your biggest project

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
Okay, I have an interesting question, and I've been thinking about this for a while, trying to phrase it properly to get the right answer, so here goes...

What project that you were involved in did you give your greatest contribution, in either lines of code or ingenious problem solving?

I mean "ingenious problem solving" strictly programmatically, such as a particularly useful and reusable code algorithm you're especially proud of. If nothing like that, your greatest contribution in sheer mass of code, being responsible for most (or the entirety) of the project. What I'm asking is... what project did you give the most to?

EDIT: To clarify, if you are contractually bound to not divulge information about the aforementioned project, then perhaps a better choice would be something you aren't contractually bound to not divulge. Or, alternatively, simply stating what you can inform us about.

I can't wait to hear everyone's answers. :)

Edited by ZekeDragon, 09 August 2009 - 06:59 PM.
See EDIT

Wow I changed my sig!

#2
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
Posted via CodeCall Mobile my number guessing game is the thing i put the most thinking into, as you can tell im fairly new to programming :)

#3
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
ooh the sudoku game drove me crazy
i spent like 2 months thinking and coding, i spent like 4 hours /day
i was a n00b back then and its was really fun in the end
Sudoku Game - Amrosama.Codecall.net
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I've put together a few things I'm proud of. Dynamically generated JavaScript to perform validation on a dynamically generated form based on user-configurable validation rules is perhaps the nastiest bit of work I've done.

I also put together a dynamically generated SQL query to search for values that are calculated based on values stored in the database. The where clause had to account for a few dozen possibilities.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Wow, that sounds tricky.

Well I did a database management software a while back where I did the entire thing by myself. I literally did everything, created all the swing interfaces, the database, and the application code that works with the database.

It had a dynamically generated SQL query to perform searches based on what values the user inputted. Basically if the user inputted a first name it would search based on that. Anything the user entered to search by it would use to build a search query. Was very frustrating at times.

#6
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
Probably a complex test system for my company.. Took ages, even though we were a team, but I learned a lot!
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#7
relapse

relapse

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 476 posts
Some project for school that displayed the star positions based on the date and time. ****ing thing took ages but I worked with a group of people.