From 8b649a9369b144c4a9b2d53438e55b4e44c813d7 Mon Sep 17 00:00:00 2001 From: Sekito Lv Date: Wed, 9 Jan 2019 23:14:42 +0800 Subject: [PATCH] Fix issue #2993 Add book [The Black Art of Programming.] (#3107) * remove 2 ebook of [Linkers and Loaders], [Learn Python The Hard Way]. ref issue:#3091, #3062 * Fix Issue: #2993, Add book The Black Art of Programming. * fix author name --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index fd405fc2..25c56eca 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -761,6 +761,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Semantics with Applications: A Formal Introduction](http://www.daimi.au.dk/~bra8130/Wiley_book/wiley.html) - Hanne Riis Nielson, Flemming Nielson * [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/) * [Structure and Interpretation of Computer Programs](http://sarabander.github.io/sicp/html/index.xhtml) +* [The Black Art of Programming](http://self.gutenberg.org/wplbn0002828847-the-black-art-of-programming-by-mcilroy-mark.aspx?) - Mark McIlroy * [Think Complexity](http://www.greenteapress.com/compmod/) - Allen B. Downey -- GitLab