Category Archives: Python

Swedbank2QIF

I’ve recently picked up an interest in setting up a budget for myself and tracking progress each month. Up until now I have had all the numbers in my head, which after a while, does not scale at all. I would like to use Mint.com, but they only support downloading data directly from (mostly US) [...]
Also posted in Mac OS X, Open Source, Tools | 5 Comments

TaskPaper file API for Python

Just created a Python API for reading and modifying (even if all the modify features are not complete yet) TaskPaper files. The (so far very small) project is hosted at my GitHub page here. The file you are looking for if you want to play with the API can be found here.
Also posted in Productivity, Programming | Leave a comment

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 [...]
Also posted in Programming, 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 [...]
Also posted in Programming | Leave a comment