Test, run, and share code online with Codepad.org

Posted by Bracken King on December 21st, 2010

In yesterday's post about things you can't yet do in a web browser, Tyler mentioned that code development is one of the major existing deficiencies in web-based software. While it is by no means a full solution (or even a partial one, really), Codepad.org can be an occasionally useful tool for development in a number of popular languages.

Similar to previously mentioned Regexr, Codepad lets you upload or write a snippet (or larger piece) of code. This code is then run on the server, generating a page with a view including the source code, as well as the output of running the code. The resulting page is posted to a webpage that you can then share with collaborators (great for getting some debugging help). An example page for a php "hello world" script is shown below.

Codepad defaults to making all of your code public, but it also provides a "private" option that is protected by a cryptic url that you can share with others (it's worth noting that this really provides on a minimum level of privacy). For bigger projects, or for a compiled listing of related pieces of code, you can also set up a project page (again, as either private or public).

There's certainly nothing particularly flashy about the codepad, and it isn't something you're likely to need every day (even if you are a developer). For those times when you need to get a little help with some code, want to share some code with another collaborator, or just do a little debugging on a machine without access to a particular programming language, codepad is great.

Share this article:

This article was written by...
Bracken King
Co-founder of Less Annoying CRM
We don’t have comments enabled on this article, but I'd be happy to discuss it with you. You can connect with me on: Twitter | Google+

Read more articles by Bracken   Browse all articles on this site
 
The articles on this site are written by members of the Less Annoying CRM team.

Subscribe: RSS | Twitter

Browse all articles

Share this article: