The pastebin tag has no wiki summary.
-6
votes
0answers
49 views
How to create a pastebin in C# [closed]
Does anyone know how to create a Pastebin with C# Code? I've looked everywhere and I can't find answers. Help would be greatly appreciated.
0
votes
2answers
40 views
JQuery Ajax request to http://pastebin.com/raw.php
I try to make a JQuery ajax request to 'http://pastebin.com/raw.php' and using this code:
$.ajax({
url: 'http://pastebin.com/raw.php',
data: "i=VJ29uFnk",
complete: ...
0
votes
0answers
41 views
How to Post Using Pastebin API
I am attempting to paste something to Pastebin using its API (http://pastebin.com/api). I was wondering if someone could quickly show me the proper format for pasting something ...
1
vote
1answer
51 views
Should I trust an API that uses GET method for user auth?
I've been researching PASTEBIN type API's that would enable storage of code snippets for a project I'm working on. The problem is that most if the API's I've found do not support edit/update of ...
2
votes
1answer
123 views
How to paste text in Pastebin using JavaScript
I'm using Tampermonkey (the same as Greasemonkey, but for Chrome) to make a script. The idea is to paste the text I write into Pastebin. The text was written in other website. I saw I can do it using ...
4
votes
1answer
136 views
Problems importing external CSS files on Codepen.io
I love working with Codepen and I'm trying to import a css file from Pastebin.
Here is a link to my external file hosted on Pastebin:
http://pastebin.com/raw.php?i=mj9dmzZw
and inside that file I ...
1
vote
3answers
109 views
Powershell keep text formatting when reading in a file
I believe this is a simple question but I can't wrap my head around it. I want to do diagnostic commands in command shell on windows. Like this:
$cmd = "ipconfig >> c:\test.txt"
...
0
votes
1answer
195 views
Does Atlassian Stash provide pastebin/GitHub gist like functionality?
From their public product description of Stash I can't tell whether they provide such an functionality.
Can anyone tell me if Stash has pastebin / gist like functionality?
0
votes
2answers
79 views
Calling file() on pastebin URL fails, but on local file or google.com it works
I'm working on a bit of PHP code that depends on a remote file which happens to be hosted on pastebin. The server I am working on has all the necessary functions enabled, as running it with FILE_URL ...
-1
votes
1answer
51 views
Remove the zero infront of a TIME function retrieved from a database?
Okay so in my data base i have the following columns: id, title, admission, date_start, date_end, time_start, time_end, location, description, image, hyperlink
I am retrieving date_start and date_end ...
2
votes
0answers
149 views
How can I access a raw private paste from pastebin?
I know how to generate a user key using the pastebin API, but how can I use this userkey to access a raw private paste?
I am using Lua for this.
0
votes
1answer
215 views
Uploading to pastebin
Plain and simple: I'm generating a list of integers from a database and I need to upload it to Pastebin.com. Here is my code:
curl_global_init(CURL_GLOBAL_ALL);
if (CURL* curl = curl_easy_init()) {
...
0
votes
2answers
258 views
Pastebin API Paste Data
I've been trying to get the pastebin API to instead of telling me the pastebin link , just output the raw data. The PHP code is this :
<?php
$api_dev_key = 'Stackoverflow(fake key)';
...
2
votes
1answer
181 views
Private instance of pastebin like service
I work behind a very strict firewall. Any sharing of code is grounds for immediate dismissal (and aggressively enforced).
I would like to set up a pastebin-like environment for my global team.
I ...
-5
votes
1answer
68 views
How do I clear all the entries in a java program? [closed]
Okay, so I have successfully made a Guess game in Java, and made it possible for the user to start the program again if he/she fails.
The only problem is that when the user choose to start all over, ...
0
votes
2answers
80 views
Any site to upload php code and groups of files with structure?
For Javascript /html and css i know a few of them.
For PHP i know http://pastebin.com/ but it only allows to upload one file and not a complete application or a group of classes to show them to ...
0
votes
1answer
95 views
How can I take a few strings and put them in Pastebin, using the Pastebin API?
I'm working on a project right now, and it involves holding a lot of names, prices, etc. for a few different items. I want to be able to put all these items in a Pastebin paste.
I'm using Python 2.7, ...
2
votes
2answers
163 views
Using Pastebin API in Node.js
I've been trying to post a paste to Pastebin in Node.js, but it appears that I'm doing it wrong.
I'm getting a Bad API request, invalid api_option, however I'm clearly setting the api_option to paste ...
1
vote
1answer
43 views
Is there a pastebin service with LDIF recognition syntax?
As the question asks I was wondering if there's a pastebin service that recognises the LDIF syntax of LDAPs.
0
votes
2answers
75 views
Pastebin's text display
i'd like to know what codes were used to display the pasted text on pastebin? The one with line number on the left side. Is it html's input tag only? Thanks
0
votes
2answers
197 views
online text paste service with fixed URL?
For a project I'm developing that needs to send short data from one node to another across the Internet, without having to setup email complexities on both ends,
Does anyone know of a pastebin/pastie ...
0
votes
1answer
295 views
Grabbing Tumblr images and implementing the infinite scroll feature
Evening,
I've come to a dead end with this, I've managed to import Tumblr post images to my theme and managed to get Infinite-Scroll function working aswell. The only problem the infinite scroll ...
0
votes
1answer
172 views
PasteBin API can't paste code with '&'
I'm using PASTEBIN api to paste soem C# code. All works fine except that when my code contains an '&', this sounds strange to me since I'm using Uri.EscapeUriString. Here the code that creates my ...
0
votes
0answers
154 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
287 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 ...
2
votes
1answer
370 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
...
1
vote
2answers
257 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:
...
0
votes
1answer
278 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 ...
2
votes
2answers
770 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
73 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
1
vote
1answer
65 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 ...
2
votes
1answer
462 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 ...
0
votes
1answer
580 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
51 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. ...
1
vote
2answers
526 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 ...
0
votes
4answers
207 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):
...
1
vote
2answers
845 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);
...
0
votes
2answers
164 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, ...
6
votes
2answers
1k 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
10
votes
3answers
3k 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 ...
7
votes
2answers
6k 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 ...
0
votes
3answers
366 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 ...
1
vote
2answers
160 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 ...
11
votes
2answers
3k views
Pastebin, but for HTML? [closed]
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
1answer
404 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(){
...
1
vote
1answer
540 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 ...
1
vote
1answer
377 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).
3
votes
3answers
1k views
Paste to codepad.org using bash or curl
How can I paste to codepad.org from the commandline using curl?
3
votes
3answers
2k 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 ...
0
votes
2answers
176 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) ...



