mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 08:47:00 +00:00
Compare commits
4 Commits
b1f2a0d4af
...
90dbff5c61
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90dbff5c61 | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
1e9eb7eac5 |
@@ -23,6 +23,7 @@ It's a great way to learn.
|
|||||||
* [Network Stack](#build-your-own-network-stack)
|
* [Network Stack](#build-your-own-network-stack)
|
||||||
* [Neural Network](#build-your-own-neural-network)
|
* [Neural Network](#build-your-own-neural-network)
|
||||||
* [Operating System](#build-your-own-operating-system)
|
* [Operating System](#build-your-own-operating-system)
|
||||||
|
* [PaaS](#build-your-own-paas)
|
||||||
* [Physics Engine](#build-your-own-physics-engine)
|
* [Physics Engine](#build-your-own-physics-engine)
|
||||||
* [Programming Language](#build-your-own-programming-language)
|
* [Programming Language](#build-your-own-programming-language)
|
||||||
* [Regex Engine](#build-your-own-regex-engine)
|
* [Regex Engine](#build-your-own-regex-engine)
|
||||||
@@ -123,6 +124,7 @@ It's a great way to learn.
|
|||||||
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
|
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
|
||||||
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
|
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
|
||||||
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
|
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
|
||||||
|
* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli)
|
||||||
|
|
||||||
|
|
||||||
#### Build your own `Database`
|
#### Build your own `Database`
|
||||||
@@ -276,6 +278,10 @@ It's a great way to learn.
|
|||||||
* [**Rust**: _Add RISC-V Rust Operating System Tutorial_](https://osblog.stephenmarz.com/)
|
* [**Rust**: _Add RISC-V Rust Operating System Tutorial_](https://osblog.stephenmarz.com/)
|
||||||
* [**(any)**: _Linux from scratch_](https://linuxfromscratch.org/lfs)
|
* [**(any)**: _Linux from scratch_](https://linuxfromscratch.org/lfs)
|
||||||
|
|
||||||
|
#### Build your own `PaaS`
|
||||||
|
|
||||||
|
* [**(any runtime)**: _Piku_](https://github.com/piku)
|
||||||
|
|
||||||
#### Build your own `Physics Engine`
|
#### Build your own `Physics Engine`
|
||||||
|
|
||||||
* [**C**: _Video Game Physics Tutorial_](https://www.toptal.com/game/video-game-physics-part-i-an-introduction-to-rigid-body-dynamics)
|
* [**C**: _Video Game Physics Tutorial_](https://www.toptal.com/game/video-game-physics-part-i-an-introduction-to-rigid-body-dynamics)
|
||||||
|
|||||||
Reference in New Issue
Block a user