vote up 6 vote down star
4

Following on the heels of What is your preferred site for code snippets, I'm looking for a website to post a short blurb of formatted code.

I don't want to create a login. I'm looking for a simple: paste, use and forget. I know it exists, I've used it before, but my google skills are failing me!

flag

80% accept rate
What language(s) do you need to paste? This changes potentially which site is "best". – Reed Copsey Mar 26 at 19:33
language-agnostic. Best will be rated by upvotes. – LFSR Consulting Mar 26 at 19:38

11 Answers

vote up 6 vote down check

http://codepad.org

As a bonus, it can also run snippets of code!

link|flag
I love codepad - just wished it supported the .NET platform languages... – Reed Copsey Mar 26 at 19:32
The execution servers run Linux on Amazon's EC2, so supporting .NET is a bit of a pain. Mono does have partial C# support though. – sysrqb Mar 26 at 20:03
vote up 0 vote down

You can try codeupload.com - it has some nice features as print page, password protection and copy raw code.

link|flag
vote up 0 vote down

The Djangonauts use http://dpaste.com It's written in Django, but certainly useful for any kind of code (well, any kind of Python for sure, other types of text may vary your mileage). Highlighting comes courtesy the Pygments library.

link|flag
vote up 0 vote down

This is a list from my bookmarks at the moment:

New - Pastie

cl1p.net - The internet clipboard

New Paste | LodgeIt!

pastebin - collaborative debugging tool

link|flag
vote up 0 vote down

I always use http://rafb.net/paste/. It supports most common languages, selectable from a dropdown on the form.

link|flag
vote up 0 vote down
  • http://gist.github.com (since I have a GitHub accont, and it's pretty nice to get a git repo of all of the edits of a paste if it changes a bunch)
  • http://paste.lisp.org (since it reports pastes to my IRC channel automatically)
link|flag
vote up 7 vote down

http://gist.github.com/ is nice. It even provides a history of the code snippet if you do create a login.

link|flag
vote up 2 vote down

I am not sure if you mean by this:

http://snipt.org/

link|flag
vote up 0 vote down

I use mydomain.pastebin.com.

I like being able to have a private domain without any accounts/signing in, etc. You can also (optionally) look at older pastes there.

link|flag
vote up 0 vote down

http://pastebin.com/

If you want the code highlighter to default to your favorite language, use language-name.pastebin.com, e.g. http://csharp.pastebin.com/

link|flag
vote up 4 vote down
link|flag

Your Answer

Get an OpenID
or

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