All Posts
Finally updated software page
- 2022-01-21
- Category: Software
No, not the software itself, that’s still all Python 2. But I finally fixed the links, (long) after Bitbucket stopped hosting Mercurial repositories, from the project pages at Bitbucket. It’s all back to self hosted source archives again.
Digits int() doesn’t dig
- 2018-10-03
- Category: Python
Some time ago I wrote in More Than Just ASCII Digits about all the unicode characters Python’s int() function converts to numbers.
Chasing a dot on a HTML5 canvas
- 2016-04-16
- Category: Programming
A forum question about how to detect a collision of two balls for a school project (in Python) lead me to write my first HTML5 <canvas> element code.
Move the mouse over the square below and try to catch the blue dot with the red one.
More Than Just ASCII Digits
- 2016-03-08
- Category: Python
Python’s int() converts more than just ASCII digits. It also converts decimal digits from other scripts.
summer.py version 0.0.2
- 2015-04-07
- Category: Software
A software I use from time to time but a source code I haven’t touched for almost ten years, except for changing some small things when moving from a private Subversion repository to a public Mercurial one hosted at Bitbucket.
PySensors now under LGPL
- 2014-08-19
- Category: Software
I’ve got an email asking why PySensors, a Python binding to libsensors, is released under the GPL. It was because it was written to use the two latest libsensors APIs (3 and 4) and the shared library for the next to last API version is GPL licensed.
rtar.py version 0.4.0
- 2014-04-29
- Category: Software
More than nine years passed since I touched the source code of this tool. I still use it on a regular basis and needed/wanted LZMA compression as this has found its way into GNU tar for some time now.
Table of contents in Tinkerer blogposts
- 2013-09-12
- Category: Blog
While upgrading the blog software used for this blog I wanted to fix a problem with table of contents (TOC) within blog posts. Activating a TOC with just this reStructuredText directive:
Pygments highlights CBM BASIC & ca65 assembler sources
- 2013-03-16
- Category: C64
Since version 1.6 the syntax highlighter Pygments has support for CBM BASIC
V2 and assembler sources in ca65
format. ca65
is the macro assembler of
the cc65 C cross compiler package.
Python – Das umfassende Handbuch
Ein kleiner “rant” über Python - Das umfassende Handbuch von GalileoComputing.
First Post
- 2012-04-09
- Category: Blog
And here it is — the first post in my new blog. It is easter and I felt my website needs a little „resurrection”. ☺