1
Fork 0
solar-conflux/javascript/README.md

10 lines
1 KiB
Markdown
Raw Normal View History

2024-03-04 16:51:26 +01:00
# Javascript
2024-05-28 03:32:52 +02:00
| 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 |