Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I know there are site tools to check if your webpage is alive, has compression, etc but lets not get into that.

What are useful sites to paste code in and to share links to it? The three i know are

What else do you know of? One answer per question. I'll let lints and validators slide since you do paste code into them. Mention a weakness if you do know one so others wont be surprised or disappointed.

share|improve this question
Why did you make it community wiki?! meta.programmers.stackexchange.com/questions/8/… – TheLQ Sep 23 '10 at 21:40
Because its an open ended question with no single answer...... – acidzombie24 Sep 23 '10 at 21:59

closed as not constructive by gnat, Thomas Owens Apr 24 '12 at 20:23

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

http://gist.github.com is extremely convenient. You can treat pastes as git repos themselves. There's options for private gists. There's an api for command line tools to use. It also has syntax highlighting.

share|improve this answer
interesting. a git for plain old random text. – acidzombie24 Sep 23 '10 at 21:58

I like http://pastebin.com/ for its privacy, expiration, and syntax-highlighting options. Plus the Firefox addon is handy.

share|improve this answer
+ the chrome extension! – crodjer Dec 27 '10 at 9:45

sqlzoo.net/howto/source/z.dir/tip915069/i12meta.xml For trying out SQL commands, different DB's. jslint.com/ Javascript syntax checker.
rubular.com/ A Ruby regular expression editor.

Please excuse 3 in 1.

share|improve this answer

http://www.cl1p.net/ and http://paste.pocoo.org/ are the two I use (the nice thing about pocoo is that there is a Vim plugin which enables you to paste to pocoo directly)

share|improve this answer
As of Oct 31, 2011 cl1p.net has been shutdown. – Michael Durrant Mar 18 '12 at 12:51

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