views:

94

answers:

6

I've just finished a mini-project (a graphical 2d silverlight tag cloud) and I've made the source code available on my website as a zip file - but where should I put the code to allow people to find it and evolve it if they wish? codeplex? but I guess this would count as an inactive project?

+1  A: 

I recommend github.

Rhythmic Fistman
at what point do I decide to put it on something like github?, otherwise these repositories will be full of pet projects that are not that interesting..
FigmentEngine
Use it as soon as you start writing. git's a good SCM. Let others (google included) decide if it's interesting or not.
Rhythmic Fistman
+3  A: 

http://sourceforge.net/

Find and Build Open Source Software

Razvan Stefanescu
+2  A: 

Google Code is great, free, and easy. It supports subversion.

Yann Trevin
also mercurial (hg)
dfa
vote +1 for google code. github has limited to Git and free 100mb space only ;)
nightingale2k1
+2  A: 

http://www.codeplex.com/ This is run by Microsoft, which should be a fine match with Silverlight.

abababa22
+1  A: 

CodeProject is good too.

Ganesh R.
A: 

It depends upon what you plan to do.

  • If you want to share the code with the world and open it to large cooperation, definitely go github
  • If you want to setup a nice web site, with a complete community with mailing lists, and a selected number of authorized contributors, go sourceforge.
  • Alternatively, you could use one of the sourceforge-like : google code, codeplex, savannah, berlios...
wazoox