Gary's Portfolio

Gary's Portfolio

Java: Other

At times I feel like creating something in Java, either to quickly test something or because certain situations call for it.


Name Generator

I've created the name generator because I wanted to see if, by using patterns, I could generate names. Without knowing however I did learn something about how Markov Chains work.

I originally wanted to create a complete GUI. Perhaps this will eventually come, but for now it's a console application.

Downloads:
Binary and source
.JAR file

TriNameGen

This was my second attempt at writing a name generator. It now generates a library on its own rather than to rely on the user breaking the names up. It's not perfect, but it works pretty well with a decently sized name list of at least 10,000 names.

Downloads:
Binary and source
.JAR file

All Chemical Crafting

All Chemical Crafting is a crafting engine. It allows you to combine several components to create something new. Originally it was made for games that were similar like Doodle God, but I've expanded on it to make it much more than that.

The engine isn't done yet, as there are several features still missing.

Downloads:
Binary and source
.JAR file