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
javascript

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 |
| 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 |