Completed Java Quests

MySQL Performance Tests

I'm continuing to work on my Medieval Realms project and one of the obstacles I'm faced with at the moment is the storage and retrieval of...

read more

Resampled Simplex Noise

Over the last few months I have been working with noise generation algorithms. My latest of which is a resampled noise heightmap which...

read more

Java Exclusive OR Operator

Clearing through my paper notes I came across a scribble. if (condition1 ^ condition2){ //only if condition1 OR condition2 is true. Not,...

read more