Codepad is a neat service for developers and programmers which allows them to quickly check code online. It is a web based compiler which acts as a pastebin that can execute code and point out the mistakes in it.
The interface is quite simple. Select the programming language on the left, paste the code on the right and click on run code. It’ll execute it and create a short url for the result page which could be used to collaborate on the code with friends. If you want your code to be private, there’s an option for that too. Plus there there are many languages to select from including C, C++, PHP and Perl.

Features:
- Web based code compiler and interpreter.
- Simple to use, just select the language and paste the code to run it.
- Get the url for the result page and test the code along with other developers.
- Supports many popular programming languages such as C, PHP, Ruby, Python, C++ etc.
- See more web apps to work with programming code here.
Check out Codepad@ www.codepad.org (By Abhijeet from Jeet Blog)