Random tests (mostly python)
poly.py prints basic infomation of a polygon given vertices.
Single-variable equation solver
contains a one-liner solve_linear function that solves a linear equation
Brute-forces math bowling!
Tic tac toe brute-force bot
Significantly faster tic-tac-toe bot using bitboards. There's an error in the alpha beta pruning somewhere, but it works pretty fast without the pruning.
Replace a file with gibberish
Word hunt solver
Solves any polynomial in the form of a dictionary in the form {power: coefficient, ...}
Solves the calendar puzzle (A-Puzzle-A-Day)