Pretty code
Something I have wanted for a long time is an efficient way of highlighting syntax for an arbitrary file. Like uploading a file to some server and then execute a query like this: http://myserver.com/scripts/highlight?url=http://www.someserver.com/MyClass.java&language=java&showlines=false And it would generate a clean HTML-output with the code highlighted and pretty. Since I have not found any site that allows me to do that (even if this one is close) I’m going to write my own service based on SilverCity....