Skip to content

Instantly share code, notes, and snippets.

View pixelgruff's full-sized avatar

pixelgruff

View GitHub Profile
@pixelgruff
pixelgruff / WordGenerator.java
Created January 15, 2017 12:02
Word generating to the moon and back
package word;
import com.google.common.collect.ImmutableMultiset;
import com.google.common.collect.Lists;
import com.google.common.collect.Multiset;
import org.apache.commons.cli.*;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.Validate;
import java.io.IOException;
@pixelgruff
pixelgruff / word-generator_.idea_compiler.xml
Created January 15, 2017 12:01
Word generation to the moon and back
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel>
<module name="word-generator_main" target="1.8" />
<module name="word-generator_test" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>