From 009a803f6fdb2b478287709432fdfe80c6d1fe5f Mon Sep 17 00:00:00 2001 From: Gustav Blomqvist Date: Thu, 14 Sep 2017 23:28:50 +0200 Subject: [PATCH 1/2] Add What Every Programmer Should Know About Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65c8370..119ea44 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ But knowing the stuff will help you become better! :muscle:* ### Papers on Programming - :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love) - :newspaper: [The Morning Paper](https://blog.acolyer.org/) +- 💾 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) From 17b2080de4bb368ca111ee8e929381167d672669 Mon Sep 17 00:00:00 2001 From: Gustav Blomqvist Date: Sat, 16 Sep 2017 17:25:06 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Changed=20=F0=9F=92=BE=20to=20=F0=9F=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 119ea44..8c53e4d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ But knowing the stuff will help you become better! :muscle:* ### Papers on Programming - :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love) - :newspaper: [The Morning Paper](https://blog.acolyer.org/) -- 💾 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) +- 📜 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books)