Archive for June, 2008
Tuesday, June 24th, 2008
Did you forget your password? Is your md5 or sha1 hash just hangin' out in your database, collecting dust? Why regenerate it?
Try this first, before you do.SHARETHIS.addEntry({ title: "MD5/SHA1 Hash Decryptor", url: "http://blogs.seapine.com/yan/md5sha1-hash-decryptor.html" });
Posted in main | 4 Comments »
Monday, June 23rd, 2008
Since I can’t drop the topic of Qt on Mac OS X I will continue with the train ride. Qt’s qmake allows us to generate Xcode projects from .pro files. This is an awesome feature and I salute the Trolls for providing this capability to us. However, some ...
Posted in main | 5 Comments »
Sunday, June 22nd, 2008
Qt Assistant is an extremely useful application that comes along with Trolltech’s Qt releases. It provides documentation for the entire Qt framework. However, as an Xcode user, I’d prefer to never leave the IDE when looking up documentation. So I decided to look into a way of generating an ...
Posted in main | 6 Comments »