Posts tagged Programming
Sudoku Solver in Java
Dec 14th
This is a Sudoku solver that uses arc consistency and domain splitting. Also able to tell if a board has no or many solutions.
Quizzicle: A Java Math Quiz Generator
Jul 26th
Here is a quick Java application I whipped up. Quizzicle is a command line application that generates random math equations. You can choose an arithmetic operation, the number of questions, the number of digits in the question, and if negative numbers or zeros are allowed. Javadoc included.
- Adds a Timer
- Adds Logging (writing to a file)
- Various other minor features
I did not plan to release this one so you may see a few hacks.
Installing the Eclipse IDE
Jul 15th
This guide will show beginner programmers how to set up and install JDK and the Eclipse IDE. I will be installing JDK 6 Update 7 and Eclipse 3.4.0 Ganymede.



