openProcessing visual ID : highlight / output : raw text geshi syntax highlighter pdf .pde code




Insert an openProcessing visual ID to display source code (with or without syntax highlighting), or output a pdf to print.

+ Short URL's : http://emoc.org/opcode/XXXXpdf to get a pdf, http://emoc.org/opcode/XXXXcode to get plain text .pde. (replace XXXX by the openprocessing's visual ID.

+ Bookmarklet by Dotlassie :
javascript:var id=window.location.search.replace(/^.*visualID=(\d+).*/,'$1');if(id.length>0)window.open('http://emoc.org/opcode/'+id);void(0);