-
Recent Posts
Recent Comments
- tb on Pre-compiled binaries for PyCrypto 2.6.1 (py27) on Win7
- Dominik on Pre-compiled binaries for PyCrypto 2.6.1 (py27) on Win7
- admin on Package dk
- admin on django :: list_display can’t sort on attribute of foreign key field…
- Anika Dejong Butler on django :: list_display can’t sort on attribute of foreign key field…
Archives
Categories
Meta
Category Archives: Uncategorized
Printing unicode to windows terminal from scratch (2.7)
Python 2.7 is dying, but still, here is a way to print a unicode string without requiring users to edit python stdlib files or changing code pages (both being both scary and inconvenient). I can’t imagine this being anything but … Continue reading
Posted in Uncategorized
Leave a comment
sphinx :: adding a new theme
Sphinx (http://sphinx.pocoo.org/) has made our internal documentation effort go a lot smoother, and the autodoc extension has provided much needed motivation for writing useful docstrings. For those unfamiliar with autodoc, a simple declaration in your documentation file: [sourcecode language=”python”] .. … Continue reading
css :: simple hbox
A hbox is a horizontal box. That means a box where all sub-elements display horizontally across the page, and never wrap. If you can disregard IE6 (and perhaps IE7… at least IETester doesn’t like it), then a hbox can be … Continue reading
Posted in Uncategorized
Leave a comment
new photo frame: pdf to jpg conversion
I got a new digital photo frame for xmas, and it is big enough that I wanted to use it to display the score sheets while I play the piano. Only problem: music scores frequently come as pdf files, and … Continue reading
Posted in Uncategorized
Leave a comment