Popular recipes tagged "pastebin"http://code.activestate.com/recipes/tags/pastebin/2011-04-05T21:43:24-07:00ActiveState Code RecipesPost to Pastebin.com (JavaScript) 2011-04-05T21:43:24-07:00Peter Galibahttp://code.activestate.com/recipes/users/4169458/http://code.activestate.com/recipes/577634-post-to-pastebincom/ <p style="color: grey"> JavaScript recipe 577634 by <a href="/recipes/users/4169458/">Peter Galiba</a> (<a href="/recipes/tags/pastebin/">pastebin</a>). </p> <p>The newest iteration of <a href="http://code.activestate.com/recipes/577489-post-code-to-pastebincom/?in=lang-javascript">#577489</a> to post content to <a href="http://pastebin.com" rel="nofollow">pastebin.com</a>. Please change the <code>subdomain</code> variable</p> Post code to Pastebin.com (JavaScript) 2010-12-06T17:56:41-08:00Nathan Rambeckhttp://code.activestate.com/recipes/users/4171896/http://code.activestate.com/recipes/577489-post-code-to-pastebincom/ <p style="color: grey"> JavaScript recipe 577489 by <a href="/recipes/users/4171896/">Nathan Rambeck</a> (<a href="/recipes/tags/komodo/">komodo</a>, <a href="/recipes/tags/pastebin/">pastebin</a>). </p> <p>This is an updated version of another recipe (#577170) to post selected text to <a href="http://pastebin.com" rel="nofollow">pastebin.com</a>. This version uses the latest API. You'll want to change the following variables to your preferences: email, nick, expiry.</p> Komodo JS Macro - Submit text selection to pastebin.mozilla.com service (JavaScript) 2010-03-31T06:34:21-07:00Davide Ficanohttp://code.activestate.com/recipes/users/4166571/http://code.activestate.com/recipes/577170-komodo-js-macro-submit-text-selection-to-pastebinm/ <p style="color: grey"> JavaScript recipe 577170 by <a href="/recipes/users/4166571/">Davide Ficano</a> (<a href="/recipes/tags/komodo/">komodo</a>, <a href="/recipes/tags/macro/">macro</a>, <a href="/recipes/tags/pastebin/">pastebin</a>). </p> <p>Submit the select text to pastebin and copy to clipboard the URL returned from service.</p> <p>The programming language is auto-detected.</p> <p>The statusbar will show the message about submission status.</p> <p><strong>Setting username</strong></p> <p>By default the post is submitted with 'anonymous' user, to change it set the <strong>nick</strong> variable to a different value </p>