Credit
Code Colorizer is based on Python Pygments Project. Learn more about it here. Full credit goes to pocoo project developers.
Test Colorization
Click here to colorize your code. You could also download it as RTF if you want.
Script to Colorize your code
You could use our JSON based script tag to colorize any code in your web pages.Just put the following script tag before the end of body tag.
All you will need to do is define your code in <pre> tags with unique ids that include some information about the type of the language.
For example:
<pre id="python_1">
print "Hello World"
</pre>
would render to
print "Hello World"
Webpages using the Script
Here are some webpages are using the script