Skip to content

Commit

Permalink
Building TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 16, 2024
1 parent 92b76ab commit b7330cf
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ A collection of toy programs.

| Title | Description |
| --- | --- |
| [isEven](./isEven/README.md) | Find if a number is even or odd with deep learning |
| [Automated r/place](./place/README.md) | Automated placement of tiles in r/place |
| [Cellular Automata](./automata/README.md) | 1D Cellular Automata |
| [raytrace](./raytrace/README.md) | Ray tracing a Cornell Box |
| [Yield Curve](./yieldCurve/README.md) | Plot the current yield curve in your browser |
| [Markov](./markov/README.md) | Generate text using markov chains |
| [Game of Life](./gameOfLife/README.md) | Game of life in the terminal |
| [Turtle](./turtle/README.md) | Turtle graphics |
| [Auto Antilock](./antiLockScreen/README.md) | Never let your computer sleep again |
| [Voronoi](./voronoi/README.md) | Implementation of voronoi diagrams |
| [gloc](./gloc/README.md) | Count lines of code in github repos |
| [matmul](./matmul/README.md) | Benchmarking matrix multiplication in C |
| [Fun Camera](./funCamera/README.md) | Masking humans in a webcam feed |
| [Turtle](./turtle/README.md) | Turtle graphics |
| [GT7 Race Automation](./gt7Racer/README.md) | Automated racing in Gran Turismo GT7 |
| [Voronoi](./voronoi/README.md) | Implementation of voronoi diagrams |
| [Infinite Craft](./infinite-craft/README.md) | Craft an infinite amount of items |
| [raytrace](./raytrace/README.md) | Ray tracing a Cornell Box |
| [matmul](./matmul/README.md) | Benchmarking matrix multiplication in C |
| [Game of Life v2](./plane-game/README.md) | Game of life, but colorized |
| [Markov](./markov/README.md) | Generate text using markov chains |
| [Cellular Automata](./automata/README.md) | 1D Cellular Automata |
| [Mandelbrot Set](./mandelbrot/README.md) | Visually Expolore the Mandelbrot and Julia sets |
| [Fun Camera](./funCamera/README.md) | Masking humans in a webcam feed |
| [Auto Antilock](./antiLockScreen/README.md) | Never let your computer sleep again |
| [isEven](./isEven/README.md) | Find if a number is even or odd with deep learning |
| [Automated r/place](./place/README.md) | Automated placement of tiles in r/place |
| [Yield Curve](./yieldCurve/README.md) | Plot the current yield curve in your browser |

0 comments on commit b7330cf

Please sign in to comment.