A web application that allows its users to upload snippets of text, usually samples of source code, for public viewing.

learn more… | top users | synonyms

11
votes
11answers
561 views

What are the existing services for sharing code? [closed]

I was wondering what are the existing service for sharing code. The only one I know is http://pastebin.ca/ What are the other alternative and what feature do they have ?
7
votes
1answer
798 views

Looking for a pastebin supporting Markdown [closed]

I have gotten used to the text editor and format of Stack Exchange (Markdown), which is much better to describe a question than mail editor. Sometimes I want to describe a problem/question to a ...
5
votes
4answers
251 views

Where can I find a paste service with (client side) encryption?

I want to: paste / edit a text snippet online encrypt that snippet in my browser store that snippet online tell some of my folks about the url to the snippet AND the passphrase are there services ...
4
votes
1answer
66 views

Pastebins (web apps that allows posting snippets of texts) that allow registered users to opt to not include their usernames on specified pasted texts

Are there any Pastebins that will allow registered users to opt to not include their usernames on specified pasted texts? I know I can post as an unregistered user, but I want the management and ...
1
vote
1answer
190 views

Auto-deleting paste-bins, preferably with file upload

I'm hunting for a pastebin, the features I want the most, are auto-delete, enabled by default,, and file upload , so I can upload images. Bonus points if it allows me to secure the paste from prying ...
0
votes
1answer
363 views

How to generate HTML for syntax highlighted code?

I want to post on my blog some syntax highlighted code. Sites like PasteBin allows you to do this, but they don't provide the HTML code hassle-free. Instead they suggest you to embed tags like this: ...