Guy Rutenberg

Keeping track of what I do

Archive for the ‘QT’ tag

Hash Puppy 0.2

without comments

This is an update for my simple easy-to-use checksum calculator. It supports md4, md5, and sha1 hash functions. I wrote the project as a way to experience and learn Qt.

Changes since the previous version (Hash Puppy 0.1) include ability to abort a checksum calculation and improved GUI responsiveness. Also there were other minor tweaks to make Hash Puppy easier to use.
Read the rest of this entry »

Written by Guy

March 31st, 2010 at 12:15 am

Posted in Projects

Tagged with ,

Upgrading All QT Modules in Gentoo

without comments

Upgrading minor versions QT seems to be a hassle, as each version blocks the previous and because of inter-dependencies, Gentoo can’t understand by itself how to solve them. The solution is to tell it to specifically upgrade all installed modules.
Read the rest of this entry »

Written by Guy

November 21st, 2009 at 10:01 pm

Posted in Linux

Tagged with ,

Hash Puppy – A Qt Checksum Calculator

with 3 comments

I’ve decided to give Qt a try after long time of wxWidgets programming. When I learn to a new language or how to use a new library I always like to build some small projects to get my hands dirty with. This time I’ve built small checksum calculator – Hash Puppy (in fact, first I had the name then I’ve decided I must use it for some new project).

hashpuppy
Read the rest of this entry »

Written by Guy

May 29th, 2009 at 1:56 pm

Posted in Projects

Tagged with , ,