Related Posts
Java: How to create dynamic PNGs, JPGs, GIFs.
Sometimes you need to create graphics, or compose images and have them saved as regular PNGs, JPEGs or GIFs. Here’s a quick and dirty reference of how to do it with BufferedImages, Graphics2D and javax.imageio.*. Very straightforward. [java] import java.awt.Color; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; … //1. Create a BufferedImage, […]
Safari 3.1 Benchmark part II – VS Firefox 3.0b4
This is the Part II of Benchmarks between Safari 3.1’s JavaScript engine and Firefox. Last Benchmark was done against Firefox 2, and Safari destroyed Firefox’s Javascript engine, in some aspects being up to 7 times faster. So I was curious and I downloaded and tried the benchmark on Firefox 3.0b4. to see how much Firefox […]
Quede de 41 en mi division calificatoria de Latin GCJ 2007
ACTUALIZACION: Creo que tome esa foto muy al principio del dia, en la noche mas gente participo, y baje de ranquin como a 180, y no califique. aaah… Lo peor es que luego pense el primer problema y lo pude hacer en unas 8 lineas de codigo y en mucho menor tiempo, maldicion, hubiera pensado […]
