Recently, I got a block of standard od -c output and needed that in binary form. Here’s what I came up with: !/bin/bashwhile read -r p; do IFS=’ ‘ read -r -a array <<< “$p” for index in “${!array[@]}” do
Getting rid of things is not easy
Every now and then, a KMyMoney user asks why he or she cannot delete an account, category or another other object in his data set. Well, the answer is easy: KMyMoney prevents them from destroying the integrity of their data.
KMyMoney 5.0.3 released
The KMyMoney development team is proud to present version 5.0.3 of its open source Personal Finance Manager. Some problems have been reported by many of you and the development team worked hard to fix them in the meantime. The result
On the other side of town …
… or “how does KMyMoney map accounts to/from AqBanking“. Since the author of AqBanking recently posted the question how this works, I think it is a good idea to document it in a publically visible way. First of all: why
A simple blank makes the difference
OFX is the Open Financial eXchange protocol used by various financial institutions in a few countries. KMyMoney provides an OFX client implementation using the open source LibOFX library allowing users to import transactions directly from the bank’s server without using
Updating openSuSE – math fun
Now that KMyMoney 5.0.2 is released, I prepared to upgrade my development system from openSuSE 42.3 to Leap 15.0. This involves creating a drive image comparing the image with the original disk and then running the upgrade procedure. Triggered by
KMyMoney 5.0.2 released
The KMyMoney development team is proud to present version 5.0.2 of its open source Personal Finance Manager. Although several members of the development team had been using version 5.0.1 in production for some time, a number of bugs and regressions
Incanto unexpectedly died at age 12
Well, it was a while ago that Incanto gave up after 12 years of excellent service. So you might think, who the hell is this Incanto dude? To make it simple: it’s our fully automated coffee machine serving what most
Don’t shoot yourself in the foot when using QTimer::singleShot
This blog entry has been written due to a discussion that took place on KDE’s source code review system lately. The use case is as follows: A user types in a URL into a text widget and the application shall
LibAlkimia 7.0.2 released adding improved support for KDE4
LibAlkimia is a base library that contains support for financial applications based on the Qt C++ framework. One of its main features is the encapsulation of The GNU Multiple Precision Arithmetic Library (GMP) or Multiple Precision Integers and Rationals (short: MPIR
