Skip to content

arturJan4/SmallProjects

Repository files navigation

Small Projects I do in my free time

Basically some of the stuff that I want to archive, but they aren't worth a seperate repository.


Table of contents

C++:

Python:


Product Inventory Project

code

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.

idea from here


Game Of Life

Example frame
code

Simple Conway's Game of Life using terminal (colorama FTW!) graphics

  1. 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.
  2. Can generate random boards of given size and simulate them.
  3. Unit tested.

Static Site Generator

Markdown file and converted results
code

  1. Generate static HTML pages from provided Markdown files and static elements.
  2. Generates sites recursively
  3. Unit-tested, type-tested, and linted

About

All the small stuff i do in my free time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published