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…
Eu não achei onde coletar os dados diários de rentabilidade dos fundos de investimento do Banco do Brasil em formato bem estruturado. Num mundo ideal…
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;…
Some times a good picture is ruined by a little detail or someone that shouldn’t be there. If you are willing to trade a complete…
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…
Now I’m calling this set of free and open art for my and others games I draw just by Openpixels. And to celebrate this and…
Open Computer Vision Library or just OpenCV, is a cross-platform computer vision library focused on real-time image processing for video files or webcams. You have…
I’m using the Tiled Map Editor for a while, I even wrote that tutorial about it. It’s a general purpose tile map editor, written in…
tu
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…