Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.)

share|improve this question

closed as not constructive by meagar, Mario, 0x499602D2, Pondlife, talonmies Jan 7 at 21:00

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

5 Answers

up vote 2 down vote accepted

I like GitHub with their "Gists".

share|improve this answer
2  
GistDoIt is a nice mashup, as it allows to run your gists through the IdeoneAPI – kuszi Feb 1 '11 at 20:27

did you check http://codepad.org ?

share|improve this answer

I use snipt.net. Friendly design, tagging system, and beautiful syntax highlighting.

share|improve this answer

ideone.com store code publicly or privately + syntax highlighting + IDE (Integrated Development Environment)

share|improve this answer

snipplr.com store code snippets publicly or privately + syntax highlighting

share|improve this answer

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