Overview

This pastebin was built using Apache Wicket. The original code was built by several folks as a tutorial for learning Wicket named 5 Days of Wicket. There's a link in the navigation to the source code which you can peruse at your leisure.

The idea of a pastebin is simple, copy all or a fragment of code you need help with into the content box on the page. Select which language the code is in for nice syntax highlighting provided by the SyntaxHighlighter JavaScript library. You will receive a small URL to paste into an email, IRC, mailing list, or instant message to receive help on your issue.

We have plugins for 4 different development environments so you can paste directly from the editor.

Tips

Added functionality is available for those who need more.
  1. To get the raw text of a paste, click the link or just append "text" to your URL i.e. /view/1/text
  2. To download the paste, append "download" to your URL i.e. /view/1/download
  3. To copy and paste the contents of a paste, just double-click the content area.

To highlight certain lines in a text, append the line numbers separated by commas (will also accept ranges) like so:
  • /view/1/1-3
  • /view/1/1,2,3
  • /view/1/1-2,3