vote up 3 vote down star
1

What is the biggest library/tool/framework/etc you wrote only to discover that it is freely available or already exists somewhere?

flag
I tried, but... tinyurl.com/reinventwheel – Ward Werbrouck Mar 9 at 12:52
This isn't a bad question. Has it been asked already? – Ctrl Alt D-1337 Mar 9 at 12:55
It's a silly question. What is hoped to be gained from the answers? In the least it should be CW. – cletus Mar 9 at 13:00
Interesting question, but the top answers have pretty much killed it. – Jon B Mar 9 at 13:35
would vote to close if I still had votes. – George Stocker Mar 9 at 16:17
show 1 more comment

8 Answers

vote up 1 vote down

Frameworks. Over the years, I've created several frameworks for text user interfaces, GUIs, web applications.

link|flag
vote up 0 vote down

Whilst doing my cs final project I had never heard of an orm so I spent ages (about 3 hours in student land) trying to write a mapping module.

link|flag
vote up 21 vote down

I know people who tried to re-invent a "programming questions" web site into a chat forum for trading war stories.

link|flag
vote up 1 vote down

Well, I know people, that wrote an interpreted C-like language compiler/interpreter, and later on extended it with most of the C++ features, even templates and so.

link|flag
1  
Why would you do that? Writing your own C compiler/interpreter I can imagine, but seriously, why would you add C++ features? Waste of a perfectly good compiler if you ask me ;) – Kawa Jul 25 at 17:03
vote up 3 vote down

Pretty much everything i've tried to do in Java there's been a free and (usually) better wheel already made.

link|flag
vote up 1 vote down

Recently I ported my website to Python and after a few months of work, I discovered that I'd basically reimplemented Django... (not the whole thing obviously, not in a few months, but it was heading in that direction)

link|flag
vote up 4 vote down

Well, Al Gore once reinvented the internet... does that count?

link|flag
2  
Only if you are Al Gore. ;-). – Gamecat Mar 9 at 13:54
2  
"Everyone is super stoked on me!" -Al Gore – NateDSaint Sep 4 at 15:12
vote up 1 vote down

I implemented ActiveRecord in PHP 4 back in 2005.

Rails was pretty new, and I didn't even know it existed. I also wasn't aware of an active record implementation in PHP, so I went ahead and implemented it myself.

link|flag
3  
I wouldn't call that reinventing the wheel. – Ionut G. Stan Mar 9 at 13:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.