Switch to tables instead of lists
This commit is contained in:
81
README.md
81
README.md
@@ -2,43 +2,48 @@
|
||||
A collection of random ideas
|
||||
|
||||
## Programming Projects
|
||||
- [Mathematical model for Factorio](./projects/mathematical-model-for-factorio.md)
|
||||
- [PID in Rust](./projects/pid-in-rust.md)
|
||||
- [Image Processing in Rust](./projects/image-processing-in-rust.md)
|
||||
- [Custom Visualisations for Firefly III](./projects/custom-visualisations-for-firefly-iii.md)
|
||||
- [Sans-IO Rust implementation of minecraft protocol](./projects/sans-io-rust-implementation-of-minecraft-protocol.md)
|
||||
- [Custom Minecraft Proxy](./projects/custom-minecraft-proxy.md)
|
||||
- [Signal Processing](./projects/signal-processing.md)
|
||||
- [(Fast) Fourier Transform](./projects/fourier-transform.md)
|
||||
- [Crystalline memory reclaimation](./projects/crystalline-memory-reclaimation.md)
|
||||
- [Wait-Free memory allocator](./projects/wait-free-memory-allocator.md)
|
||||
- [2D Fluid Sim](./projects/2d-fluid-sim.md)
|
||||
- [Graph Layout Engine](./projects/graph-layout-engine.md)
|
||||
- [Calorie Tracker](./projects/calorie-tracker.md)
|
||||
- [Visualise minecraft items and their relations](./projects/minecraft-items.md)
|
||||
- [Nomad Gitlab Runner](./projects/nomad-gitlab-runner.md)
|
||||
- [EPaxos implementation](./projects/epaxos-implementation.md)
|
||||
- [Postgres protocol implementation](./projects/postgres-protocol-implementation.md)
|
||||
- [Rust crate to receive stream from OBS](./projects/rust-crate-to-receive-obs-stream.md)
|
||||
- [Sensor Fusion](./projects/sensor-fusion.md)
|
||||
- [E-Graph implementation](./projects/e-graph-implementation.md)
|
||||
- [Memory SSA](./projects/memory-ssa.md)
|
||||
- [Vault secret engine for ceph s3](./projects/vault-secret-engine-ceph-s3.md)
|
||||
- [Vault secret engine for ceph users](./projects/vault-secret-engine-ceph-users.md)
|
||||
- [Vault secret engine for gitlab tokens](./projects/vault-secret-engine-gitlab-tokens.md)
|
||||
- [Wordle Solver](./projects/wordle-solver.md)
|
||||
- [Rust crate for state machines](./projects/state-machine-crate.md)
|
||||
- [Implement new werewolf bot](./projects/werewolf-bot.md)
|
||||
- [Parse CS Demos](./projects/cs-demos.md)
|
||||
- [Implement Jiffy Queue](./projects/jiffy-queue.md)
|
||||
- [Implement Jiffy Skip List](./projects/jiffy-skip-list.md)
|
||||
- [Implement WRLQueue](./projects/wrl-queue.md)
|
||||
- [Implement Combine-and-Exchange locks](./projects/combine-exchange-locks.md)
|
||||
- [Custom Rust async runtime](./projects/custom-rust-async-runtime.md)
|
||||
- [Custom drone software](./projects/custom-drone-software.md)
|
||||
- [Camera tracker](./projects/camera-tracker.md)
|
||||
- [Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md)
|
||||
Name | Status
|
||||
--- | ---
|
||||
[Mathematical model for Factorio](./projects/mathematical-model-for-factorio.md) | -
|
||||
[PID in Rust](./projects/pid-in-rust.md) | -
|
||||
[Image Processing in Rust](./projects/image-processing-in-rust.md) | -
|
||||
[Custom Visualisations for Firefly III](./projects/custom-visualisations-for-firefly-iii.md) | -
|
||||
[Sans-IO Rust implementation of minecraft protocol](./projects/sans-io-rust-implementation-of-minecraft-protocol.md) | -
|
||||
[Custom Minecraft Proxy](./projects/custom-minecraft-proxy.md) | -
|
||||
[Signal Processing](./projects/signal-processing.md) | -
|
||||
[(Fast) Fourier Transform](./projects/fourier-transform.md) | -
|
||||
[Crystalline memory reclaimation](./projects/crystalline-memory-reclaimation.md) | -
|
||||
[Wait-Free memory allocator](./projects/wait-free-memory-allocator.md) | -
|
||||
[2D Fluid Sim](./projects/2d-fluid-sim.md) | -
|
||||
[Graph Layout Engine](./projects/graph-layout-engine.md) | -
|
||||
[Calorie Tracker](./projects/calorie-tracker.md) | -
|
||||
[Visualise minecraft items and their relations](./projects/minecraft-items.md) | -
|
||||
[Nomad Gitlab Runner](./projects/nomad-gitlab-runner.md) | -
|
||||
[EPaxos implementation](./projects/epaxos-implementation.md) | -
|
||||
[Postgres protocol implementation](./projects/postgres-protocol-implementation.md) | -
|
||||
[Rust crate to receive stream from OBS](./projects/rust-crate-to-receive-obs-stream.md) | -
|
||||
[Sensor Fusion](./projects/sensor-fusion.md) | -
|
||||
[E-Graph implementation](./projects/e-graph-implementation.md) | -
|
||||
[Memory SSA](./projects/memory-ssa.md) | -
|
||||
[Vault secret engine for ceph s3](./projects/vault-secret-engine-ceph-s3.md) | -
|
||||
[Vault secret engine for ceph users](./projects/vault-secret-engine-ceph-users.md) | -
|
||||
[Vault secret engine for gitlab tokens](./projects/vault-secret-engine-gitlab-tokens.md) | -
|
||||
[Wordle Solver](./projects/wordle-solver.md) | -
|
||||
[Rust crate for state machines](./projects/state-machine-crate.md) | -
|
||||
[Implement new werewolf bot](./projects/werewolf-bot.md) | -
|
||||
[Parse CS Demos](./projects/cs-demos.md) | -
|
||||
[Implement Jiffy Queue](./projects/jiffy-queue.md) | -
|
||||
[Implement Jiffy Skip List](./projects/jiffy-skip-list.md) | -
|
||||
[Implement WRLQueue](./projects/wrl-queue.md) | -
|
||||
[Implement Combine-and-Exchange locks](./projects/combine-exchange-locks.md) | -
|
||||
[Custom Rust async runtime](./projects/custom-rust-async-runtime.md) | -
|
||||
[Custom drone software](./projects/custom-drone-software.md) | -
|
||||
[Camera tracker](./projects/camera-tracker.md) | -
|
||||
[Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | -
|
||||
|
||||
## Hardware Projects
|
||||
- [Embedded Epyc Server](./projects/embedded-epyc-server.md)
|
||||
- [25 Gb Networking](./projects/25gb-networking.md)
|
||||
Name | Status
|
||||
--- | ---
|
||||
[Embedded Epyc Server](./projects/embedded-epyc-server.md) | -
|
||||
[25 Gb Networking](./projects/25gb-networking.md) | -
|
||||
[100 Gb Networking](./projects/100gb-networking.md)
|
||||
|
||||
Reference in New Issue
Block a user