From 9829bcefe731a9d682180da5a4203829fe9c4cf2 Mon Sep 17 00:00:00 2001 From: dolaameng Date: Sat, 12 Oct 2013 20:58:05 +0800 Subject: [PATCH 01/90] Added Machine Learning Books --- free-programming-books.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5511399a4..0238374ce 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -692,3 +692,12 @@ ###Windows Phone * [Programming Windows Phone 7](http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx) + +###Machine Learning +* [Programming Computer Vision with Python](https://github.com/dolaameng/free-programming-books.git) +* [A Course in Machine Learning](http://hackershelf.com/book/492/a-course-in-machine-learning/) +* [Bayesian Methods for Hackers](http://hackershelf.com/book/455/bayesian-methods-for-hackers/) +* [Computer Vision: Algorithms and Applications](http://hackershelf.com/book/134/computer-vision-algorithms-and-applications/) +* [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage) +* [Introduction to Machine Learning](http://alex.smola.org/drafts/thebook.pdf) +* [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/) From d7789ffd928ada821e4c365e7c8abfae4fd3d913 Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Sat, 12 Oct 2013 21:20:57 -0400 Subject: [PATCH 02/90] Added subcategory for Backbone.js and a link for 'Developing Backbone.js Applications' Also alphabetized the subcategories under Javascript, now that there are three. --- free-programming-books.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 15224ae3c..b73a677dd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -30,8 +30,9 @@ * [Icon](#icon) * [Java](#java) * [JavaScript](#javascript) - * [Node.js](#nodejs) + * [Backbone.js](#backbonejs) * [D3.js](#d3js) + * [Node.js](#nodejs) * [LaTeX](#latex) * [Linux](#linux) * [Lisp](#lisp) @@ -405,6 +406,14 @@ * [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) +####Backbone.js + +* [Developting Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) + +####D3.js + +* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) + ####Node.js * [Up and Running with Node](http://ofps.oreilly.com/titles/9781449398583/) @@ -412,10 +421,6 @@ * [Mastering Node.js](http://visionmedia.github.com/masteringnode/) * [Mixu's Node Book](http://book.mixu.net/node/) -####D3.js - -* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) - ###LaTeX * [The Not So Short Introduction to LaTeX](http://tobi.oetiker.ch/lshort/lshort.pdf) From c14612a11ce59f183c16b8a33f856c0b66ed19ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jes=C3=BAs=20Garc=C3=ADa=20L=C3=B3pez?= Date: Sat, 12 Oct 2013 23:52:14 -0500 Subject: [PATCH 03/90] Update free-programming-books.md --- free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 15224ae3c..666815dcd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1,5 +1,6 @@ ###Index * [Meta-Lists](#meta-lists) +* [Graphics user interfaces](#graphics-user-interfaces) * [Graphics Programming](#graphics-programming) * [Language Agnostic](#language-agnostic) * [Android](#android) @@ -96,6 +97,10 @@ * [OpenGL Insights](http://openglinsights.com) (chapters 22, 23, 28, 33, 39) * [ShaderX series](http://tog.acm.org/resources/shaderx/) +###Graphics User Interfaces + +* [Programming with gtkmm 3](https://developer.gnome.org/gtkmm-tutorial/stable/) + ###Language Agnostic From db01138b5df3414a0c262ddf4db0177e82b0c5ee Mon Sep 17 00:00:00 2001 From: Chris Cinelli Date: Sun, 13 Oct 2013 01:19:09 -0700 Subject: [PATCH 04/90] Adding books about Backbone, AngularJS, GIT --- free-programming-books.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 15224ae3c..0faf44d30 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -333,6 +333,7 @@ ###Git * [Pro Git](http://git-scm.com/book) +* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html) * [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) @@ -381,6 +382,7 @@ ###Java * [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html) +* [Data Structures and Algorithms with Object-Oriented Design Patterns in Java](http://www.brpreiss.com/books/opus5/html/page9.html) * [Category wise tutorials - J2EE](http://www.mkyong.com/) * [How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/) * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck @@ -402,8 +404,10 @@ * [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics) * [Mozilla Developer Network's JavaScript Guide](https://developer.mozilla.org/en/JavaScript/Guide) * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) -* [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) +* [Learning JavaScript Design Patterns](http://addyosmani.com/blog/essentialjsdesignpatterns/) +* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) +* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) ####Node.js From fd47ebce10fe91d0c6f773f10c4da16b2f9c103d Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Sun, 13 Oct 2013 17:25:28 +0200 Subject: [PATCH 05/90] Update --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index da02b9704..c14959bf2 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -93,7 +93,7 @@ * [GPU Gems](http://http.developer.nvidia.com/GPUGems/gpugems_part01.html) * [GPU Gems 2](http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html) - [ch 8,14,18,29,30 as pdf](ftp://download.nvidia.com/developer/GPU_Gems_2/) * [GPU Gems 3](http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html) -* [Graphics Programming Black Book](http://www.gamedev.net/reference/articles/article1698.asp) +* [Graphics Programming Black Book](http://www.gamedev.net/page/resources/_/technical/graphics-programming-and-theory/graphics-programming-black-book-r1698) * [OpenGL Insights](http://openglinsights.com) (chapters 22, 23, 28, 33, 39) * [ShaderX series](http://tog.acm.org/resources/shaderx/) @@ -344,7 +344,7 @@ * [Pro Git](http://git-scm.com/book) * [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) -* [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) +* [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) ###Go From b8028919014f5b007b6add1bdc343eecdd297aca Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Sun, 13 Oct 2013 17:33:47 +0200 Subject: [PATCH 06/90] Reordering, removing a non-free book --- free-programming-books.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index c14959bf2..c1417322e 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -298,10 +298,10 @@ ###Delphi / Pascal * [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/) -* [The Tomes of Delphi](http://www.lulu.com/content/435417) ###Django + * [Djen of Django](http://agiliq.com/books/djenofdjango/) * [Django by Example](http://www.lightbird.net/dbe/) @@ -638,12 +638,12 @@ ###Ruby +* [The Bastards Book of Ruby](http://ruby.bastardsbook.com/) * [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/) * [MacRuby: The Definitive Guide](http://macruby.labs.oreilly.com/) * [Mr. Neighborly's Humble Little Ruby Book](http://www.humblelittlerubybook.com/) * [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/) * [Why's (Poignant) Guide to Ruby](http://mislav.uniqpath.com/poignant-guide/) ([mirror](http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby)) -* [The Bastards Book of Ruby](http://ruby.bastardsbook.com/) ###Ruby on Rails @@ -663,16 +663,16 @@ ###Scala +* [Another tour of Scala](http://naildrivin5.com/scalatour) * [Exploring Lift](http://exploring.liftweb.net/) (published earlier as "The Definitive Guide to Lift", [PDF](http://groups.google.com/group/the-lift-book)) * [Lift](http://github.com/tjweir/liftbook) * [Pro Scala: Monadic Design Patterns for the Web](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) * [Programming in Scala, First Edition](http://www.artima.com/pins1ed/) * [Programming Scala](http://programming-scala.labs.oreilly.com/index.html) * [Scala By Example](http://www.scala-lang.org/docu/files/ScalaByExample.pdf) (PDF) +* [Scala School by Twitter](http://twitter.github.io/scala_school/) * [A Scala Tutorial for Java programmers](http://www.scala-lang.org/docu/files/ScalaTutorial.pdf) (PDF) * [Xtrace](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) -* [Another tour of Scala](http://naildrivin5.com/scalatour) -* [Scala School by Twitter](http://twitter.github.io/scala_school/) ###Scheme From f0adb88c88cf2e4260e2429f8aee5a29c24c6fab Mon Sep 17 00:00:00 2001 From: Felipe Garay Date: Sun, 13 Oct 2013 13:30:48 -0300 Subject: [PATCH 07/90] Added Natural Language Processing for the Working Programmer --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1417322e..93bf30f36 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -373,6 +373,7 @@ * [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell) * [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) * [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929) +* [Natural Language Processing for the Working Programmer](http://nlpwp.org/book/index.xhtml) ###HTML / CSS From d331c06dae4c8af67b93e0c388fb4f00b0bf0588 Mon Sep 17 00:00:00 2001 From: Felipe Garay Date: Sun, 13 Oct 2013 13:40:00 -0300 Subject: [PATCH 08/90] Added 'Haskell and Yesod' --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1417322e..c4f550efb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -373,6 +373,7 @@ * [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell) * [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) * [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929) +* [Haskell and Yesod](http://www.yesodweb.com/book-1.2) ###HTML / CSS From ea738cfb62ddf4f3e79e7f1aa5bf3666cc9a8f1a Mon Sep 17 00:00:00 2001 From: Jason Woodward Date: Sun, 13 Oct 2013 13:28:11 -0400 Subject: [PATCH 09/90] add theory section (vs algorithms or misc), seed with network theory book --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1417322e..6f30cd70a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -67,6 +67,7 @@ * [Subversion](#subversion) * [SQL (implementation agnostic)](#sql-implementation-agnostic) * [Teradata](#teradata) +* [Theory](#theory) * [Vim](#vim) * [Websphere](#websphere) * [Windows Phone](#windows-phone) @@ -711,6 +712,9 @@ * [Teradata Books](http://www.info.teradata.com/) +###Theory + +* [Networks, Crowds, and Markets: Reasoning About a Highly Connected World](http://www.cs.cornell.edu/home/kleinber/networks-book/) ###Vim From 1839feceeaeecf68835d8240ec5c422c7d469777 Mon Sep 17 00:00:00 2001 From: Karan Goel Date: Sun, 13 Oct 2013 10:53:08 -0700 Subject: [PATCH 10/90] Add Flask tutorail --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1417322e..475264a88 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -18,6 +18,7 @@ * [Elasticsearch](#elasticsearch) * [Emacs](#emacs) * [Erlang](#erlang) +* [Flask](#flask) * [Flex](#flex) * [F#](#f-sharp) * [Forth](#forth) @@ -320,6 +321,9 @@ * [Learn You Some Erlang For Great Good](http://learnyousomeerlang.com/) +###Flask + +* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) ###Flex From c20aaffbf5e7408381c1de829d16c92365a3a090 Mon Sep 17 00:00:00 2001 From: Srayuws Date: Mon, 14 Oct 2013 03:10:45 +0800 Subject: [PATCH 11/90] fix url --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index c1417322e..5005145c9 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -132,7 +132,7 @@ * [ZeroMQ Guide](http://zguide.zeromq.org/page:all) ####Compiler Design -* [Compiler Construction](http://www-old.oberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) +* [Compiler Construction](http://www.oberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) * [Linkers and loaders](http://www.iecc.com/linker/) From 1c4ad1fa45b85370628b6eafc7afa00e603d2f18 Mon Sep 17 00:00:00 2001 From: Srayuws Date: Mon, 14 Oct 2013 03:14:00 +0800 Subject: [PATCH 12/90] fix url --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 5005145c9..00ea80ff8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -132,7 +132,7 @@ * [ZeroMQ Guide](http://zguide.zeromq.org/page:all) ####Compiler Design -* [Compiler Construction](http://www.oberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) +* [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) * [Linkers and loaders](http://www.iecc.com/linker/) From 803e96e1aa5bfb338e0b21fba2da29e0572275d9 Mon Sep 17 00:00:00 2001 From: OpossumPetya Date: Sun, 13 Oct 2013 12:55:43 -0700 Subject: [PATCH 13/90] fixed Perl 6 link in contents --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index c1417322e..a5ade9a59 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -46,7 +46,7 @@ * [OCaml](#ocaml) * [Oracle Server](#oracle-server) * [Oracle PL/SQL](#oracle-plsql) -* [Parrot / Perl 6](#parrot-perl-6) +* [Parrot / Perl 6](#parrot--perl-6) * [Perl](#perl) * [PHP](#php) * [PowerShell](#powershell) From 43b0d132ef7c7f8127c092c5559a042863ffef6d Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Oct 2013 19:00:12 -0300 Subject: [PATCH 14/90] Professional Assembly Language book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..bb8a8657f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -239,6 +239,7 @@ ###Assembly Language * [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/) +* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) * [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF) * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) From eb761126f5e52040a54761aa7e9a3d29992c69e1 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Oct 2013 19:09:38 -0300 Subject: [PATCH 15/90] racket guide --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index bb8a8657f..cce957b2f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -641,6 +641,7 @@ ###Racket * [Programming Languages: Application and Interpretation](http://cs.brown.edu/courses/cs173/2012/book/index.html) +* [The Racket Guide](http://docs.racket-lang.org/guide/index.html) ###Ruby From eddededdff7926d231d49d56521bf5f78a2891d1 Mon Sep 17 00:00:00 2001 From: Adam Tuttle Date: Sun, 13 Oct 2013 18:16:00 -0400 Subject: [PATCH 16/90] Added Learn CF in a Week book link --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..1d421c76d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -285,6 +285,7 @@ ###ColdFusion * [CFML In 100 Minutes](https://github.com/mhenke/CFML-in-100-minutes/blob/master/cfml100mins.markdown) +* [Learn CF in a Week](http://learncfinaweek.com/) ###D / DTrace * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) From 342a7ef27a32e41559f585a2fff7abe15a3a9025 Mon Sep 17 00:00:00 2001 From: "Vanderson M. do Rosario" Date: Sun, 13 Oct 2013 20:45:39 -0300 Subject: [PATCH 17/90] Update free-programming-books.md --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..528035465 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -467,6 +467,8 @@ ###Lua * [Programming In Lua](http://www.lua.org/pil/) (for version 5) +* [Programming Gems](http://www.lua.org/gems/) +* [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/) ###Mathematica From 2e6992c37f4d9e36809049130dc7f6556569c745 Mon Sep 17 00:00:00 2001 From: Denis Trailin Date: Sun, 13 Oct 2013 18:24:58 -0600 Subject: [PATCH 18/90] Added Android Programming books. --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..357e7a862 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -224,6 +224,8 @@ ###Android +*[Google Android Developer Training](https://developer.android.com/training/index.html) +*[Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/) ###Autotools From 57dbd84332fedb77ccf8efa65fa447bd793e0368 Mon Sep 17 00:00:00 2001 From: Brian Gordon Date: Sun, 13 Oct 2013 22:36:10 -0400 Subject: [PATCH 19/90] Added Ulrich Drepper's "What Every Programmer Should Know About Memory" --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..8a231b4ae 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -449,6 +449,7 @@ * [The Linux Kernel Module Programming Guide](http://tldp.org/LDP/lkmpg/2.6/html/) * [Secure Programming for Linux and Unix](http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO.html) * [Linux from Scratch](http://www.linuxfromscratch.org/lfs/view/stable/) +* [What Every Programmer Should Know About Memory](http://www.akkadia.org/drepper/cpumemory.pdf) ###Lisp From 5426e9adabc056ffb47a23193d86f426bb2b3078 Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Mon, 14 Oct 2013 10:04:18 +0700 Subject: [PATCH 20/90] Few books from hackershelf.com --- free-programming-books.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..6ef5903d7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -147,6 +147,7 @@ ####Software Architecture * [The Architecture of Open Source Applications](http://www.aosabook.org/en/index.html) +* [The Performance of Open Source Applications](http://aosabook.org/en/) * [Programming Pearls](http://cs.bell-labs.com/cm/cs/pearls/) * [Seamless Object-Oriented Software Architecture](http://www.bon-method.com/book_print_a4.pdf) * [Summary of the GoF Design Patterns](http://domaindrivendesign.org/sites/default/files/discussion/PatternSummariesUnderCreativeCommons.doc) @@ -217,7 +218,6 @@ * [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 - ####MOOC * [Online Course Materials](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm) @@ -274,6 +274,8 @@ * [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming) * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) * [Data Sorcery with Clojure](http://data-sorcery.org/contents/) +* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook) +* [Modern cljs](https://github.com/magomimmo/modern-cljs) ###CoffeeScript @@ -342,6 +344,9 @@ * [Starting Forth](http://home.iae.nl/users/mhx/sf.html) * [Thinking Forth](http://thinking-forth.sourceforge.net/) +* [Programming Forth](http://www.mpeforth.com/arena/ProgramForth.pdf) +* [A Beginner's Guide to Forth](http://hackershelf.com/book/482/a-beginners-guide-to-forth/) +* [And so Forth...](http://ficl.sourceforge.net/pdf/Forth_Primer.pdf) ###Git @@ -422,6 +427,7 @@ * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) * [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) +* [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) ####Node.js From aa58102f6091fc531f8c38a3562de250d300a760 Mon Sep 17 00:00:00 2001 From: Josh Baer Date: Mon, 14 Oct 2013 00:00:31 -0400 Subject: [PATCH 21/90] Added Ada and JavaScript books Ada 95 by John English Ada Distilled by Richard Riehle Ada for Software Engineers by M. Ben-Ari JavaScript Bible by Danny Goodman (from the r/programming thread) --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..33d5c7da0 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2,6 +2,7 @@ * [Meta-Lists](#meta-lists) * [Graphics Programming](#graphics-programming) * [Language Agnostic](#language-agnostic) +* [Ada](#ada) * [Android](#android) * [Autotools](#autotools) * [ASP.NET MVC](#aspnet-mvc) @@ -221,6 +222,10 @@ ####MOOC * [Online Course Materials](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm) +###Ada +* [Ada 95: The Craft of Object-Oriented Programming](http://faculty.cs.wwu.edu/reedyc/AdaResources/bookhtml/contents.htm) +* [Ada Distilled](http://www.adapower.com/pdfs/AdaDistilled07-27-2003.pdf) +* [Ada for Software Engineers](http://www.adapower.com/pdfs/AdaDistilled07-27-2003.pdf) ###Android @@ -416,6 +421,7 @@ * [Crockford's JavaScript](http://www.crockford.com/javascript/) * [Eloquent JavaScript](http://eloquentjavascript.net/) * [Essential Javascript & jQuery Design Patterns for Beginners](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) +* [JavaScript Bible](http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf) * [JavaScript Essentials](http://www.techotopia.com/index.php/JavaScript_Essentials) * [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics) * [Mozilla Developer Network's JavaScript Guide](https://developer.mozilla.org/en/JavaScript/Guide) From 53fa57e289d3fe63a03ff24f59eedf875c72b59a Mon Sep 17 00:00:00 2001 From: Huw Rowlands Date: Mon, 14 Oct 2013 16:47:09 +1100 Subject: [PATCH 22/90] Added LaTeX Wikibook --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..c50e55a02 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -437,6 +437,7 @@ ###LaTeX * [The Not So Short Introduction to LaTeX](http://tobi.oetiker.ch/lshort/lshort.pdf) +* [LaTeX Wikibook](http://en.wikibooks.org/wiki/LaTeX) ###Linux From 98977b6b9d980ad0f9b07d974a19e172e13a1231 Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Sun, 13 Oct 2013 23:32:18 -0700 Subject: [PATCH 23/90] add a new, and very excellent, R book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469ef..4a7eabb0b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -636,6 +636,7 @@ * [The R Manuals](http://cran.r-project.org/manuals.html) * [The R Language](http://stat.ethz.ch/R-manual/R-patched/doc/html/) * [R by example](http://www.mayin.org/ajayshah/KB/R/index.html) +* [Advanced R Programming](http://adv-r.had.co.nz/) ###Racket From ff1d392ea5dd8ff0d0637be016b2876f48a34485 Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Mon, 14 Oct 2013 10:29:46 +0200 Subject: [PATCH 24/90] formatting fix --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 038085e2a..6ec71e85b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -230,8 +230,8 @@ ###Android -*[Google Android Developer Training](https://developer.android.com/training/index.html) -*[Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/) +* [Google Android Developer Training](https://developer.android.com/training/index.html) +* [Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/) ###Autotools From 4f2224a069697e959e8cc17fd29a7978f38093d6 Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Mon, 14 Oct 2013 10:36:51 +0200 Subject: [PATCH 25/90] Split C / C++ in two --- free-programming-books.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 6ec71e85b..71f729701 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -8,7 +8,8 @@ * [ASP.NET MVC](#aspnet-mvc) * [Assembly Language](#assembly-language) * [Bash](#bash) -* [C / C++](#c--c) +* [C](#c) +* [C++](#c) * [Clojure](#clojure) * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) @@ -260,19 +261,23 @@ * [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference) -###C / C++ +###C -* [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/) * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) +* [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/) * [The C book](http://publications.gbdirect.co.uk/c_book/) +* [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) +* [Learn C the hard way](http://c.learncodethehardway.org/book/) +* [The new C standard - an annotated reference](http://www.knosof.co.uk/cbook/cbook.html) +* [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) + + +###C++ + * [C++ Annotations](http://cppannotations.sourceforge.net/) * [C++ GUI Programming With Qt 3](http://www.computer-books.us/cpp_0010.php) * [CS106X Programming Abstractions in C++](http://www.stanford.edu/class/cs106x/) -* [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) -* [Learn C the hard way](http://c.learncodethehardway.org/book/) * [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf) -* [The new C standard - an annotated reference](http://www.knosof.co.uk/cbook/cbook.html) -* [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) * [Thinking in C++, Second Edition](http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html) * Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601) From b40c75b77aed0c55386efd10d949844ea8fc0be1 Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Mon, 14 Oct 2013 15:37:14 +0700 Subject: [PATCH 26/90] Fix spacing, remove duplicate. --- 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 6ef5903d7..cf59237b0 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -218,6 +218,7 @@ * [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 + ####MOOC * [Online Course Materials](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm) @@ -427,7 +428,7 @@ * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) * [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) -* [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) +* [The JavaScript Tutorial](http://javascript.info/) ####Node.js From c55f31281c1863043a82c2c9ec5fecf12ee50c1c Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Mon, 14 Oct 2013 10:38:12 +0200 Subject: [PATCH 27/90] Fix index --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 71f729701..d7f4b2714 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -9,7 +9,7 @@ * [Assembly Language](#assembly-language) * [Bash](#bash) * [C](#c) -* [C++](#c) +* [C++](#c-1) * [Clojure](#clojure) * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) From f0ae90ab4c9e6be51c912e20944bccd811f4e082 Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Mon, 14 Oct 2013 15:38:47 +0700 Subject: [PATCH 28/90] More books from hackershelf.comm --- free-programming-books.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index cf59237b0..d2fd37d5a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -97,6 +97,7 @@ * [Graphics Programming Black Book](http://www.gamedev.net/page/resources/_/technical/graphics-programming-and-theory/graphics-programming-black-book-r1698) * [OpenGL Insights](http://openglinsights.com) (chapters 22, 23, 28, 33, 39) * [ShaderX series](http://tog.acm.org/resources/shaderx/) +* [Tutorials for modern OpenGL](http://www.opengl-tutorial.org/) ###Language Agnostic @@ -136,6 +137,7 @@ * [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) * [Linkers and loaders](http://www.iecc.com/linker/) +* [Compiler Design: Theory, Tools, and Examples](http://elvis.rowan.edu/~bergmann/books.html) ####Programming Paradigms * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides) @@ -171,6 +173,7 @@ * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey * [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (PDF, code written in Python) - Allen B. Downey * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) +* [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers) ####Misc * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) @@ -277,6 +280,8 @@ * [Data Sorcery with Clojure](http://data-sorcery.org/contents/) * [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook) * [Modern cljs](https://github.com/magomimmo/modern-cljs) +* [Clojure for the Brave and True](http://www.braveclojure.com/) +* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide) ###CoffeeScript @@ -348,6 +353,7 @@ * [Programming Forth](http://www.mpeforth.com/arena/ProgramForth.pdf) * [A Beginner's Guide to Forth](http://hackershelf.com/book/482/a-beginners-guide-to-forth/) * [And so Forth...](http://ficl.sourceforge.net/pdf/Forth_Primer.pdf) +* [Thoughtful Programming and Forth](http://www.ultratechnology.com/forth.htm) ###Git @@ -385,6 +391,7 @@ * [Real World Haskell](http://book.realworldhaskell.org/) * [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell) * [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) +* [Haskell no panic](http://lisperati.com/haskell/) ###HTML / CSS @@ -540,6 +547,7 @@ * [Unix System Programming in OCaml](http://ocamlunix.forge.ocamlcore.org/) * [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/) * [Real World OCaml](https://realworldocaml.org/beta3/en/html/) +* [Think OCaml](http://web.archive.org/web/20120307164444/http://www.thinkocaml.com/) ###Oracle Server @@ -643,6 +651,7 @@ * [The R Manuals](http://cran.r-project.org/manuals.html) * [The R Language](http://stat.ethz.ch/R-manual/R-patched/doc/html/) * [R by example](http://www.mayin.org/ajayshah/KB/R/index.html) +* [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) ###Racket @@ -657,6 +666,7 @@ * [Mr. Neighborly's Humble Little Ruby Book](http://www.humblelittlerubybook.com/) * [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/) * [Why's (Poignant) Guide to Ruby](http://mislav.uniqpath.com/poignant-guide/) ([mirror](http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby)) +* [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/) ###Ruby on Rails @@ -693,6 +703,7 @@ * [Concrete Abstractions: An Introduction to Computer Science Using Scheme](https://gustavus.edu/+max/concrete-abstractions.html) * The Scheme Programming Language [Edition 3](http://www.scheme.com/tspl3/), [Edition 4](http://www.scheme.com/tspl4/) * [Simply Scheme: Introducing Computer Science](http://www.cs.berkeley.edu/~bh/ss-toc2.html) +* [Teach Yourself Scheme in Fixnum Days](http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html) ###Sed From 912ecfd9b682cc8405fe5b920f1c4bb9a620c976 Mon Sep 17 00:00:00 2001 From: Gustavo Braganca Date: Mon, 14 Oct 2013 11:01:48 +0200 Subject: [PATCH 29/90] Add IDL guide. IDL is language used on astronomy, but it is now being replaced by Python. I have added here the Getting Started with IDL. --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index d7f4b2714..c9ff69eed 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -31,6 +31,7 @@ * [Haskell](#haskell) * [HTML / CSS](#html--css) * [Icon](#icon) +* [IDL](#idl) * [Java](#java) * [JavaScript](#javascript) * [Node.js](#nodejs) @@ -411,6 +412,11 @@ * [The Implementation of the Icon Programming Language](http://www.cs.arizona.edu/icon/ibsale.htm) +###IDL + +* [Getting Started with IDL](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/getting-started-IDL-v7.0.pdf) + + ###Java * [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html) From daa4adfb2fbead583a3b66af98b2d8ea743cdb7a Mon Sep 17 00:00:00 2001 From: Jeff Uren Date: Mon, 14 Oct 2013 10:54:10 +0100 Subject: [PATCH 30/90] Added python books --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index d7f4b2714..2eb1ffea5 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -638,10 +638,12 @@ * [Dive into Python](http://www.diveintopython.net/) * [Dive into Python 3](http://getpython3.com/diveintopython3/) * [Hacking Secret Cyphers with Python](http://inventwithpython.com/hacking/chapters/) - Al Sweigart +* [Hitchiker's Guide to Python!](http://docs.python-guide.org/en/latest/) * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) * [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) * [Natural Language Processing with Python](http://www.nltk.org/book) +* [Porting to Python 3: An In-Depth Guide](http://python3porting.com/) * [Python Bibliotheca](http://openbookproject.net/pybiblio/) * [Python Cookbook](http://chimera.labs.oreilly.com/books/1230000000393/index.html) - David Beazley * [Python for Fun](http://www.openbookproject.net/py4fun/) From a8b7f807955ba7ee29166257628eef40952ccdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20R=C3=A5man?= Date: Mon, 14 Oct 2013 13:09:54 +0300 Subject: [PATCH 31/90] Remove broken link for F# Survival Guide --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index d7f4b2714..251834164 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -347,7 +347,6 @@ ###F Sharp -* [The F# Survival Guide](http://www.ctocorner.com/fsharp/book/ch0.aspx) * [F Sharp Programming](http://en.wikibooks.org/wiki/F_Sharp_Programming) in Wikibooks * [Real World Functional Programming](http://msdn.microsoft.com/en-us/library/hh314518.aspx) (MSDN Chapters) * [Programming Language Concepts for Software Developers](http://www.itu.dk/courses/BPRD/E2009/plcsd-1-2.pdf) (PDF) From 83276ddf6078464d0a8f89ee08f9f7b78b4b7c5a Mon Sep 17 00:00:00 2001 From: Adit Cahya Ramadhan Date: Mon, 14 Oct 2013 17:40:14 +0700 Subject: [PATCH 32/90] Add "The Art of Assembly Language Programming" book. Adding "The Art of Assembly Language Programming" by Randall Hyde --- 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 d7f4b2714..227be50c4 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -248,9 +248,10 @@ ###Assembly Language * [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/) -* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) +* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF) * [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF) * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) +* [The Art of Assembly Language Programming](http://cs.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html) ###Bash From 98589bf66550779804d5aeb44e6533b2699364f5 Mon Sep 17 00:00:00 2001 From: Gustavo Braganca Date: Mon, 14 Oct 2013 13:31:40 +0200 Subject: [PATCH 33/90] Add a guide to IDL. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c9ff69eed..cd0c30d08 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -415,6 +415,7 @@ ###IDL * [Getting Started with IDL](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/getting-started-IDL-v7.0.pdf) +* [Guide to Using IDL for Astronomers](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/IDLguide.html) ###Java From 11a822206168feb06ca9f5e9e0cca8f747919837 Mon Sep 17 00:00:00 2001 From: yazd Date: Mon, 14 Oct 2013 16:02:47 +0300 Subject: [PATCH 34/90] Added (Programming in D) book --- free-programming-books.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 302423444..a77ae3935 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -13,7 +13,8 @@ * [Clojure](#clojure) * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) -* [D / DTrace](#d--dtrace) +* [D](#d) +* [DTrace](#d--dtrace) * [DB2](#db2) * [Delphi / Pascal](#delphi--pascal) * [Django](#django) @@ -311,6 +312,9 @@ * [CFML In 100 Minutes](https://github.com/mhenke/CFML-in-100-minutes/blob/master/cfml100mins.markdown) * [Learn CF in a Week](http://learncfinaweek.com/) +###D +* [Programming in D](http://ddili.org/ders/d.en/) + ###D / DTrace * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) From a66ccd333ef1f8895c0d3b897c70ddd0e48826e5 Mon Sep 17 00:00:00 2001 From: yazd Date: Mon, 14 Oct 2013 16:04:53 +0300 Subject: [PATCH 35/90] Fix DTrace link --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index a77ae3935..406119f22 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -14,7 +14,7 @@ * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) * [D](#d) -* [DTrace](#d--dtrace) +* [DTrace](#dtrace) * [DB2](#db2) * [Delphi / Pascal](#delphi--pascal) * [Django](#django) @@ -315,7 +315,7 @@ ###D * [Programming in D](http://ddili.org/ders/d.en/) -###D / DTrace +###DTrace * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) ###DB2 From e7433a031585b886dd61bd96543366e23503942f Mon Sep 17 00:00:00 2001 From: Bruno Girin Date: Mon, 14 Oct 2013 14:50:22 +0100 Subject: [PATCH 36/90] Added OpenSCAD User Manual --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 302423444..10376027d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -48,6 +48,7 @@ * [Oberon](#oberon) * [Objective-C](#objective-c) * [OCaml](#ocaml) +* [OpenSCAD](#openscad) * [Oracle Server](#oracle-server) * [Oracle PL/SQL](#oracle-plsql) * [Parrot / Perl 6](#parrot--perl-6) @@ -577,6 +578,11 @@ * [Think OCaml](http://web.archive.org/web/20120307164444/http://www.thinkocaml.com/) +###OpenSCAD + +* [OpenSCAD User Manual](http://en.wikibooks.org/wiki/OpenSCAD_User_Manual) + + ###Oracle Server * Oracle's [Guides and Manuals](http://tahiti.oracle.com/) From 41b73ff461b577777d80c79a352746ef7110cd05 Mon Sep 17 00:00:00 2001 From: Sanpi Date: Mon, 14 Oct 2013 16:18:10 +0200 Subject: [PATCH 37/90] Add "Git Magic" book. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 302423444..c9f2c8ae6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -377,6 +377,7 @@ * [Pro Git](http://git-scm.com/book) * [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) * [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) +* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) ###Go From 757d1996ae5816458c1b39233b4bc5b0bec9c389 Mon Sep 17 00:00:00 2001 From: Robin King Date: Mon, 14 Oct 2013 08:29:09 -0600 Subject: [PATCH 38/90] Added Practical and Theoretical Aspects of Compiler Construction: Stanford CS143 course archives from 2012. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 302423444..ee324e608 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -142,6 +142,7 @@ * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) * [Linkers and loaders](http://www.iecc.com/linker/) * [Compiler Design: Theory, Tools, and Examples](http://elvis.rowan.edu/~bergmann/books.html) +* [Practical and Theoretical Aspects of Compiler Construction](http://www.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides) ####Programming Paradigms * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides) From bd8b5cfc575686454d4258120e500dec8c207e23 Mon Sep 17 00:00:00 2001 From: Matthew Turland Date: Mon, 14 Oct 2013 09:40:18 -0500 Subject: [PATCH 39/90] Added PHP: The Right Way --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 302423444..3bb171875 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -614,6 +614,7 @@ ###PHP * [PHP Essentials](http://www.techotopia.com/index.php/PHP_Essentials) +* [PHP: The Right Way](http://www.phptherightway.com/) * [Practical PHP Programming](http://www.tuxradar.com/practicalphp) (wiki containing O'Reilly's *PHP In a Nutshell*) * [Symfony2](http://symfony.com/doc/current/book/index.html) * [Zend Framework: Survive the Deep End](http://www.survivethedeepend.com/) From 87f8d4a98e2bdcde0ac48843dcdbcac8506088c3 Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Mon, 14 Oct 2013 17:34:58 +0200 Subject: [PATCH 40/90] formatting --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 2763ef8af..80833a425 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -457,7 +457,7 @@ * [Crockford's JavaScript](http://www.crockford.com/javascript/) * [Eloquent JavaScript](http://eloquentjavascript.net/) -* [Essential Javascript & jQuery Design Patterns for Beginners](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) +* [Essential Javascript & jQuery Design Patterns for Beginners](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) * [JavaScript Bible](http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf) * [JavaScript Essentials](http://www.techotopia.com/index.php/JavaScript_Essentials) * [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics) @@ -615,7 +615,7 @@ * [Higher-Order Perl](http://hop.perl.plover.com/book/) * [The Mason Book](http://www.masonbook.com/book/) * [Modern Perl 5](http://www.onyxneon.com/books/modern_perl/index.html) -* [Perl & LWP](http://lwp.interglacial.com/index.html) +* [Perl & LWP](http://lwp.interglacial.com/index.html) * [Perl for the Web](http://www.globalspin.com/thebook/) * [Perl Free Online EBooks](http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles) (meta-list) * [Perl The Hard Way](http://www.greenteapress.com/perl/) From c9b390fbd04528be9f612e65d796b74750e0dc05 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Mon, 14 Oct 2013 11:55:55 -0400 Subject: [PATCH 41/90] Adds 'Developing Backbone.js Applications' --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 80833a425..27c26a511 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -466,6 +466,7 @@ * [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) * [The JavaScript Tutorial](http://javascript.info/) +* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) ####Node.js From 547d427122d8e790051b659100240e9ddaafa252 Mon Sep 17 00:00:00 2001 From: Marco Lau Date: Tue, 15 Oct 2013 00:23:54 +0800 Subject: [PATCH 42/90] Add Android Resource from vogella --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 302423444..1c5141f82 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -238,6 +238,7 @@ * [Google Android Developer Training](https://developer.android.com/training/index.html) * [Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/) +* [Expert Android and Eclipse development knowledge](http://www.vogella.com/android.html) ###Autotools From a7ad6fc2b1ac911de0cb78c9d6d5d329bce14165 Mon Sep 17 00:00:00 2001 From: Sanpi Date: Mon, 14 Oct 2013 19:10:06 +0200 Subject: [PATCH 43/90] Add "PHP Internals Book". --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 27c26a511..2d6751fcf 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -635,6 +635,7 @@ * [Official Documentation (Offline Version)](https://leanpub.com/l4-offline-doc) * [Code Happy](http://codehappy.daylerees.com/) (Laravel 3 Starter Book) * [Code Bright](http://codebright.daylerees.com/) (Laravel 4 Starter Book) +* [PHP Internals Book](http://www.phpinternalsbook.com/) ###PowerShell From 5f4522a51a340d72cd18e8662f61035f4dac41eb Mon Sep 17 00:00:00 2001 From: AllenDowney Date: Mon, 14 Oct 2013 14:21:57 -0400 Subject: [PATCH 44/90] Update free-programming-books.md Updating info on books from Green Tea Press. --- free-programming-books.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 27c26a511..7ebf27fe5 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -178,7 +178,7 @@ ####Mathematics * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey -* [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (PDF, code written in Python) - Allen B. Downey +* [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (code written in Python) - Allen B. Downey * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) * [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers) @@ -289,6 +289,7 @@ * [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf) * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) * [Thinking in C++, Second Edition](http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html) +* [How To Think Like a Computer Scientist: C++ Version](http://greenteapress.com/thinkcpp/index.html) - Allen B. Downey * Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601) @@ -442,7 +443,7 @@ * [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html) * [Category wise tutorials - J2EE](http://www.mkyong.com/) -* [How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/) +* [Think Java: How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/) - Allen B. Downey * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck * [Java Application Development on Linux by Carl Albing and Michael Schwarz (PDF)](http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf) * [The Java EE6 Tutorial](http://download.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf) (PDF) @@ -582,7 +583,7 @@ * [Unix System Programming in OCaml](http://ocamlunix.forge.ocamlcore.org/) * [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/) * [Real World OCaml](https://realworldocaml.org/beta3/en/html/) -* [Think OCaml](http://web.archive.org/web/20120307164444/http://www.thinkocaml.com/) +* [Think OCaml](http://greenteapress.com/thinkocaml/index.html) - Allen B. Downey and Nicholas Monje ###OpenSCAD @@ -619,7 +620,7 @@ * [Perl & LWP](http://lwp.interglacial.com/index.html) * [Perl for the Web](http://www.globalspin.com/thebook/) * [Perl Free Online EBooks](http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles) (meta-list) -* [Perl The Hard Way](http://www.greenteapress.com/perl/) +* [Learning Perl The Hard Way](http://www.greenteapress.com/perl/) * [Practical mod_perl](http://modperlbook.org/) * [Web Client Programming with Perl](http://oreilly.com/openbook/webclient/) @@ -686,7 +687,7 @@ * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) * [Python for you and me](http://pymbook.readthedocs.org/en/latest/) * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) -* [Think Python](http://www.greenteapress.com/thinkpython/thinkpython.pdf) (PDF) - Allen B. Downey +* [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey ###R From 716860feaa7d645a2144abb06dca9315b2bf2fce Mon Sep 17 00:00:00 2001 From: Manasij Mukherjee Date: Tue, 15 Oct 2013 00:59:40 +0530 Subject: [PATCH 45/90] Mooc and cb Added Coursera and Udacity to MOOC and computing-book. --- free-programming-books.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 816611016..1b50e4e56 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -123,6 +123,7 @@ * [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) * [Open Data Structures](http://opendatastructures.org/) * [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) +* [Introduction to Computing](http://www.computingbook.org/) ####Operating systems * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) @@ -230,7 +231,9 @@ ####MOOC -* [Online Course Materials](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm) +* [MIT OCW](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm) +* [Coursera](https://www.coursera.org/) +* [Udacity](https://www.udacity.com/) ###Ada * [Ada 95: The Craft of Object-Oriented Programming](http://faculty.cs.wwu.edu/reedyc/AdaResources/bookhtml/contents.htm) @@ -786,6 +789,7 @@ ###Theory * [Networks, Crowds, and Markets: Reasoning About a Highly Connected World](http://www.cs.cornell.edu/home/kleinber/networks-book/) +* [] ###Vim From 6c78d3475ad93c9bb475cd955d120fa7395354f7 Mon Sep 17 00:00:00 2001 From: Antonio Silveira Date: Mon, 14 Oct 2013 12:31:15 -0700 Subject: [PATCH 46/90] added new Javascript Book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 27c26a511..c1ec48297 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -467,6 +467,7 @@ * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) * [The JavaScript Tutorial](http://javascript.info/) * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) +* [JavaScript Allongé. A strong cup of functions, objects, combinators, and decorators](https://leanpub.com/javascript-allonge/read) ####Node.js From d9808638b53bee4cbf0119a8f144046c2736d24f Mon Sep 17 00:00:00 2001 From: Manasij Mukherjee Date: Tue, 15 Oct 2013 01:02:51 +0530 Subject: [PATCH 47/90] removed blank --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 1b50e4e56..31fc53219 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -789,7 +789,6 @@ ###Theory * [Networks, Crowds, and Markets: Reasoning About a Highly Connected World](http://www.cs.cornell.edu/home/kleinber/networks-book/) -* [] ###Vim From 5ae4cfdced66b955d6453aeedabe635c83866d54 Mon Sep 17 00:00:00 2001 From: Antonio Silveira Date: Mon, 14 Oct 2013 13:00:31 -0700 Subject: [PATCH 48/90] Added some Algorithm Books --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1ec48297..ae908e784 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -123,6 +123,9 @@ * [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) * [Open Data Structures](http://opendatastructures.org/) * [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) +* [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.pdf) +* [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) +* [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) ####Operating systems * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) From af9e0a07ebcdde89965cf1cab5666e578b2b7a74 Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Mon, 14 Oct 2013 16:02:47 -0400 Subject: [PATCH 49/90] Corrected a spelling mistake. --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index b73a677dd..7d59ed9a7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -408,7 +408,7 @@ ####Backbone.js -* [Developting Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) +* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) ####D3.js From c0540e48af4abbc0060798d20c82136f3d3c0de5 Mon Sep 17 00:00:00 2001 From: Antonio Silveira Date: Mon, 14 Oct 2013 13:07:34 -0700 Subject: [PATCH 50/90] removed previous book from previous PR --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index ae908e784..205a07e47 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -470,7 +470,6 @@ * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) * [The JavaScript Tutorial](http://javascript.info/) * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) -* [JavaScript Allongé. A strong cup of functions, objects, combinators, and decorators](https://leanpub.com/javascript-allonge/read) ####Node.js From 9dc0329b0f325fc825fb9ee066d738f600445451 Mon Sep 17 00:00:00 2001 From: jeroendoggen Date: Mon, 14 Oct 2013 22:41:32 +0200 Subject: [PATCH 51/90] Added "Object-Oriented Reengineering Patterns" by Demeyer, Ducasse & Nierstrasz --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 816611016..04c8dd14f 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 +* [Object-Oriented Reengineering Patterns](http://win.ua.ac.be/~sdemey/) - Serge Demeyer, Stéphane Ducasse and Oscar Nierstrasz ####MOOC From fbe60645dee1fa7d0f81967d61706fc242987549 Mon Sep 17 00:00:00 2001 From: Jason Travis Date: Mon, 14 Oct 2013 16:02:01 -0700 Subject: [PATCH 52/90] 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 53/90] 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 From 205bf106d72e56e758b305a014717b50cb72edb4 Mon Sep 17 00:00:00 2001 From: a3gis Date: Tue, 15 Oct 2013 10:57:54 +0100 Subject: [PATCH 54/90] add Haskell: A Gentle Introduction to Haskell --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 816611016..4ef81b807 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -417,6 +417,7 @@ * [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell) * [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) * [Haskell no panic](http://lisperati.com/haskell/) +* [A Gentle Introduction to Haskell](http://www.haskell.org/tutorial/) (HTML/PDF) ###HTML / CSS From 6583ceb22a4755512bbd1415ad9edf4f54a82370 Mon Sep 17 00:00:00 2001 From: Harald Schilly Date: Tue, 15 Oct 2013 12:26:06 +0200 Subject: [PATCH 55/90] Sage for Power Users by William Stein --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index fdf05c269..e23f76c9a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -743,6 +743,7 @@ * [The Sage Manuals](http://sagemath.org/doc/) * [Sage for Newbies](http://sage.math.washington.edu/home/tkosan/newbies_book/) +* [Sage for Power Users](http://modular.math.washington.edu/books/sagebook/sagebook.pdf) ###Scala From 599ee49a4c6b2d2c8a2c661eff57079f947b6bfe Mon Sep 17 00:00:00 2001 From: Evan Misshula Date: Mon, 14 Oct 2013 16:41:40 -0400 Subject: [PATCH 56/90] added to R books from Charles DiMaggio at the Mailman School of Public Health, Columbia University --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index fdf05c269..93181490a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -711,6 +711,8 @@ * [R by example](http://www.mayin.org/ajayshah/KB/R/index.html) * [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) * [Advanced R Programming](http://adv-r.had.co.nz/) +* [R practicals](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/R/practicalsBookNoAns.pdf) +* [R for spatial analysis](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/spatialEpiBook.pdf) ###Racket From 614b6c09d6544d70ea2e7d0037bb3b5718edc067 Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Tue, 15 Oct 2013 13:16:40 +0200 Subject: [PATCH 57/90] Move machine learning to language agnosic ssection --- free-programming-books.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 242afa743..4f266e33f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -186,6 +186,15 @@ ####Datamining * [Mining of Massive Datasets](http://infolab.stanford.edu/~ullman/mmds.html) +####Machine Learning +* [Programming Computer Vision with Python](https://github.com/dolaameng/free-programming-books.git) +* [A Course in Machine Learning](http://hackershelf.com/book/492/a-course-in-machine-learning/) +* [Bayesian Methods for Hackers](http://hackershelf.com/book/455/bayesian-methods-for-hackers/) +* [Computer Vision: Algorithms and Applications](http://hackershelf.com/book/134/computer-vision-algorithms-and-applications/) +* [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage) +* [Introduction to Machine Learning](http://alex.smola.org/drafts/thebook.pdf) +* [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/) + ####Mathematics * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey * [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (code written in Python) - Allen B. Downey @@ -830,12 +839,3 @@ ###Windows Phone * [Programming Windows Phone 7](http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx) - -###Machine Learning -* [Programming Computer Vision with Python](https://github.com/dolaameng/free-programming-books.git) -* [A Course in Machine Learning](http://hackershelf.com/book/492/a-course-in-machine-learning/) -* [Bayesian Methods for Hackers](http://hackershelf.com/book/455/bayesian-methods-for-hackers/) -* [Computer Vision: Algorithms and Applications](http://hackershelf.com/book/134/computer-vision-algorithms-and-applications/) -* [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage) -* [Introduction to Machine Learning](http://alex.smola.org/drafts/thebook.pdf) -* [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/) From 8b4dfcf05d0cf1dafa1fd920c83a0c66f952aa4b Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Tue, 15 Oct 2013 13:20:13 +0200 Subject: [PATCH 58/90] Add clojure book, close #47 --- free-programming-books.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 4f266e33f..05bdfe5a7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -320,13 +320,14 @@ ###Clojure -* [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming) +* [A Brief Beginner’s Guide To Clojure](http://www.unexpected-vortices.com/clojure/brief-beginners-guide/) * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) -* [Data Sorcery with Clojure](http://data-sorcery.org/contents/) * [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook) -* [Modern cljs](https://github.com/magomimmo/modern-cljs) * [Clojure for the Brave and True](http://www.braveclojure.com/) +* [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming) * [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide) +* [Data Sorcery with Clojure](http://data-sorcery.org/contents/) +* [Modern cljs](https://github.com/magomimmo/modern-cljs) ###CoffeeScript From 6201bb3366a6e38cfca88780c1f21fa5500bce3e Mon Sep 17 00:00:00 2001 From: Steffen Bilde Date: Tue, 15 Oct 2013 14:46:49 +0200 Subject: [PATCH 59/90] added a Drupal Framework section under php literature with a couple of free online drupal books --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 05bdfe5a7..709b0a3f8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -671,6 +671,12 @@ * [Official Documentation (Offline Version)](https://leanpub.com/l4-offline-doc) * [Code Happy](http://codehappy.daylerees.com/) (Laravel 3 Starter Book) * [Code Bright](http://codebright.daylerees.com/) (Laravel 4 Starter Book) +* Drupal Framework + * Drupal 6 + * Drupal 7 + * [The Tiny Book of Rules](https://drupal.org/files/tiny-book-of-rules.pdf) + * [Master Drupal in 7 hours](http://dl.dropboxusercontent.com/u/54624702/Master%20Drupal%20in%207%20hours_v1.1.pdf) + * Drupal 8 * [PHP Internals Book](http://www.phpinternalsbook.com/) From 8e09d15b16b00eab546a93bfd3a9886b6028b286 Mon Sep 17 00:00:00 2001 From: Kondor Date: Tue, 15 Oct 2013 14:53:12 +0200 Subject: [PATCH 60/90] Added "Network Security Tools" book to the Network section --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 05bdfe5a7..04719f4ce 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -148,6 +148,7 @@ * [The TCP/IP Guide](http://www.tcpipguide.com/free/t_toc.htm) * [Understanding IP Addressing: Everything you ever wanted to know](http://www.apnic.net/__data/assets/pdf_file/0020/8147/501302.pdf) (PDF) * [ZeroMQ Guide](http://zguide.zeromq.org/page:all) +* [Network Security Tools](http://commons.oreilly.com/wiki/index.php/Network_Security_Tools) ####Compiler Design * [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) From e6206e785a9e7f9c6b00b23ab308db8b4c567d04 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 14:33:39 +0100 Subject: [PATCH 61/90] Added The wikibooks 'x86 Assembly guide' --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 05bdfe5a7..10a30fcd1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -285,6 +285,7 @@ * [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF) * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) * [The Art of Assembly Language Programming](http://cs.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html) +* [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly) ###Bash From 6861d10716790bab7f37d6b5dfe2cd2ef8ab71d1 Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Tue, 15 Oct 2013 15:38:49 +0200 Subject: [PATCH 62/90] Add empty italian list --- free-programming-books-it.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 free-programming-books-it.md diff --git a/free-programming-books-it.md b/free-programming-books-it.md new file mode 100644 index 000000000..e69de29bb From 867567509ccfc82bd7d3a4174335348a396b465d Mon Sep 17 00:00:00 2001 From: Apruzzese Francesco Date: Tue, 15 Oct 2013 15:51:23 +0200 Subject: [PATCH 63/90] Added first line (python) in italian list --- free-programming-books-it.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/free-programming-books-it.md b/free-programming-books-it.md index e69de29bb..5f0910918 100644 --- a/free-programming-books-it.md +++ b/free-programming-books-it.md @@ -0,0 +1,9 @@ +###Index +* [Python](#python) + + +###Python + +* [Il manuale di riferimento di Python](http://docs.python.it/html/ref/) +* [Il tutorial di Python](http://docs.python.it/html/tut/) +* [La libreria di riferimento di Python](http://docs.python.it/html/lib/) From 8b5d6956edf042cef27084e0252cb00c31312c42 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Tue, 15 Oct 2013 09:01:48 -0500 Subject: [PATCH 64/90] Added book by David MacKay Information Theory, Inference, and Learning Algorithms --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index af32cd6ea..adf7245c4 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -195,6 +195,7 @@ * [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage) * [Introduction to Machine Learning](http://alex.smola.org/drafts/thebook.pdf) * [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/) +* [Information Theory, Inference, and Learning Algorithms](http://www.inference.phy.cam.ac.uk/itila/) ####Mathematics * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey From a53ea619f4bcee4952f90649d2542bf13abb4c19 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 15:12:33 +0100 Subject: [PATCH 65/90] Added gitref.org. I've found this site really useful :) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 10a30fcd1..29b66dfd4 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -413,6 +413,7 @@ * [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) * [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) +* [Git Reference](http://www.gitref.org) ###Go From d331cd9f23ed3a3fbe7f93186ed2247d7f079ed1 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Tue, 15 Oct 2013 09:15:26 -0500 Subject: [PATCH 66/90] Added book to Datamining section The Elements of Statistical Learning: Data Mining, Inference, and Prediction. By Trevor Hastie, Robert Tibshirani, and Jerome Friedman --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index adf7245c4..3368d7247 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -186,6 +186,7 @@ ####Datamining * [Mining of Massive Datasets](http://infolab.stanford.edu/~ullman/mmds.html) +* [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) ####Machine Learning * [Programming Computer Vision with Python](https://github.com/dolaameng/free-programming-books.git) From 23dfca5e81771f5d187bcea00083c5175f326261 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 15:16:16 +0100 Subject: [PATCH 67/90] Added Ralf Brown's Interrupt List. I think there's a downloadable version somewhere? --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 29b66dfd4..6e13d8bf1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -286,6 +286,7 @@ * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) * [The Art of Assembly Language Programming](http://cs.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html) * [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly) +* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm) ###Bash From a53e554f0dc3f58926d07ed6cf88f23f8479da41 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Tue, 15 Oct 2013 09:22:57 -0500 Subject: [PATCH 68/90] Added book to Mathematics section Introduction to Statistical Thought by Michael Lavine --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index adf7245c4..cf7ba6879 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -202,6 +202,7 @@ * [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (code written in Python) - Allen B. Downey * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) * [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers) +* [Introduction to Statistical Thought](http://www.math.umass.edu/~lavine/Book/book.html) ####Misc * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) From 23baf8b87b82ad265276cf164f59de2579b4cf98 Mon Sep 17 00:00:00 2001 From: Diego Dias Date: Tue, 15 Oct 2013 11:39:02 -0300 Subject: [PATCH 69/90] Update free-programming-books.md --- free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index adf7245c4..a5cf82787 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -74,6 +74,7 @@ * [Smalltalk](#smalltalk) * [Subversion](#subversion) * [SQL (implementation agnostic)](#sql-implementation-agnostic) +* [SQL Server](#sql-server) * [Teradata](#teradata) * [Theory](#theory) * [Vim](#vim) @@ -824,6 +825,10 @@ * [Use The Index, Luke!: A Guide To SQL Database Performance](http://use-the-index-luke.com/) * [Learn SQL The Hard Way](http://sql.learncodethehardway.org/) +###SQL Server +* [Introducing Microsoft SQL Server 2008 R2](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#IntroducingMicrosoftSQLServer2008R2) +* [Introducing Microsoft SQL Server 2012](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#IntroducingMicrosoftSQLServer2012) +* [SQL Server 2012 Tutorials: Reporting Services](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#SQLServer2012Tutorials:ReportingServices) ###Teradata From 4f9f026e735391038c8abbacceac572d08b00553 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 15:47:08 +0100 Subject: [PATCH 70/90] Added the C programming guide from wikibooks. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 6e13d8bf1..85b5dcc6b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -306,6 +306,7 @@ * [Learn C the hard way](http://c.learncodethehardway.org/book/) * [The new C standard - an annotated reference](http://www.knosof.co.uk/cbook/cbook.html) * [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) +* [C Programming - Wikibooks](http://en.wikibooks.org/wiki/Programming:C) ###C++ From f7357c0463ae390424d740933921cb1e05f04e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charly=20Rom=C3=A1n?= Date: Tue, 15 Oct 2013 11:35:53 -0500 Subject: [PATCH 71/90] Deleted duplicated backbone.js books. --- free-programming-books.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 4730b24d6..d2715f3a8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -503,10 +503,8 @@ * [Mozilla Developer Network's JavaScript Guide](https://developer.mozilla.org/en/JavaScript/Guide) * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) * [Learning JavaScript Design Patterns](http://addyosmani.com/blog/essentialjsdesignpatterns/) -* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) * [The JavaScript Tutorial](http://javascript.info/) -* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) * [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) ####Backbone.js From 30c0c5def6f9748f936e586a79433e6cc32a9546 Mon Sep 17 00:00:00 2001 From: Manasij Mukherjee Date: Tue, 15 Oct 2013 22:41:34 +0530 Subject: [PATCH 72/90] Added TCS New category: Theoretical OCmputer Science (Put stuff about automata,formal languages,computability..etc into it) --- free-programming-books.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 31fc53219..027538c21 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -123,7 +123,16 @@ * [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) * [Open Data Structures](http://opendatastructures.org/) * [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) +* [The Great Tree List Recursion Problem](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf) +* [Matters Computational](http://www.jjj.de/fxt/#fxtbook) +* [Algorithmic Graph Theory](http://code.google.com/p/graphbook/) + +####Theoretical Computer Science +* [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) +* [Foundations of Computer Science](http://infolab.stanford.edu/~ullman/focs.html) - Al Aho and Jeff Ullman +* [Programming Languages: Application and Interpretation](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/) * [Introduction to Computing](http://www.computingbook.org/) +* [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html) ####Operating systems * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) @@ -170,6 +179,10 @@ * [Best Kept Secrets of Peer Code Review](http://smartbear.com/codecollab-code-review-book.php) * [Domain Driven Design Quickly](http://www.infoq.com/minibooks/domain-driven-design-quickly) * [Essential Skills for Agile Development](http://elliottback.com/wp/essential-skills-for-agile-development/) +* [The Cathedral and the Bazaar](http://www.catb.org/esr/writings/cathedral-bazaar/) +* [Guide to the Software Engineering Body of Knowledge](http://www.computer.org/portal/web/swebok) +* [Programming Reliable Systems (Joe Armstrong's PhD thesis)](http://www.sics.se/~joe/thesis/armstrong_thesis_2003.pdf) +* [Producing Open Source Software](http://producingoss.com/) ####Information Retrieval * [Introduction to Information Retrieval](http://nlp.stanford.edu/IR-book/information-retrieval-book.html) @@ -182,6 +195,7 @@ * [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (code written in Python) - Allen B. Downey * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) * [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers) +* [Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/readings/) ####Misc * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) @@ -190,14 +204,9 @@ * [How to Think Like a Computer Scientist](http://openbookproject.net/thinkcs/) * [I Am a Bug](http://www.amibug.com/iamabug/p01.html) * [Learn to Program](http://pine.fm/LearnToProgram/) -* [Foundations of Computer Science](http://infolab.stanford.edu/~ullman/focs.html) - Al Aho and Jeff Ullman * [Foundations of Programming](http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx) -* [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) -* [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html) -* [Programming Languages: Application and Interpretation](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/) * [Programming Methodology](http://www.stanford.edu/class/cs106a/cgi-bin/handouts/) * [Category Theory for Computing Science](http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf) -* [The Cathedral and the Bazaar](http://www.catb.org/esr/writings/cathedral-bazaar/) * [Communicating Sequential Processes (PDF)](http://www.usingcsp.com/cspbook.pdf) - Tony Hoare * [Come, Let's Play: Scenario-Based Programming Using Live Sequence Charts](http://www.scribd.com/doc/175241338/Come-Let-s-Play) * [Computer Musings](http://scpd.stanford.edu/knuth/index.jsp) (lectures by Donald Knuth) @@ -212,16 +221,11 @@ * [Flow based Programming](http://jpaulmorrison.com/fbp/#book) * [Getting Real](http://gettingreal.37signals.com/) * [Getting started with Open source development](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_started_with_open_source_development_p2.pdf) (PDF) -* [The Great Tree List Recursion Problem](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf) -* [Guide to the Software Engineering Body of Knowledge](http://www.computer.org/portal/web/swebok) -* [Matters Computational](http://www.jjj.de/fxt/#fxtbook) * [Modeling Reactive Systems with Statecharts](http://www.scribd.com/doc/167971960/Modeling-Reactive-Systems-With-Statecharts) * [NASA Manager Handbook for Software Development](http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf) (PDF) * [NASA Software Measurement Handbook](http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook) * [PNG: The Definitive Guide](http://www.libpng.org/pub/png/book/) * [Pointers And Memory](http://cslibrary.stanford.edu/102/PointersAndMemory.pdf) -* [Programming Reliable Systems (Joe Armstrong's PhD thesis)](http://www.sics.se/~joe/thesis/armstrong_thesis_2003.pdf) -* [Producing Open Source Software](http://producingoss.com/) * [Project Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf) (PDF) * [Security Engineering](http://www.cl.cam.ac.uk/~rja14/book.html) * [Small Memory Software](http://www.smallmemory.com/book.html) From 24e6ee6687357e5baf7c7bb93a5d652abba69cac Mon Sep 17 00:00:00 2001 From: Manasij Mukherjee Date: Tue, 15 Oct 2013 22:49:05 +0530 Subject: [PATCH 73/90] Misc Cleanup Put things from misc into appropriate postitions. Put a few links into their correct sections, in my opinion. --- free-programming-books.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 027538c21..1b1d678c2 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -126,13 +126,17 @@ * [The Great Tree List Recursion Problem](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf) * [Matters Computational](http://www.jjj.de/fxt/#fxtbook) * [Algorithmic Graph Theory](http://code.google.com/p/graphbook/) +* [Foundations of Computer Science](http://infolab.stanford.edu/~ullman/focs.html) - Al Aho and Jeff Ullman +* [A Field Guide To Genetic Programming](http://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html) +* [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) +* [Programming Pearls](http://cs.bell-labs.com/cm/cs/pearls/) ####Theoretical Computer Science * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) -* [Foundations of Computer Science](http://infolab.stanford.edu/~ullman/focs.html) - Al Aho and Jeff Ullman * [Programming Languages: Application and Interpretation](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/) * [Introduction to Computing](http://www.computingbook.org/) * [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html) +* [Think Complexity](http://www.greenteapress.com/compmod/) - Allen B. Downey ####Operating systems * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) @@ -165,9 +169,7 @@ * [Is Parallel Programming Hard, And, If So, What Can You Do About It?](http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html) ####Software Architecture -* [The Architecture of Open Source Applications](http://www.aosabook.org/en/index.html) -* [The Performance of Open Source Applications](http://aosabook.org/en/) -* [Programming Pearls](http://cs.bell-labs.com/cm/cs/pearls/) + * [Seamless Object-Oriented Software Architecture](http://www.bon-method.com/book_print_a4.pdf) * [Summary of the GoF Design Patterns](http://domaindrivendesign.org/sites/default/files/discussion/PatternSummariesUnderCreativeCommons.doc) * [How to write Unmaintainable Code](http://mindprod.com/jgloss/unmain.html) @@ -179,10 +181,19 @@ * [Best Kept Secrets of Peer Code Review](http://smartbear.com/codecollab-code-review-book.php) * [Domain Driven Design Quickly](http://www.infoq.com/minibooks/domain-driven-design-quickly) * [Essential Skills for Agile Development](http://elliottback.com/wp/essential-skills-for-agile-development/) -* [The Cathedral and the Bazaar](http://www.catb.org/esr/writings/cathedral-bazaar/) * [Guide to the Software Engineering Body of Knowledge](http://www.computer.org/portal/web/swebok) * [Programming Reliable Systems (Joe Armstrong's PhD thesis)](http://www.sics.se/~joe/thesis/armstrong_thesis_2003.pdf) +* [How to Design Programs](http://www.htdp.org/) +* [NASA Manager Handbook for Software Development](http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf) (PDF) +* [NASA Software Measurement Handbook](http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook) +* [Don't Just Roll the Dice](http://www.neildavidson.com/dontjustrollthedice.html) + +####Open Source Ecosystem +* [Getting started with Open source development](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_started_with_open_source_development_p2.pdf) (PDF) * [Producing Open Source Software](http://producingoss.com/) +* [The Cathedral and the Bazaar](http://www.catb.org/esr/writings/cathedral-bazaar/) +* [The Architecture of Open Source Applications](http://www.aosabook.org/en/index.html) +* [The Performance of Open Source Applications](http://aosabook.org/en/) ####Information Retrieval * [Introduction to Information Retrieval](http://nlp.stanford.edu/IR-book/information-retrieval-book.html) @@ -196,17 +207,16 @@ * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) * [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers) * [Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/readings/) +* [Category Theory for Computing Science](http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf) +* [Essentials of Metaheuristics](http://cs.gmu.edu/~sean/book/metaheuristics/) by Sean Luke ####Misc * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) * [97 Things Every Programmer Should Know - Extended](https://leanpub.com/97-Things-Every-Programmer-Should-Know-Extended) -* [How to Design Programs](http://www.htdp.org/) * [How to Think Like a Computer Scientist](http://openbookproject.net/thinkcs/) * [I Am a Bug](http://www.amibug.com/iamabug/p01.html) * [Learn to Program](http://pine.fm/LearnToProgram/) * [Foundations of Programming](http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx) -* [Programming Methodology](http://www.stanford.edu/class/cs106a/cgi-bin/handouts/) -* [Category Theory for Computing Science](http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf) * [Communicating Sequential Processes (PDF)](http://www.usingcsp.com/cspbook.pdf) - Tony Hoare * [Come, Let's Play: Scenario-Based Programming Using Live Sequence Charts](http://www.scribd.com/doc/175241338/Come-Let-s-Play) * [Computer Musings](http://scpd.stanford.edu/knuth/index.jsp) (lectures by Donald Knuth) @@ -215,22 +225,14 @@ * [Designing Interfaces](http://designinginterfaces.com) by Jennifer Tidwell * [Digital Signal Processing For Engineers and Scientists](http://www.dspguide.com/) * [Distributed systems for fun and profit](http://book.mixu.net/distsys/single-page.html) -* [Don't Just Roll the Dice](http://www.neildavidson.com/dontjustrollthedice.html) -* [Essentials of Metaheuristics](http://cs.gmu.edu/~sean/book/metaheuristics/) by Sean Luke -* [A Field Guide To Genetic Programming](http://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html) * [Flow based Programming](http://jpaulmorrison.com/fbp/#book) * [Getting Real](http://gettingreal.37signals.com/) -* [Getting started with Open source development](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_started_with_open_source_development_p2.pdf) (PDF) * [Modeling Reactive Systems with Statecharts](http://www.scribd.com/doc/167971960/Modeling-Reactive-Systems-With-Statecharts) -* [NASA Manager Handbook for Software Development](http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf) (PDF) -* [NASA Software Measurement Handbook](http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook) * [PNG: The Definitive Guide](http://www.libpng.org/pub/png/book/) * [Pointers And Memory](http://cslibrary.stanford.edu/102/PointersAndMemory.pdf) * [Project Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf) (PDF) * [Security Engineering](http://www.cl.cam.ac.uk/~rja14/book.html) * [Small Memory Software](http://www.smallmemory.com/book.html) -* [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 From d073c9739e73fa1540f13ea902c077fafa440e91 Mon Sep 17 00:00:00 2001 From: k Date: Tue, 15 Oct 2013 13:32:52 -0400 Subject: [PATCH 74/90] Added 'Practical File System Design: The Be File System' and a large list of Smalltalk books. --- 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 d2715f3a8..509121ce3 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -93,7 +93,7 @@ * [TechBooksForFree.com](http://www.techbooksforfree.com/) * [Theassayer.org](http://theassayer.org/) * [Wikibooks: Programming](http://en.wikibooks.org/wiki/Category%3aComputer_programming) - +* [Free Smalltalk Books, collected by Stéphane Ducasse](http://stephane.ducasse.free.fr/FreeBooks.html) ###Graphics Programming @@ -139,6 +139,7 @@ * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) * [The Little Book of Semaphores](http://greenteapress.com/semaphores/) - Allen B. Downey * [Operating Systems and Middleware](https://gustavus.edu/mcs/max/os-book/) (PDF and LaTeX) +* [Practical File System Design:The Be File System](http://www.nobius.org/~dbg/practical-file-system-design.pdf)(PDF) - Dominic Giampaolo ####Database * [Database Fundamentals](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf) (PDF) From a1f60b62cafa23861e123983c99a463218dfab92 Mon Sep 17 00:00:00 2001 From: Jason Travis Date: Tue, 15 Oct 2013 15:39:09 -0700 Subject: [PATCH 75/90] Fix "Programming Computer Vision with Python" link --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 8733c89ea..bafa2caaf 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -215,7 +215,7 @@ * [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) ####Machine Learning -* [Programming Computer Vision with Python](https://github.com/dolaameng/free-programming-books.git) +* [Programming Computer Vision with Python](http://programmingcomputervision.com/) * [A Course in Machine Learning](http://hackershelf.com/book/492/a-course-in-machine-learning/) * [Bayesian Methods for Hackers](http://hackershelf.com/book/455/bayesian-methods-for-hackers/) * [Computer Vision: Algorithms and Applications](http://hackershelf.com/book/134/computer-vision-algorithms-and-applications/) From 6a0b594914cf4e890d7022cbe7cbbdc366e7eb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Wed, 16 Oct 2013 01:39:46 +0300 Subject: [PATCH 76/90] Remove dead links --- free-programming-books.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 8733c89ea..05ebbbacd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -183,9 +183,7 @@ ####Software Architecture * [Seamless Object-Oriented Software Architecture](http://www.bon-method.com/book_print_a4.pdf) -* [Summary of the GoF Design Patterns](http://domaindrivendesign.org/sites/default/files/discussion/PatternSummariesUnderCreativeCommons.doc) * [How to write Unmaintainable Code](http://mindprod.com/jgloss/unmain.html) -* [OO Design](http://homepage.mac.com/s_lott/books/oodesign.html) * [Object-Oriented Reengineering Patterns](http://scg.unibe.ch/download/oorp/) * [Patterns and Practices: Application Architecture Guide 2.0](http://www.codeplex.com/AppArchGuide) * [The Definitive Guide to Building Code Quality](http://nexus.realtimepublishers.com/dgbcq.php) @@ -598,7 +596,6 @@ * [Entity Framework](http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx) * [Moving to Microsoft Visual Studio 2010](http://blogs.msdn.com/b/microsoft_press/archive/2010/09/13/free-ebook-moving-to-microsoft-visual-studio-2010.aspx) * [Nemerle](http://asaha.com/ebook/AMTQ2NjA-/Nemerle.pdf) -* [Programmer's Heaven C# School Book](http://www.programmersheaven.com/2/CSharpBook) (covers C# 1.0 and 2.0) * [Threading in C#](http://www.albahari.com/threading/) * [Visual Basic Essentials](http://www.techotopia.com/index.php/Visual_Basic_Essentials) * [Visual Studio Tips and Tricks](http://www.infoq.com/minibooks/vsnettt) (VS 2003-2005 only) @@ -713,7 +710,6 @@ * [Logic, Programming and Prolog (2ed)](http://www.ida.liu.se/~ulfni/lpp/) * [Natural Language Processing in Prolog](http://www.informatics.susx.ac.uk/research/groups/nlp/gazdar/nlp-in-prolog/index.html) * [Natural Language Processing Techniques in Prolog](http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/) -* [Prolog Programming A First Course](http://computing.unn.ac.uk/staff/cgpb4/prologbook/) * [Prolog Techniques](http://bookboon.com/int/student/it/prolog-techniques-applications-of-prolog) * [Simply Logical](http://www.cs.bris.ac.uk/~flach/SimplyLogical.html) * [Visual Prolog 7.2 for Tyros](http://download.pdc.dk/vip/72/books/tyros/tyros72.pdf) From 64dfea9d797ebeadc8bb6c4ff589c6c721b407ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Wed, 16 Oct 2013 01:46:05 +0300 Subject: [PATCH 77/90] Move the `Django` section under `Python` Django is a high-level Python Web framework, therefore, it should be included as a subsection of `Python`. Ref: https://www.djangoproject.com/ --- free-programming-books.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 05ebbbacd..e7fc3651e 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -18,7 +18,6 @@ * [DTrace](#dtrace) * [DB2](#db2) * [Delphi / Pascal](#delphi--pascal) -* [Django](#django) * [Elasticsearch](#elasticsearch) * [Emacs](#emacs) * [Erlang](#erlang) @@ -62,6 +61,7 @@ * [Prolog](#prolog) * [PostgreSQL](#postgresql) * [Python](#python) + * [Django](#django) * [R](#r) * [Racket](#racket) * [Ruby](#ruby) @@ -372,12 +372,6 @@ * [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/) -###Django - -* [Djen of Django](http://agiliq.com/books/djenofdjango/) -* [Django by Example](http://www.lightbird.net/dbe/) - - ###Elasticsearch * [Exploring Elasticsearch](http://exploringelasticsearch.com/) @@ -741,6 +735,11 @@ * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) * [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey +####Django + +* [Djen of Django](http://agiliq.com/books/djenofdjango/) +* [Django by Example](http://www.lightbird.net/dbe/) + ###R From 320c849eab9aed8491a328dee6e9e91e86862086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Wed, 16 Oct 2013 02:11:47 +0300 Subject: [PATCH 78/90] Add `Book of Speed` by Stoyan Stefanov --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index e7fc3651e..b30986495 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -259,6 +259,8 @@ * [Object-Oriented Reengineering Patterns](http://win.ua.ac.be/~sdemey/) - Serge Demeyer, Stéphane Ducasse and Oscar Nierstrasz * [High-Performance Scientific Computing](http://bit.ly/hpc12) (class lectures and slides) +####Web Performance +* [Book of Speed](http://www.bookofspeed.com/index.html) by Stoyan Stefanov ####MOOC * [MIT OCW](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm) From 4ba1eb49820d677da1f628c0dbe4f84fc150bcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Tue, 15 Oct 2013 21:28:24 -0300 Subject: [PATCH 79/90] Update free-programming-books.md scientific python resources --- free-programming-books.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 8733c89ea..97bd8ab7a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -138,7 +138,9 @@ * [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) * [Programming Pearls](http://cs.bell-labs.com/cm/cs/pearls/) * [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.pdf) -* [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) +* [Sequential and parallel sorting algorithms](http://ww +* +* w.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) * [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) ####Theoretical Computer Science @@ -735,6 +737,7 @@ * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) * [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) +* [Lectures on scientific computing with python](https://github.com/jrjohansson/scientific-python-lectures) - J.R. Johansson * [Natural Language Processing with Python](http://www.nltk.org/book) * [Porting to Python 3: An In-Depth Guide](http://python3porting.com/) * [Python Bibliotheca](http://openbookproject.net/pybiblio/) @@ -742,6 +745,7 @@ * [Python for Fun](http://www.openbookproject.net/py4fun/) * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) * [Python for you and me](http://pymbook.readthedocs.org/en/latest/) +* [Python Scientific Lecture Notes](http://scipy-lectures.github.io/) * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) * [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey From 27c7b2c8bf25cfe0c4738cee0674eafc94ac9b5a Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Tue, 15 Oct 2013 20:57:20 -0500 Subject: [PATCH 80/90] Add Hadoop Illuminated Adding @hadoop-illuminated to the free book list. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 8733c89ea..e0f128cb5 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -446,6 +446,7 @@ ###Hadoop +* [Hadoop Illuminated](http://hadoopilluminated.com/book.php) - Mark Kerzner & Sujee Maniyam * [Programming Pig](http://chimera.labs.oreilly.com/books/1234000001811/index.html) - Alan Gates From 79a1f6f480f0028a9455cdd9db7971abddce3b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Tue, 15 Oct 2013 23:21:05 -0300 Subject: [PATCH 81/90] fix link --- free-programming-books.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 97bd8ab7a..b0bb3c5e6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -138,12 +138,10 @@ * [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) * [Programming Pearls](http://cs.bell-labs.com/cm/cs/pearls/) * [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.pdf) -* [Sequential and parallel sorting algorithms](http://ww -* -* w.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) +* [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) * [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) -####Theoretical Computer Science +####TheoreticalC omputer Science * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) * [Programming Languages: Application and Interpretation](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/) * [Introduction to Computing](http://www.computingbook.org/) From ec7e33ea57b4ab9499dd9acf30bbd4ccf6c161b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Tue, 15 Oct 2013 23:23:27 -0300 Subject: [PATCH 82/90] typo --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index b0bb3c5e6..48c4452eb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -141,7 +141,7 @@ * [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) * [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) -####TheoreticalC omputer Science +####Theoretical Computer Science * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) * [Programming Languages: Application and Interpretation](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/) * [Introduction to Computing](http://www.computingbook.org/) From 834a74c38cb911a8d1cb60f70aef816fdb521d31 Mon Sep 17 00:00:00 2001 From: Kondor Date: Wed, 16 Oct 2013 09:33:55 +0200 Subject: [PATCH 83/90] added french list and 2 books (C, Javascript) --- free-programming-books-fr.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 free-programming-books-fr.md diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md new file mode 100644 index 000000000..3213bf113 --- /dev/null +++ b/free-programming-books-fr.md @@ -0,0 +1,11 @@ +###Index +* [C](#C) +* [Javascript](#Javascript) + +###C + +* [Le C en 20 heures](http://framabook.org/6-le-c-en-20-heures/) + +###Javascript + +* [Javascript Éloquent Une introduction moderne à la programmation](http://fr.eloquentjavascript.net/) From 6e80c4ff5fb92b9d2ed22c8a4a75d718cca11483 Mon Sep 17 00:00:00 2001 From: Piotr Jasiulewicz Date: Wed, 16 Oct 2013 10:48:55 +0100 Subject: [PATCH 84/90] Update free-programming-books.md Added Adobe Flex2 programming book --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index ebc49aa08..d78647438 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -395,7 +395,7 @@ ###Flex * [Getting started with Adobe Flex](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_Adobe_Flex_p2.pdf) (PDF) - +* [Adobe Flex 2, Programming Actionscript 3.0](http://download.macromedia.com/pub/documentation/en/flex/2/prog_actionscript30.pdf) ###F Sharp From 1fbdcba6cb6041bb0a65763da1c625f4c78c6815 Mon Sep 17 00:00:00 2001 From: nerandell Date: Wed, 16 Oct 2013 16:40:54 +0530 Subject: [PATCH 85/90] Adding Octave --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index ebc49aa08..903a6b3c2 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -50,6 +50,7 @@ * [Oberon](#oberon) * [Objective-C](#objective-c) * [OCaml](#ocaml) +* [Octave](#octave) * [OpenSCAD](#openscad) * [Oracle Server](#oracle-server) * [Oracle PL/SQL](#oracle-plsql) @@ -628,6 +629,9 @@ * [Real World OCaml](https://realworldocaml.org/beta3/en/html/) * [Think OCaml](http://greenteapress.com/thinkocaml/index.html) - Allen B. Downey and Nicholas Monje +###Octave + +* [Octave Programming](http://en.wikibooks.org/wiki/Octave_Programming_Tutorial) ###OpenSCAD From f48bf7750a42ad0f528cd956d20618596d0dfa1d Mon Sep 17 00:00:00 2001 From: Nimesh Ghelani Date: Wed, 16 Oct 2013 19:13:43 +0530 Subject: [PATCH 86/90] Put Flask under Python --- free-programming-books.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 3f0417529..a7814da49 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -21,7 +21,6 @@ * [Elasticsearch](#elasticsearch) * [Emacs](#emacs) * [Erlang](#erlang) -* [Flask](#flask) * [Flex](#flex) * [F#](#f-sharp) * [Forth](#forth) @@ -63,6 +62,7 @@ * [PostgreSQL](#postgresql) * [Python](#python) * [Django](#django) + * [Flask](#flask) * [R](#r) * [Racket](#racket) * [Ruby](#ruby) @@ -389,9 +389,6 @@ * [Learn You Some Erlang For Great Good](http://learnyousomeerlang.com/) -###Flask - -* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) ###Flex @@ -749,6 +746,10 @@ * [Djen of Django](http://agiliq.com/books/djenofdjango/) * [Django by Example](http://www.lightbird.net/dbe/) +####Flask + +* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) + ###R From 5f0dbffe66663ef105e4de524c71052bc3beeded Mon Sep 17 00:00:00 2001 From: Boris Date: Wed, 16 Oct 2013 21:25:24 +0700 Subject: [PATCH 87/90] more hackershelf books, some refactoring Add Dart language; Reorder meta-lists, add O'Reilly Commons and hacker shelf Remove duplicate (Bayesian Methods for Hackers) Additions from hackershelf --- free-programming-books.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index ebc49aa08..4ac6bbd35 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -15,6 +15,7 @@ * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) * [D](#d) +* [Dart](#dart) * [DTrace](#dtrace) * [DB2](#db2) * [Delphi / Pascal](#delphi--pascal) @@ -86,14 +87,16 @@ * [25 Free Computer Science Ebooks](http://www.coderholic.com/25-free-computer-science-books/) * [Cheat Sheets (Free)](http://refcardz.dzone.com/) +* [Free Smalltalk Books, collected by Stéphane Ducasse](http://stephane.ducasse.free.fr/FreeBooks.html) * [Free Tech Books](http://www.freetechbooks.com/) +* [Hacker Shelf](http://hackershelf.com/browse/) * [Microsoft Press: Free E-Books](http://blogs.msdn.com/b/microsoft_press/archive/2011/03/03/ebooks-list-of-our-free-books.aspx) * [MindView Inc](http://www.mindviewinc.com/Books/) +* [O'Reilly's Commons](http://commons.oreilly.com/wiki/index.php/O%27Reilly_Commons) * [O'Reilly's Open Books Project](http://oreilly.com/openbook/) * [TechBooksForFree.com](http://www.techbooksforfree.com/) * [Theassayer.org](http://theassayer.org/) * [Wikibooks: Programming](http://en.wikibooks.org/wiki/Category%3aComputer_programming) -* [Free Smalltalk Books, collected by Stéphane Ducasse](http://stephane.ducasse.free.fr/FreeBooks.html) ###Graphics Programming @@ -199,10 +202,14 @@ * [Don't Just Roll the Dice](http://www.neildavidson.com/dontjustrollthedice.html) ####Open Source Ecosystem +* [Data Journalism Handbook](http://datajournalismhandbook.org/) +* [Free Software, Free Society](http://shop.fsf.org/product/free-software-free-society-2/) * [Getting started with Open source development](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_started_with_open_source_development_p2.pdf) (PDF) +* [Innovation Happens Elsewhere](http://dreamsongs.com/IHE/IHE.html) * [Producing Open Source Software](http://producingoss.com/) * [The Cathedral and the Bazaar](http://www.catb.org/esr/writings/cathedral-bazaar/) * [The Architecture of Open Source Applications](http://www.aosabook.org/en/index.html) +* [The Future of the Internet](http://futureoftheinternet.org/) * [The Performance of Open Source Applications](http://aosabook.org/en/) ####Information Retrieval @@ -215,7 +222,6 @@ ####Machine Learning * [Programming Computer Vision with Python](http://programmingcomputervision.com/) * [A Course in Machine Learning](http://hackershelf.com/book/492/a-course-in-machine-learning/) -* [Bayesian Methods for Hackers](http://hackershelf.com/book/455/bayesian-methods-for-hackers/) * [Computer Vision: Algorithms and Applications](http://hackershelf.com/book/134/computer-vision-algorithms-and-applications/) * [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage) * [Introduction to Machine Learning](http://alex.smola.org/drafts/thebook.pdf) @@ -235,6 +241,8 @@ ####Misc * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) * [97 Things Every Programmer Should Know - Extended](https://leanpub.com/97-Things-Every-Programmer-Should-Know-Extended) +* [A Mathematical Theory of Communication](http://cm.bell-labs.com/cm/ms/what/shannonday/paper.html) by Claude E.Shannon +* [Asterisk™: The Definitive Guide](http://asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/index.html) * [How to Think Like a Computer Scientist](http://openbookproject.net/thinkcs/) * [I Am a Bug](http://www.amibug.com/iamabug/p01.html) * [Learn to Program](http://pine.fm/LearnToProgram/) @@ -255,6 +263,7 @@ * [Project Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf) (PDF) * [Security Engineering](http://www.cl.cam.ac.uk/~rja14/book.html) * [Small Memory Software](http://www.smallmemory.com/book.html) +* [SVG Essentials](http://commons.oreilly.com/wiki/index.php/SVG_Essentials) * [Introduction to High-Performance Scientific Computing](http://tacc-web.austin.utexas.edu/veijkhout/public_html/istc/istc.html) - Victor Eijkhout * [Object-Oriented Reengineering Patterns](http://win.ua.ac.be/~sdemey/) - Serge Demeyer, Stéphane Ducasse and Oscar Nierstrasz * [High-Performance Scientific Computing](http://bit.ly/hpc12) (class lectures and slides) @@ -359,6 +368,9 @@ ###D * [Programming in D](http://ddili.org/ders/d.en/) +###Dart +* [What is Dart?](http://shop.oreilly.com/product/0636920025887.do) + ###DTrace * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) @@ -422,6 +434,7 @@ * [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) * [Git Reference](http://www.gitref.org) +* [Version Control by Example (Mercurial, Subversion, Verasity)](http://www.ericsink.com/vcbe/) ###Go @@ -533,13 +546,18 @@ ###Linux * [Advanced Linux Programming](http://www.advancedlinuxprogramming.com/) +* [Getting Started with Ubuntu](http://ubuntu-manual.org/) * [GNU Autoconf, Automake and Libtool](http://sources.redhat.com/autobook/download.html) * [GTK+/Gnome Application Development](http://www.linuxtopia.org/online_books/gui_toolkit_guides/gtk+_gnome_application_development/index.html) +* [The Debian Administrator's Handbook](http://debian-handbook.info/) +* [The Linux Command Line](http://linuxcommand.org/tlcl.php) (PDF) * [The Linux Development Platform (PDF)](http://www.informit.com/content/downloads/perens/0130091154.pdf) * [Linux Device Drivers](http://lwn.net/Kernel/LDD3/) by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman +* [Linux Kernel in a Nutshell](http://www.kroah.com/lkn/) * [The Linux Kernel Module Programming Guide](http://tldp.org/LDP/lkmpg/2.6/html/) * [Secure Programming for Linux and Unix](http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO.html) * [Linux from Scratch](http://www.linuxfromscratch.org/lfs/view/stable/) +* [Ubuntu Pocket Guide and Reference](http://www.ubuntupocketguide.com/index_main.html) * [What Every Programmer Should Know About Memory](http://www.akkadia.org/drepper/cpumemory.pdf) @@ -748,6 +766,7 @@ ###R +* [The R Inferno](http://www.burns-stat.com/pages/Tutor/R_inferno.pdf) (PDF) * [The R Manuals](http://cran.r-project.org/manuals.html) * [The R Language](http://stat.ethz.ch/R-manual/R-patched/doc/html/) * [R by example](http://www.mayin.org/ajayshah/KB/R/index.html) @@ -771,6 +790,7 @@ * [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/) * [Why's (Poignant) Guide to Ruby](http://mislav.uniqpath.com/poignant-guide/) ([mirror](http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby)) * [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/) +* [Ruby Best Practices](http://majesticseacreature.com/rbp-book/pdfs/rbp_1-0.pdf) (PDF) ###Ruby on Rails @@ -792,6 +812,7 @@ ###Scala * [Another tour of Scala](http://naildrivin5.com/scalatour) +* [Effective Scala](http://twitter.github.com/effectivescala/) * [Exploring Lift](http://exploring.liftweb.net/) (published earlier as "The Definitive Guide to Lift", [PDF](http://groups.google.com/group/the-lift-book)) * [Lift](http://github.com/tjweir/liftbook) * [Pro Scala: Monadic Design Patterns for the Web](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) From 8a9a0367ce3ab78a8774ce16699ab72b3d3cb6e1 Mon Sep 17 00:00:00 2001 From: Gustavo Braganca Date: Wed, 16 Oct 2013 16:44:11 +0200 Subject: [PATCH 88/90] Add Problem Solving with Algorithms and Data Struc Add Problem Solving with Algorithms and Data Structures. Since it is written in python, I have added it twice. This was suggested by Fabian Dablander on the Python community on Facebook. --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index a7814da49..eaf40cb08 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -141,6 +141,7 @@ * [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.pdf) * [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) * [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) +* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html) ####Theoretical Computer Science * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) @@ -740,6 +741,7 @@ * [Python Scientific Lecture Notes](http://scipy-lectures.github.io/) * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) * [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey +* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html) ####Django From c91414e52e385542ca6da3894c92dbf3de072aa2 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Wed, 16 Oct 2013 11:43:48 -0500 Subject: [PATCH 89/90] Added the Language Agnostic subsections to TOC Found myself scrolling through the Language Agnostic section a lot; added TOC for quicker access. --- free-programming-books.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index a7814da49..f6dae4301 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -3,6 +3,23 @@ * [Graphics user interfaces](#graphics-user-interfaces) * [Graphics Programming](#graphics-programming) * [Language Agnostic](#language-agnostic) + * [Algorithms & Datastructures](#algorithms--datastructures) + * [Theoretical Computer Science](#theoretical-computer-science) + * [Operating systems](#operating-systems) + * [Database](#database) + * [Networking](#networking) + * [Compiler Design](#compiler-design) + * [Programming Paradigms](#programming-paradigms) + * [Parallel Programming](#parallel-programming) + * [Software Architecture](#software-architecture) + * [Open Source Ecosystem](#open-source-ecosystem) + * [Information Retrieval](#information-retrieval) + * [Datamining](#datamining) + * [Machine Learning](#machine-learning) + * [Mathematics](#mathematics) + * [Misc](#misc) + * [Web Performance](#web-performance) + * [MOOC](#mooc) * [Ada](#ada) * [Android](#android) * [Autotools](#autotools) From ef587302f6f7d3763a79f81bb73ac1f6805d647b Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 17 Oct 2013 02:21:30 +0700 Subject: [PATCH 90/90] added some tutorials and style-guides to Ruby and Rails sections --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index b8ec1a526..72264b4d8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -815,12 +815,16 @@ * [Why's (Poignant) Guide to Ruby](http://mislav.uniqpath.com/poignant-guide/) ([mirror](http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby)) * [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/) * [Ruby Best Practices](http://majesticseacreature.com/rbp-book/pdfs/rbp_1-0.pdf) (PDF) +* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) +* [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide) ###Ruby on Rails * [Ruby on Rails Tutorial: Learn Rails By Example](http://ruby.railstutorial.org/ruby-on-rails-tutorial-book) * [Objects on Rails](http://objectsonrails.com) +* [Ruby on Rails Guides](http://guides.rubyonrails.org) +* [A community-driven Rails style guide](https://github.com/bbatsov/rails-style-guide) ###Rust