1
Fork 0

Add new imports to readme

This commit is contained in:
prescientmoon 2024-05-28 03:32:52 +02:00
parent 552432ff41
commit 2dbc7a3a4c
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,9 @@
# Javascript
| Name | Description |
| ---------------------------------------- | -------------------------------------------------- |
| ---------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [clever-dots](./clever-dots/) | Half broken genetic algorithm implementation in js |
| [linear-regression](./linear-regression) | Basic linear regression implementation |
| [mongy](./mongy) | Tiny mongoose wrapper I wrote as a beginner |
| [quizizz-hack](./quizizz-hack) | Tiny exploit for [quizizz.com](https://quizizz.com) I wrote during the pandemic (long patched now) |
| [ultra32](./ultra32) | Tiny vector math lib I made as a beginner |

View file

@ -2,6 +2,7 @@
| Name | Description |
| ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| [four.js](./fourjs) | Tiny 3d rendering I started (and quickly dropped) as a beginner |
| [globalbot](./globalbot) | Bot for twitter game a friend was running |
| [loopover-leaderboards](./loopover-leaderboards) | Incomplete website for [loopover](https://loopover.xyz/) leaderboards |
| [loopover](./loopover/) | Implementation of the [loopover](https://loopover.xyz/) game logic |
@ -12,4 +13,5 @@
| [og-website](./og-website) | My first ever personal website |
| [option](./option/) | Typescript implementation of the `Maybe` monad |
| [pleix-frontend](./pleix-frontend/) | No idea what `pleix` was supposed to be, but this was essentially just a bunch of experiments with [lit-html](https://lit.dev/) |
| [translucid](./translucid) | Tiny server lib I wrote as a beginner |
| [wave38](./wave38/) | Remake of [wave37](https://github.com/Mateiadrielrafael/wave37) I dropped super early into development. |