Friday the 13th with Joda Time

I’ve always wanted to try Joda Time and in this post I’d like to present some code that finds Friday the 13th dates. Wouldn’t it be interesting to know when the next Friday the 13th is or which year has got the most occurrences of this particular day? The Eclipse project with the code for …

Friday the 13th with Joda Time Read More »

OpenGL: triangle with white center

Just recently I’ve learned how to create a triangle with OpenGL that has a white center and colored corners. Since I haven’t found a site explaining how to do this I thought about sharing my solution here. It’s pretty easy as soon as you know that OpenGL blends the color between vertexes horizontally. Just setting …

OpenGL: triangle with white center Read More »