| Makefile Maker | Script to create makefile for a simple C++ project |
| Quiz Dropper | Script to drop the two lowest quiz grades of students in a class |
| Line Width Checker | Checks the width of lines in source code files |
| Tab Replacer | Replaces tab characters with 4 spaces in source code files |
| Character Purifier | Replaces tab characters with 4 spaces and removes '\r' characters |
| SDL GL Wrapper Code Gen | Script to generate C++ code to call SDL_GL_GetProcAddress in a specific way |