提交 2ccc8bdd 编写于 作者: V vhf / victor felder

Merge pull request #58 from ggcrunchy/master

Added some books
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* [Hadoop](#hadoop) * [Hadoop](#hadoop)
* [Haskell](#haskell) * [Haskell](#haskell)
* [HTML / CSS](#html--css) * [HTML / CSS](#html--css)
* [Icon](#icon)
* [Java](#java) * [Java](#java)
* [JavaScript](#javascript) * [JavaScript](#javascript)
* [Node.js](#nodejs) * [Node.js](#nodejs)
...@@ -92,6 +93,7 @@ ...@@ -92,6 +93,7 @@
* [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 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) * [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/reference/articles/article1698.asp)
* [OpenGL Insights](http://openglinsights.com) (chapters 22, 23, 28, 33, 39)
* [ShaderX series](http://tog.acm.org/resources/shaderx/) * [ShaderX series](http://tog.acm.org/resources/shaderx/)
...@@ -107,6 +109,7 @@ ...@@ -107,6 +109,7 @@
* [Linked List Basics](http://cslibrary.stanford.edu/103/LinkedListBasics.pdf) * [Linked List Basics](http://cslibrary.stanford.edu/103/LinkedListBasics.pdf)
* [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) * [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf)
* [Open Data Structures](http://opendatastructures.org/) * [Open Data Structures](http://opendatastructures.org/)
* [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf)
####Operating systems ####Operating systems
* [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/)
...@@ -197,9 +200,11 @@ ...@@ -197,9 +200,11 @@
* [NASA Software Measurement Handbook](http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook) * [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/) * [PNG: The Definitive Guide](http://www.libpng.org/pub/png/book/)
* [Pointers And Memory](http://cslibrary.stanford.edu/102/PointersAndMemory.pdf) * [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/) * [Producing Open Source Software](http://producingoss.com/)
* [Project Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf) (PDF) * [Project Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf) (PDF)
* [Security Engineering](http://www.cl.cam.ac.uk/~rja14/book.html) * [Security Engineering](http://www.cl.cam.ac.uk/~rja14/book.html)
* [Small Memory Software](http://www.smallmemory.com/book.html)
* [Think Complexity](http://www.greenteapress.com/compmod/) - Allen B. Downey * [Think Complexity](http://www.greenteapress.com/compmod/) - Allen B. Downey
####MOOC ####MOOC
...@@ -368,6 +373,11 @@ ...@@ -368,6 +373,11 @@
* [Learn CSS Layout](http://learnlayout.com/) * [Learn CSS Layout](http://learnlayout.com/)
###Icon
* [The Implementation of the Icon Programming Language](http://www.cs.arizona.edu/icon/ibsale.htm)
###Java ###Java
* [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html) * [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册