Nice looking Look and Feel for Swing. Synthetica
Read moreKlik is cool!
I’ve to admit that this is really cool technology: klik – Linux Software Download . I would call it innovation.
Read moreUsing prelink with KDE
LinuxQuestions.org – How to use prelink? Add also into /etc/profile [code lang=”perl”] KDE_IS_PRELINKED=1 export KDE_IS_PRELINKED [/code] Trick may or may-not work. Depends from the luck and positions of the stars… to turn off ”kdeinit”…
Read moreJUnit 3.8
Juni 3.8 appears to be current version: JUnit 3.8 Made the string argument TestCase constructor optional. You can now delete constructors of the form ”FooTestCase(String name) { super(name); }”. I was right, constructor FooTestCase(String) is obsolete nowadays…
Read moreHow To Shuffle and Cut a Deck of Cards One-Handed || kuro5hin.org
This is something what I’ve always wanted to learn… How To Shuffle and Cut a Deck of Cards One-Handed || kuro5hin.org
Read moreUML Modeling tools
UML Modeling tools
Read moreJDK 5.0 tips
https://jdk.dev.java.net/nonav/J12005/lang.pdf
Read morecomp.lang.java -archive
For referencing… Google groups comp.lang.java
Read moreInteresting java articles
Contains few interesting tips and tricks for java. Maximum Solutions Specialists
Read moreSetting up MySQL DB
Just for reminder… [code lang=”perl”] mysql -h localhost -p -u root [/code] [code lang=”sql”] CREATE DATABASE cookbook; GRANT ALL ON cookbook.* TO ’cbuser’@’localhost’ IDENTIFIED BY ’cbpass’; USE cookbook; [/code]
Read more