Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
11answers
5k views

What is a good open source pastebin in Python or Perl?

I'm looking for an open-source pastebin web-application written in either Python or Perl. I need it in order to implement a web-based specialized editor for my own needs, and I want to borrow code / ...
5
votes
2answers
609 views

How to use pastebin from shell script?

Is it possible to use pastebin (may be via their "API" functionality) inside bash shell scripts? In detail i mean: how do i send http-post? And how do i get back the url? Thanks ahead
5
votes
2answers
1k views

Pastebin, but for HTML?

Pastebin is a useful online tool to paste snippets of text. Pastie is a similar tool. Also, Ideone is similar except that it also runs the source code, as well as being a general pastebin. Is there a ...
3
votes
2answers
2k views

Open Source PasteBin?

frequently I write wiki pages or set up configuration files that I need to share with other developers. Are there any pastebin clones out there that you can install in your own network and if not, how ...
3
votes
1answer
211 views

jQuery $.post with PasteBin API

Ok, I'm trying to use jQuery $.post with the PasteBin API to create a PasteBin page and grab the URL (which the API says it returns). Here is my code so far: $('#send_code').click(function(){ ...
3
votes
2answers
806 views

Pastebin like apps for local install

Are there any webapps that I can use as a company internal pastebin (I want to install on a local server)? The only requirement is syntax highlighting. I'm aware of the list on wikipedia, but maybe ...
3
votes
5answers
2k views

Does Pastebin have an API?

Does anyone know if pastebin has an (official or unofficial) API. I would like to automatically upload snippets. Yes, I know the admins would not like it but it is open source and I plan to do it in ...
2
votes
1answer
119 views

Using pastebin API in VB .Net

I have a small problem, I've just changed from the public Pastebin API to the new API. I get an invalid api error: Bad API request, invalid api_option Here is my code: Dim Exposure As Integer = 0 ...
2
votes
1answer
163 views

PasteBin API bug? not allowing simple post

I'm trying to make a php api request to simply make a simple paste to pastebin and i found an example at http://pastebin.com/api and it's pretty strait forward so i didnt think there would be any ...
2
votes
2answers
632 views

Is there an internal alternative to gist.github.com to run behind a firewall?

gist.github.com is incredibly handy, but I'd like to be able run something similar for sharing code samples internally with other developers behind the firewall where I work, so I don't constantly ...
2
votes
2answers
690 views

Paste to codepad.org using bash or curl

How can I paste to codepad.org from the commandline using curl?
2
votes
3answers
905 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 ...
1
vote
2answers
83 views

Pastebin.com Post

I'm trying to post a new Pastebin through a popup window in Javascript. The issues I'm getting is it is saying "Bad API request, invalid api_option" Link that I'm using: ...
1
vote
1answer
39 views

How do I create a list of links for all pastes in a Django pastebin app?

I have set up a pastebin app with Django but I would like to be able to create a list of links to each individual paste on my homepage's template. I have been trying out a number of different things ...
1
vote
1answer
224 views

Visual Studio plugin to work with Google Docs

I was hoping to find a plugin(or a way) to Visual Studio 2008/2010 that captures real time changes in the current code file and apply it on a Google Docs online document.. That is because I need a ...
1
vote
1answer
583 views

How to paste data to pastebin using the api in php?

<?php /* gets the data from a URL */ function get_data($url) { $ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); ...
1
vote
2answers
92 views

Largest pastes allowed on various pastebin sites?

Wikipedia has a nice summary of pastebins at: http://en.wikipedia.org/wiki/Comparison_of_pastebins but one thing they don't address is the maximum-sized pastebin that these sites will accept. I'm ...
1
vote
1answer
262 views

Pastebin-like app without sql

there is any pastebin-like php open source system without sql? I want to install it on localhost and dont want to backup sql. edit: Highlighting as much as possible languages (as pastebin.com).
0
votes
0answers
66 views

Anonymous Pastebin / Gist style site that runs Java?

Sure there's a bunch of sites that will let you paste in snippets of source, Wikipedia even has a list http://en.wikipedia.org/wiki/Comparison_of_pastebins But for my specific use case, there's a ...
0
votes
0answers
40 views

Script to auto-search & retrieve results from pastebin

I am looking for suggestions/hints/examples of a script in which I can pass a list of terms from a text file and then the script will go out, query pastebin for each term, and download the query ...
0
votes
1answer
91 views

How can I paste text to a pastebin site through API's HTTP POST using a bookmarklet?

I want to paste some text to a pastebin site through the site's API. As I have figured out (I have limited knowledge of programming) I need two things: First to process the selected text and then to ...
0
votes
2answers
120 views

Is there a good pastebin (nopaste) around which can be self hosted?

I'd like to set up a pastebin for our team, so we can share snippets easily. We don't want (and probably can't) paste production code in publicly accessible pastebins. So I started looking for ...
0
votes
3answers
50 views

Regex to get ID of pastebin.com

I need to get the ID part of a pastebin link, which is setup like http://pastebin.com/{id}, i have tired alot of different regex i am also using preg_match in php
0
votes
1answer
236 views

private pastebin-like open source application?

I don't really know whether something like this exists, but well, I'll try to explain what I'm after. I am sometimes gathering some of various snippets for common tasks I'm doing, like, for example, ...
0
votes
1answer
34 views

PHP raising error about code outside of PHP begin / end characters

I have a PHP page that keeps raising the error PHP Parse error: syntax error, unexpected '<' in /home/zach/public_html/date/giftsent1.php on line 30 The funny thing is, line 30 is in the HTML. ...
0
votes
4answers
152 views

Newbie question about file formatting in Python

I'm writing a simple program in Python 2.7 using pycURL library to submit file contents to pastebin. Here's the code of the program: #!/usr/bin/env python2 import pycurl, os def send(file): ...
0
votes
2answers
120 views

Contacting another website via program?

I know the title isn't very elaborate, but I have tried this multiple times (to figure out how) but I could never find out how to do so. I want to do stuff like upload a "paste" to pastebin.com, ...
0
votes
3answers
166 views

Sha1 substring question

I am making a pastebin type site and am trying to make the id be a random string like paste.com/4RT65L I am getting the sha1 of the id before i add it to the database but i am getting the substring ...
0
votes
1answer
296 views

Pastebin c# automatic uploading

I need my application to upload an output to pastebin but i cant get it to work this is the code WebRequest wr = WebRequest.Create(@"http://pastebin.com/api_form.php"); ASCIIEncoding ...
0
votes
2answers
135 views

What is wrong with this index definition in this MySQL query?

CREATE TABLE `pastebin` ( `pid` int(11) NOT NULL auto_increment, `poster` varchar(16) default NULL, `posted` datetime default NULL, `code` text, `parent_pid` int(11) ...
0
votes
1answer
234 views

F# type mismatch problem in DirectX demo

I've been wanting to try out the FDX demo however it gave me a series of errors and warnings due to compatibility issues, so I've been trying to get it working correctly. The full code is on a ...