From fbe60645dee1fa7d0f81967d61706fc242987549 Mon Sep 17 00:00:00 2001 From: Jason Travis Date: Mon, 14 Oct 2013 16:02:01 -0700 Subject: [PATCH 1/2] Add "Autotools Mythbuster" --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 816611016..8fe281c18 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -246,6 +246,7 @@ ###Autotools * [GNU Autoconf, Automake and Libtool](http://sourceware.org/autobook/) +* [Autotools Mythbuster](https://www.flameeyes.eu/autotools-mythbuster/) ###ASP.NET MVC From bc356b1e93e1cf7c97e9df6ba675c8740b97e51e Mon Sep 17 00:00:00 2001 From: Jason Travis Date: Mon, 14 Oct 2013 19:17:52 -0700 Subject: [PATCH 2/2] Add High-Performance Scientific Computing lectures and slides --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 8fe281c18..98218f031 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -227,6 +227,7 @@ * [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) * [Think Complexity](http://www.greenteapress.com/compmod/) - Allen B. Downey * [Introduction to High-Performance Scientific Computing](http://tacc-web.austin.utexas.edu/veijkhout/public_html/istc/istc.html) - Victor Eijkhout +* [High-Performance Scientific Computing](http://bit.ly/hpc12) (class lectures and slides) ####MOOC