mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
Add "building git"
Been reading through the "building git" book and enjoying it so far. This list looks great, I'm definitely going to be going through some of the other resources listed here!
This commit is contained in:
parent
4482d4b264
commit
d3e9071934
1 changed files with 2 additions and 1 deletions
|
|
@ -216,6 +216,7 @@
|
||||||
* [**Python**: _Just enough of a Git client to create a repo, commit, and push itself to GitHub_](https://benhoyt.com/writings/pygit/)
|
* [**Python**: _Just enough of a Git client to create a repo, commit, and push itself to GitHub_](https://benhoyt.com/writings/pygit/)
|
||||||
* [**Python**: _Write yourself a Git!_](https://wyag.thb.lt/)
|
* [**Python**: _Write yourself a Git!_](https://wyag.thb.lt/)
|
||||||
* [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby)
|
* [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby)
|
||||||
|
* [**Ruby**: _Building Git_](https://shop.jcoglan.com/building-git/)
|
||||||
|
|
||||||
#### Build your own `Network Stack`
|
#### Build your own `Network Stack`
|
||||||
|
|
||||||
|
|
@ -226,7 +227,7 @@
|
||||||
#### Build your own `Neural Network`
|
#### Build your own `Neural Network`
|
||||||
|
|
||||||
* [**C#**: _Neural Network OCR_](https://www.codeproject.com/Articles/11285/Neural-Network-OCR)
|
* [**C#**: _Neural Network OCR_](https://www.codeproject.com/Articles/11285/Neural-Network-OCR)
|
||||||
* [**F#**: _Building Neural Networks in F#_](https://towardsdatascience.com/building-neural-networks-in-f-part-1-a2832ae972e6)
|
* [**F#**: _Neural Networks in F#_](https://towardsdatascience.com/building-neural-networks-in-f-part-1-a2832ae972e6)
|
||||||
* [**Go**: _Build a multilayer perceptron with Golang_](https://made2591.github.io/posts/neuralnetwork)
|
* [**Go**: _Build a multilayer perceptron with Golang_](https://made2591.github.io/posts/neuralnetwork)
|
||||||
* [**Go**: _How to build a simple artificial neural network with Go_](https://sausheong.github.io/posts/how-to-build-a-simple-artificial-neural-network-with-go/)
|
* [**Go**: _How to build a simple artificial neural network with Go_](https://sausheong.github.io/posts/how-to-build-a-simple-artificial-neural-network-with-go/)
|
||||||
* [**Go**: _Building a Neural Net from Scratch in Go_](https://datadan.io/blog/neural-net-with-go)
|
* [**Go**: _Building a Neural Net from Scratch in Go_](https://datadan.io/blog/neural-net-with-go)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue