From 820e9627caddfe7cdf4f930f4056edd101e3a4d9 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Wed, 16 Oct 2013 22:47:40 -0500 Subject: [PATCH 1/3] Added introductory book on parallel computing This book "is intended to provide only a very quick overview of the extensive and broad topic of Parallel Computing." There is another book by the same title, but its text isn't free. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index f9e87ded3..a80b28bd5 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -203,6 +203,7 @@ ####Parallel Programming * [How to Write Parallel Programs](http://www.lindaspaces.com/book/) * [Is Parallel Programming Hard, And, If So, What Can You Do About It?](http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html) +* [Introduction to Parallel Computing](https://computing.llnl.gov/tutorials/parallel_comp/) - Blaise Barney ####Software Architecture From 75b86dda00daf23b2d10e6fdd4c4eb9b2bf7221b Mon Sep 17 00:00:00 2001 From: Daniel de Souza Carvalho Date: Thu, 17 Oct 2013 00:51:48 -0300 Subject: [PATCH 2/3] 2 Mathematica Books added * [Stephen Wolfram's The Mathematica Book] (http://reference.wolfram.com/legacy/v5_2/) * [Wolfram Mathematica Tutorial Collection] (http://www.wolfram.com/learningcenter/tutorialcollection/) --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index f9e87ded3..99b58ed9d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -619,7 +619,8 @@ See also [TeX](#tex) ###Mathematica * [Mathematica® programming: an advanced introduction by Leonid Shifrin](http://www.mathprogramming-intro.org/) - +* [Stephen Wolfram's The Mathematica Book] (http://reference.wolfram.com/legacy/v5_2/) +* [Wolfram Mathematica Tutorial Collection] (http://www.wolfram.com/learningcenter/tutorialcollection/) ###Maven From 6d35d162ba43ab350cc7a820dbf04da5f24864cc Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Wed, 16 Oct 2013 23:08:17 -0500 Subject: [PATCH 3/3] Added Jeff Erickson's Algorithms Course Materials Includes homework and his algorithms course notes. Only reason it's not a book is that Jeff says "All textbooks suck." --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index f9e87ded3..5a0c7acf4 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -141,6 +141,7 @@ ####Algorithms & Datastructures * [Algorithms and Data-Structures](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) (PDF) * [Algorithms](http://www.cs.berkeley.edu/~vazirani/algorithms.html) (draft) +* [Algorithms Course Materials](http://compgeom.cs.uiuc.edu/~jeffe/teaching/algorithms/) - Jeff Erickson * [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf) * [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/index.html) * [Computational Geometry: Algorithms and Applications](http://www.cs.uu.nl/geobook/) (chapters 1 and 9, pseudo-code)