Software
-
PDFtoBook
(Download)
- Rearrange the pages of a PDF to allow printing into a booklet.
- Requires PDFTK.
- Use:
pdftobook file.pdf pageswill output tofile-book.pdf. - To make a book, print
file-book.pdfwith 2-page layout, double-sided, with short-edge binding. - Separate pages into leaves and fold in half.
-
Pacman
(Download)
- A multi-agent environment of the classic arcade game.
- Built for class competitions!
- To create an agent and compete with others, follow three steps:
- Extend the
AbstractIntelligentAgentclass, implementinggetActionmethod. - Modify the
test/classes.txtfile to include your new class. - Run
Pacmanand select the combination of Pacman/Ghost agents to compete.
- Extend the
- Read the full technical documentation.
-
VisualSATSolver
(Download)
- A graphical interpretation of the search tree of a SAT problem.
- Read the full technical documentation.
Derrick Stolee
Derrick
is a graduate student in the Joint Mathematics and Computer Science
Ph.D. program at the University of Nebraska-Lincoln. Research areas
include Graph Theory, Graph Algorithms, and Computational Complexity.

