From 4571f829c1c0df4eca5c1901f9872ee0347806b1 Mon Sep 17 00:00:00 2001 From: John Oss <99jao99@gmail.com> Date: Fri, 1 Jul 2016 13:42:43 -0400 Subject: [PATCH] Added some books MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: Structure and Interpretation of Computer Programs Calculus Made Easy Grinstead and Snell’s Introduction to Probability Compiler Construction --- extras/free-books.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/extras/free-books.md b/extras/free-books.md index a8cc62c..84aae99 100644 --- a/extras/free-books.md +++ b/extras/free-books.md @@ -37,6 +37,10 @@ ### Introduction to Computer Science +Name | Author(s) +:-- | :--: +[Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html) | Hal Abelson, Jerry Sussman, Julie Sussman + ### Math (Mathematical Thinking) ### Program Design @@ -51,6 +55,10 @@ ### Math (Calculus) +Name | Author(s) +:-- | :--: +[Calculus Made Easy](http://www.gutenberg.org/ebooks/33283) | Silvanus P. Thompson + ### Software Architecture ### Theory @@ -59,6 +67,10 @@ ### Math (Probability) +Name | Author(s) +:-- | :--: +[Grinstead and Snell’s Introduction to Probability](https://math.dartmouth.edu/~prob/prob/prob.pdf) |Charles M. Grinstead, J. Laurie Snell + ### Computer Architecture ### Operating Systems @@ -77,6 +89,11 @@ ### Compilers +Name | Author(s) +:-- | :--: +[Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) | Niklaus Wirth + + ### Parallel Computing ### UX Design