WebCode is a tiny webapp that allow you to browse your hard drive, see your code files with syntax highlighting, find files by substring and find code by searching through your code. WARNING - The default config only listen to connection coming from your PC, but if you screw up and change the code you'll serve the whole local network / world. Don't do that ...

You'll need Python, Flask, Pygments, find and grep to run WebCode. The latest WebCode source code is here. I recommend creating a virtualenv to use it, and to use easy_install or pip to install Flask and Pygments. Google those if you're not familiar with them ... Shoot me an email at bsergean AT gmail DOT com if you use it !