free-programming-books.md 50.5 KB
Newer Older
V
Victor Felder 已提交
1 2
###Index
* [Meta-Lists](#meta-lists)
3
* [Graphics user interfaces](#graphics-user-interfaces)
V
Victor Felder 已提交
4 5
* [Graphics Programming](#graphics-programming)
* [Language Agnostic](#language-agnostic)
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
    * [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)
23
    * [Professional Development](#professional-development)
J
Josh Baer 已提交
24
* [Ada](#ada)
V
Victor Felder 已提交
25 26
* [Android](#android)
* [Autotools](#autotools)
V
Victor Felder 已提交
27
* [ASP.NET MVC](#aspnet-mvc)
V
Victor Felder 已提交
28 29
* [Assembly Language](#assembly-language)
* [Bash](#bash)
V
Victor Felder 已提交
30
* [C](#c)
V
Victor Felder 已提交
31
* [C++](#c-1)
V
Victor Felder 已提交
32
* [Clojure](#clojure)
V
Victor Felder 已提交
33 34
* [CoffeeScript](#coffeescript)
* [ColdFusion](#coldfusion)
Y
yazd 已提交
35
* [D](#d)
B
Boris 已提交
36
* [Dart](#dart)
Y
yazd 已提交
37
* [DTrace](#dtrace)
V
Victor Felder 已提交
38
* [DB2](#db2)
M
Max Edmands 已提交
39
* [Delphi / Pascal](#delphi--pascal)
40
* [Elasticsearch](#elasticsearch)
V
Victor Felder 已提交
41 42 43
* [Emacs](#emacs)
* [Erlang](#erlang)
* [Flex](#flex)
V
Victor Felder 已提交
44
* [F#](#f-sharp)
V
Victor Felder 已提交
45 46 47 48
* [Forth](#forth)
* [Git](#git)
* [Go](#go)
* [Grails](#grails)
V
Victor Felder 已提交
49
* [Hadoop](#hadoop)
V
Victor Felder 已提交
50
* [Haskell](#haskell)
G
Gustavo Sillero 已提交
51
* [HTML / CSS](#html--css)
S
Steven Johnson 已提交
52
* [Icon](#icon)
G
Gustavo Braganca 已提交
53
* [IDL](#idl)
54
* [iOS](#ios)
D
adds J  
Darek Nedza 已提交
55
* [J](#j)
V
Index  
Victor Felder 已提交
56 57
* [Java](#java)
* [JavaScript](#javascript)
58
    * [Backbone.js](#backbonejs)
V
Victor Felder 已提交
59
    * [D3.js](#d3js)
60 61
    * [jQuery](#jQuery)
    * [Knockout.js](#knockout.js)
62
    * [Node.js](#nodejs)
63
    
V
Index  
Victor Felder 已提交
64 65 66 67 68 69 70
* [LaTeX](#latex)
* [Linux](#linux)
* [Lisp](#lisp)
* [Lua](#lua)
* [Mathematica](#mathematica)
* [Maven](#maven)
* [Mercurial](#mercurial)
S
Silviu Tantos 已提交
71
* [.NET (C# / VB / Nemerle / Visual Studio)](#net-c--vb--nemerle--visual-studio)
V
Index  
Victor Felder 已提交
72 73 74 75
* [NoSQL](#nosql)
* [Oberon](#oberon)
* [Objective-C](#objective-c)
* [OCaml](#ocaml)
N
nerandell 已提交
76
* [Octave](#octave)
B
Bruno Girin 已提交
77
* [OpenSCAD](#openscad)
V
Index  
Victor Felder 已提交
78 79
* [Oracle Server](#oracle-server)
* [Oracle PL/SQL](#oracle-plsql)
O
OpossumPetya 已提交
80
* [Parrot / Perl 6](#parrot--perl-6)
V
Index  
Victor Felder 已提交
81 82 83
* [Perl](#perl)
* [PHP](#php)
* [PowerShell](#powershell)
S
Saheed 已提交
84
* [Processing](#processing)
V
Index  
Victor Felder 已提交
85 86 87
* [Prolog](#prolog)
* [PostgreSQL](#postgresql)
* [Python](#python)
88
    * [Django](#django)
N
Nimesh Ghelani 已提交
89
    * [Flask](#flask)
V
Index  
Victor Felder 已提交
90
* [R](#r)
A
ajauhri 已提交
91
* [Racket](#racket)
V
Index  
Victor Felder 已提交
92 93
* [Ruby](#ruby)
* [Ruby on Rails](#ruby-on-rails)
G
Grigoriy Dzhanelidze 已提交
94
* [Rust](#rust)
95
* [Sage](#sage)
V
Index  
Victor Felder 已提交
96 97 98 99 100 101
* [Scala](#scala)
* [Scheme](#scheme)
* [Sed](#sed)
* [Smalltalk](#smalltalk)
* [Subversion](#subversion)
* [SQL (implementation agnostic)](#sql-implementation-agnostic)
D
Diego Dias 已提交
102
* [SQL Server](#sql-server)
V
Index  
Victor Felder 已提交
103
* [Teradata](#teradata)
M
maieul 已提交
104
* [TeX](#tex)
105
* [Theory](#theory)
106
* [TypeScript](#typescript)
V
Index  
Victor Felder 已提交
107 108 109
* [Vim](#vim)
* [Websphere](#websphere)
* [Windows Phone](#windows-phone)
V
Victor Felder 已提交
110 111 112 113 114 115


###Meta-Lists

* [25 Free Computer Science Ebooks](http://www.coderholic.com/25-free-computer-science-books/)
* [Cheat Sheets (Free)](http://refcardz.dzone.com/)
B
Boris 已提交
116
* [Free Smalltalk Books, collected by Stéphane Ducasse](http://stephane.ducasse.free.fr/FreeBooks.html)
V
Victor Felder 已提交
117
* [Free Tech Books](http://www.freetechbooks.com/)
B
Boris 已提交
118
* [Hacker Shelf](http://hackershelf.com/browse/)
V
Victor Felder 已提交
119 120
* [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/)
B
Boris 已提交
121
* [O'Reilly's Commons](http://commons.oreilly.com/wiki/index.php/O%27Reilly_Commons)
V
Victor Felder 已提交
122 123 124 125 126 127 128 129 130
* [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)

###Graphics Programming

* [DirectX manual](http://www.xmission.com/~legalize/book/download/index.html) (draft)
* [Learning Modern 3D Graphics Programming](http://www.arcsynthesis.org/gltut/) (draft)
R
Ricardo Lovelace 已提交
131
* [Introduction to Modern OpenGL](http://open.gl/)
V
Victor Felder 已提交
132 133 134
* [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)
V
Update  
Victor Felder 已提交
135
* [Graphics Programming Black Book](http://www.gamedev.net/page/resources/_/technical/graphics-programming-and-theory/graphics-programming-black-book-r1698)
S
Steven Johnson 已提交
136
* [OpenGL Insights](http://openglinsights.com) (chapters 22, 23, 28, 33, 39)
V
Victor Felder 已提交
137
* [ShaderX series](http://tog.acm.org/resources/shaderx/)
B
Boris Egorov 已提交
138
* [Tutorials for modern OpenGL](http://www.opengl-tutorial.org/)
V
Victor Felder 已提交
139

140 141 142
###Graphics User Interfaces

* [Programming with gtkmm 3](https://developer.gnome.org/gtkmm-tutorial/stable/)
143

V
Victor Felder 已提交
144 145 146

###Language Agnostic

V
Victor Felder 已提交
147
####Algorithms & Datastructures
V
Victor Felder 已提交
148 149
* [Algorithms and Data-Structures](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) (PDF)
* [Algorithms](http://www.cs.berkeley.edu/~vazirani/algorithms.html) (draft)
150
* [Algorithms Course Materials](http://compgeom.cs.uiuc.edu/~jeffe/teaching/algorithms/) - Jeff Erickson
V
Victor Felder 已提交
151 152
* [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf)
* [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/index.html)
S
Steven Johnson 已提交
153
* [Computational Geometry: Algorithms and Applications](http://www.cs.uu.nl/geobook/) (chapters 1 and 9, pseudo-code)
V
Victor Felder 已提交
154
* [Data Structures and Algorithms: Annotated Reference with Examples](http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/)
S
Steven Johnson 已提交
155 156 157
* [The Algorithm Design Manual](http://www8.cs.umu.se/kurser/TDBAfl/VT06/algorithms/BOOK/BOOK/BOOK.HTM)
* [Hacker's Delight](http://www.hackersdelight.org) (chapter 2, code)
* [LEDA: A Platform for Combinatorial and Geometric Computing](http://www.mpi-inf.mpg.de/~mehlhorn/LEDAbook.html)
V
Victor Felder 已提交
158 159 160
* [Planning Algorithms](http://planning.cs.uiuc.edu/)
* [Linked List Basics](http://cslibrary.stanford.edu/103/LinkedListBasics.pdf)
* [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf)
161
* [Open Data Structures](http://opendatastructures.org/)
S
Steven Johnson 已提交
162
* [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf)
M
Manasij Mukherjee 已提交
163 164 165
* [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/)
M
Manasij Mukherjee 已提交
166 167 168 169
* [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/)
A
Antonio Silveira 已提交
170 171 172
* [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)
173
* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html)
174 175 176
* [Data Structures Succinctly Part 1, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart1) (PDF, Kindle) *(Just fill the fields with any values)*
* [Data Structures Succinctly Part 2, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
177

M
Manasij Mukherjee 已提交
178 179 180
####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/)
M
Manasij Mukherjee 已提交
181
* [Introduction to Computing](http://www.computingbook.org/)
M
Manasij Mukherjee 已提交
182
* [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html)
M
Manasij Mukherjee 已提交
183
* [Think Complexity](http://www.greenteapress.com/compmod/) - Allen B. Downey
V
Victor Felder 已提交
184 185

####Operating systems
V
Victor Felder 已提交
186
* [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/)
V
Victor Felder 已提交
187 188
* [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)
189
* [Practical File System Design:The Be File System](http://www.nobius.org/~dbg/practical-file-system-design.pdf)(PDF) - Dominic Giampaolo
V
Victor Felder 已提交
190 191 192

####Database
* [Database Fundamentals](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf) (PDF)
S
Steven Johnson 已提交
193
* [Database-backed Web Sites](http://philip.greenspun.com/wtr/dead-trees/)
V
Victor Felder 已提交
194 195 196 197 198

####Networking
* [High-Performance Browser Networking](http://chimera.labs.oreilly.com/books/1230000000545/index.html)
* [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)
S
Steven Johnson 已提交
199
* [ZeroMQ Guide](http://zguide.zeromq.org/page:all)
200
* [Network Security Tools](http://commons.oreilly.com/wiki/index.php/Network_Security_Tools)
201 202
* [HTTP Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/http) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
203 204

####Compiler Design
S
fix url  
Srayuws 已提交
205
* [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF)
V
Victor Felder 已提交
206 207
* [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf)
* [Linkers and loaders](http://www.iecc.com/linker/)
B
Boris Egorov 已提交
208
* [Compiler Design: Theory, Tools, and Examples](http://elvis.rowan.edu/~bergmann/books.html)
209
* [Practical and Theoretical Aspects of Compiler Construction](http://www.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides)
V
Victor Felder 已提交
210 211 212 213 214 215 216 217

####Programming Paradigms
* [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides)
* [Type Theory and Functional Programming](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/)

####Parallel Programming
* [How to Write Parallel Programs](http://www.lindaspaces.com/book/)
* [Is Parallel Programming Hard, And, If So, What Can You Do About It?](http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html)
218
* [Introduction to Parallel Computing](https://computing.llnl.gov/tutorials/parallel_comp/) - Blaise Barney
V
Victor Felder 已提交
219 220

####Software Architecture
M
Manasij Mukherjee 已提交
221

V
Victor Felder 已提交
222 223 224 225 226 227
* [Seamless Object-Oriented Software Architecture](http://www.bon-method.com/book_print_a4.pdf)
* [How to write Unmaintainable Code](http://mindprod.com/jgloss/unmain.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)
* [Patterns of Software: Tales from the Software Community](http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf) (PDF)
V
Victor Felder 已提交
228
* [Best Kept Secrets of Peer Code Review](http://smartbear.com/codecollab-code-review-book.php)
V
Victor Felder 已提交
229 230
* [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/)
M
Manasij Mukherjee 已提交
231 232
* [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)
M
Manasij Mukherjee 已提交
233 234 235 236 237 238
* [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
B
Boris 已提交
239 240
* [Data Journalism Handbook](http://datajournalismhandbook.org/)
* [Free Software, Free Society](http://shop.fsf.org/product/free-software-free-society-2/)
M
Manasij Mukherjee 已提交
241
* [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)
B
Boris 已提交
242
* [Innovation Happens Elsewhere](http://dreamsongs.com/IHE/IHE.html)
M
Manasij Mukherjee 已提交
243
* [Producing Open Source Software](http://producingoss.com/)
M
Manasij Mukherjee 已提交
244 245
* [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)
B
Boris 已提交
246
* [The Future of the Internet](http://futureoftheinternet.org/)
M
Manasij Mukherjee 已提交
247
* [The Performance of Open Source Applications](http://aosabook.org/en/)
V
Victor Felder 已提交
248 249 250 251 252 253

####Information Retrieval
* [Introduction to Information Retrieval](http://nlp.stanford.edu/IR-book/information-retrieval-book.html)

####Datamining
* [Mining of Massive Datasets](http://infolab.stanford.edu/~ullman/mmds.html)
T
Thomas Yarnall 已提交
254
* [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/)
V
Victor Felder 已提交
255

256
####Machine Learning
257
* [Programming Computer Vision with Python](http://programmingcomputervision.com/)
258 259 260 261 262
* [A Course in Machine Learning](http://hackershelf.com/book/492/a-course-in-machine-learning/)
* [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/)
T
Thomas Yarnall 已提交
263
* [Information Theory, Inference, and Learning Algorithms](http://www.inference.phy.cam.ac.uk/itila/)
264

V
Victor Felder 已提交
265
####Mathematics
V
Victor Felder 已提交
266
* [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey
A
AllenDowney 已提交
267
* [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (code written in Python) - Allen B. Downey
V
Victor Felder 已提交
268
* [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF)
B
Boris Egorov 已提交
269
* [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)
T
Thomas Yarnall 已提交
270
* [Introduction to Statistical Thought](http://www.math.umass.edu/~lavine/Book/book.html)
M
Manasij Mukherjee 已提交
271
* [Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/readings/)
M
Manasij Mukherjee 已提交
272 273
* [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
V
Victor Felder 已提交
274 275 276 277

####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)
B
Boris 已提交
278 279
* [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)
V
Victor Felder 已提交
280 281 282 283
* [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)
V
Victor Felder 已提交
284
* [Communicating Sequential Processes (PDF)](http://www.usingcsp.com/cspbook.pdf) - Tony Hoare
V
Victor Felder 已提交
285
* [Come, Let's Play: Scenario-Based Programming Using Live Sequence Charts](http://www.scribd.com/doc/175241338/Come-Let-s-Play)
V
Victor Felder 已提交
286
* [Computer Musings](http://scpd.stanford.edu/knuth/index.jsp) (lectures by Donald Knuth)
V
Victor Felder 已提交
287
* [How Computers Work](http://www.fastchip.net/howcomputerswork/p1.html)
V
Victor Felder 已提交
288 289 290
* [Data-Intensive Text Processing with MapReduce](http://www.umiacs.umd.edu/~jimmylin/MapReduce-book-final.pdf) (PDF)
* [Designing Interfaces](http://designinginterfaces.com) by Jennifer Tidwell
* [Digital Signal Processing For Engineers and Scientists](http://www.dspguide.com/)
291
* [Distributed systems for fun and profit](http://book.mixu.net/distsys/single-page.html)
V
Victor Felder 已提交
292 293
* [Flow based Programming](http://jpaulmorrison.com/fbp/#book)
* [Getting Real](http://gettingreal.37signals.com/)
294
* [Modeling Reactive Systems with Statecharts](http://www.scribd.com/doc/167971960/Modeling-Reactive-Systems-With-Statecharts)
V
Victor Felder 已提交
295 296 297 298
* [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)
S
Steven Johnson 已提交
299
* [Small Memory Software](http://www.smallmemory.com/book.html)
B
Boris 已提交
300
* [SVG Essentials](http://commons.oreilly.com/wiki/index.php/SVG_Essentials)
301
* [Introduction to High-Performance Scientific Computing](http://tacc-web.austin.utexas.edu/veijkhout/public_html/istc/istc.html) - Victor Eijkhout
302
* [Object-Oriented Reengineering Patterns](http://win.ua.ac.be/~sdemey/) - Serge Demeyer, Stéphane Ducasse and Oscar Nierstrasz
303
* [High-Performance Scientific Computing](http://bit.ly/hpc12) (class lectures and slides)
304

305 306
####Web Performance
* [Book of Speed](http://www.bookofspeed.com/index.html) by Stoyan Stefanov
V
Victor Felder 已提交
307 308

####MOOC
M
Manasij Mukherjee 已提交
309 310 311
* [MIT OCW](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm)
* [Coursera](https://www.coursera.org/)
* [Udacity](https://www.udacity.com/)
V
Victor Felder 已提交
312

313 314 315 316 317

####Professional Development
* [Don't Just Roll the Dice](http://download.red-gate.com/ebooks/DJRTD_eBook.pdf) *(RedGate, By Neil Davidson)*
* [Confessions of an IT Manager](http://download.red-gate.com/ebooks/DotNet/Confessions_IT_Manager.zip) *(RedGate, By Phil Factor)* 

J
Josh Baer 已提交
318 319 320 321
###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)
V
Victor Felder 已提交
322 323 324

###Android

V
Victor Felder 已提交
325 326
* [Google Android Developer Training](https://developer.android.com/training/index.html)
* [Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/)
M
Marco Lau 已提交
327
* [Expert Android and Eclipse development knowledge](http://www.vogella.com/android.html)
V
Victor Felder 已提交
328 329 330 331

###Autotools

* [GNU Autoconf, Automake and Libtool](http://sourceware.org/autobook/)
J
Jason Travis 已提交
332
* [Autotools Mythbuster](https://www.flameeyes.eu/autotools-mythbuster/)
V
Victor Felder 已提交
333 334 335 336


###ASP.NET MVC

337
* [ASP.NET MVC Music Store](http://mvcmusicstore.codeplex.com/)
V
Victor Felder 已提交
338 339 340 341 342 343
* [NerdDinner Walkthrough](http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx)


###Assembly Language

* [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
344
* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)
V
Victor Felder 已提交
345
* [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF)
V
Victor Felder 已提交
346
* [Software optimization resources by Agner Fog](http://www.agner.org/optimize/)
347
* [The Art of Assembly Language Programming](http://cs.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html)
348
* [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly)
349
* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm)
V
Victor Felder 已提交
350 351 352 353 354 355 356 357 358 359


###Bash

* [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/)
* [Bash Guide for Beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) by Machtelt Garrels
* [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide)
* [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference)


V
Victor Felder 已提交
360
###C
V
Victor Felder 已提交
361 362

* [Beej's Guide to C Programming](http://beej.us/guide/bgc/)
V
Victor Felder 已提交
363
* [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/)
V
Victor Felder 已提交
364 365 366 367 368
* [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)
369
* [C Programming - Wikibooks](http://en.wikibooks.org/wiki/Programming:C)
V
Victor Felder 已提交
370 371 372 373 374 375 376 377


###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/)
* [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf)
V
Victor Felder 已提交
378 379
* [Software optimization resources by Agner Fog](http://www.agner.org/optimize/)
* [Thinking in C++, Second Edition](http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html)
A
AllenDowney 已提交
380
* [How To Think Like a Computer Scientist: C++ Version](http://greenteapress.com/thinkcpp/index.html) - Allen B. Downey
V
Victor Felder 已提交
381
* Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601)
382 383
* [C++ Succinctly, Syncfusion ](http://www.syncfusion.com/resources/techportal/ebooks/cplusplus) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
384 385 386 387


###Clojure

V
Victor Felder 已提交
388
* [A Brief Beginner’s Guide To Clojure](http://www.unexpected-vortices.com/clojure/brief-beginners-guide/)
V
Victor Felder 已提交
389
* [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html)
B
Boris Egorov 已提交
390
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
B
Boris Egorov 已提交
391
* [Clojure for the Brave and True](http://www.braveclojure.com/)
V
Victor Felder 已提交
392
* [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming)
B
Boris Egorov 已提交
393
* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
V
Victor Felder 已提交
394 395
* [Data Sorcery with Clojure](http://data-sorcery.org/contents/)
* [Modern cljs](https://github.com/magomimmo/modern-cljs)
V
Victor Felder 已提交
396 397 398 399 400 401 402 403 404 405 406


###CoffeeScript

* [Smooth CoffeeScript](http://autotelicum.github.com/Smooth-CoffeeScript/SmoothCoffeeScript.html)
* [The Little Book on CoffeeScript](http://arcturo.github.com/library/coffeescript/)


###ColdFusion

* [CFML In 100 Minutes](https://github.com/mhenke/CFML-in-100-minutes/blob/master/cfml100mins.markdown)
A
Adam Tuttle 已提交
407
* [Learn CF in a Week](http://learncfinaweek.com/)
V
Victor Felder 已提交
408

Y
yazd 已提交
409 410 411
###D
* [Programming in D](http://ddili.org/ders/d.en/)

B
Boris 已提交
412 413 414
###Dart
* [What is Dart?](http://shop.oreilly.com/product/0636920025887.do)

Y
yazd 已提交
415
###DTrace
M
Max Edmands 已提交
416
* [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
V
Victor Felder 已提交
417 418 419 420 421 422 423 424 425 426 427 428 429

###DB2

* [Getting started with DB2 Express-C](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_DB2_Express_v9.7_p4.pdf) (PDF)
* [Getting started with IBM Data Studio for DB2](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_IBM_Data_Studio_for_DB2_p3.pdf) (PDF)
* [Getting started with IBM DB2 development](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_DB2_App_Dev_p2.pdf) (PDF)


###Delphi / Pascal

* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/)


430 431 432 433
###Elasticsearch

* [Exploring Elasticsearch](http://exploringelasticsearch.com/)

V
Victor Felder 已提交
434 435
###Emacs

436
* [GNU Emacs Manual, 17th Edition, v. 24.2](http://shop.fsf.org/product/Emacs_Manual_24/)
V
Victor Felder 已提交
437
* [An Introduction to Programming in Emacs Lisp, 3rd Edition](https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html)
V
Victor Felder 已提交
438 439 440 441 442 443 444 445 446 447


###Erlang

* [Learn You Some Erlang For Great Good](http://learnyousomeerlang.com/)


###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)
448
* [Adobe Flex 2, Programming Actionscript 3.0](http://download.macromedia.com/pub/documentation/en/flex/2/prog_actionscript30.pdf)
V
Victor Felder 已提交
449

V
Index  
Victor Felder 已提交
450
###F Sharp
V
Victor Felder 已提交
451 452 453

* [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)
A
Alex Muscar 已提交
454
* [Programming Language Concepts for Software Developers](http://www.itu.dk/courses/BPRD/E2009/plcsd-1-2.pdf) (PDF)
455 456
* [F# Succinctly, SyncFusion](http://www.syncfusion.com/resources/techportal/ebooks/fsharp) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
457 458 459 460 461 462


###Forth

* [Starting Forth](http://home.iae.nl/users/mhx/sf.html)
* [Thinking Forth](http://thinking-forth.sourceforge.net/)
B
Boris Egorov 已提交
463 464 465
* [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)
B
Boris Egorov 已提交
466
* [Thoughtful Programming and Forth](http://www.ultratechnology.com/forth.htm)
V
Victor Felder 已提交
467 468 469 470


###Git

V
Victor Felder 已提交
471
* [Pro Git](http://git-scm.com/book)
472
* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html)
V
Victor Felder 已提交
473
* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF)
V
Update  
Victor Felder 已提交
474
* [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf)
S
Sanpi 已提交
475
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/)
476
* [Git Reference](http://www.gitref.org)
B
Boris 已提交
477
* [Version Control by Example (Mercurial, Subversion, Verasity)](http://www.ericsink.com/vcbe/)
478 479
* [Git Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/git) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
480 481 482 483 484


###Go

* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
A
Ahmet Alp Balkan 已提交
485
* [Go by Example](https://gobyexample.com/)
K
Kaushik Thirthappa 已提交
486
* [Learning Go](http://www.miek.nl/projects/learninggo/)
487
* [An Introduction to Programming in Go](http://www.golang-book.com/)
A
Adam DeConinck 已提交
488
* [Network programming with Go](http://jan.newmarch.name/go/)
V
Victor Felder 已提交
489 490 491 492


###Grails

493
* [Getting Started with Grails](http://www.infoq.com/minibooks/grails-getting-started)
V
Victor Felder 已提交
494 495


B
Baze Petrushev 已提交
496 497
###Hadoop

J
Josh Davis 已提交
498
* [Hadoop Illuminated](http://hadoopilluminated.com/book.php) - Mark Kerzner & Sujee Maniyam
V
Victor Felder 已提交
499
* [Programming Pig](http://chimera.labs.oreilly.com/books/1234000001811/index.html) - Alan Gates
B
Baze Petrushev 已提交
500 501


V
Victor Felder 已提交
502 503
###Haskell

504
* [Haskell and Yesod](http://www.yesodweb.com/book-1.2)
V
Victor Felder 已提交
505
* [Learn You a Haskell](http://learnyouahaskell.com/)
506 507
* [Natural Language Processing for the Working Programmer](http://nlpwp.org/book/index.xhtml)
* [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929)
V
Victor Felder 已提交
508
* [Real World Haskell](http://book.realworldhaskell.org/)
V
Victor Felder 已提交
509
* [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell)
510
* [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF)
B
Boris Egorov 已提交
511
* [Haskell no panic](http://lisperati.com/haskell/)
512
* [A Gentle Introduction to Haskell](http://www.haskell.org/tutorial/) (HTML/PDF)
V
Victor Felder 已提交
513 514 515 516


###HTML / CSS

517
* [Dive Into HTML5](http://diveintohtml5.info/) ([PDF](http://mislav.uniqpath.com/2011/10/dive-into-html5/))
N
Nathan Bashaw 已提交
518
* [GA Dash](http://dash.generalassemb.ly)
V
Victor Felder 已提交
519
* [HTML Dog Tutorials](http://www.htmldog.com/)
V
Victor Felder 已提交
520 521
* [HTML5 Canvas](http://chimera.labs.oreilly.com/books/1234000001654/index.html) - Steve Fulton & Jeff Fulton
* [HTML5 for Publishers](http://chimera.labs.oreilly.com/books/1234000000770/index.html) - Sanders Kleinfeld
522
* [Learn CSS Layout](http://learnlayout.com/)
V
Victor Felder 已提交
523 524


S
Steven Johnson 已提交
525 526 527 528 529
###Icon

* [The Implementation of the Icon Programming Language](http://www.cs.arizona.edu/icon/ibsale.htm)


G
Gustavo Braganca 已提交
530 531 532
###IDL

* [Getting Started with IDL](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/getting-started-IDL-v7.0.pdf)
G
Gustavo Braganca 已提交
533
* [Guide to Using IDL for Astronomers](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/IDLguide.html)
G
Gustavo Braganca 已提交
534

535 536
###iOS
* [iOS Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/ios) (PDF, Kindle) *(Just fill the fields with any values)*
G
Gustavo Braganca 已提交
537

D
adds J  
Darek Nedza 已提交
538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553
###J

* [Learning J by Roger Stokes- online](http://www.rogerstokes.free-online.co.uk/book.htm) || [pdf](http://www.elliscave.com/APL_J/Learning_J.pdf)
* [J for C Programmers by Henry Rich- online](http://www.jsoftware.com/help/jforc/contents.htm) || [pdf](http://www.jsoftware.com/jwiki/HenryRich?action=AttachFile&do=get&target=JforC20071003.pdf) || [word 2003 file](http://www.jsoftware.com/jwiki/HenryRich?action=AttachFile&do=get&target=JforC20070929.doc)
* [J Reference Card](http://www.jsoftware.com/jwiki/HenryRich?action=AttachFile&do=view&target=J602_RefCard_color_letter_current.pdf) (pdf)
* [Brief Reference by Chris Burke and Clifford Reiter ](http://www.jsoftware.com/books/pdf/brief.pdf)(pdf)
* [Computers and Mathematical Notation by Kenneth E Iverson](http://www.jsoftware.com/papers/camn.htm)
* [Easy J by Linda Alvord, Norman Thomson - pdf](http://www.jsoftware.com/books/pdf/easyj.pdf) || [Word DOC](http://www.jsoftware.com/books/doc/easyj_doc.zip)
* [Math for the Layman by Kenneth E Iverson](http://www.jsoftware.com/books/pdf/mftl.zip) (zipped html+images)
* [Exploring Math by Kenneth E Iverson](http://www.jsoftware.com/books/pdf/expmath.pdf) (pdf)
* [Arithmetic by Kenneth E Iverson ](http://www.jsoftware.com/books/pdf/arithmetic.pdf) (pdf)
* [Calculus by Kenneth E Iverson ](http://www.jsoftware.com/books/pdf/calculus.pdf)(pdf)
* [Concrete Math Companion  by Kenneth E Iverson](http://www.jsoftware.com/books/pdf/cmc.pdf) (pdf)
* [J Primer](http://www.jsoftware.com/help/primer/contents.htm)


V
Victor Felder 已提交
554 555
###Java

V
Victor Felder 已提交
556
* [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html)
557
* [Data Structures and Algorithms with Object-Oriented Design Patterns in Java](http://www.brpreiss.com/books/opus5/html/page9.html)
558
* [Category wise tutorials - J2EE](http://www.mkyong.com/)
A
AllenDowney 已提交
559
* [Think Java: How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/) - Allen B. Downey
560
* [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck
G
Guilherme Simoes 已提交
561
* [Java Application Development on Linux by Carl Albing and Michael Schwarz (PDF)](http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf)
V
Victor Felder 已提交
562 563
* [The Java EE6 Tutorial](http://download.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf) (PDF)
* [Java Thin-Client Programming](http://www.redbooks.ibm.com/redbooks/SG245118.html)
V
Victor Felder 已提交
564
* [Learning Java](http://chimera.labs.oreilly.com/books/1234000001805/index.html) - Patrick Niemeyer
565
* [OSGi in Practice](http://njbartlett.name/files/osgibook_preview_20091217.pdf) (PDF)
V
Victor Felder 已提交
566 567 568 569 570 571 572 573
* [Sun's Java Tutorials](http://download.oracle.com/javase/tutorial/)
* [Thinking in Java](http://www.mindview.net/Books/TIJ/)


###JavaScript

* [Crockford's JavaScript](http://www.crockford.com/javascript/)
* [Eloquent JavaScript](http://eloquentjavascript.net/)
V
Victor Felder 已提交
574
* [Essential Javascript & jQuery Design Patterns for Beginners](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/)
J
Josh Baer 已提交
575
* [JavaScript Bible](http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf)
V
Victor Felder 已提交
576 577 578
* [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)
V
Victor Felder 已提交
579
* [JavaScript Allongé](https://leanpub.com/javascript-allonge/read)
580
* [Learning JavaScript Design Patterns](http://addyosmani.com/blog/essentialjsdesignpatterns/)
V
Victor Felder 已提交
581
* [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html)
B
Boris Egorov 已提交
582
* [The JavaScript Tutorial](http://javascript.info/)
583
* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf)
584 585
* [Javascript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/javascript) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
586

587 588
####Backbone.js

B
Bryan Braun 已提交
589
* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/)
590 591 592 593 594

####D3.js

* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html)

595 596 597 598 599 600 601
####jQuery

* [jQuery Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)*

####Knockout.js
* [Knockout.js Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/knockoutjs) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
602
####Node.js
V
Victor Felder 已提交
603 604

* [Mastering Node.js](http://visionmedia.github.com/masteringnode/)
605
* [Mixu's Node Book](http://book.mixu.net/node/)
606 607
* [The Node Beginner Book](http://nodebeginner.org/)
* [Up and Running with Node](http://ofps.oreilly.com/titles/9781449398583/)
V
Victor Felder 已提交
608 609 610 611

###LaTeX

* [The Not So Short Introduction to LaTeX](http://tobi.oetiker.ch/lshort/lshort.pdf)
H
Huw Rowlands 已提交
612
* [LaTeX Wikibook](http://en.wikibooks.org/wiki/LaTeX)
V
Victor Felder 已提交
613

M
maieul 已提交
614 615
See also [TeX](#tex)

V
Victor Felder 已提交
616 617 618
###Linux

* [Advanced Linux Programming](http://www.advancedlinuxprogramming.com/)
B
Boris 已提交
619
* [Getting Started with Ubuntu](http://ubuntu-manual.org/)
V
Victor Felder 已提交
620 621
* [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)
B
Boris 已提交
622 623
* [The Debian Administrator's Handbook](http://debian-handbook.info/)
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) (PDF)
V
Victor Felder 已提交
624 625
* [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
B
Boris 已提交
626
* [Linux Kernel in a Nutshell](http://www.kroah.com/lkn/)
V
Victor Felder 已提交
627 628
* [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)
K
Kaushik Thirthappa 已提交
629
* [Linux from Scratch](http://www.linuxfromscratch.org/lfs/view/stable/)
B
Boris 已提交
630
* [Ubuntu Pocket Guide and Reference](http://www.ubuntupocketguide.com/index_main.html)
631
* [What Every Programmer Should Know About Memory](http://www.akkadia.org/drepper/cpumemory.pdf)
V
Victor Felder 已提交
632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649


###Lisp

* [Common Lisp the Language, 2nd Edition](http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html)
* [Common Lisp: A Gentle Introduction to Symbolic Computation](http://www.cs.cmu.edu/~dst/LispBook/) - David S. Touretzky
* [Common Lisp Quick Reference](http://clqr.boundp.org/)
* [Let Over Lambda - 50 Years of Lisp](http://letoverlambda.com/index.cl/toc)
* [Natural Language Processing in Lisp](http://www.informatics.susx.ac.uk/research/groups/nlp/gazdar/nlp-in-lisp/index.html)
* [On Lisp](http://www.paulgraham.com/onlisp.html)
* [Practical Common Lisp](http://www.gigamonkeys.com/book/)
* [Successful Lisp: How to Understand and Use Common Lisp](http://psg.com/~dlamkins/sl/) - David Lamkins
* [Sketchy LISP](http://www.bcl.hamilton.ie/~nmh/t3x.org/zzz/) - Nils Holm


###Lua

* [Programming In Lua](http://www.lua.org/pil/) (for version 5)
650 651
* [Programming Gems](http://www.lua.org/gems/)
* [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/)
V
Victor Felder 已提交
652 653 654 655 656


###Mathematica

* [Mathematica® programming: an advanced introduction by Leonid Shifrin](http://www.mathprogramming-intro.org/)
657 658
* [Stephen Wolfram's The Mathematica Book] (http://reference.wolfram.com/legacy/v5_2/)
* [Wolfram Mathematica Tutorial Collection] (http://www.wolfram.com/learningcenter/tutorialcollection/)
V
Victor Felder 已提交
659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687

###Maven

* [Better Builds with Maven](http://www.maestrodev.com/better-build-maven)
* [Maven by Example](http://www.sonatype.com/books/mvnex-book/reference/public-book.html)
* [Maven: The Complete Reference](http://www.sonatype.com/books/mvnref-book/reference/public-book.html)
* [Repository Management with Nexus](http://www.sonatype.com/books/nexus-book/reference/)
* [Developing with Eclipse and Maven](http://www.sonatype.com/books/m2eclipse-book/reference/)


###Mercurial

* [Mercurial: The Definitive Guide](http://hgbook.red-bean.com/)
* [HGInit - Mercurial Tutorial by Joel Spolsky](http://hginit.com/)


###.NET (C# / VB / Nemerle / Visual Studio)

* [C# Essentials](http://www.techotopia.com/index.php/C_Sharp_Essentials)
* [C# Programming - Wikibook](http://en.wikibooks.org/wiki/C_Sharp_Programming)
* [C# Yellow Book](http://www.csharpcourse.com/) (intro to programming)
* [Charles Petzold's .NET Book Zero](http://www.charlespetzold.com/dotnet/index.html)
* [Data Structures and Algorithms with Object-Oriented Design Patterns in C#](http://www.brpreiss.com/books/opus6/)
* [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)
* [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)
688 689 690
* [Under the Hood of .NET Memory Management](http://download.red-gate.com/ebooks/DotNet/Under_the_Hood_of_.NET_Management.pdf) *(RedGate, By Chris Farrell and Nick Harrison)*
* [Practical Performance Profiling: Improving the efficiency of .NET code ](http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/entrypage/practical-performance-profiling) *(RedGate, By Jean-Philippe Gouigoux)*
* [.NET Performance Testing and Optimization - The Complete Guide](http://download.red-gate.com/ebooks/DotNet/Perf_Test_and_opt_eBook.zip) *(RedGate, By Paul Glavich and Chris Farrell)*
V
Victor Felder 已提交
691 692 693 694 695 696

###NoSQL

* [CouchDB: The Definitive Guide](http://books.couchdb.org/relax/)
* [The Little MongoDB Book](http://openmymind.net/2011/3/28/The-Little-MongoDB-Book)
* [The Little Redis Book](http://openmymind.net/2012/1/23/The-Little-Redis-Book/)
K
Kaushik Thirthappa 已提交
697
* [The Little Riak Book](http://littleriakbook.com/)
698
* [Graph Databases](http://graphdatabases.com/)
V
Victor Felder 已提交
699 700 701 702 703


###Oberon

* [Programming in Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProgInOberon.pdf) (PDF)
G
Guilherme Simoes 已提交
704
* [Object-Oriented Programming in Oberon-2](http://ssw.jku.at/Research/Books/Oberon2.pdf) (PDF)
V
Victor Felder 已提交
705 706 707 708


###Objective-C

P
Paul Rehkugler 已提交
709
* [Programming With Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf)
V
Victor Felder 已提交
710
* [Object-Oriented Programming with Objective-C](http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/OOP_ObjC/OOP_ObjC.pdf)
711
* [Objective-C Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/objective-c) (PDF, Kindle) *(Just fill the fields with any values)*
V
Victor Felder 已提交
712 713 714 715 716 717 718 719


###OCaml

* [Introduction to Objective Caml](http://courses.cms.caltech.edu/cs134/cs134b/book.pdf) (PDF)
* [Objective Caml for Scientists (first chapter only)](http://www.ffconsultancy.com/products/ocaml_for_scientists/chapter1.html)
* [Unix System Programming in OCaml](http://ocamlunix.forge.ocamlcore.org/)
* [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/)
A
Alex Muscar 已提交
720
* [Real World OCaml](https://realworldocaml.org/beta3/en/html/)
A
AllenDowney 已提交
721
* [Think OCaml](http://greenteapress.com/thinkocaml/index.html) - Allen B. Downey and Nicholas Monje
V
Victor Felder 已提交
722

N
nerandell 已提交
723 724 725
###Octave

* [Octave Programming](http://en.wikibooks.org/wiki/Octave_Programming_Tutorial)
V
Victor Felder 已提交
726

B
Bruno Girin 已提交
727 728 729 730 731
###OpenSCAD

* [OpenSCAD User Manual](http://en.wikibooks.org/wiki/OpenSCAD_User_Manual)


V
Victor Felder 已提交
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
###Oracle Server

* Oracle's [Guides and Manuals](http://tahiti.oracle.com/)


###Oracle PL/SQL

* [PL/SQL Language Reference](http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/toc.htm)
* [PL/SQL Packages and Types Reference](http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/toc.htm)
* [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/Knowledge/DatabaseKnowledge/StevenFeuersteinsPLSQLObsession/tabid/153/Default.aspx)


###Parrot / Perl 6

* [Using Perl 6](http://github.com/perl6/book/) (work in progress)


###Perl

* [Beginning Perl](http://www.perl.org/books/beginning-perl/)
* [Embedding Perl in HTML with Mason](http://www.masonbook.com/book/)
* [Essential Perl](http://cslibrary.stanford.edu/108/EssentialPerl.pdf)
* [Extreme Perl](http://www.extremeperl.org/bk/home)
* [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)
V
Victor Felder 已提交
758
* [Perl & LWP](http://lwp.interglacial.com/index.html)
V
Victor Felder 已提交
759 760
* [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)
A
AllenDowney 已提交
761
* [Learning Perl The Hard Way](http://www.greenteapress.com/perl/)
V
Victor Felder 已提交
762 763 764 765 766 767 768
* [Practical mod_perl](http://modperlbook.org/)
* [Web Client Programming with Perl](http://oreilly.com/openbook/webclient/)


###PHP

* [PHP Essentials](http://www.techotopia.com/index.php/PHP_Essentials)
M
Matthew Turland 已提交
769
* [PHP: The Right Way](http://www.phptherightway.com/)
V
Victor Felder 已提交
770
* [Practical PHP Programming](http://www.tuxradar.com/practicalphp) (wiki containing O'Reilly's *PHP In a Nutshell*)
V
Victor Felder 已提交
771 772
* [Symfony2](http://symfony.com/doc/current/book/index.html)
* [Zend Framework: Survive the Deep End](http://www.survivethedeepend.com/)
773 774 775 776
* Laravel Framework
   * [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)
777 778 779 780 781 782
* 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
S
Sanpi 已提交
783
* [PHP Internals Book](http://www.phpinternalsbook.com/)
V
Victor Felder 已提交
784 785 786 787 788 789 790


###PowerShell

* [Mastering PowerShell](http://powershell.com/cs/blogs/ebook/)


S
Saheed 已提交
791 792 793 794
###Processing
* [The Nature of Code: Simulating Natural Systems with Processing](http://natureofcode.com/book/)


V
Victor Felder 已提交
795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819
###Prolog

* [Adventure in Prolog](http://www.amzi.com/AdventureInProlog/advfrtop.htm)
* [Applications of Prolog](http://bookboon.com/int/student/it/applications-of-prolog)
* [Building Expert Systems in Prolog](http://www.amzi.com/ExpertSystemsInProlog/)
* [Introduction to Prolog for Mathematicians](http://www.j-paine.org/prolog/mathnotes/files/pms/pms.html)
* [Learn Prolog Now!](http://www.learnprolognow.org/)
* [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 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)


###PostgreSQL

* [Practical PostgreSQL](http://www.commandprompt.com/ppbook/)


###Python

* [Byte of Python](http://www.swaroopch.com/notes/Python)
* [Data Structures and Algorithms in Python](http://www.brpreiss.com/books/opus7/html/book.html)
* [Dive into Python](http://www.diveintopython.net/)
V
Victor Felder 已提交
820
* [Dive into Python 3](http://getpython3.com/diveintopython3/)
V
Victor Felder 已提交
821
* [Hacking Secret Cyphers with Python](http://inventwithpython.com/hacking/chapters/) - Al Sweigart
J
Jeff Uren 已提交
822
* [Hitchiker's Guide to Python!](http://docs.python-guide.org/en/latest/)
V
Victor Felder 已提交
823
* [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/)
824
* [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart
V
Victor Felder 已提交
825
* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)
M
Martín Gaitán 已提交
826
* [Lectures on scientific computing with python](https://github.com/jrjohansson/scientific-python-lectures) - J.R. Johansson
V
Victor Felder 已提交
827
* [Natural Language Processing with Python](http://www.nltk.org/book)
J
Jeff Uren 已提交
828
* [Porting to Python 3: An In-Depth Guide](http://python3porting.com/)
V
Victor Felder 已提交
829
* [Python Bibliotheca](http://openbookproject.net/pybiblio/)
V
Victor Felder 已提交
830
* [Python Cookbook](http://chimera.labs.oreilly.com/books/1230000000393/index.html) - David Beazley
V
Victor Felder 已提交
831
* [Python for Fun](http://www.openbookproject.net/py4fun/)
V
Victor Felder 已提交
832
* [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php)
833
* [Python for you and me](http://pymbook.readthedocs.org/en/latest/)
M
Martín Gaitán 已提交
834
* [Python Scientific Lecture Notes](http://scipy-lectures.github.io/)
V
Victor Felder 已提交
835
* [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html)
A
AllenDowney 已提交
836
* [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey
837
* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html)
V
Victor Felder 已提交
838

839 840 841 842 843
####Django

* [Djen of Django](http://agiliq.com/books/djenofdjango/)
* [Django by Example](http://www.lightbird.net/dbe/)

N
Nimesh Ghelani 已提交
844 845 846 847
####Flask

* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)

V
Victor Felder 已提交
848 849 850

###R

B
Boris 已提交
851
* [The R Inferno](http://www.burns-stat.com/pages/Tutor/R_inferno.pdf) (PDF)
V
Victor Felder 已提交
852 853 854
* [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)
B
Boris Egorov 已提交
855
* [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf)
856
* [Advanced R Programming](http://adv-r.had.co.nz/)
857 858
* [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)
V
Victor Felder 已提交
859 860


A
ajauhri 已提交
861
###Racket
V
Victor Felder 已提交
862
* [Programming Languages: Application and Interpretation](http://cs.brown.edu/courses/cs173/2012/book/index.html)
J
John 已提交
863
* [The Racket Guide](http://docs.racket-lang.org/guide/index.html)
A
ajauhri 已提交
864 865


V
Victor Felder 已提交
866 867
###Ruby

868
* [The Bastards Book of Ruby](http://ruby.bastardsbook.com/)
V
Victor Felder 已提交
869 870 871 872 873
* [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))
B
Boris Egorov 已提交
874
* [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/)
B
Boris 已提交
875
* [Ruby Best Practices](http://majesticseacreature.com/rbp-book/pdfs/rbp_1-0.pdf) (PDF)
876 877
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
* [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide)
V
Victor Felder 已提交
878 879 880 881 882


###Ruby on Rails

* [Ruby on Rails Tutorial: Learn Rails By Example](http://ruby.railstutorial.org/ruby-on-rails-tutorial-book)
R
ricardo cruz 已提交
883
* [Objects on Rails](http://objectsonrails.com)
884 885
* [Ruby on Rails Guides](http://guides.rubyonrails.org)
* [A community-driven Rails style guide](https://github.com/bbatsov/rails-style-guide)
V
Victor Felder 已提交
886 887


G
Grigoriy Dzhanelidze 已提交
888
###Rust
G
Grigoriy Dzhanelidze 已提交
889

G
Grigoriy Dzhanelidze 已提交
890 891
* [Rust for Rubyists](http://www.rustforrubyists.com/book/index.html)

892 893 894 895
###Sage

* [The Sage Manuals](http://sagemath.org/doc/)
* [Sage for Newbies](http://sage.math.washington.edu/home/tkosan/newbies_book/)
896
* [Sage for Power Users](http://modular.math.washington.edu/books/sagebook/sagebook.pdf)
V
Victor Felder 已提交
897 898 899

###Scala

900
* [Another tour of Scala](http://naildrivin5.com/scalatour)
B
Boris 已提交
901
* [Effective Scala](http://twitter.github.com/effectivescala/)
V
Victor Felder 已提交
902 903 904 905 906 907
* [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)
908
* [Scala School by Twitter](http://twitter.github.io/scala_school/)
V
Victor Felder 已提交
909 910 911 912 913 914 915 916 917
* [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/)


###Scheme

* [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)
B
Boris Egorov 已提交
918
* [Teach Yourself Scheme in Fixnum Days](http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html)
V
Victor Felder 已提交
919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944


###Sed

* [Sed - An Introduction and Tutorial](http://www.grymoire.com/Unix/Sed.html)


###Smalltalk

* [Dynamic Web Development with Seaside](http://book.seaside.st/book/table-of-contents)
* [Free Online Smalltalk Books](http://stephane.ducasse.free.fr/FreeBooks.html) (meta-list)
* [Squeak By Example](http://www.squeakbyexample.org/) (Smalltalk IDE)


###Subversion

* [Subversion Version Control](http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf) (PDF)
* [Version Control with Subversion](http://svnbook.red-bean.com/)


###SQL (implementation agnostic)

* [Developing Time-Oriented Database Applications in SQL](http://www.cs.arizona.edu/people/rts/publications.html)
* [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/)

D
Diego Dias 已提交
945 946 947 948
###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)
949 950 951 952 953 954 955
* [SQL Server Execution Plans](http://download.red-gate.com/ebooks/SQL/sql-server-execution-plans.pdf) *(RedGate, By Grant Fritchey)*
* [Defensive Database Programming ](http://download.red-gate.com/ebooks/SQL/defensive-database-programming.pdf) *(RedGate, By Alex Kuznetsov)*
* [SQL Server Execution Plans, Second Edition](http://download.red-gate.com/ebooks/SQL/eBOOK_SQLServerExecutionPlans_2Ed_G_Fritchey.pdf) *(RedGate, By Grant Fritchey)*
* [Inside the SQL Server Query Optimizer](http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/sql-query-optimizer-ebook3) *(RedGate, By Benjamin Nevarez)*
* [Mastering SQL Server Profiler](http://download.red-gate.com/ebooks/SQL/Mastering_Profiler_eBook.pdf) *(RedGate, By Brad McGehee)*


V
Victor Felder 已提交
956 957 958 959 960

###Teradata

* [Teradata Books](http://www.info.teradata.com/)

M
maieul 已提交
961 962 963 964 965 966
###TeX

* (TeX for the Impatient)(https://www.gnu.org/software/teximpatient/), by Paul Abrahams, Kathryn Hargreaves, and Karl Berry

See also [LaTeX](#latex)

967 968 969
###Theory

* [Networks, Crowds, and Markets: Reasoning About a Highly Connected World](http://www.cs.cornell.edu/home/kleinber/networks-book/)
V
Victor Felder 已提交
970

971 972 973 974
###TypeScript

* [TypeScript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/typescript) (PDF, Kindle) *(Just fill the fields with any values)*

V
Victor Felder 已提交
975 976 977
###Vim

* [A Byte of Vim](http://www.swaroopch.com/notes/Vim)
J
John Bohn 已提交
978
* [Vim Recipes](http://ebooksgo.org/computer/vim-recipes.pdf)
V
Victor Felder 已提交
979
* [Vi Improved -- Vim](http://www.truth.sk/vim/vimbook-OPL.pdf) by Steve Oualline
M
Miroslav Petrik 已提交
980
* [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com/)
V
Victor Felder 已提交
981 982 983 984 985 986 987 988 989 990


###Websphere

* [Getting started with WebSphere](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_WASCE_p2.pdf) (PDF)


###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)