Add new imports to readme
This commit is contained in:
parent
552432ff41
commit
2dbc7a3a4c
|
@ -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 |
|
||||
|
|
|
@ -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. |
|
||||
|
|
Loading…
Reference in a new issue