views:

178

answers:

7

Hi guys,

I am looking for website to store my code and then reused if may I need it. Would be great something like Delicious but for coding or something like Snippely.

Thanks.

A: 

thousands of websites out there. http://snipplr.com/ for example. just bought by envato and it will get some really neat new features. also works together with some apps like textmate or something

choise
+3  A: 

Google code (code.google.com) does that for Project coordination.
JSfiddle (jsfiddle.net) is pretty awesome when you have HTML, JS and CSS.

benny
+1 for jsfiddle
fauxtrot
A: 

For code snippets how about http://gist.github.com ?

Adam Butler
A: 

If you wanted to go the route of project coordination and hosting, there is also GitHub.

Chiggins
+1  A: 

Github with its gists

Sean Kinsey
+8  A: 

You can host your code on solutions like Google code, Sourceforge or GitHub.

If your code is more a snippet you can choose solutions like snipplr or Gist

See links below for more alternatives.


On the same topic :

Colin Hebert
A: 

Pastebin.com is also quite a nice site for sharing and saving code.

Octavian Damiean