views:

139

answers:

6

I have to admit I've never been very pragmatic or business oriented when it comes to writing computer code, but looking through some of my past projects, I see a ton of pretty good ideas with some decent code. Some are finished products, others just bits and pieces. What's the best way to share your code and give it some exposure?

i.e. Hey I made this framework/widget/etc. It would be cool to get some input on it and for people to use it!

+4  A: 

I think the easiest way is to find a wiki relevant to your code and post it there. Another simple option is to create your publicly accessible web page and hang your code off of there. Give the text and links searchable terms so people can find it.

Bryan Oakley
+5  A: 

Buckle down and finish it, then publish it on your website, and submit the link to Reddit. I have been doing this with my old ideas all week.

Nathan
+6  A: 

You can publish an article at codeproject or if it is a library or framework which you want to turn into an open source library host your code at github

Giorgi
+4  A: 

Put your code on a website

Starting points:

Victor Hurdugaci
+5  A: 

If they are something useful, why not create code.google.com space for each of them?

+2  A: 

Let's not forget SourceForge, that hosts several well-known projects as: Wine, Wireshark, WxWidgets, Dev-C++, aMSN, Pidgin, Tcl, ...

Here is a nice comparison of open source hosting facilities.

karlphillip
Oh, do let's forget SourceForge - how horrible it is!
anon
It can't be that bad. Several big projects continue to use it.
karlphillip
The question really isn't about hosting :P I know where to host code.
David Titarenco
I believe that sharing code and giving it exposure has a direct connection to where you're going to host it. Wanna do an experiment? Put it on your blog and let's see how many views its going to have versus the visibility you could have if putting the code on places such as Google Code.
karlphillip