From 2dbc7a3a4cffb2fb689b1bcf6bbee5dc5493c95d Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Tue, 28 May 2024 03:32:52 +0200 Subject: [PATCH] Add new imports to readme --- javascript/README.md | 11 +++++++---- typescript/README.md | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/javascript/README.md b/javascript/README.md index f019217..8dc6593 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -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 | diff --git a/typescript/README.md b/typescript/README.md index 0c4887a..0d49505 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -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. |