Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
6answers
103 views

A shared online code viewing tool with syntax highlighting?

I work with another developer on projects and sometimes we are chatting about them via IM. We can dropbox stuff back and forth, but it would be nice to have like an interactive version of pastie / ...
3
votes
2answers
2k views

What “Pastie” alternatives are there? (installable)

I want to install a "pastie" in our local intranet. What are the alternatives to RaPaste and pastie.org? (the latter can't even be installed locally b/c it doesn't seem to be open source?) Edit: ...
2
votes
3answers
929 views

Write to Pastie or Pastebin?

I have an application I'm writing, in Objective-C(iPhone), and I want to be able to write a string of text to Pastie or Pastebin, and be able to have the link to that page. I have not been able to ...
0
votes
2answers
207 views

submitting posts on pastie, or pastebin in C#

I'm looking for a way to submit a post to pastie.org, or pastebin.com from within my C# app, i know ill have to use some sort of http post but im looking for specific examples..