abacus 1.1
I’ve just released a bug-fixing version of the abacus daemon. Two compilation-time errors have been fixed.
Mathematics, philosophy, programming, in-line skating and everything in between. More about me…
I’ve just released a bug-fixing version of the abacus daemon. Two compilation-time errors have been fixed.
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 :-)
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.
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.