A repository for tools that aren't interesting enough to have their own repo.
Commit planner is a tool to plan commits for a git repository. It reads a file with the commits and applies them to the git repository.
A tool to check for deadlines in source code. It searches for the @CHECK annotation and checks if the deadline has passed. If it has, it prints the line and returns an error.
Calculates the date of Easter for a given year using the Gauss Easter formula
// wip
A simple WebSocket client written in Go