tags:

views:

57

answers:

3

I am looking for a web site that allows uploading of code snippets. The idea is that it would allow me to put in a code snippet and language and then allow me to link to it.

Then when the link is followed it would show my code snippet with syntax highlighting.

This is very similar to the idea of image hosting that you can get for free now.

Does a site like this exist? (If not I guess I could go make one, but I would hate to reinvent the wheel.)

+2  A: 

http://pastebin.com/ ?

Mick Walker
+1  A: 

I like GitHub with their "Gists".

jldupont
+1  A: 

did you check http://codepad.org ?

Mark Kofman