From 9d36960585ef6b619ada889aca0ab5e42c3a64f3 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 22 Dec 2025 23:43:58 +0100 Subject: [PATCH] Change structure of README --- README.md | 75 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 9996861..ee59c3a 100644 --- a/README.md +++ b/README.md @@ -3,33 +3,54 @@ A collection of random ideas ## Programming Projects - [Mathematical model for Factorio](#mathematical-model-for-factorio) - -Name | Description | References ---- | --- | --- -Mathematical model for Factorio | - | - -PID in Rust | - | - -Image Processing in Rust | - | - -Custom Visualisations for Firefly III | - | - -Sans-IO Rust implementation of minecraft protocol | - | - -Custom Minecraft Proxy | - | - -Signal Processing | - | - -(Fast) Fourier Transform | - | - -Crystalline memory reclaimation | - | - -Wait-Free memory allocator | - | - -2D Fluid Sim | - | - -Graph Layout Engine | - | - -Calorie Tracker | - | - -Visualise minecraft items and their relations | - | - -Nomad Gitlab Runner | - | - -EPaxos implementation | - | - -Postgres protocol implementation | - | - -Rust crate to receive stream from OBS | - | - -Sensor Fusion | - | - -E-Graph implementation | - | - -Memory SSA | - | - -Vault secret engine for ceph s3 | - | - -Vault secret engine for ceph users | - | - -Vault secret engine for gitlab tokens | - | - +- [PID in Rust](#pid-in-rust) +- [Image Processing in Rust](#image-processing-in-rust) +- [Custom Visualisations for Firefly III](#custom-visualisations-for-firefly-iii) +- [Sans-IO Rust implementation of minecraft protocol](#sans-io-rust-implementation-of-minecraft-protocol) +- [Custom Minecraft Proxy](#custom-minecraft-proxy) +- [Signal Processing](#signal-processing) +- [(Fast) Fourier Transform](#(fast)-fourier-transform) +- [Crystalline memory reclaimation](#crystalline-memory-reclaimation) +- [Wait-Free memory allocator](#wait-free-memory-allocator) +- [2D Fluid Sim](#2d-fluid-sim) +- [Graph Layout Engine](#graph-layout-engine) +- [Calorie Tracker](#calorie-tracker) +- [Visualise minecraft items and their relations](#visualise-minecraft-items-and-their-relations) +- [Nomad Gitlab Runner](#nomad-gitlab-runner) +- [EPaxos implementation](#epaxos-implementation) +- [Postgres protocol implementation](#postgres-protocol-implementation) +- [Rust crate to receive stream from OBS](#rust-crate-to-receive-stream-from-obs) +- [Sensor Fusion](#sensor-fusion) +- [E-Graph implementation](#e-graph-implementation) +- [Memory SSA](#memory-ssa) +- [Vault secret engine for ceph s3](#vault-secret-engine-for-ceph-s3) +- [Vault secret engine for ceph users](#vault-secret-engine-for-ceph-users) +- [Vault secret engine for gitlab tokens](#vault-secret-engine-for-gitlab-tokens) +- [Wordle Solver](#wordle-solver) ## Projects ### Mathematical model for Factorio +### PID in Rust +### Image Processing in Rust +### Custom Visualisations for Firefly III +### Sans-IO Rust implementation of minecraft protocol +### Custom Minecraft Proxy +### Signal Processing +### (Fast) Fourier Transform +### Crystalline memory reclaimation +### Wait-Free memory allocator +### 2D Fluid Sim +### Graph Layout Engine +### Calorie Tracker +### Visualise minecraft items and their relations +### Nomad Gitlab Runner +### EPaxos implementation +### Postgres protocol implementation +### Rust crate to receive stream from OBS +### Sensor Fusion +### E-Graph implementation +### Memory SSA +### Vault secret engine for ceph s3 +### Vault secret engine for ceph users +### Vault secret engine for gitlab tokens +### Wordle Solver