Monthly Archives: December 2006
Code Prettifier
I have now completed a web based syntax highlighter that can prettify any code that is already available on the net (like via WebCVS/SVN, or just plain uploaded files). It has support for Java, Python, C++ and Ruby among others. To use it, simply enter a URL to some code you want to be highlighted [...]
Posted in Programming, Python, Tools Leave a comment
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 [...]
Posted in Programming, Python Leave a comment
WoW = World of Waiting
I recently started playing World Of Warcraft more seriously (my last attempt ended at level 2 :-) ). Now I’m considering leaving it because the time to log in increases for each day. Between 17:00 – 23:00 it is almost always 30 – 40 min of waiting before one can select character. I’d better code [...]
Posted in Games Leave a comment
Hot fix in Aperture
Before I ordered Aperture I was researching about how it handled hot/dead/stuck pixels. My DSLR has developed a few nasty ones during the last year. During my research I came across this article “Apple Aperture Hot Pixel Hell” that states that Aperture will be useless to most photographers until this issue is resolved.
I agree that [...]
Testing MarsEdit
This is just a test of the software MarsEdit. I have searched for a blog posting app for Mac OS X for a while now and this one seems to be a keeper …
Posted in Mac OS X Leave a comment

Cross platform tooling – the best of two worlds