Archive for June, 2008

MD5/SHA1 Hash Decryptor

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" });

Qmake - Xcode project generator

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 ...

Integrating Qt documentation into Xcode 3.0

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 ...