Mathematics, philosophy, programming, in-line skating, and everything in between. More about me…

My Blog

My Latest Tweets

Follow me on Twitter…
English | Czech
Choose your language. I write in English, but I translate most of my articles to Czech as well. Zvolte si jazyk. Píšu anglicky, ale většinu svých článků překládám i do češtiny.

C++

abacus 1.1

I’ve just released a bug-fixing version of the abacus daemon. Two compilation-time errors have been fixed.

July 21, MMIX 2.50 PM — C++, Linux, Programming and Projects.

abacus: a Key-Counting Daemon

abacus is a simple daemon that counts every key that you press. Its only use is to generate interesting charts that show how much you type every day :-)

July 14, MMIX 11.00 AM — C++, Linux, Programming, Projects and Python.

Vita::config – reading config files

In a follow-up to my post about Vita::string, I release another part of my micro-library: class serving as a gateway to simple configuration files.

August 11, MMVIII 12.00 PM — C++ and Programming.

Vita::string – a slightly better C++ string

In the past year and a half I worked on several bigger C++ projects. Each one required string handling, and every time I found the basic std::string class lacking a few bits and pieces. I consequently derived my own class and started adding the missing capabilities.

July 10, MMVIII 2.17 PM — C++ and Programming.