In my quest to learn a little about JavaFX desktop applications, I have spend some time w. the TornadoFX, and made a little cross-platform desktop app to generate secure random passwords.
Simple Ticket System
In my quest to become a better Grails developer, I have started to build a basic and free trouble ticket – / support – / helpdesk system, from the ground up. It’s not intended to compete with the big systems,…
Installing Groovy and Grails on OSX
Download the latest versions of Groovy & Grails. Currently that is groovy-binary-2.0.1.zip and grails-2.1.0.zip. Let’s unzip these archives into /usr/share; cd /usr/share sudo unzip ~/Downloads/groovy-binary-2.0.1.zip sudo unzip ~/Downloads/grails-2.1.0.zip Next we setup environments variables, which points to these paths. Adding these…
My first Python script
I have always avoided Python. I am not sure why, but I think it is mostly because of the syntax, with the needed indention. Well, today I wrote my first script, and I actually like the language a little. I…
Top 50 Programming quotes of all time
Hah, there are some funny quotes here, I especially like this one “Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not…