├── README.md ├── LICENSE └── free-programming-books.md /README.md: -------------------------------------------------------------------------------- 1 | [List of free programming books](http://resrc.io/list/10/list-of-free-programming-books/) 2 | ====================== 3 | 4 | This list initially was a clone of [stackoverflow - List of freely available programming books](http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books/392926#392926) by George Stocker. Now updated, with dead links gone (hopefully) and new content. 5 | Moved to GitHub for collaborative updating and for the purpose of reSRC.io : [List of free programming books](http://resrc.io/list/10/list-of-free-programming-books/). 6 | 7 | ###Contributing 8 | - Fork 9 | - Edit 10 | - Send a PR 11 | - Who might have guessed? ;) 12 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /free-programming-books.md: -------------------------------------------------------------------------------- 1 | ###Index 2 | * [Meta-Lists](#meta-lists) 3 | * [Graphics Programming](#graphics-programming) 4 | * [Language Agnostic](#language-agnostic) 5 | * [Ada](#ada) 6 | * [Android](#android) 7 | * [Autotools](#autotools) 8 | * [ASP.NET MVC](#aspnet-mvc) 9 | * [Assembly Language](#assembly-language) 10 | * [Bash](#bash) 11 | * [C](#c) 12 | * [C++](#c-1) 13 | * [Clojure](#clojure) 14 | * [CoffeeScript](#coffeescript) 15 | * [ColdFusion](#coldfusion) 16 | * [D](#d) 17 | * [DTrace](#dtrace) 18 | * [DB2](#db2) 19 | * [Delphi / Pascal](#delphi--pascal) 20 | * [Django](#django) 21 | * [Elasticsearch](#elasticsearch) 22 | * [Emacs](#emacs) 23 | * [Erlang](#erlang) 24 | * [Flask](#flask) 25 | * [Flex](#flex) 26 | * [F#](#f-sharp) 27 | * [Forth](#forth) 28 | * [Git](#git) 29 | * [Go](#go) 30 | * [Grails](#grails) 31 | * [Hadoop](#hadoop) 32 | * [Haskell](#haskell) 33 | * [HTML / CSS](#html--css) 34 | * [Icon](#icon) 35 | * [IDL](#idl) 36 | * [Java](#java) 37 | * [JavaScript](#javascript) 38 | * [Node.js](#nodejs) 39 | * [D3.js](#d3js) 40 | * [LaTeX](#latex) 41 | * [Linux](#linux) 42 | * [Lisp](#lisp) 43 | * [Lua](#lua) 44 | * [Mathematica](#mathematica) 45 | * [Maven](#maven) 46 | * [Mercurial](#mercurial) 47 | * [.NET (C# / VB / Nemerle / Visual Studio)](#net-c--vb--nemerle--visual-studio) 48 | * [NoSQL](#nosql) 49 | * [Oberon](#oberon) 50 | * [Objective-C](#objective-c) 51 | * [OCaml](#ocaml) 52 | * [OpenSCAD](#openscad) 53 | * [Oracle Server](#oracle-server) 54 | * [Oracle PL/SQL](#oracle-plsql) 55 | * [Parrot / Perl 6](#parrot--perl-6) 56 | * [Perl](#perl) 57 | * [PHP](#php) 58 | * [PowerShell](#powershell) 59 | * [Processing](#processing) 60 | * [Prolog](#prolog) 61 | * [PostgreSQL](#postgresql) 62 | * [Python](#python) 63 | * [R](#r) 64 | * [Racket](#racket) 65 | * [Ruby](#ruby) 66 | * [Ruby on Rails](#ruby-on-rails) 67 | * [Rust](#rust) 68 | * [Sage](#sage) 69 | * [Scala](#scala) 70 | * [Scheme](#scheme) 71 | * [Sed](#sed) 72 | * [Smalltalk](#smalltalk) 73 | * [Subversion](#subversion) 74 | * [SQL (implementation agnostic)](#sql-implementation-agnostic) 75 | * [Teradata](#teradata) 76 | * [Theory](#theory) 77 | * [Vim](#vim) 78 | * [Websphere](#websphere) 79 | * [Windows Phone](#windows-phone) 80 | 81 | 82 | ###Meta-Lists 83 | 84 | * [25 Free Computer Science Ebooks](http://www.coderholic.com/25-free-computer-science-books/) 85 | * [Cheat Sheets (Free)](http://refcardz.dzone.com/) 86 | * [Free Tech Books](http://www.freetechbooks.com/) 87 | * [Microsoft Press: Free E-Books](http://blogs.msdn.com/b/microsoft_press/archive/2011/03/03/ebooks-list-of-our-free-books.aspx) 88 | * [MindView Inc](http://www.mindviewinc.com/Books/) 89 | * [O'Reilly's Open Books Project](http://oreilly.com/openbook/) 90 | * [TechBooksForFree.com](http://www.techbooksforfree.com/) 91 | * [Theassayer.org](http://theassayer.org/) 92 | * [Wikibooks: Programming](http://en.wikibooks.org/wiki/Category%3aComputer_programming) 93 | 94 | 95 | ###Graphics Programming 96 | 97 | * [DirectX manual](http://www.xmission.com/~legalize/book/download/index.html) (draft) 98 | * [Learning Modern 3D Graphics Programming](http://www.arcsynthesis.org/gltut/) (draft) 99 | * [Introduction to Modern OpenGL](http://open.gl/) 100 | * [GPU Gems](http://http.developer.nvidia.com/GPUGems/gpugems_part01.html) 101 | * [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/) 102 | * [GPU Gems 3](http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html) 103 | * [Graphics Programming Black Book](http://www.gamedev.net/page/resources/_/technical/graphics-programming-and-theory/graphics-programming-black-book-r1698) 104 | * [OpenGL Insights](http://openglinsights.com) (chapters 22, 23, 28, 33, 39) 105 | * [ShaderX series](http://tog.acm.org/resources/shaderx/) 106 | * [Tutorials for modern OpenGL](http://www.opengl-tutorial.org/) 107 | 108 | 109 | ###Language Agnostic 110 | 111 | ####Algorithms & Datastructures 112 | * [Algorithms and Data-Structures](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) (PDF) 113 | * [Algorithms](http://www.cs.berkeley.edu/~vazirani/algorithms.html) (draft) 114 | * [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf) 115 | * [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/index.html) 116 | * [Computational Geometry: Algorithms and Applications](http://www.cs.uu.nl/geobook/) (chapters 1 and 9, pseudo-code) 117 | * [Data Structures and Algorithms: Annotated Reference with Examples](http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/) 118 | * [The Algorithm Design Manual](http://www8.cs.umu.se/kurser/TDBAfl/VT06/algorithms/BOOK/BOOK/BOOK.HTM) 119 | * [Hacker's Delight](http://www.hackersdelight.org) (chapter 2, code) 120 | * [LEDA: A Platform for Combinatorial and Geometric Computing](http://www.mpi-inf.mpg.de/~mehlhorn/LEDAbook.html) 121 | * [Planning Algorithms](http://planning.cs.uiuc.edu/) 122 | * [Linked List Basics](http://cslibrary.stanford.edu/103/LinkedListBasics.pdf) 123 | * [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) 124 | * [Open Data Structures](http://opendatastructures.org/) 125 | * [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) 126 | 127 | ####Operating systems 128 | * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) 129 | * [The Little Book of Semaphores](http://greenteapress.com/semaphores/) - Allen B. Downey 130 | * [Operating Systems and Middleware](https://gustavus.edu/mcs/max/os-book/) (PDF and LaTeX) 131 | 132 | ####Database 133 | * [Database Fundamentals](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf) (PDF) 134 | * [Database-backed Web Sites](http://philip.greenspun.com/wtr/dead-trees/) 135 | 136 | ####Networking 137 | * [High-Performance Browser Networking](http://chimera.labs.oreilly.com/books/1230000000545/index.html) 138 | * [The TCP/IP Guide](http://www.tcpipguide.com/free/t_toc.htm) 139 | * [Understanding IP Addressing: Everything you ever wanted to know](http://www.apnic.net/__data/assets/pdf_file/0020/8147/501302.pdf) (PDF) 140 | * [ZeroMQ Guide](http://zguide.zeromq.org/page:all) 141 | 142 | ####Compiler Design 143 | * [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) 144 | * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) 145 | * [Linkers and loaders](http://www.iecc.com/linker/) 146 | * [Compiler Design: Theory, Tools, and Examples](http://elvis.rowan.edu/~bergmann/books.html) 147 | * [Practical and Theoretical Aspects of Compiler Construction](http://www.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides) 148 | 149 | ####Programming Paradigms 150 | * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides) 151 | * [Type Theory and Functional Programming](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/) 152 | 153 | ####Parallel Programming 154 | * [How to Write Parallel Programs](http://www.lindaspaces.com/book/) 155 | * [Is Parallel Programming Hard, And, If So, What Can You Do About It?](http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html) 156 | 157 | ####Software Architecture 158 | * [The Architecture of Open Source Applications](http://www.aosabook.org/en/index.html) 159 | * [The Performance of Open Source Applications](http://aosabook.org/en/) 160 | * [Programming Pearls](http://cs.bell-labs.com/cm/cs/pearls/) 161 | * [Seamless Object-Oriented Software Architecture](http://www.bon-method.com/book_print_a4.pdf) 162 | * [Summary of the GoF Design Patterns](http://domaindrivendesign.org/sites/default/files/discussion/PatternSummariesUnderCreativeCommons.doc) 163 | * [How to write Unmaintainable Code](http://mindprod.com/jgloss/unmain.html) 164 | * [OO Design](http://homepage.mac.com/s_lott/books/oodesign.html) 165 | * [Object-Oriented Reengineering Patterns](http://scg.unibe.ch/download/oorp/) 166 | * [Patterns and Practices: Application Architecture Guide 2.0](http://www.codeplex.com/AppArchGuide) 167 | * [The Definitive Guide to Building Code Quality](http://nexus.realtimepublishers.com/dgbcq.php) 168 | * [Patterns of Software: Tales from the Software Community](http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf) (PDF) 169 | * [Best Kept Secrets of Peer Code Review](http://smartbear.com/codecollab-code-review-book.php) 170 | * [Domain Driven Design Quickly](http://www.infoq.com/minibooks/domain-driven-design-quickly) 171 | * [Essential Skills for Agile Development](http://elliottback.com/wp/essential-skills-for-agile-development/) 172 | 173 | ####Information Retrieval 174 | * [Introduction to Information Retrieval](http://nlp.stanford.edu/IR-book/information-retrieval-book.html) 175 | 176 | ####Datamining 177 | * [Mining of Massive Datasets](http://infolab.stanford.edu/~ullman/mmds.html) 178 | 179 | ####Mathematics 180 | * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey 181 | * [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (PDF, code written in Python) - Allen B. Downey 182 | * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) 183 | * [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers) 184 | 185 | ####Misc 186 | * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) 187 | * [97 Things Every Programmer Should Know - Extended](https://leanpub.com/97-Things-Every-Programmer-Should-Know-Extended) 188 | * [How to Design Programs](http://www.htdp.org/) 189 | * [How to Think Like a Computer Scientist](http://openbookproject.net/thinkcs/) 190 | * [I Am a Bug](http://www.amibug.com/iamabug/p01.html) 191 | * [Learn to Program](http://pine.fm/LearnToProgram/) 192 | * [Foundations of Computer Science](http://infolab.stanford.edu/~ullman/focs.html) - Al Aho and Jeff Ullman 193 | * [Foundations of Programming](http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx) 194 | * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) 195 | * [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html) 196 | * [Programming Languages: Application and Interpretation](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/) 197 | * [Programming Methodology](http://www.stanford.edu/class/cs106a/cgi-bin/handouts/) 198 | * [Category Theory for Computing Science](http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf) 199 | * [The Cathedral and the Bazaar](http://www.catb.org/esr/writings/cathedral-bazaar/) 200 | * [Communicating Sequential Processes (PDF)](http://www.usingcsp.com/cspbook.pdf) - Tony Hoare 201 | * [Come, Let's Play: Scenario-Based Programming Using Live Sequence Charts](http://www.scribd.com/doc/175241338/Come-Let-s-Play) 202 | * [Computer Musings](http://scpd.stanford.edu/knuth/index.jsp) (lectures by Donald Knuth) 203 | * [How Computers Work](http://www.fastchip.net/howcomputerswork/p1.html) 204 | * [Data-Intensive Text Processing with MapReduce](http://www.umiacs.umd.edu/~jimmylin/MapReduce-book-final.pdf) (PDF) 205 | * [Designing Interfaces](http://designinginterfaces.com) by Jennifer Tidwell 206 | * [Digital Signal Processing For Engineers and Scientists](http://www.dspguide.com/) 207 | * [Distributed systems for fun and profit](http://book.mixu.net/distsys/single-page.html) 208 | * [Don't Just Roll the Dice](http://www.neildavidson.com/dontjustrollthedice.html) 209 | * [Essentials of Metaheuristics](http://cs.gmu.edu/~sean/book/metaheuristics/) by Sean Luke 210 | * [A Field Guide To Genetic Programming](http://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html) 211 | * [Flow based Programming](http://jpaulmorrison.com/fbp/#book) 212 | * [Getting Real](http://gettingreal.37signals.com/) 213 | * [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) 214 | * [The Great Tree List Recursion Problem](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf) 215 | * [Guide to the Software Engineering Body of Knowledge](http://www.computer.org/portal/web/swebok) 216 | * [Matters Computational](http://www.jjj.de/fxt/#fxtbook) 217 | * [Modeling Reactive Systems with Statecharts](http://www.scribd.com/doc/167971960/Modeling-Reactive-Systems-With-Statecharts) 218 | * [NASA Manager Handbook for Software Development](http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf) (PDF) 219 | * [NASA Software Measurement Handbook](http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook) 220 | * [PNG: The Definitive Guide](http://www.libpng.org/pub/png/book/) 221 | * [Pointers And Memory](http://cslibrary.stanford.edu/102/PointersAndMemory.pdf) 222 | * [Programming Reliable Systems (Joe Armstrong's PhD thesis)](http://www.sics.se/~joe/thesis/armstrong_thesis_2003.pdf) 223 | * [Producing Open Source Software](http://producingoss.com/) 224 | * [Project Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf) (PDF) 225 | * [Security Engineering](http://www.cl.cam.ac.uk/~rja14/book.html) 226 | * [Small Memory Software](http://www.smallmemory.com/book.html) 227 | * [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) 228 | * [Think Complexity](http://www.greenteapress.com/compmod/) - Allen B. Downey 229 | * [Introduction to High-Performance Scientific Computing](http://tacc-web.austin.utexas.edu/veijkhout/public_html/istc/istc.html) - Victor Eijkhout 230 | 231 | 232 | ####MOOC 233 | * [Online Course Materials](http://ocw.mit.edu/OcwWeb/web/home/home/index.htm) 234 | 235 | ###Ada 236 | * [Ada 95: The Craft of Object-Oriented Programming](http://faculty.cs.wwu.edu/reedyc/AdaResources/bookhtml/contents.htm) 237 | * [Ada Distilled](http://www.adapower.com/pdfs/AdaDistilled07-27-2003.pdf) 238 | * [Ada for Software Engineers](http://www.adapower.com/pdfs/AdaDistilled07-27-2003.pdf) 239 | 240 | ###Android 241 | 242 | * [Google Android Developer Training](https://developer.android.com/training/index.html) 243 | * [Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/) 244 | 245 | ###Autotools 246 | 247 | * [GNU Autoconf, Automake and Libtool](http://sourceware.org/autobook/) 248 | 249 | 250 | ###ASP.NET MVC 251 | 252 | * [ASP.NET MVC Music Store](http://mvcmusicstore.codeplex.com/) 253 | * [NerdDinner Walkthrough](http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx) 254 | 255 | 256 | ###Assembly Language 257 | 258 | * [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/) 259 | * [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF) 260 | * [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF) 261 | * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) 262 | * [The Art of Assembly Language Programming](http://cs.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html) 263 | 264 | 265 | ###Bash 266 | 267 | * [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/) 268 | * [Bash Guide for Beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) by Machtelt Garrels 269 | * [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide) 270 | * [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference) 271 | 272 | 273 | ###C 274 | 275 | * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) 276 | * [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/) 277 | * [The C book](http://publications.gbdirect.co.uk/c_book/) 278 | * [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) 279 | * [Learn C the hard way](http://c.learncodethehardway.org/book/) 280 | * [The new C standard - an annotated reference](http://www.knosof.co.uk/cbook/cbook.html) 281 | * [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) 282 | 283 | 284 | ###C++ 285 | 286 | * [C++ Annotations](http://cppannotations.sourceforge.net/) 287 | * [C++ GUI Programming With Qt 3](http://www.computer-books.us/cpp_0010.php) 288 | * [CS106X Programming Abstractions in C++](http://www.stanford.edu/class/cs106x/) 289 | * [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf) 290 | * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) 291 | * [Thinking in C++, Second Edition](http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html) 292 | * Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601) 293 | 294 | 295 | ###Clojure 296 | 297 | * [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming) 298 | * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) 299 | * [Data Sorcery with Clojure](http://data-sorcery.org/contents/) 300 | * [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook) 301 | * [Modern cljs](https://github.com/magomimmo/modern-cljs) 302 | * [Clojure for the Brave and True](http://www.braveclojure.com/) 303 | * [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide) 304 | 305 | 306 | ###CoffeeScript 307 | 308 | * [Smooth CoffeeScript](http://autotelicum.github.com/Smooth-CoffeeScript/SmoothCoffeeScript.html) 309 | * [The Little Book on CoffeeScript](http://arcturo.github.com/library/coffeescript/) 310 | 311 | 312 | ###ColdFusion 313 | 314 | * [CFML In 100 Minutes](https://github.com/mhenke/CFML-in-100-minutes/blob/master/cfml100mins.markdown) 315 | * [Learn CF in a Week](http://learncfinaweek.com/) 316 | 317 | ###D 318 | * [Programming in D](http://ddili.org/ders/d.en/) 319 | 320 | ###DTrace 321 | * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) 322 | 323 | ###DB2 324 | 325 | * [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) 326 | * [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) 327 | * [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) 328 | 329 | 330 | ###Delphi / Pascal 331 | 332 | * [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/) 333 | 334 | 335 | ###Django 336 | 337 | * [Djen of Django](http://agiliq.com/books/djenofdjango/) 338 | * [Django by Example](http://www.lightbird.net/dbe/) 339 | 340 | 341 | ###Elasticsearch 342 | 343 | * [Exploring Elasticsearch](http://exploringelasticsearch.com/) 344 | 345 | ###Emacs 346 | 347 | * [GNU Emacs Manual, 17th Edition, v. 24.2](http://shop.fsf.org/product/Emacs_Manual_24/) 348 | * [An Introduction to Programming in Emacs Lisp, 3rd Edition](https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html) 349 | 350 | 351 | ###Erlang 352 | 353 | * [Learn You Some Erlang For Great Good](http://learnyousomeerlang.com/) 354 | 355 | ###Flask 356 | 357 | * [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) 358 | 359 | ###Flex 360 | 361 | * [Getting started with Adobe Flex](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_Adobe_Flex_p2.pdf) (PDF) 362 | 363 | 364 | ###F Sharp 365 | 366 | * [F Sharp Programming](http://en.wikibooks.org/wiki/F_Sharp_Programming) in Wikibooks 367 | * [Real World Functional Programming](http://msdn.microsoft.com/en-us/library/hh314518.aspx) (MSDN Chapters) 368 | * [Programming Language Concepts for Software Developers](http://www.itu.dk/courses/BPRD/E2009/plcsd-1-2.pdf) (PDF) 369 | 370 | 371 | ###Forth 372 | 373 | * [Starting Forth](http://home.iae.nl/users/mhx/sf.html) 374 | * [Thinking Forth](http://thinking-forth.sourceforge.net/) 375 | * [Programming Forth](http://www.mpeforth.com/arena/ProgramForth.pdf) 376 | * [A Beginner's Guide to Forth](http://hackershelf.com/book/482/a-beginners-guide-to-forth/) 377 | * [And so Forth...](http://ficl.sourceforge.net/pdf/Forth_Primer.pdf) 378 | * [Thoughtful Programming and Forth](http://www.ultratechnology.com/forth.htm) 379 | 380 | 381 | ###Git 382 | 383 | * [Pro Git](http://git-scm.com/book) 384 | * [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) 385 | * [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) 386 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) 387 | 388 | 389 | ###Go 390 | 391 | * [The Go Tutorial](http://golang.org/doc/go_tutorial.html) 392 | * [Go by Example](https://gobyexample.com/) 393 | * [Learning Go](http://www.miek.nl/projects/learninggo/) 394 | * [An Introduction to Programming in Go](http://www.golang-book.com/) 395 | * [Network programming with Go](http://jan.newmarch.name/go/) 396 | 397 | 398 | ###Grails 399 | 400 | * [Getting Started with Grails](http://www.infoq.com/minibooks/grails-getting-started) 401 | 402 | 403 | ###Hadoop 404 | 405 | * [Programming Pig](http://chimera.labs.oreilly.com/books/1234000001811/index.html) - Alan Gates 406 | 407 | 408 | ###Haskell 409 | 410 | * [Haskell and Yesod](http://www.yesodweb.com/book-1.2) 411 | * [Learn You a Haskell](http://learnyouahaskell.com/) 412 | * [Natural Language Processing for the Working Programmer](http://nlpwp.org/book/index.xhtml) 413 | * [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929) 414 | * [Real World Haskell](http://book.realworldhaskell.org/) 415 | * [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell) 416 | * [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) 417 | * [Haskell no panic](http://lisperati.com/haskell/) 418 | 419 | 420 | ###HTML / CSS 421 | 422 | * [Dive Into HTML5](http://diveintohtml5.info/) ([PDF](http://mislav.uniqpath.com/2011/10/dive-into-html5/)) 423 | * [GA Dash](http://dash.generalassemb.ly) 424 | * [HTML Dog Tutorials](http://www.htmldog.com/) 425 | * [HTML5 Canvas](http://chimera.labs.oreilly.com/books/1234000001654/index.html) - Steve Fulton & Jeff Fulton 426 | * [HTML5 for Publishers](http://chimera.labs.oreilly.com/books/1234000000770/index.html) - Sanders Kleinfeld 427 | * [Learn CSS Layout](http://learnlayout.com/) 428 | 429 | 430 | ###Icon 431 | 432 | * [The Implementation of the Icon Programming Language](http://www.cs.arizona.edu/icon/ibsale.htm) 433 | 434 | 435 | ###IDL 436 | 437 | * [Getting Started with IDL](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/getting-started-IDL-v7.0.pdf) 438 | * [Guide to Using IDL for Astronomers](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/IDLguide.html) 439 | 440 | 441 | ###Java 442 | 443 | * [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html) 444 | * [Category wise tutorials - J2EE](http://www.mkyong.com/) 445 | * [How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/) 446 | * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck 447 | * [Java Application Development on Linux by Carl Albing and Michael Schwarz (PDF)](http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf) 448 | * [The Java EE6 Tutorial](http://download.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf) (PDF) 449 | * [Java Thin-Client Programming](http://www.redbooks.ibm.com/redbooks/SG245118.html) 450 | * [Learning Java](http://chimera.labs.oreilly.com/books/1234000001805/index.html) - Patrick Niemeyer 451 | * [OSGi in Practice](http://njbartlett.name/files/osgibook_preview_20091217.pdf) (PDF) 452 | * [Sun's Java Tutorials](http://download.oracle.com/javase/tutorial/) 453 | * [Thinking in Java](http://www.mindview.net/Books/TIJ/) 454 | 455 | 456 | ###JavaScript 457 | 458 | * [Crockford's JavaScript](http://www.crockford.com/javascript/) 459 | * [Eloquent JavaScript](http://eloquentjavascript.net/) 460 | * [Essential Javascript & jQuery Design Patterns for Beginners](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) 461 | * [JavaScript Bible](http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf) 462 | * [JavaScript Essentials](http://www.techotopia.com/index.php/JavaScript_Essentials) 463 | * [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics) 464 | * [Mozilla Developer Network's JavaScript Guide](https://developer.mozilla.org/en/JavaScript/Guide) 465 | * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) 466 | * [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) 467 | * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) 468 | * [The JavaScript Tutorial](http://javascript.info/) 469 | * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) 470 | 471 | ####Node.js 472 | 473 | * [Mastering Node.js](http://visionmedia.github.com/masteringnode/) 474 | * [Mixu's Node Book](http://book.mixu.net/node/) 475 | * [The Node Beginner Book](http://nodebeginner.org/) 476 | * [Up and Running with Node](http://ofps.oreilly.com/titles/9781449398583/) 477 | 478 | ####D3.js 479 | 480 | * [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) 481 | 482 | ###LaTeX 483 | 484 | * [The Not So Short Introduction to LaTeX](http://tobi.oetiker.ch/lshort/lshort.pdf) 485 | * [LaTeX Wikibook](http://en.wikibooks.org/wiki/LaTeX) 486 | 487 | 488 | ###Linux 489 | 490 | * [Advanced Linux Programming](http://www.advancedlinuxprogramming.com/) 491 | * [GNU Autoconf, Automake and Libtool](http://sources.redhat.com/autobook/download.html) 492 | * [GTK+/Gnome Application Development](http://www.linuxtopia.org/online_books/gui_toolkit_guides/gtk+_gnome_application_development/index.html) 493 | * [The Linux Development Platform (PDF)](http://www.informit.com/content/downloads/perens/0130091154.pdf) 494 | * [Linux Device Drivers](http://lwn.net/Kernel/LDD3/) by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman 495 | * [The Linux Kernel Module Programming Guide](http://tldp.org/LDP/lkmpg/2.6/html/) 496 | * [Secure Programming for Linux and Unix](http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO.html) 497 | * [Linux from Scratch](http://www.linuxfromscratch.org/lfs/view/stable/) 498 | * [What Every Programmer Should Know About Memory](http://www.akkadia.org/drepper/cpumemory.pdf) 499 | 500 | 501 | ###Lisp 502 | 503 | * [Common Lisp the Language, 2nd Edition](http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html) 504 | * [Common Lisp: A Gentle Introduction to Symbolic Computation](http://www.cs.cmu.edu/~dst/LispBook/) - David S. Touretzky 505 | * [Common Lisp Quick Reference](http://clqr.boundp.org/) 506 | * [Let Over Lambda - 50 Years of Lisp](http://letoverlambda.com/index.cl/toc) 507 | * [Natural Language Processing in Lisp](http://www.informatics.susx.ac.uk/research/groups/nlp/gazdar/nlp-in-lisp/index.html) 508 | * [On Lisp](http://www.paulgraham.com/onlisp.html) 509 | * [Practical Common Lisp](http://www.gigamonkeys.com/book/) 510 | * [Successful Lisp: How to Understand and Use Common Lisp](http://psg.com/~dlamkins/sl/) - David Lamkins 511 | * [Sketchy LISP](http://www.bcl.hamilton.ie/~nmh/t3x.org/zzz/) - Nils Holm 512 | 513 | 514 | ###Lua 515 | 516 | * [Programming In Lua](http://www.lua.org/pil/) (for version 5) 517 | * [Programming Gems](http://www.lua.org/gems/) 518 | * [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/) 519 | 520 | 521 | ###Mathematica 522 | 523 | * [Mathematica® programming: an advanced introduction by Leonid Shifrin](http://www.mathprogramming-intro.org/) 524 | 525 | 526 | ###Maven 527 | 528 | * [Better Builds with Maven](http://www.maestrodev.com/better-build-maven) 529 | * [Maven by Example](http://www.sonatype.com/books/mvnex-book/reference/public-book.html) 530 | * [Maven: The Complete Reference](http://www.sonatype.com/books/mvnref-book/reference/public-book.html) 531 | * [Repository Management with Nexus](http://www.sonatype.com/books/nexus-book/reference/) 532 | * [Developing with Eclipse and Maven](http://www.sonatype.com/books/m2eclipse-book/reference/) 533 | 534 | 535 | ###Mercurial 536 | 537 | * [Mercurial: The Definitive Guide](http://hgbook.red-bean.com/) 538 | * [HGInit - Mercurial Tutorial by Joel Spolsky](http://hginit.com/) 539 | 540 | 541 | ###.NET (C# / VB / Nemerle / Visual Studio) 542 | 543 | * [C# Essentials](http://www.techotopia.com/index.php/C_Sharp_Essentials) 544 | * [C# Programming - Wikibook](http://en.wikibooks.org/wiki/C_Sharp_Programming) 545 | * [C# Yellow Book](http://www.csharpcourse.com/) (intro to programming) 546 | * [Charles Petzold's .NET Book Zero](http://www.charlespetzold.com/dotnet/index.html) 547 | * [Data Structures and Algorithms with Object-Oriented Design Patterns in C#](http://www.brpreiss.com/books/opus6/) 548 | * [Entity Framework](http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx) 549 | * [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) 550 | * [Nemerle](http://asaha.com/ebook/AMTQ2NjA-/Nemerle.pdf) 551 | * [Programmer's Heaven C# School Book](http://www.programmersheaven.com/2/CSharpBook) (covers C# 1.0 and 2.0) 552 | * [Threading in C#](http://www.albahari.com/threading/) 553 | * [Visual Basic Essentials](http://www.techotopia.com/index.php/Visual_Basic_Essentials) 554 | * [Visual Studio Tips and Tricks](http://www.infoq.com/minibooks/vsnettt) (VS 2003-2005 only) 555 | 556 | 557 | ###NoSQL 558 | 559 | * [CouchDB: The Definitive Guide](http://books.couchdb.org/relax/) 560 | * [The Little MongoDB Book](http://openmymind.net/2011/3/28/The-Little-MongoDB-Book) 561 | * [The Little Redis Book](http://openmymind.net/2012/1/23/The-Little-Redis-Book/) 562 | * [The Little Riak Book](http://littleriakbook.com/) 563 | * [Graph Databases](http://graphdatabases.com/) 564 | 565 | 566 | ###Oberon 567 | 568 | * [Programming in Oberon](http://www-old.oberon.ethz.ch/WirthPubl/ProgInOberon.pdf) (PDF) 569 | * [Object-Oriented Programming in Oberon-2](http://ssw.jku.at/Research/Books/Oberon2.pdf) (PDF) 570 | 571 | 572 | ###Objective-C 573 | 574 | * [Programming With Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf) 575 | * [Object-Oriented Programming with Objective-C](http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/OOP_ObjC/OOP_ObjC.pdf) 576 | 577 | 578 | ###OCaml 579 | 580 | * [Introduction to Objective Caml](http://courses.cms.caltech.edu/cs134/cs134b/book.pdf) (PDF) 581 | * [Objective Caml for Scientists (first chapter only)](http://www.ffconsultancy.com/products/ocaml_for_scientists/chapter1.html) 582 | * [Unix System Programming in OCaml](http://ocamlunix.forge.ocamlcore.org/) 583 | * [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/) 584 | * [Real World OCaml](https://realworldocaml.org/beta3/en/html/) 585 | * [Think OCaml](http://web.archive.org/web/20120307164444/http://www.thinkocaml.com/) 586 | 587 | 588 | ###OpenSCAD 589 | 590 | * [OpenSCAD User Manual](http://en.wikibooks.org/wiki/OpenSCAD_User_Manual) 591 | 592 | 593 | ###Oracle Server 594 | 595 | * Oracle's [Guides and Manuals](http://tahiti.oracle.com/) 596 | 597 | 598 | ###Oracle PL/SQL 599 | 600 | * [PL/SQL Language Reference](http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/toc.htm) 601 | * [PL/SQL Packages and Types Reference](http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/toc.htm) 602 | * [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/Knowledge/DatabaseKnowledge/StevenFeuersteinsPLSQLObsession/tabid/153/Default.aspx) 603 | 604 | 605 | ###Parrot / Perl 6 606 | 607 | * [Using Perl 6](http://github.com/perl6/book/) (work in progress) 608 | 609 | 610 | ###Perl 611 | 612 | * [Beginning Perl](http://www.perl.org/books/beginning-perl/) 613 | * [Embedding Perl in HTML with Mason](http://www.masonbook.com/book/) 614 | * [Essential Perl](http://cslibrary.stanford.edu/108/EssentialPerl.pdf) 615 | * [Extreme Perl](http://www.extremeperl.org/bk/home) 616 | * [Higher-Order Perl](http://hop.perl.plover.com/book/) 617 | * [The Mason Book](http://www.masonbook.com/book/) 618 | * [Modern Perl 5](http://www.onyxneon.com/books/modern_perl/index.html) 619 | * [Perl & LWP](http://lwp.interglacial.com/index.html) 620 | * [Perl for the Web](http://www.globalspin.com/thebook/) 621 | * [Perl Free Online EBooks](http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles) (meta-list) 622 | * [Perl The Hard Way](http://www.greenteapress.com/perl/) 623 | * [Practical mod_perl](http://modperlbook.org/) 624 | * [Web Client Programming with Perl](http://oreilly.com/openbook/webclient/) 625 | 626 | 627 | ###PHP 628 | 629 | * [PHP Essentials](http://www.techotopia.com/index.php/PHP_Essentials) 630 | * [PHP: The Right Way](http://www.phptherightway.com/) 631 | * [Practical PHP Programming](http://www.tuxradar.com/practicalphp) (wiki containing O'Reilly's *PHP In a Nutshell*) 632 | * [Symfony2](http://symfony.com/doc/current/book/index.html) 633 | * [Zend Framework: Survive the Deep End](http://www.survivethedeepend.com/) 634 | * Laravel Framework 635 | * [Official Documentation (Offline Version)](https://leanpub.com/l4-offline-doc) 636 | * [Code Happy](http://codehappy.daylerees.com/) (Laravel 3 Starter Book) 637 | * [Code Bright](http://codebright.daylerees.com/) (Laravel 4 Starter Book) 638 | 639 | 640 | ###PowerShell 641 | 642 | * [Mastering PowerShell](http://powershell.com/cs/blogs/ebook/) 643 | 644 | 645 | ###Processing 646 | * [The Nature of Code: Simulating Natural Systems with Processing](http://natureofcode.com/book/) 647 | 648 | 649 | ###Prolog 650 | 651 | * [Adventure in Prolog](http://www.amzi.com/AdventureInProlog/advfrtop.htm) 652 | * [Applications of Prolog](http://bookboon.com/int/student/it/applications-of-prolog) 653 | * [Building Expert Systems in Prolog](http://www.amzi.com/ExpertSystemsInProlog/) 654 | * [Introduction to Prolog for Mathematicians](http://www.j-paine.org/prolog/mathnotes/files/pms/pms.html) 655 | * [Learn Prolog Now!](http://www.learnprolognow.org/) 656 | * [Logic, Programming and Prolog (2ed)](http://www.ida.liu.se/~ulfni/lpp/) 657 | * [Natural Language Processing in Prolog](http://www.informatics.susx.ac.uk/research/groups/nlp/gazdar/nlp-in-prolog/index.html) 658 | * [Natural Language Processing Techniques in Prolog](http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/) 659 | * [Prolog Programming A First Course](http://computing.unn.ac.uk/staff/cgpb4/prologbook/) 660 | * [Prolog Techniques](http://bookboon.com/int/student/it/prolog-techniques-applications-of-prolog) 661 | * [Simply Logical](http://www.cs.bris.ac.uk/~flach/SimplyLogical.html) 662 | * [Visual Prolog 7.2 for Tyros](http://download.pdc.dk/vip/72/books/tyros/tyros72.pdf) 663 | 664 | 665 | ###PostgreSQL 666 | 667 | * [Practical PostgreSQL](http://www.commandprompt.com/ppbook/) 668 | 669 | 670 | ###Python 671 | 672 | * [Byte of Python](http://www.swaroopch.com/notes/Python) 673 | * [Data Structures and Algorithms in Python](http://www.brpreiss.com/books/opus7/html/book.html) 674 | * [Dive into Python](http://www.diveintopython.net/) 675 | * [Dive into Python 3](http://getpython3.com/diveintopython3/) 676 | * [Hacking Secret Cyphers with Python](http://inventwithpython.com/hacking/chapters/) - Al Sweigart 677 | * [Hitchiker's Guide to Python!](http://docs.python-guide.org/en/latest/) 678 | * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) 679 | * [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart 680 | * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) 681 | * [Natural Language Processing with Python](http://www.nltk.org/book) 682 | * [Porting to Python 3: An In-Depth Guide](http://python3porting.com/) 683 | * [Python Bibliotheca](http://openbookproject.net/pybiblio/) 684 | * [Python Cookbook](http://chimera.labs.oreilly.com/books/1230000000393/index.html) - David Beazley 685 | * [Python for Fun](http://www.openbookproject.net/py4fun/) 686 | * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) 687 | * [Python for you and me](http://pymbook.readthedocs.org/en/latest/) 688 | * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) 689 | * [Think Python](http://www.greenteapress.com/thinkpython/thinkpython.pdf) (PDF) - Allen B. Downey 690 | 691 | 692 | ###R 693 | 694 | * [The R Manuals](http://cran.r-project.org/manuals.html) 695 | * [The R Language](http://stat.ethz.ch/R-manual/R-patched/doc/html/) 696 | * [R by example](http://www.mayin.org/ajayshah/KB/R/index.html) 697 | * [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) 698 | * [Advanced R Programming](http://adv-r.had.co.nz/) 699 | 700 | 701 | ###Racket 702 | * [Programming Languages: Application and Interpretation](http://cs.brown.edu/courses/cs173/2012/book/index.html) 703 | * [The Racket Guide](http://docs.racket-lang.org/guide/index.html) 704 | 705 | 706 | ###Ruby 707 | 708 | * [The Bastards Book of Ruby](http://ruby.bastardsbook.com/) 709 | * [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/) 710 | * [MacRuby: The Definitive Guide](http://macruby.labs.oreilly.com/) 711 | * [Mr. Neighborly's Humble Little Ruby Book](http://www.humblelittlerubybook.com/) 712 | * [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/) 713 | * [Why's (Poignant) Guide to Ruby](http://mislav.uniqpath.com/poignant-guide/) ([mirror](http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby)) 714 | * [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/) 715 | 716 | 717 | ###Ruby on Rails 718 | 719 | * [Ruby on Rails Tutorial: Learn Rails By Example](http://ruby.railstutorial.org/ruby-on-rails-tutorial-book) 720 | * [Objects on Rails](http://objectsonrails.com) 721 | 722 | 723 | ###Rust 724 | 725 | * [Rust for Rubyists](http://www.rustforrubyists.com/book/index.html) 726 | 727 | ###Sage 728 | 729 | * [The Sage Manuals](http://sagemath.org/doc/) 730 | * [Sage for Newbies](http://sage.math.washington.edu/home/tkosan/newbies_book/) 731 | 732 | ###Scala 733 | 734 | * [Another tour of Scala](http://naildrivin5.com/scalatour) 735 | * [Exploring Lift](http://exploring.liftweb.net/) (published earlier as "The Definitive Guide to Lift", [PDF](http://groups.google.com/group/the-lift-book)) 736 | * [Lift](http://github.com/tjweir/liftbook) 737 | * [Pro Scala: Monadic Design Patterns for the Web](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) 738 | * [Programming in Scala, First Edition](http://www.artima.com/pins1ed/) 739 | * [Programming Scala](http://programming-scala.labs.oreilly.com/index.html) 740 | * [Scala By Example](http://www.scala-lang.org/docu/files/ScalaByExample.pdf) (PDF) 741 | * [Scala School by Twitter](http://twitter.github.io/scala_school/) 742 | * [A Scala Tutorial for Java programmers](http://www.scala-lang.org/docu/files/ScalaTutorial.pdf) (PDF) 743 | * [Xtrace](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) 744 | 745 | 746 | ###Scheme 747 | 748 | * [Concrete Abstractions: An Introduction to Computer Science Using Scheme](https://gustavus.edu/+max/concrete-abstractions.html) 749 | * The Scheme Programming Language [Edition 3](http://www.scheme.com/tspl3/), [Edition 4](http://www.scheme.com/tspl4/) 750 | * [Simply Scheme: Introducing Computer Science](http://www.cs.berkeley.edu/~bh/ss-toc2.html) 751 | * [Teach Yourself Scheme in Fixnum Days](http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html) 752 | 753 | 754 | ###Sed 755 | 756 | * [Sed - An Introduction and Tutorial](http://www.grymoire.com/Unix/Sed.html) 757 | 758 | 759 | ###Smalltalk 760 | 761 | * [Dynamic Web Development with Seaside](http://book.seaside.st/book/table-of-contents) 762 | * [Free Online Smalltalk Books](http://stephane.ducasse.free.fr/FreeBooks.html) (meta-list) 763 | * [Squeak By Example](http://www.squeakbyexample.org/) (Smalltalk IDE) 764 | 765 | 766 | ###Subversion 767 | 768 | * [Subversion Version Control](http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf) (PDF) 769 | * [Version Control with Subversion](http://svnbook.red-bean.com/) 770 | 771 | 772 | ###SQL (implementation agnostic) 773 | 774 | * [Developing Time-Oriented Database Applications in SQL](http://www.cs.arizona.edu/people/rts/publications.html) 775 | * [Use The Index, Luke!: A Guide To SQL Database Performance](http://use-the-index-luke.com/) 776 | * [Learn SQL The Hard Way](http://sql.learncodethehardway.org/) 777 | 778 | 779 | ###Teradata 780 | 781 | * [Teradata Books](http://www.info.teradata.com/) 782 | 783 | ###Theory 784 | 785 | * [Networks, Crowds, and Markets: Reasoning About a Highly Connected World](http://www.cs.cornell.edu/home/kleinber/networks-book/) 786 | 787 | ###Vim 788 | 789 | * [A Byte of Vim](http://www.swaroopch.com/notes/Vim) 790 | * [Vim Recipes](http://ebooksgo.org/computer/vim-recipes.pdf) 791 | * [Vi Improved -- Vim](http://www.truth.sk/vim/vimbook-OPL.pdf) by Steve Oualline 792 | * [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com/) 793 | 794 | 795 | ###Websphere 796 | 797 | * [Getting started with WebSphere](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_WASCE_p2.pdf) (PDF) 798 | 799 | 800 | ###Windows Phone 801 | 802 | * [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) 803 | --------------------------------------------------------------------------------