How to Mute Spotify Ads on Arch Linux
October 15th, 2018
Qt Creator 3.4.0, one of my preferred development tools, has been released. This version is focused on increasing the support for C++ including some new refactoring features. Has been added a new refactoring action that moves all function definitions out of a class declaration and auto-completion for signals and slots in Qt 5 style connects. (more…)
A couple of days ago I spoke about the new release of the Kde Applications 15.04 which represents a great and important step towards the completion of the passage from the old Kde 4 to the new Plasma 5 environment. (more…)
Qt provides a simple but powerfull class to generate cryptographic hashes.
QCryptographicHash can be used to generate cryptographic hashes of binary or text data and supports MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 algorithms. (more…)