Compare commits

...

2 Commits

Author SHA1 Message Date
Muhammadreza Haghiri
fa2d92373a Merge b693bd84a1 into 7b7d32b819 2024-10-13 17:22:42 +05:30
Muhammadreza Haghiri
b693bd84a1 Microcontrollers - Design and Implementation added 2019-09-12 21:08:18 +04:30

View File

@@ -411,6 +411,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)