Compare commits

...

2 Commits

Author SHA1 Message Date
Muhammadreza Haghiri
61d2ad88ae Merge b693bd84a1 into cf5d750133 2025-04-11 16:28:17 -03:00
Muhammadreza Haghiri
b693bd84a1 Microcontrollers - Design and Implementation added 2019-09-12 21:08:18 +04:30

View File

@@ -412,6 +412,7 @@ It's a great way to learn.
#### Uncategorized
* [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/)
* [**(any)**: Microcontrollers, Design and Implementation](http://haghiri75.com/en/microcontrollers-design-and-implementation-released/)
* [**Alloy**: _The Same-Origin Policy_](http://aosabook.org/en/500L/the-same-origin-policy.html)
* [**C**: _How to Write a Video Player in Less Than 1000 Lines_](http://dranger.com/ffmpeg/ffmpeg.html)
* [**C**: _Learn how to write a hash table in C_](https://github.com/jamesroutley/write-a-hash-table)