Basically some of the stuff that I want to archive, but they aren't worth a seperate repository.
C++:
Python:
Create an application which manages an inventory of products.
Create a product class which has a price, id, and quantity on hand.
Then create an inventory class which keeps track of various products and can sum up the inventory value.
Simple Conway's Game of Life using terminal (colorama FTW!) graphics
- Infite loop to simulate a board given as a 2d array of ones and zeros directly in the code, or in the file toad.txt.
- Can generate random boards of given size and simulate them.
- Unit tested.
- Generate static HTML pages from provided Markdown files and static elements.
- Generates sites recursively
- Unit-tested, type-tested, and linted