I was looking for a date and time representation useful for registering stock quotes in a simple plain file. I found that the standard ISOÂ 8601…
I was looking for a date and time representation useful for registering stock quotes in a simple plain file. I found that the standard ISOÂ 8601…
Here’s a program that lists fonts available in your JVM. You can also set the environment variable JAVA_FONTS to specify the font directory. import java.awt.GraphicsEnvironment;…
Here is a useful tip on Python XML decoding. I was extending xml.sax.ContentHandler class in a example to decode maps for a Pygame application when…
Here is a Pygame Sprite animation using the approach presented by Joe Wreschnig and Nicolas Crovatti. It’s not yet exactly what I need but is…
This is a very simple example of how to open two images and display them added. I got two pictures at project Commons from Wikimedia…
Here’s a simple video player that also performs facial detection thought the Open Computer Vision Library. Here’s a code developed using codes from nashruddin.com and…
A simple Java class that calculates your Jedi name based on your first, last name, mother’s maiden name and the city you grew up. /*…
I got a simple motor from a broken domestic printer. It’s a Mitsumi m355P-9T stepping motor. Any other common stepping motor should fits. You can…
My Arduinos arrived yesterday. It’s a programmable open source and hardware device. To install its software on my Ubuntu 8.10 I need Java installed and…