3 Internet Clipboards for Sharing Notes & Code Snippets

internet clipboardLearning code is based upon lots of studying, lots of patience, but most of all, lots of collaboration. Message boards, development groups and sharing amongst fellow programmers is one of the most effective and most popular ways of consuming more code.

Getting this code spread to and from the rest of your peers is where it can become difficult. Sending through popular communication methods such as e-mail or instant messaging can lead to missing code, and doesn’t recognize proper syntax of all the various code types. Fortunately these days, there seems to be a solution for everything, and programming of course is no different.

I have put together three different internet based ‘clipboards’, that allow for easy sharing for not only programmers, but for those just looking for a quick text snippet to share with your friends and family.

TextSnip

TextSnip is very similar to URL shortening services, such as TinyUrl, in that it allows you to paste your desired text into the format of your choice and then creates a permanent link to that text. It can then be accessed by anyone of your choosing.

It supports a wide variety of coding formats, including formatting style to text, html, css, xml, javascript, php, sql, ruby, python and more. Along with automatic URL generation, it does have ‘custom snips’ as well, which allow for user customization of the URL.

One of the nicer things about TextSnip is that it does not require any type of registration, but with a registered account you can access your stored ‘snips’.

online clipboard

Cl1p

Cl1p is another non-registration required web based clipboard and only requires your own input to create a link. You simply add your own ending to Cl1p.net, such as http://cl1p.net/makeuseof and you then have free reign on your own personal clipboard.

Of course someone else can make that URL as well and that’s where registering your own account may be necessary. This will allow you to share private clipboards to those whom you’d like.

Cl1p may also be used as a storage facility as well. For files up to 30MB in size.

share code snippet

Paste Bin

Pastebin works just a little differently than the previously mentioned products, in that after entering your desired name and expiration for your text, everything is stored according to username in list format.

You can have multiple pasted clipboards with set expiration that users can copy and paste themselves, print, or download in a text format. The URL is automatically generated as well, but it is based upon the entered name.

Once again, the internet doesn’t disappoint. Using methods such as what I’ve described above is much quicker and much easier then many of the notebook tools out there as well. Proper formatting is big in programming and having an easy way to share it can be a big help. Try each of them out and see how you like them.

Give us your feedback along with some other options that might help out as well. Are you aware of any better internet clipboard to share share code snippets or other text online?

Tagged:

T.J. Mininday

Hi, my name T.J. and I'm a Techaholic. Since the takeoff of Web 2.0, I have been 'over the top' obsessed with technology, the internet, and just about every single gadget released during that time. Whether reading, watching or listening, I can't get enough. Although the past few years have fueled my obsession, I've loved computers, gaming and all forms of technology since my early teen years(The Early 90s). It took an incredible amount of begging and prodding to push my Dad into purchasing my first $3000 Pentium Pro PC. I was immediately hooked, and I later went on to get a degree in Computer Networking and have been involved in the field ever since. I currently am employed as an IT Field Engineer, and blog part time on TheWindowsFix.com and ConnectedInternet.com. You'll find that I write about many of the same topics as MUO and look forward to contributing to this fantastic blog, for years to come.

Similar Stuff

The comments were closed because the article is more than 90 days old.

If you have any questions related to stuff mentioned in the article or need help with any computer issue, just ask it on MakeUseOf Answers.

  • http://livejamie.com jamie martin

    left out the best of the bunch http://pastie.org

    • http://www.thewindowsfix.com T.J. Mininday

      Wow, you’re right. It looks like a great option as well. Thanks Jamie

    • http://twitter.com/davidlink David Link

      Yeah. http://pastie.org is my favorite. For code snippets anyway.

  • Andrew

    I used CodePaste (http://paste.bradleygill.com) when I used to program in Java. It supports like 6 languages, doesn’t require registration, and once you paste your code you can latter send the link to your mail.

  • http://nimblerabit.dividebynull.net Sean

    Pastebin is my personal favorite. These services come in extremely handy on those occasions where you just have to share some code.