2021-09-29 13:17:13 +00:00
## BY PROGRAMMING LANGUAGE
2021-10-12 00:47:54 +00:00
Originally, this list included a section called "Language Agnostic" for books about programming subjects not restricted to a specific programming language.
2021-09-29 13:17:13 +00:00
That section got so big, we decided to split it into its own file, the [BY SUBJECT file ](free-programming-books-subjects.md ).
Update free-programming-books-subjects.md (#9275)
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
2023-02-01 15:16:39 +00:00
Books on general-purpose programming that don't focus on a specific language are in listed in the subject "Programming". Books on specialized topics are listed in their own sub-sections.
2021-09-29 13:17:13 +00:00
2020-10-31 20:49:54 +00:00
### Index
2015-11-13 13:25:42 +00:00
2019-11-03 15:36:03 +00:00
* [ABAP ](#abap )
2013-10-14 04:00:31 +00:00
* [Ada ](#ada )
2013-10-27 17:16:14 +00:00
* [Agda ](#agda )
2014-07-11 18:48:13 +00:00
* [Alef ](#alef )
2013-10-11 09:13:50 +00:00
* [Android ](#android )
2013-10-19 13:35:00 +00:00
* [APL ](#apl )
2021-05-02 23:34:05 +00:00
* [App Inventor ](#app-inventor )
2013-12-02 20:08:51 +00:00
* [Arduino ](#arduino )
2020-01-29 18:25:21 +00:00
* [ASP.NET ](#aspnet )
2021-03-30 14:55:57 +00:00
* [ASP.NET Core ](#aspnet-core )
2022-08-12 13:14:00 +00:00
* [Blazor ](#blazor )
2013-10-11 09:13:50 +00:00
* [Assembly Language ](#assembly-language )
2022-08-12 13:14:00 +00:00
* [Non-X86 ](#non-x86 )
2014-01-01 22:56:32 +00:00
* [AutoHotkey ](#autohotkey )
2021-09-27 01:01:07 +00:00
* [AutoIt ](#autoit )
2013-12-25 11:47:45 +00:00
* [Autotools ](#autotools )
* [Awk ](#awk )
2013-10-11 09:13:50 +00:00
* [Bash ](#bash )
2013-12-17 21:24:28 +00:00
* [Basic ](#basic )
2021-10-13 01:36:34 +00:00
* [BeanShell ](#beanshell )
2013-12-27 20:07:59 +00:00
* [BETA ](#beta )
2013-10-14 08:36:51 +00:00
* [C ](#c )
2022-01-31 17:02:06 +00:00
* [C# ](#csharp )
2021-01-23 21:36:35 +00:00
* [C++ ](#cpp )
2022-10-25 00:55:35 +00:00
* [Carbon ](#carbon )
2014-07-11 18:48:13 +00:00
* [Chapel ](#chapel )
2013-10-11 09:21:07 +00:00
* [Clojure ](#clojure )
2021-10-10 22:17:48 +00:00
* [CMake ](#cmake )
2013-11-05 16:49:17 +00:00
* [COBOL ](#cobol )
2013-10-11 09:13:50 +00:00
* [CoffeeScript ](#coffeescript )
* [ColdFusion ](#coldfusion )
2017-12-31 20:58:17 +00:00
* [Component Pascal ](#component-pascal )
2013-12-06 17:37:43 +00:00
* [Cool ](#cool )
2013-10-27 17:16:14 +00:00
* [Coq ](#coq )
2017-01-21 18:48:46 +00:00
* [Crystal ](#crystal )
2014-12-16 06:24:12 +00:00
* [CUDA ](#cuda )
2013-10-14 13:02:47 +00:00
* [D ](#d )
2013-10-16 14:25:24 +00:00
* [Dart ](#dart )
2013-10-11 09:13:50 +00:00
* [DB2 ](#db2 )
2020-11-13 22:05:27 +00:00
* [DBMS ](#dbms )
2013-10-11 20:18:16 +00:00
* [Delphi / Pascal ](#delphi--pascal )
2013-12-25 11:47:45 +00:00
* [DTrace ](#dtrace )
issues:add in list #3009,#3010, correction blank in #3011 (#3026)
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* Revert 3021 master (#3025)
* Revert "remove dead link from free-programming-books-tr.md (#3024)"
This reverts commit 0f07297a40a7fb4d7f9cd6f7a78f51db5729c61f.
* Revert "Added Git and Github course (#3023)"
This reverts commit 3e9e1ded62b3aec123be4aee397d5f4c4ab79a96.
* Revert "Added resources (#3022)"
This reverts commit 500db345f593e4c8c87214fbfded3639a5485108.
* Revert "issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde (#3021)"
This reverts commit 27982680704439e690217c780a506365213bd503.
* remove space, readd javajavajava
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* swap l.1413 and l.1412%B
swap l.1414 and l.1413%B Line 1414: oriented --> Oriented%B some corrections thanks to eshellman%B correct add one blankline before ### Subversion%B
* added clarification to title so folks don't think it's the book.
2018-10-25 21:07:30 +00:00
* [Eiffel ](#eiffel )
2015-06-03 17:10:42 +00:00
* [Elixir ](#elixir )
2022-08-12 13:14:00 +00:00
* [Ecto ](#ecto )
* [Phoenix ](#phoenix )
2019-11-29 15:10:59 +00:00
* [Elm ](#elm )
2013-10-11 09:13:50 +00:00
* [Erlang ](#erlang )
2013-10-11 09:21:07 +00:00
* [F# ](#f-sharp )
2013-12-27 23:02:50 +00:00
* [Firefox OS ](#firefox-os )
2019-08-13 12:47:21 +00:00
* [Flutter ](#flutter )
2013-11-07 15:30:15 +00:00
* [Force.com ](#forcecom )
2013-10-11 09:13:50 +00:00
* [Forth ](#forth )
2013-12-25 11:47:45 +00:00
* [Fortran ](#fortran )
2014-02-21 15:50:10 +00:00
* [FreeBSD ](#freebsd )
2013-10-11 09:13:50 +00:00
* [Go ](#go )
2023-10-25 18:54:03 +00:00
* [Graphs ](#graphs )
* [GraphQL ](#graphql )
* [Gremlin ](#gremlin )
* [Neo4J ](#neo4j )
2014-06-04 01:28:07 +00:00
* [Groovy ](#groovy )
2022-08-12 13:14:00 +00:00
* [Gradle ](#gradle )
* [Grails ](#grails )
* [Spock Framework ](#spock-framework )
2017-10-12 18:59:15 +00:00
* [Hack ](#hack )
2013-10-12 08:48:59 +00:00
* [Hadoop ](#hadoop )
2013-10-11 09:13:50 +00:00
* [Haskell ](#haskell )
2015-11-19 08:56:42 +00:00
* [Haxe ](#haxe )
2022-07-29 10:46:20 +00:00
* [HTML and CSS ](#html-and-css )
2022-08-12 13:14:00 +00:00
* [Bootstrap ](#bootstrap )
* [Tailwindcss ](https://tailwindcss.com/docs ) - Adam Wathan
2016-01-12 18:59:08 +00:00
* [HTTP ](#http )
2020-11-18 15:12:51 +00:00
* [HTTPS ](#https )
2013-10-12 19:54:54 +00:00
* [Icon ](#icon )
2013-10-17 08:50:30 +00:00
* [iOS ](#ios )
2016-08-01 12:44:16 +00:00
* [IoT ](#iot )
2014-07-29 00:41:53 +00:00
* [Isabelle/HOL ](#isabellehol )
2013-10-16 21:42:49 +00:00
* [J ](#j )
2013-10-11 09:17:45 +00:00
* [Java ](#java )
2022-08-12 13:14:00 +00:00
* [Codename One ](#codename-one )
* [Java Reporting ](#java-reporting )
* [Spring ](#spring )
* [Spring Boot ](#spring-boot )
* [Spring Data ](#spring-data )
* [Spring Security ](#spring-security )
* [Wicket ](#wicket )
2013-10-11 09:17:45 +00:00
* [JavaScript ](#javascript )
2022-08-12 13:14:00 +00:00
* [AngularJS ](#angularjs )
* [Backbone.js ](#backbonejs )
* [Booty5.js ](#booty5js )
* [D3.js ](#d3js )
* [Dojo ](#dojo )
* [Electron ](#electron )
* [Elm ](#elm )
* [Ember.js ](#emberjs )
* [Express.js ](#expressjs )
* [Fastify ](#fastify )
2023-10-21 14:04:24 +00:00
* [Hydrogen ](#hydrogen )
2022-08-12 13:14:00 +00:00
* [Ionic ](#ionic )
* [jQuery ](#jquery )
* [meteor ](#meteor )
2022-08-18 07:35:08 +00:00
* [Next.js ](#nextjs )
2022-08-12 13:14:00 +00:00
* [Node.js ](#nodejs )
2022-10-01 20:09:30 +00:00
* [Nuxt.js ](#nuxtjs )
2022-08-12 13:14:00 +00:00
* [Om ](#om )
* [React ](#react )
* [React Native ](#react-native )
* [Redux ](#redux )
2022-10-31 20:16:07 +00:00
* [Remix ](#remix )
2022-08-12 13:14:00 +00:00
* [Svelte ](#svelte )
* [Vue.js ](#vuejs )
2014-06-23 20:18:36 +00:00
* [Jenkins ](#jenkins )
2016-02-27 15:23:33 +00:00
* [Julia ](#julia )
2020-01-21 02:34:03 +00:00
* [Kotlin ](#kotlin )
2021-09-29 13:17:13 +00:00
* [Language Agnostic ](free-programming-books-subjects.md )
2016-04-02 23:59:29 +00:00
* [LaTeX / TeX ](#latex--tex )
2022-08-12 13:14:00 +00:00
* [LaTeX ](#latex )
* [TeX ](#tex )
2014-07-11 18:48:13 +00:00
* [Limbo ](#limbo )
2013-10-11 09:17:45 +00:00
* [Linux ](#linux )
* [Lisp ](#lisp )
2022-09-13 16:06:55 +00:00
* [Emacs Lisp ](#emacs-lisp )
* [PicoLisp ](#picolisp )
2016-01-19 17:13:03 +00:00
* [Livecode ](#livecode )
2013-10-11 09:17:45 +00:00
* [Lua ](#lua )
2018-11-24 20:06:09 +00:00
* [Make ](#make )
2018-01-28 15:21:17 +00:00
* [Markdown ](#markdown )
2013-10-11 09:17:45 +00:00
* [Mathematica ](#mathematica )
2013-11-07 17:24:34 +00:00
* [MATLAB ](#matlab )
2013-10-11 09:17:45 +00:00
* [Maven ](#maven )
2014-04-18 12:19:13 +00:00
* [Mercury ](#mercury )
2017-02-24 18:09:55 +00:00
* [Modelica ](#modelica )
2021-10-06 01:48:01 +00:00
* [MongoDB ](#mongodb )
2013-12-25 11:52:26 +00:00
* [MySQL ](#mysql )
2021-03-30 14:55:57 +00:00
* [.NET Core / .NET ](#net-core )
2015-12-15 14:23:48 +00:00
* [.NET Framework ](#net-framework )
2022-08-26 09:04:42 +00:00
* [NewSQL ](#newsql )
2019-10-20 18:56:17 +00:00
* [Nim ](#nim )
2013-10-11 09:17:45 +00:00
* [NoSQL ](#nosql )
* [Oberon ](#oberon )
* [Objective-C ](#objective-c )
* [OCaml ](#ocaml )
2013-10-16 11:10:54 +00:00
* [Octave ](#octave )
2022-04-03 20:33:35 +00:00
* [Odin ](#odin )
2014-07-11 18:48:13 +00:00
* [OpenMP ](#openmp )
2016-01-21 13:51:36 +00:00
* [OpenResty ](#openresty )
2013-10-14 13:50:22 +00:00
* [OpenSCAD ](#openscad )
2022-07-26 06:49:55 +00:00
* [Pascal ](#pascal )
2013-10-11 09:17:45 +00:00
* [Perl ](#perl )
* [PHP ](#php )
2022-08-12 13:14:00 +00:00
* [CakePHP ](#cakephp )
* [CodeIgniter ](#codeigniter )
* [Drupal ](#drupal )
* [Laravel ](#laravel )
* [Symfony ](#symfony )
2024-10-16 20:51:30 +00:00
* [Yii ](#yii )
2022-08-12 13:14:00 +00:00
* [Zend ](#zend )
2013-12-25 11:47:45 +00:00
* [PostgreSQL ](#postgresql )
2013-10-11 09:17:45 +00:00
* [PowerShell ](#powershell )
2013-10-12 18:54:49 +00:00
* [Processing ](#processing )
2013-10-11 09:17:45 +00:00
* [Prolog ](#prolog )
2022-08-12 13:14:00 +00:00
* [Constraint Logic Programming ](#constraint-logic-programming-extended-prolog )
2015-10-30 20:23:20 +00:00
* [PureScript ](#purescript )
2013-10-11 09:17:45 +00:00
* [Python ](#python )
2022-08-12 13:14:00 +00:00
* [Django ](#django )
* [Flask ](#flask )
* [Kivy ](#kivy )
2024-10-18 00:47:22 +00:00
* [Numpy ](#numpy )
2022-08-12 13:14:00 +00:00
* [Pandas ](#pandas )
2023-07-20 04:18:03 +00:00
* [PyOpenCl ](#pyopencl )
2022-08-12 13:14:00 +00:00
* [Pyramid ](#pyramid )
* [Tornado ](#tornado )
2022-10-13 01:54:42 +00:00
* [Q# ](#q-sharp )
2014-02-18 20:30:57 +00:00
* [QML ](#qml )
2013-10-11 09:17:45 +00:00
* [R ](#r )
2013-10-11 22:19:16 +00:00
* [Racket ](#racket )
2020-09-05 01:19:40 +00:00
* [Raku ](#raku )
2015-10-30 20:23:20 +00:00
* [Raspberry Pi ](#raspberry-pi )
2013-12-26 22:59:02 +00:00
* [REBOL ](#rebol )
2013-10-11 09:17:45 +00:00
* [Ruby ](#ruby )
2022-08-12 13:14:00 +00:00
* [RSpec ](#rspec )
* [Ruby on Rails ](#ruby-on-rails )
* [Sinatra ](#sinatra )
2013-10-11 18:32:53 +00:00
* [Rust ](#rust )
2013-10-13 08:44:55 +00:00
* [Sage ](#sage )
2013-10-11 09:17:45 +00:00
* [Scala ](#scala )
2022-08-12 13:14:00 +00:00
* [Lift ](#lift )
* [Play Scala ](#play-scala )
2013-10-11 09:17:45 +00:00
* [Scheme ](#scheme )
2013-10-25 02:19:59 +00:00
* [Scilab ](#scilab )
2013-10-30 17:34:35 +00:00
* [Scratch ](#scratch )
* [Sed ](#sed )
2016-08-01 12:47:44 +00:00
* [Self ](#self )
2013-10-11 09:17:45 +00:00
* [Smalltalk ](#smalltalk )
2019-11-27 19:48:18 +00:00
* [Snap ](#snap )
2022-03-07 21:41:15 +00:00
* [Solidity ](#solidity )
2016-04-09 01:06:56 +00:00
* [Spark ](#spark )
2020-01-06 13:49:59 +00:00
* [Splunk ](#splunk )
2013-10-11 09:17:45 +00:00
* [SQL (implementation agnostic) ](#sql-implementation-agnostic )
2013-10-15 14:39:02 +00:00
* [SQL Server ](#sql-server )
2013-12-28 02:10:00 +00:00
* [Standard ML ](#standard-ml )
2015-10-28 18:53:22 +00:00
* [Swift ](#swift )
2022-08-12 13:14:00 +00:00
* [Vapor ](#vapor )
2013-12-02 18:57:39 +00:00
* [Tcl ](#tcl )
2019-06-18 15:51:55 +00:00
* [TEI ](#tei )
2013-10-11 09:17:45 +00:00
* [Teradata ](#teradata )
2014-01-22 13:09:57 +00:00
* [Tizen ](#tizen )
2014-05-31 04:52:40 +00:00
* [TLA ](#tla )
2013-10-17 08:50:30 +00:00
* [TypeScript ](#typescript )
2022-08-12 13:14:00 +00:00
* [Angular ](#angular )
* [Deno ](#deno )
2013-11-05 03:05:33 +00:00
* [Unix ](#unix )
2022-04-26 17:34:43 +00:00
* [V ](#v )
2014-05-29 16:35:36 +00:00
* [Verilog ](#verilog )
* [VHDL ](#vhdl )
2014-05-30 18:02:55 +00:00
* [Visual Basic ](#visual-basic )
2014-04-18 11:37:17 +00:00
* [Visual Prolog ](#visual-prolog )
2021-09-29 13:17:13 +00:00
* [Vulkan ](#vulkan )
2014-01-04 03:06:06 +00:00
* [Web Services ](#web-services )
2013-10-27 21:05:20 +00:00
* [Windows 8 ](#windows-8 )
2013-12-25 11:47:45 +00:00
* [Windows Phone ](#windows-phone )
2014-01-03 13:41:03 +00:00
* [Workflow ](#workflow )
2013-12-17 21:24:28 +00:00
* [xBase (dBase / Clipper / Harbour) ](#xbase-dbase--clipper--harbour )
2013-10-11 07:04:49 +00:00
2019-11-03 15:36:03 +00:00
### ABAP
2022-10-10 00:35:54 +00:00
* [SAP AWS Technical Documentation ](https://aws.amazon.com/sap/docs/ )
2019-11-03 15:36:03 +00:00
* [SAP Code Style Guides - Clean ABAP ](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md )
2014-07-27 20:16:50 +00:00
### Ada
2015-11-13 13:25:42 +00:00
2014-04-20 17:59:15 +00:00
* [A Guide to Ada for C and C++ Programmers ](http://www.cs.uni.edu/~mccormic/4740/guide-c2ada.pdf ) (PDF)
2013-10-17 11:08:15 +00:00
* [Ada Distilled ](http://www.adapower.com/pdfs/AdaDistilled07-27-2003.pdf ) (PDF)
2024-10-16 21:30:24 +00:00
* [Ada for the C++ or Java Developer ](https://www.adacore.com/uploads/books/pdf/Ada_for_the_C_or_Java_Developer-cc.pdf ) - Quentin Ochem (PDF) (CC BY-NC-SA)
2018-08-14 16:09:29 +00:00
* [Ada Programming ](https://en.wikibooks.org/wiki/Ada_Programming ) - Wikibooks
2014-07-11 18:48:13 +00:00
* [Ada Reference Manual - ISO/IEC 8652:2012(E) Language and Standard Libraries ](http://www.ada-auth.org/standards/12rm/RM-Final.pdf ) (PDF)
2020-05-17 22:37:25 +00:00
* [Introduction To Ada ](https://learn.adacore.com/courses/intro-to-ada/index.html )
* [Introduction To SPARK ](https://learn.adacore.com/courses/SPARK_for_the_MISRA_C_Developer/index.html )
2013-11-05 03:20:22 +00:00
* [The Big Online Book of Linux Ada Programming ](http://www.pegasoft.ca/resources/boblap/book.html )
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Agda
2015-11-13 13:25:42 +00:00
2015-11-02 02:32:47 +00:00
* [Agda Tutorial ](http://people.inf.elte.hu/divip/AgdaTutorial/Index.html )
2022-09-02 13:36:04 +00:00
* [Programming Language Foundations in Agda ](https://plfa.github.io ) - Philip Wadler, Wen Kokke
2013-10-27 17:16:14 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### Alef
2015-11-13 13:25:42 +00:00
2014-07-11 18:48:13 +00:00
* [Alef Language Reference Manual ](http://doc.cat-v.org/plan_9/2nd_edition/papers/alef/ref )
2013-10-27 17:16:14 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### Android
2015-11-13 13:25:42 +00:00
2020-10-31 20:16:23 +00:00
* [Android Notes for Professionals ](https://goalkicker.com/AndroidBook ) - Compiled from StackOverflow Documentation (PDF)
2018-05-02 13:58:38 +00:00
* [Android Programming Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/android ) ([PDF](https://www.syncfusion.com/Account/Logon?ReturnUrl=%2fresources%2ftechportal%2febooks%2fandroid), [Kindle ](https://www.syncfusion.com/Account/Logon?ReturnUrl=%2fresources%2ftechportal%2febooks%2fandroid )) (email address *requested* , not required)
2022-04-02 18:26:49 +00:00
* [Android Tutorial ](http://www.tutorialspoint.com/android/ ) - Tutorials Point (HTML, PDF)
2020-11-12 03:28:39 +00:00
* [Codelabs for Advanced Android Development ](https://developer.android.com/courses/advanced-training/toc )
2015-12-13 17:32:57 +00:00
* [CodePath Android Cliffnotes ](https://github.com/codepath/android_guides/wiki )
2022-10-05 01:47:24 +00:00
* [Essential Android ](https://www.programming-books.io/essential/android/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2015-12-13 17:32:57 +00:00
* [Expert Android and Eclipse development knowledge ](http://www.vogella.com/tutorials/android.html )
2019-03-17 12:55:11 +00:00
* [Google Android Developer Training ](https://developer.android.com/guide )
2015-12-13 21:07:27 +00:00
* [Styling Android ](https://blog.stylingandroid.com )
2015-10-28 18:53:22 +00:00
* [The Busy Coder's Guide to Android Development ](https://commonsware.com/Android/4-2-free ) (PDF - older versions)
2013-12-03 02:17:48 +00:00
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### APL
2015-11-13 13:25:42 +00:00
2023-07-12 18:49:07 +00:00
* [APL2 at a glance ](https://ia801009.us.archive.org/28/items/apl-2-at-a-glance-brown-pakin-polivka/APL2_at_a_Glance_-_Brown_Pakin_Polivka.pdf ) - James A. Brown, Sandra Pakin, Raymond P. Polivka - 1988 (PDF)
2021-04-02 13:29:44 +00:00
* [Introduction to College Mathematics with A Programming Language (1978) ](http://www.softwarepreservation.org/projects/apl/Books/CollegeMathematicswithAPL ) - E. J. LeCuyer (PDF)
2022-01-01 19:47:24 +00:00
* [Learning APL ](https://xpqz.github.io/learnapl ) - Stefan Kruger (HTML,PDF,IPYNB)
2023-11-29 22:15:41 +00:00
* [Mastering Dyalog APL ](http://www.dyalog.com/mastering-dyalog-apl.htm ) (PDF, HTML, IPYNB) *(:construction: in process)*
* [Reinforcement Learning From The Ground Up ](https://romilly.github.io/o-x-o ) - Romilly Cocking (PDF, HTML, IPYNB) *(:construction: in process)*
2013-10-19 13:35:00 +00:00
2021-05-02 23:34:05 +00:00
### App Inventor
* [Absolute App Inventor 2 ](https://amerkashi.wordpress.com/2015/02/16/absolute-app-inventor-2-book/ ) - Hossein Amerkashi
* [App Inventor 2 ](http://www.appinventor.org/book2 ) - David Wolber, Hal Abelson, Ellen Spertus, Liz Looney
2014-07-27 20:16:50 +00:00
### Arduino
2015-11-13 13:25:42 +00:00
2022-10-02 21:53:01 +00:00
* [Arduino-docs : A beginner's guide ](https://arduino-doc.readthedocs.io/en/latest/ ) - Paramesh Chandra (HTML)
2021-08-31 05:27:33 +00:00
* [Arduino Programming Notebook ](https://unglue.it/work/152452 ) - Brian Evans (PDF) (:card_file_box: *archived at unglue.it* )
2023-10-15 03:13:49 +00:00
* [Arduino Projects Book ](https://www.eitkw.com/wp-content/uploads/2020/03/Arduino_Projects_Book.pdf ) - Scott Fitzgerald and Michael Shiloh (PDF)
2020-11-01 14:19:50 +00:00
* [Arduino Tips, Tricks, and Techniques ](https://cdn-learn.adafruit.com/downloads/pdf/arduino-tips-tricks-and-techniques.pdf ) - lady ada (PDF)
* [Getting started with Arduino – A Beginner’ s Guide ](http://manuals.makeuseof.com.s3.amazonaws.com/for-mobile/Arduino_-_MakeUseOf.com.pdf ) - Brad Kendall (PDF)
2023-11-29 22:15:41 +00:00
* [Getting Started with Arduino products ](https://www.arduino.cc/en/Guide ) - Official Arduino Documentation *(:construction: in process)*
2013-12-02 20:08:51 +00:00
* [Introduction to Arduino ](http://playground.arduino.cc/Main/ManualsAndCurriculum )
2015-02-11 18:38:07 +00:00
* [Introduction to Arduino : A piece of cake! ](http://www.introtoarduino.com ) - Alan G. Smith
2022-10-04 01:43:10 +00:00
* [Learn Arduino ](https://riptutorial.com/Download/arduino.pdf ) - Compiled from StackOverflow documentation (PDF)
2024-10-16 21:30:24 +00:00
* [Open softwear - Fashionable prototyping and wearable computing using the Arduino ](https://softwear.cc/book/files/Open_Softwear-beta090712.pdf ) - Tony Olsson, David Gaetano, Jonas Odhner, Samson Wiklund (PDF) (CC BY-NC-ND)
2013-12-02 20:08:51 +00:00
2013-10-11 07:04:49 +00:00
2020-01-29 18:25:21 +00:00
### ASP.NET
2015-11-13 13:25:42 +00:00
2023-11-29 22:15:41 +00:00
* [Architecting Modern Web Applications with ASP.NET Core and Microsoft Azure (2020) ](https://aka.ms/webappebook ) - Steve "ardalis" Smith (PDF) *(:construction: in process)*
2015-11-13 20:52:57 +00:00
* [ASP.NET MVC Music Store ](http://mvcmusicstore.codeplex.com )
2020-02-11 13:41:46 +00:00
* [ASP.NET WebHooks Succinctly ](https://www.syncfusion.com/ebooks/aspnet_webhooks_succinctly ) - Gaurav Arora
2020-10-18 18:24:55 +00:00
* [ASP.NET with C# (2008) ](http://www.vijaymukhi.com/documents/books/vsnet/content.htm ) - Vijay Mukhi, Sonal Mukhi, Neha Kotecha
* [Diving into ASP.NET WebAPI (2016) ](https://github.com/akhilmittal/FreeBooks/ ) - Akhil Mittal (PDF)
2022-09-02 13:36:04 +00:00
* [Intro to ASPNET MVC 4 with Visual Studio 2011 Beta (2012) ](http://download.microsoft.com/download/0/f/b/0fbfaa46-2bfd-478f-8e56-7bf3c672df9d/intro%20to%20asp.net%20mvc%204%20with%20visual%20studio%20-%20beta.pdf ) - Rick Anderson, Scott Hanselman (PDF)
2020-10-18 18:24:55 +00:00
* [Introducing ASP.NET Web Pages 2 (2012) ](https://download.microsoft.com/download/0/F/B/0FBFAA46-2BFD-478F-8E56-7BF3C672DF9D/Introducing%20ASP.NET%20Web%20Pages%202.pdf ) - Mike Pope (PDF)
2022-10-31 20:25:56 +00:00
* [.NET Framework Notes for Professionals ](https://books.goalkicker.com/DotNETFrameworkBook/DotNETFrameworkNotesForProfessionals.pdf ) - Compiled from StackOverflow Documentation (PDF)
2021-03-30 14:55:57 +00:00
### ASP.NET Core
* [ASP.NET Core 3.1 Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/asp-net-core-3-1-succinctly ) - Simone Chiaretta, Ugo Lattanzi
* [ASP.NET Core Documentation - Microsoft Docs ](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-5.0 )
2020-10-18 18:24:55 +00:00
* [The Little ASP.NET Core Book (2018) ](https://s3.amazonaws.com/recaffeinate-files/LittleAspNetCoreBook.pdf ) - Nate Barbettini (PDF)
2013-10-11 07:04:49 +00:00
2021-03-30 14:55:57 +00:00
#### Blazor
* [Blazor: A Beginner's Guide ](https://www.telerik.com/campaigns/blazor/wp-beginners-guide-ebook ) - Ed Charbeneau (PDF) (email address *requested* , not required)
* [Blazor for ASP.NET Web Forms Developers ](https://dotnet.microsoft.com/download/e-book/blazor-for-web-forms-devs/pdf ) - Daniel Roth, Jeff Fritz, Taylor Southwick (PDF)
2014-07-27 20:16:50 +00:00
### Assembly Language
2015-11-13 13:25:42 +00:00
2021-11-07 14:53:14 +00:00
* [A fundamental introduction to x86 assembly prorgamming ](https://www.nayuki.io/page/a-fundamental-introduction-to-x86-assembly-programming ) - Project Nayuki (HTML)
2023-11-29 22:15:41 +00:00
* [ARM Assembly Language Programming ](http://www.rigwit.co.uk/ARMBook/ARMBook.pdf ) - Peter Knaggs (PDF) *(:construction: in process)*
2020-10-18 17:40:37 +00:00
* [Assemblers And Loaders (1993) ](http://www.davidsalomon.name/assem.advertis/asl.pdf ) - David Salomon (PDF)
2021-10-20 13:32:22 +00:00
* [Assembly Language Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/assemblylanguage ) - Christopher Rose, Syncfusion Inc. (HTML, PDF, EPUB, Kindle)
2020-01-18 01:30:42 +00:00
* [PC Assembly Language ](http://pacman128.github.io/pcasm/ ) - P. A. Carter
2019-11-29 15:10:59 +00:00
* [Programming from the Ground Up ](https://download-mirror.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf ) - Jonathan Bartlett (PDF)
2014-01-07 04:14:34 +00:00
* [Ralf Brown's Interrupt List ](http://www.ctyme.com/rbrown.htm )
2018-05-23 16:12:31 +00:00
* [Software optimization resources ](http://www.agner.org/optimize/ ) - A. Fog
2023-07-12 18:49:07 +00:00
* [The Art of Assembly Language (2003) ](https://web.archive.org/web/20120525102637/http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html ) - Randall Hyde (PDF) *(:card_file_box: archived)*
2022-06-27 23:02:23 +00:00
* [The Grain Docs ](https://grain-lang.org/docs/ )
refactor(books): Split RE4B - Reverse Engineering For Beginners (#5603)
* refactor(books): add re4b - french
Reverse Engineering for Beginners -
https://beginners.re/RE4B-FR.pdf
Author: Dennis Yurichev @DennisYurichev @dennis714
Translators: Florent Besnard @besnardf, Marc Remy @mremy, Baudouin Landais, Téo Dacquet @T30rix, @BlueSkeye
Implements EbookFoundation/free-programming-books#5558
(cherry picked from commit 14c32afe2cce6015009647445ddef620284634fe)
* refactor(books): remove due to not free in english & russian
Implements EbookFoundation/free-programming-books#5558
* refactor(books): add re4b - german
Reverse Engineering for Beginners -
https://beginners.re/RE4B-DE.pdf
Author: Dennis Yurichev @DennisYurichev @dennis714
Translators: Dennis Siekmeier17 @DSiekmeier, Julius Angres18 @JAngres, Dirk Loser19 @PolymathMonkey, Clemens Tamme, Philipp Schweinzer
Implements EbookFoundation/free-programming-books#5558
* refactor(books): add re4b - japanese
Reverse Engineering for Beginners -
https://beginners.re/RE4B-JA.pdf
Author: Dennis Yurichev @DennisYurichev @dennis714
Translators: @shmz @4ryuJP
Implements EbookFoundation/free-programming-books#5558
* refactor(books): add re4b - italian
Reverse Engineering for Beginners -
https://beginners.re/RE4B-IT.pdf
Author: Dennis Yurichev @DennisYurichev @dennis714 @yurichev
Translators: Federico Ramondino @pinkrab
, Paolo Stivanin @paolostivanin, @twyK, Fabrizio
Bertone @fbertone, Matteo Sticco @sticken88, Marco Negro @Internaut401, @bluepulsar.
Implements EbookFoundation/free-programming-books#5558
* fix(books): section level
* refactor(books): add re4b - polish
Reverse Engineering for Beginners -
https://beginners.re/RE4B-PL.pdf
Author: Dennis Yurichev @DennisYurichev @dennis714 @yurichev
Translators: Kateryna Rozanova, Aleksander Mistewicz, Wiktoria Lewicka, Marcin Sokołowski
Implements EbookFoundation/free-programming-books#5558
* refactor(books): add re4b - traditional chinese
Reverse Engineering for Beginners -
Author: Dennis Yurichev @DennisYurichev @dennis714 @yurichev
Translators: Antiy Labs, Archer
Implements EbookFoundation/free-programming-books#5558
* lint(books): fix marker style
* refactor(books): move re4b - german to assembly
It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
* refactor(books): move re4b - italian to assembly
It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
* refactor(books): move re4b - french to assembly
It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
* refactor(books): merge assembly - webassembly
Moving/adding book "WebAssembly friendly programming with C/C++"
Author: @chaishushan, @3dgen
Translator: @yushih
It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
* refactor(books): move re4b - chinese to assembly
It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
* refactor(books): move re4b - polish to assembly
It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
* refactor(books): move re4b - japanese to assembly
It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
2021-10-07 02:53:01 +00:00
* [WebAssembly friendly programming with C/C++ ](https://github.com/3dgen/cppwasm-book/tree/master/en ) - Ending, Chai Shushan, Yushih (HTML, [:package: examples ](https://github.com/3dgen/cppwasm-book/tree/master/examples ))
2023-07-12 18:49:07 +00:00
* [Wizard Code, A View on Low-Level Programming ](https://web.archive.org/web/20170712195930/http://vendu.twodots.nl/files/wizardcode4.pdf ) - Tuomo Tuomo Venäläinen (PDF) *(:card_file_box: archived)*
2018-05-23 16:12:31 +00:00
* [x86-64 Assembly Language Programming with Ubuntu ](http://www.egr.unlv.edu/~ed/x86.html ) - Ed Jorgensen (PDF)
2018-08-14 16:09:29 +00:00
* [x86 Assembly ](https://en.wikibooks.org/wiki/X86_Assembly ) - Wikibooks
2020-10-18 17:40:37 +00:00
* [x86 Disassembly ](https://en.wikibooks.org/wiki/X86_Disassembly ) - Wikibooks
* [Zen of Assembly Language: Volume I, Knowledge (1990) ](http://www.jagregory.com/abrash-zen-of-asm/ ) - Michael Abrash
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### Non-X86
2015-11-13 13:25:42 +00:00
2023-10-07 23:35:36 +00:00
* [Beginners Introduction to the Assembly Language of ATMEL-AVR-Microprocessors ](http://www.avr-asm-download.de/beginner_en.pdf ) - Gerhard Schmidt (PDF)
2013-12-31 02:57:19 +00:00
* [Easy 6502 ](http://skilldrick.github.io/easy6502/ ) - Nick Morgan
2023-07-12 18:49:07 +00:00
* [Machine Language for Beginners ](https://archive.org/details/ataribooks-machine-language-for-beginners ) - Richard Mansfield
2023-10-07 23:35:36 +00:00
* [MIPS Assembly Language Programming Using QtSpim ](http://www.egr.unlv.edu/~ed/MIPStextSMv11.pdf ) - Ed Jorgensen (PDF)
2024-10-16 21:30:24 +00:00
* [Programmed Introduction to MIPS Assembly Language ](http://chortle.ccsu.edu/AssemblyTutorial/index.html ) (CC BY-NC)
2017-03-04 14:01:51 +00:00
* [The Second Book of Machine Language ](http://www.atariarchives.org/2bml/ )
2013-10-21 13:13:35 +00:00
2014-01-07 04:14:34 +00:00
2014-07-27 20:16:50 +00:00
### AutoHotkey
2015-11-13 13:25:42 +00:00
2014-06-19 16:08:47 +00:00
* [AHKbook - the book for AutoHotkey ](http://ahkscript.github.io/ahkbook/index.html )
2015-12-13 17:32:57 +00:00
* [AutoHotkey Official Documentation ](https://autohotkey.com/docs/AutoHotkey.htm ) ([CHM](https://autohotkey.com/download/1.1/AutoHotkeyHelp.zip))
2013-10-11 07:04:49 +00:00
2014-01-07 04:14:34 +00:00
2021-09-27 01:01:07 +00:00
### AutoIt
* [AutoIt Docs ](https://www.autoitscript.com/autoit3/docs/ ) - Jonathan Bennett (HTML)
2014-07-27 20:16:50 +00:00
### Autotools
2015-11-13 13:25:42 +00:00
2015-12-13 17:32:57 +00:00
* [Autotools Mythbuster ](https://autotools.io/index.html )
2014-01-07 04:14:34 +00:00
* [GNU Autoconf, Automake and Libtool ](http://sourceware.org/autobook/ )
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### Awk
2015-11-13 13:25:42 +00:00
2018-08-14 16:09:29 +00:00
* [An Awk Primer ](https://en.wikibooks.org/wiki/An_Awk_Primer ) - Wikibooks
2021-04-14 19:30:04 +00:00
* [Awk ](https://www.grymoire.com/Unix/Awk.html ) - Bruce Barnett
2020-10-31 21:20:51 +00:00
* [Gawk: Effective AWK Programming ](https://www.gnu.org/software/gawk/manual ) - Arnold D. Robbins (HTML, PDF)
2021-04-14 19:30:04 +00:00
* [GNU awk ](https://learnbyexample.github.io/learn_gnuawk/ ) - Sundeep Agarwal
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### Bash
2015-11-13 13:25:42 +00:00
2018-03-06 13:21:49 +00:00
* [Advanced Bash-Scripting Guide ](http://tldp.org/LDP/abs/html/ ) - M. Cooper (HTML)
* [Bash Guide for Beginners (2008) ](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/ ) - M. Garrels (HTML)
2020-10-31 20:16:23 +00:00
* [Bash Notes for Professionals ](http://goalkicker.com/BashBook/ ) - Compiled from StackOverflow documentation (PDF)
2018-03-06 13:21:49 +00:00
* [BASH Programming (2000) ](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html ) - Mike G. (HTML)
* [Bash Reference Manual ](http://www.gnu.org/software/bash/manual/bashref.html ) (HTML)
2023-07-12 18:49:07 +00:00
* [Bash tutorial ](https://web.archive.org/web/20180328183806/http://gdrcorelec.ups-tlse.fr/files/bash.pdf ) - Anthony Scemama (PDF) *(:card_file_box: archived)*
2018-03-06 13:21:49 +00:00
* [BashGuide ](http://mywiki.wooledge.org/BashGuide ) - Maarten Billemont (HTML) [(PDF) ](http://s.ntnu.no/bashguide.pdf )
2022-12-18 20:52:43 +00:00
* [Command line text processing with GNU Coreutils ](https://learnbyexample.github.io/cli_text_processing_coreutils/ ) - Sundeep Agarwal
* [Computing from the Command Line ](https://learnbyexample.github.io/cli-computing/ ) - Sundeep Agarwal
2021-10-03 21:34:40 +00:00
* [Conquer the Command Line ](https://magpi.raspberrypi.org/books/command-line-second-edition/pdf/download ) - Richard Smedley (PDF)
2021-10-16 17:34:21 +00:00
* [Conquering the Command Line ](https://www.softcover.io/read/fc6c09de/unix_commands ) - Mark Bates (HTML)
2022-10-05 01:47:24 +00:00
* [Essential Bash ](https://www.programming-books.io/essential/bash/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2018-03-06 13:21:49 +00:00
* [Getting Started with BASH ](http://www.hypexr.org/bash_tutorial.php ) (HTML)
2021-04-30 04:02:23 +00:00
* [GNU Bash manual ](https://www.gnu.org/software/bash/manual/bash.pdf ) (PDF)
2018-03-06 13:21:49 +00:00
* [Google Shell Style Guide ](https://google.github.io/styleguide/shell.xml ) - Paul Armstrong (HTML)
2020-12-11 22:07:14 +00:00
* [Introduction to Bash Scripting ](https://github.com/bobbyiliev/introduction-to-bash-scripting ) - Bobby Iliev (Markdown, PDF)
2018-03-06 13:21:49 +00:00
* [Introduction to the Command Line ](https://launchschool.com/books/command_line ) - Launch School (HTML)
* [Linux Shell Scripting Tutorial - A Beginner's Handbook (2002) ](http://www.freeos.com/guides/lsst/ ) - Vivek G. Gite (HTML)
* [Linux Shell Scripting Tutorial (LSST) v2.0 ](https://bash.cyberciti.biz/guide/Main_Page ) - Vivek Gite (HTML)
2023-07-12 18:49:07 +00:00
* [Linux Shell Scripting With Bash ](https://archive.org/download/B-001-002-839/LinuxShellScriptingWithBash-Sams.pdf ) - Ken O. Burtch (PDF)
2022-09-02 13:36:04 +00:00
* [Slackbook (2005) ](http://slackbook.org ) - Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson (HTML, DocBook, Postscript, PDF)
2018-03-06 13:21:49 +00:00
* [The Bash Academy ](http://guide.bash.academy ) - Maarten Billemont (HTML)
2022-09-02 13:36:04 +00:00
* [The Linux Command Line ](http://linuxcommand.org/tlcl.php ) - William E. Shotts Jr. (PDF)
2024-10-03 00:42:32 +00:00
* [The Shell Scripting Tutorial ](https://www.shellscript.sh ) - Steve Parker (HTML)
2022-09-02 13:36:04 +00:00
* [Writing Shell Scripts ](http://linuxcommand.org/lc3_writing_shell_scripts.php ) - William E. Shotts Jr. (HTML)
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Basic
2015-11-13 13:25:42 +00:00
2020-10-19 15:08:07 +00:00
* [10 PRINT CHR$(205.5+RND(1)); : GOTO 10 ](http://10print.org ) - Nick Montfort, Patsy Baudoin, John Bell, Ian Bogost, Jeremy Douglass, Mark C. Marino, Michael Mateas, Casey Reas, Mark Sample, Noah Vawter
2017-10-16 18:29:00 +00:00
* [A beginner's guide to Gambas ](http://distro.ibiblio.org/vectorlinux/Uelsk8s/GAMBAS/gambas-beginner-guide.pdf ) - John W. Rittinghouse (PDF)
2014-11-24 05:00:39 +00:00
* [Pick/Basic: A Programmer's Guide ](http://www.jes.com/pb/ ) - Jonathan E. Sisk
2013-12-17 21:24:28 +00:00
2021-10-13 01:36:34 +00:00
### BeanShell
* [Beanshell Simple Java Scripting Manual ](http://www.beanshell.org/manual/bshmanual.pdf ) - beanshell.org (PDF)
* [BeanShell User's Manual ](http://www.beanshell.org/manual/bshmanual.html ) - beanshell.org (HTML)
2014-07-27 20:16:50 +00:00
### BETA
2015-11-13 13:25:42 +00:00
2020-12-19 17:40:13 +00:00
* [MIA 90-02: BETA Compiler - Reference Manual ](https://beta.cs.au.dk/Manuals/latest/compiler/index.html ) - Mjølner Informatics
* [MIA 94-26: BETA Language Introduction - Tutorial ](https://beta.cs.au.dk/Manuals/latest/beta-intro/index.html ) - Mjølner Informatics
* [MIA 99-41: BETA Language Modifications - Reference Manual ](https://beta.cs.au.dk/Manuals/latest/beta/beta-index.html ) - Mjølner Informatics
2021-01-23 21:41:02 +00:00
* [MIA 99-42: The Fragment System: Further Specification ](https://beta.cs.au.dk/Manuals/latest/beta/fragment.html ) - Mjølner Informatics
2020-12-28 17:19:50 +00:00
* [Object-Oriented Programming in the BETA Programming Language ](https://beta.cs.au.dk/Books/ ) - Ole Lehrmann Madsen, Birger Møller-Pedersen, Kristen Nygaard
2013-12-26 22:30:18 +00:00
2014-07-27 20:16:50 +00:00
### C
2015-11-13 13:25:42 +00:00
2018-06-03 18:30:33 +00:00
* [256-Color VGA Programming in C ](http://www.brackeen.com/vga/ ) - David Brackeen
2023-07-12 18:49:07 +00:00
* [A Tutorial on Pointers and Arrays in C ](https://web.archive.org/web/20180827131006/http://home.earthlink.net/~momotuk/pointers.pdf ) - Ted Jensen (PDF) *(:card_file_box: archived)*
2023-01-14 20:15:44 +00:00
* [Algorithms Design (in C) ](https://www.ime.usp.br/~pf/algorithms/ ) - Paulo Feofiloff (HTML)
2019-02-12 01:18:57 +00:00
* [Bare-metal programming for ARM ](https://github.com/umanovskis/baremetal-arm ) - Daniels Umanovskis [(PDF) ](http://umanovskis.se/files/arm-baremetal-ebook.pdf )
2022-03-18 01:52:29 +00:00
* [Beej's Guide to C Programming ](http://beej.us/guide/bgc/ ) - Brian "Beej Jorgensen" Hall (HTML, PDF)
* [Beej's Guide to the GNU Debugger (GDB) ](http://beej.us/guide/bggdb/ ) - Brian "Beej Jorgensen" Hall (HTML)
2019-10-28 12:53:05 +00:00
* [Build Your Own Lisp ](http://www.buildyourownlisp.com ) - Daniel Holden
2023-01-05 15:29:35 +00:00
* [Build Your Own Redis with C/C++ ](https://build-your-own.org ) - build-your-own.org (HTML) (:construction: *in process* )
2018-02-20 18:45:27 +00:00
* [C Elements of Style ](http://www.oualline.com/books.free/style/ ) - Steve Oualline
2021-10-31 18:00:12 +00:00
* [C for Python Programmers ](http://www.cburch.com/books/cpy/ ) - Carl Burch
2022-10-04 00:45:39 +00:00
* [C Handbook ](https://thevalleyofcode.com/c/ ) - Flavio Copes (HTML, PDF)
2021-12-06 15:55:01 +00:00
* [C Internals ](https://www.avabodh.com/cin/cin.html ) - Rajeev Kumar (HTML)
2020-10-31 20:16:23 +00:00
* [C Notes for Professionals ](https://goalkicker.com/CBook ) - Compiled from StackOverflow Documentation (PDF)
2015-12-13 17:32:57 +00:00
* [C Programming ](https://en.wikibooks.org/wiki/Programming%3AC ) - Wikibooks
2021-09-19 01:40:35 +00:00
* [C Programming Boot Camp - Paul Gribble ](https://gribblelab.org/teaching/CBootCamp/ )
2022-04-02 18:26:49 +00:00
* [C Programming Tutorial ](https://www.tutorialspoint.com/cprogramming/ ) - Tutorials Point (HTML, PDF)
2021-10-11 13:55:42 +00:00
* [Coursebook ](https://github.com/illinois-cs241/coursebook ) - B. Venkatesh, L. Angrave, et al.
2014-01-07 04:14:34 +00:00
* [Deep C ](http://www.slideshare.net/olvemaudal/deep-c )
2020-10-28 14:27:11 +00:00
* [Essential C ](http://cslibrary.stanford.edu/101/EssentialC.pdf ) - Nick Parlante (PDF)
2022-10-05 01:47:24 +00:00
* [Essential C ](https://www.programming-books.io/essential/c/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2017-01-02 20:15:39 +00:00
* [Everything you need to know about pointers in C - Peter Hosey ](http://boredzo.org/pointers/ )
2017-10-24 13:36:27 +00:00
* [Functional C (1997) ](https://research.utwente.nl/files/5128727/book.pdf ) - Pieter H. Hartel, Henk Muller (PDF)
2020-10-12 16:02:51 +00:00
* [Hashing ](https://www.smashwords.com/books/view/737188 ) - Prakash Hegade
2022-05-30 16:36:36 +00:00
* [Introduction to Programming and Data Structures in C ](https://codeahoy.com/learn/cprogramming/toc/ ) - CodeAhoy (HTML)
2021-10-16 17:34:21 +00:00
* [Learn to Code With C - The MagPi Essentials ](https://magpi.raspberrypi.com/books/essentials-c-v1 ) (PDF)
2020-10-23 15:51:04 +00:00
* [Learning GNU C ](https://download-mirror.savannah.gnu.org/releases/c-prog-book/learning_gnu_c.pdf ) - Ciaran O’ Riordan (PDF)
2023-07-12 18:49:07 +00:00
* [Let us C ](https://archive.org/download/let-us-c/LET%20US%20C.pdf ) - Yashavant Kanetkar (PDF)
2019-10-28 12:53:05 +00:00
* [Modeling with Data ](https://ben.klemens.org/pdfs/gsl_stats.pdf ) - Ben Klemens (PDF)
2022-09-12 13:50:22 +00:00
* [Modern C ](https://gustedt.gitlabpages.inria.fr/modern-c/ ) - Jens Gustedt (PDF)
2016-03-25 17:17:56 +00:00
* [Object-Oriented Programming With ANSI-C ](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf ) (PDF)
2015-11-13 13:25:42 +00:00
* [Programming in C ](http://ee.hawaii.edu/~tep/EE160/Book/PDF/ ) - Bharat Kinariwala & Tep Dobry
2020-10-16 13:51:54 +00:00
* [Programming in C ](https://www.freetechbooks.com/programming-in-c-t1337.html ) - Kishori Mundargi
2020-10-12 16:02:51 +00:00
* [Structures and C ](https://www.smashwords.com/books/view/644937 ) - Prakash Hegade
2021-10-20 14:25:52 +00:00
* [The Basics of C Programming ](https://www.phys.uconn.edu/~rozman/Courses/P2200_13F/downloads/TheBasicsofCProgramming-draft-20131030.pdf ) - Marshall Brain (PDF)
2022-09-02 13:36:04 +00:00
* [The C book ](http://publications.gbdirect.co.uk/c_book/ ) - Mike Banahan, Declan Brady, Mark Doran (PDF, HTML)
2021-10-28 14:21:01 +00:00
* [The C Programming Language Handbook ](https://flaviocopes.com/page/c-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2023-07-12 18:49:07 +00:00
* [The Current C Programming Language Standard – ISO/IEC 9899:2018 (C17/C18), Draft ](https://web.archive.org/web/20181230041359/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf ) - Open Standards Org - www.open-std.org (PDF) *(:card_file_box: archived)*
2020-10-28 14:27:11 +00:00
* [The GNU C Programming Tutorial ](http://www.crasseux.com/books/ctut.pdf ) - Mark Burgess, Ron Hale-Evans (PDF)
* [The GNU C Reference Manual ](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html ) - Trevis Rothwell, James Youngman (HTML) [(PDF) ](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.pdf )
2015-11-13 20:52:57 +00:00
* [The little book about OS development ](http://littleosbook.github.io ) - Erik Helin, Adam Renberg
2017-11-13 14:30:08 +00:00
* [The New C Standard - An Economic and Cultural commentary (2009) ](http://www.knosof.co.uk/cbook/cbook.html ) - Derek M. Jones (PDF)
2014-08-15 03:02:49 +00:00
* [TONC GBA Programming - Game Boy Advance Development ](http://www.coranac.com/tonc/text/toc.htm )
2015-11-13 13:25:42 +00:00
2013-10-14 08:36:51 +00:00
2022-02-25 16:23:35 +00:00
### <a id="csharp"></a>C\#
2015-11-13 13:25:42 +00:00
2022-06-03 21:23:02 +00:00
* [Architect Modern Web Applications with ASP.NET Core and Azure ](https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/ ) - Steve "ardalis" Smith
2022-10-30 17:16:04 +00:00
* [C# Features Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/c-sharp-features-succinctly ) - Dirk Strauss (HTML)
2020-10-31 20:16:23 +00:00
* [C# Notes for Professionals ](http://goalkicker.com/CSharpBook/ ) - Compiled from StackOverflow documentation (PDF)
2018-08-14 16:09:29 +00:00
* [C# Programming ](https://en.wikibooks.org/wiki/C_Sharp_Programming ) - Wikibooks
2020-10-28 14:27:11 +00:00
* [C# Programming Yellow Book ](https://www.robmiles.com/s/CSharp-Book-2019-Refresh.pdf ) - Rob Miles (PDF) (2019)
2020-10-11 20:58:54 +00:00
* [C# Smorgasbord ](https://www.filipekberg.se ) - Filip Ekberg (HTML) [(PDF, EPUB, MOBI) ](https://www.filipekberg.se/2018/04/02/csharp-smorgasbord-free/ ) (2018)
2021-10-02 20:43:42 +00:00
* [Creating Mobile Apps with Xamarin.Forms C# ](https://developer.xamarin.com/guides/xamarin-forms/creating-mobile-apps-xamarin-forms/ ) - Charles Petzold
2023-07-12 18:49:07 +00:00
* [Daily Design Patterns ](https://web.archive.org/web/20170930132000/https://www.exceptionnotfound.net/downloads/dailydesignpattern.pdf ) - Matthew P Jones (PDF) *(:card_file_box: archived)*
* [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ](https://web.archive.org/web/20161220072449/http://www.brpreiss.com/books/opus6/ ) - Bruno Preiss *(:card_file_box: archived)*
2015-10-22 19:32:26 +00:00
* [Dissecting a C# Application ](https://damieng.com/blog/2007/11/08/dissecting-a-c-application-inside-sharpdevelop ) - Christian Holm, Bernhard Spuida, Mike Kruger
2022-10-05 01:47:24 +00:00
* [Essential C# ](https://www.programming-books.io/essential/csharp/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2022-09-02 13:36:04 +00:00
* [Fundamentals of Computer Programming with C# (the Bulgarian Book) ](http://www.introprogramming.info/english-intro-csharp-book/read-online/ ) - Svetlin Nakov, Veselin Kolev, et al. (HTML, [PDF, EPUB ](https://introprogramming.info/english-intro-csharp-book/downloads/ ))
2017-06-23 01:09:33 +00:00
* [High level asynchronous programming with Reactive Extensions ](https://github.com/petroemil/Rx.Book ) - Emil Petro
2016-07-03 22:21:28 +00:00
* [Introduction to Rx ](http://www.introtorx.com )
2020-10-09 18:25:09 +00:00
* [Learn C# in Y Minutes ](https://learnxinyminutes.com/docs/csharp/ )
2023-10-13 02:46:28 +00:00
* [Learning C# Language ](https://riptutorial.com/Download/csharp-language.pdf ) - Compiled from StackOverflow Documentation (PDF)
2021-10-02 20:43:42 +00:00
* [Mastering Xamarin UI Development, Second Edition ](https://www.packtpub.com/free-ebook/mastering-xamarin-ui-development-second-edition/9781788995511 ) - Steven F. Daniel (Packt account *required* )
2022-08-12 13:14:00 +00:00
* [Modernize existing .NET applications with Azure cloud and Windows Containers ](https://docs.microsoft.com/en-us/dotnet/architecture/modernize-with-azure-containers/ ) - Cesar de la Torre
2022-06-03 21:23:02 +00:00
* [Modernizing Desktop Apps on Windows with .NET 6 ](https://docs.microsoft.com/en-us/dotnet/architecture/modernize-desktop ) - Olia Gavrysh, Miguel Angel Castejón Dominguez
2021-10-01 15:40:09 +00:00
* [.NET Book Zero ](http://www.charlespetzold.com/dotnet ) - Charles Petzold (PDF, XPS)
2021-10-16 01:47:40 +00:00
* [.NET Microservices: Architecture for Containerized .NET Applications ](https://dotnet.microsoft.com/download/e-book/microservices-architecture/pdf ) - Cesar de la Torre, Bill Wagner, Mike Rousos (PDF)
2022-06-03 21:23:02 +00:00
* [Porting Existing ASP.NET Apps to .NET 6 ](https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/ ) - Steve "ardalis" Smith
2014-05-30 18:02:55 +00:00
* [Threading in C# ](http://www.albahari.com/threading/ )
2022-10-02 22:35:05 +00:00
* [Xamarin Community Toolkit Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/xamarin-community-toolkit-succinctly ) - Alessandro Del Sole
2020-02-08 19:15:37 +00:00
* [Xamarin.Forms for macOS Succinctly ](https://www.syncfusion.com/ebooks/xamarin_forms_for_mac_os_succinctly ) - Alessandro Del Sole
2023-10-15 03:13:49 +00:00
* [Xamarin.Forms Notes for professionals ](https://books.goalkicker.com/XamarinFormsBook/ ) - Compiled from StackOverflow documentation (PDF)
2020-02-08 19:15:37 +00:00
* [Xamarin.Forms Succinctly ](https://www.syncfusion.com/ebooks/xamarin-forms-succinctly ) - Alessandro Del Sole
2015-05-11 20:48:11 +00:00
2014-05-30 18:02:55 +00:00
2022-02-25 16:23:35 +00:00
### <a id="cpp"></a>C++
2015-11-13 13:25:42 +00:00
2024-10-14 16:06:48 +00:00
* [A Complete Guide to Standard C++ Algorithms ](https://github.com/HappyCerberus/book-cpp-algorithms ) - Šimon Tóth (PDF, LaTeX) (CC BY-NC-SA) *(:construction: in process)*
2023-07-20 04:26:44 +00:00
* [An Introduction to the USA Computing Olympiad, C++ Edition ](https://darrenyao.com/usacobook/cpp.pdf ) - Darren Yao (PDF)
2023-11-29 22:15:41 +00:00
* [C++ Annotations ](https://fbb-git.gitlab.io/cppannotations/ ) - Frank B. Brokken (HTML, PDF)
2024-10-10 14:16:56 +00:00
* [C++ Coding Standard ](https://possibility.com/Cpp/CppCodingStandard.html ) - Todd Hoff (HTML, PDF)
2022-09-02 13:36:04 +00:00
* [C++ Core Guidelines ](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md ) - `edt.:` Bjarne Stroustrup, Herb Sutter
2022-10-11 00:29:56 +00:00
* [C++ For Programmers ](https://tfetimes.com/wp-content/uploads/2015/04/c-for-c-programmers.pdf ) - JT Kalnay (PDF)
2020-11-03 13:24:04 +00:00
* [C++ GUI Programming With Qt 3 ](https://ptgmedia.pearsoncmg.com/images/0131240722/downloads/blanchette_book.pdf ) - Jasmin Blanchette, Mark Summerfield (PDF)
2024-10-14 16:06:48 +00:00
* [C++ Language ](http://www.cplusplus.com/doc/tutorial/ ) (HTML)
* [C++ Notes for Professionals ](https://goalkicker.com/CPlusPlusBook ) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA)
2022-09-02 13:36:04 +00:00
* [C++ Programming ](https://en.wikibooks.org/wiki/C%2B%2B_Programming ) - Panic, et al.
2023-11-02 02:05:02 +00:00
* [C++ Programming: Code patterns design ](https://en.wikibooks.org/wiki/C%2B%2B_Programming/Code/Design_Patterns ) - WikiBooks (HTML)
2018-05-02 13:58:38 +00:00
* [C++ Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/cplusplus ) (PDF, Kindle) (email address *requested* , not required)
2014-12-20 15:33:25 +00:00
* [C++ Tricks ](http://www.bordoon.com/cplusplus/book_wrapper.html )
2022-11-15 21:09:06 +00:00
* [C++ Tutorial ](https://www.cprogramming.com/tutorial/c++-tutorial.html ) - Alex Allain
2015-12-13 17:32:57 +00:00
* [CS106X Programming Abstractions in C++ ](http://web.stanford.edu/class/cs106x/ )
2022-09-02 13:36:04 +00:00
* [Elements of Programming ](http://elementsofprogramming.com ) - Alexander Stepanov, Paul McJones (PDF)
2024-10-09 18:29:41 +00:00
* [Essential C++ ](https://www.programming-books.io/essential/cpp/ ) - Krzysztof Kowalczyk, StackOverflow Contributors (CC BY-SA)
2021-10-14 01:16:08 +00:00
* [Financial Numerical Recipes in C++ ](https://ba-odegaard.no/gcc_prog/recipes/ ) - Bernt Arne Ødegaard (PDF)
2021-11-03 15:05:48 +00:00
* [Fundamentals of C++ Programming ](https://web.archive.org/web/20191005170118/https://python.cs.southern.edu/cppbook/progcpp.pdf ) - Richard L. Halterman (PDF) *(:card_file_box: archived)*
2023-07-25 02:24:03 +00:00
* [Game Programming Patterns ](http://gameprogrammingpatterns.com/contents.html ) (HTML)
2016-06-04 22:50:53 +00:00
* [Google's C++ Style Guide ](https://google.github.io/styleguide/cppguide.html )
2023-10-28 03:17:05 +00:00
* [Hands-On System Programming with C++ ](https://www.packtpub.com/free-ebook/hands-on-system-programming-with-c/9781789137880 ) - Rian Quinn (Packt account *required* )
2020-12-11 15:00:43 +00:00
* [How to make an Operating System ](https://samypesse.gitbook.io/how-to-create-an-operating-system/ ) - Samy Pesse
2013-10-14 18:21:57 +00:00
* [How To Think Like a Computer Scientist: C++ Version ](http://greenteapress.com/thinkcpp/index.html ) - Allen B. Downey
2020-10-28 14:27:11 +00:00
* [Introduction to Design Patterns in C++ with Qt 4 ](http://ptgmedia.pearsoncmg.com/images/9780131879058/downloads/0131879057_Ezust_book.pdf ) - Alan Ezust, Paul Ezust (PDF)
2022-09-02 13:36:04 +00:00
* [Joint Strike Fighter, C++ Coding Standards ](http://www.stroustrup.com/JSF-AV-rules.pdf ) - Bjarne Stroustrup (PDF)
2023-10-16 18:13:49 +00:00
* [Learn C++ Programming Language ](http://www.tutorialspoint.com/cplusplus/cpp_tutorial.pdf ) - Tutorials Point (PDF)
2020-11-10 19:23:00 +00:00
* [LearnCpp.com ](https://www.learncpp.com ) (HTML)
2021-10-26 15:20:01 +00:00
* [Learning C++ eBook ](https://riptutorial.com/Download/cplusplus.pdf ) - Compiled from StackOverflow Documentation (PDF)
2022-09-02 13:36:04 +00:00
* [Matters Computational: Ideas, Algorithms, Source Code ](http://www.jjj.de/fxt/fxtbook.pdf ) - Jorg Arndt (PDF)
2024-10-08 01:46:41 +00:00
* [Modern C++ Tutorial: C++11/14/17/20 On the Fly ](https://www.changkun.de/modern-cpp/pdf/modern-cpp-tutorial-en-us.pdf ) - Changkun Ou (PDF) (CC BY-NC-ND)
2022-09-02 13:36:04 +00:00
* [More C++ Idioms ](https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms ) - Sumant Tambe, et al. (WikiBooks)
2020-10-28 14:27:11 +00:00
* [Open Data Structures (In C++) ](http://opendatastructures.org/ods-cpp.pdf ) - Pat Morin (PDF)
2024-03-14 15:31:05 +00:00
* [Programming Fundamentals - A Modular Structured Approach using C++ ](https://archive.org/details/cnx-org-col10621/mode/1up ) - Kenneth Leroy Busbee (PDF)
2022-09-02 13:36:04 +00:00
* [Software Design Using C++ ](http://cis.stvincent.edu/html/tutorials/swd/ ) - Br. David Carlson, Br. Isidore Minerd
* [Software optimization resources ](http://www.agner.org/optimize/ ) - Agner Fog
2020-10-28 14:27:11 +00:00
* [The Boost C++ libraries ](http://theboostcpplibraries.com ) - Boris Schäling (HTML)
* [The Rook's Guide to C++ ](http://rooksguide.org/2013/11/26/version-1-0-is-out/ ) - Jeremy Hansen (PDF)
2016-05-11 08:05:01 +00:00
* [The Ultimate Question of Programming, Refactoring, and Everything ](https://www.gitbook.com/book/alexastva/the-ultimate-question-of-programming-refactoring-/details )
2020-10-22 00:45:06 +00:00
* [Think C++: How To Think Like a Computer Scientist ](https://greenteapress.com/wp/think-c/ ) - Allen B. Downey (PDF)
2018-02-09 20:01:29 +00:00
* [Thinking in C++, Second Edition, Vol. 1. ](https://archive.org/details/TICPP2ndEdVolOne ) - Bruce Eckel [(Vol. 2) ](https://archive.org/details/TICPP2ndEdVolTwo )
2021-10-10 21:07:53 +00:00
* [Working Draft, Standard for Programming Language C++, 2021 Revision ](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/n4885.pdf ) - Thomas Köppe (PDF) *(:construction: in process)*
2015-05-11 20:48:11 +00:00
2013-12-09 22:10:03 +00:00
2022-10-25 00:55:35 +00:00
### Carbon
* [Carbon Compiler User Manual ](https://documentation-service.arm.com/static/5ed10fa8ca06a95ce53f8dc5 )
2014-07-27 20:16:50 +00:00
### Chapel
2015-11-13 13:25:42 +00:00
2014-07-11 18:48:13 +00:00
* [Chapel Tutorial ](http://faculty.knox.edu/dbunde/teaching/chapel/ )
2023-07-12 18:49:07 +00:00
* [Chapel Tutorial for Programmers ](http://web.archive.org/web/20150310075109/http://cs.colby.edu/kgburke/?resource=chapelTutorial ) *(:card_file_box: archived)*
2014-01-18 12:28:57 +00:00
2015-05-11 20:48:11 +00:00
2014-07-27 20:16:50 +00:00
### Clojure
2015-11-13 13:25:42 +00:00
2023-05-30 16:32:16 +00:00
* [Clojure ](https://clojure-book.gitlab.io ) - Karthikeyan A K
2016-03-25 17:17:56 +00:00
* [Clojure - Functional Programming for the JVM ](http://java.ociweb.com/mark/clojure/article.html ) - R. Mark Volkmann
2017-10-18 03:15:49 +00:00
* [Clojure by Example ](https://kimh.github.io/clojure-by-example/ ) - Hirokuni Kim
2018-05-23 16:12:31 +00:00
* [Clojure community-driven documentation ](http://clojure-doc.org )
2013-10-14 03:04:18 +00:00
* [Clojure Cookbook ](https://github.com/clojure-cookbook/clojure-cookbook )
2015-01-20 00:17:03 +00:00
* [Clojure Distilled Beginner Guide ](http://yogthos.github.io/ClojureDistilled.html )
2015-11-13 20:52:57 +00:00
* [Clojure for the Brave and True ](http://www.braveclojure.com )
2023-07-12 18:49:07 +00:00
* [Clojure in Small Pieces ](https://web.archive.org/web/20201013022918/http://daly.axiom-developer.org/clojure.pdf ) - Rich Hickey, Timothy Daly (PDF) *(:card_file_box: archived)* [(:card_file_box: *unglued*) ](https://unglue.it/work/489419/ )
2015-11-13 20:52:57 +00:00
* [Clojure Koans ](http://clojurekoans.com )
2018-08-14 16:09:29 +00:00
* [Clojure Programming ](https://en.wikibooks.org/wiki/Clojure_Programming ) - Wikibooks
2015-11-13 20:52:57 +00:00
* [ClojureScript Koans ](http://clojurescriptkoans.com )
2017-10-17 16:51:02 +00:00
* [ClojureScript Unraveled ](https://funcool.github.io/clojurescript-unraveled/ ) (HTML)
2013-10-15 11:20:13 +00:00
* [Data Sorcery with Clojure ](http://data-sorcery.org/contents/ )
2022-12-18 20:52:43 +00:00
* [Learn ClojureScript ](https://www.learn-clojurescript.com ) - Andrew Meredith
2013-10-15 11:20:13 +00:00
* [Modern cljs ](https://github.com/magomimmo/modern-cljs )
2015-11-13 20:52:57 +00:00
* [SICP Distilled - An idiosyncratic tour of SICP in Clojure ](http://www.sicpdistilled.com )
2015-10-28 18:53:22 +00:00
* [The Clojure Style Guide ](https://github.com/bbatsov/clojure-style-guide )
2015-05-11 20:48:11 +00:00
2015-11-13 13:25:42 +00:00
2021-10-10 22:17:48 +00:00
### CMake
* [An Introduction to Modern CMake ](https://cliutils.gitlab.io/modern-cmake/ ) - Henry Schreiner (HTML)
* [CMake Tutorial ](https://cmake.org/cmake/help/latest/guide/tutorial/index.html ) (HTML)
* [Quick CMake tutorial ](https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html ) (HTML)
2014-07-27 20:16:50 +00:00
### COBOL
2015-11-13 13:25:42 +00:00
2014-02-10 05:06:09 +00:00
* [COBOL Programming Fundamental ](http://yusman.staff.gunadarma.ac.id/Downloads/files/33460/COBOL_Programming_Fundamental.pdf ) (PDF)
2015-12-31 04:24:56 +00:00
* [Enterprise COBOL for z/OS documentation library ](http://www-01.ibm.com/support/docview.wss?uid=swg27036733 )
2023-10-24 02:20:25 +00:00
* [GNU COBOL Programmers Guide ](https://edoras.sdsu.edu/doc/GNU_Cobol_Programmers_Guide_2.1.pdf ) - Gary L. Cutler (PDF)
2021-10-17 23:43:20 +00:00
* [ILE COBOL Programmer's Guide ](https://www.ibm.com/docs/de/ssw_ibm_i_74/pdf/sc092539.pdf ) (PDF)
2021-11-14 21:59:01 +00:00
* [Micro Focus: OO Programming with Object COBOL for UNIX (1999) ](https://www.microfocus.com/documentation/object-cobol/oc41books/oppubb.htm ) - MERANT International Ltd. (HTML)
2016-10-02 10:25:27 +00:00
* [OpenCOBOL 1.1 - Programmer's Guide ](http://open-cobol.sourceforge.net/guides/OpenCOBOL%20Programmers%20Guide.pdf ) (PDF)
2013-10-30 04:59:16 +00:00
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### CoffeeScript
2015-11-13 13:25:42 +00:00
2015-11-13 20:52:57 +00:00
* [CoffeeScript Cookbook ](https://coffeescript-cookbook.github.io )
2023-10-21 14:04:24 +00:00
* [CoffeeScript Ristretto ](https://leanpub.com/coffeescript-ristretto/read ) - Reginald Braithwaite
2021-11-01 01:15:19 +00:00
* [Hard Rock CoffeeScript ](https://alchaplinsky.github.io/hard-rock-coffeescript/ ) - Alex Chaplinsky (gitbook)
2015-12-13 17:32:57 +00:00
* [Smooth CoffeeScript ](http://autotelicum.github.io/Smooth-CoffeeScript/SmoothCoffeeScript.html )
2021-11-01 01:15:19 +00:00
* [The Little Book on CoffeeScript ](http://arcturo.github.io/library/coffeescript/ ) - Alex MacCaw, David Griffiths, Satoshi Murakami, Jeremy Ashkenas
2014-01-18 10:26:41 +00:00
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### ColdFusion
2015-11-13 13:25:42 +00:00
2016-03-25 17:17:56 +00:00
* [CFML In 100 Minutes ](https://github.com/mhenke/CFML-in-100-minutes/blob/master/cfml100mins.markdown ) - J. Casimir
2015-11-13 20:52:57 +00:00
* [Learn CF in a Week ](http://learncfinaweek.com )
2022-10-28 06:25:55 +00:00
* [Learn Modern ColdFusion \<CFML\> in 100+ Minutes ](https://modern-cfml.ortusbooks.com ) - Luis Majano (HTML)
2022-10-17 00:51:10 +00:00
* [Learning coldfusion ](https://riptutorial.com/Download/coldfusion.pdf ) - Compiled from StackOverflow documentation (PDF)
2013-10-11 07:04:49 +00:00
2013-10-17 09:12:23 +00:00
2017-12-31 20:58:17 +00:00
### Component Pascal
* [Computing Fundamentals ](http://www.cslab.pepperdine.edu/warford/ComputingFundamentals/ ) - Stan Warford (PDF)
2014-07-27 20:16:50 +00:00
### Cool
2015-11-13 13:25:42 +00:00
2015-11-17 18:38:14 +00:00
* [CoolAid: The Cool 2013 Reference Manual ](https://www.eecis.udel.edu/~cavazos/cisc672/docs/cool-manual.pdf ) (PDF)
2013-12-06 17:37:43 +00:00
2014-07-27 20:16:50 +00:00
### Coq
2015-11-13 13:25:42 +00:00
2013-10-27 17:16:14 +00:00
* [Certified Programming with Dependent Types ](http://adam.chlipala.net/cpdt/html/toc.html )
2014-08-15 03:02:49 +00:00
* [Software Foundations ](http://www.cis.upenn.edu/~bcpierce/sf/ )
2013-10-27 17:16:14 +00:00
2017-01-21 18:48:46 +00:00
### Crystal
2017-02-04 10:31:33 +00:00
* [Crystal for Rubyists ](http://www.crystalforrubyists.com )
2017-01-21 18:48:46 +00:00
2017-02-04 10:40:48 +00:00
2014-12-16 06:24:12 +00:00
### CUDA
2015-11-13 13:25:42 +00:00
2023-07-01 06:45:51 +00:00
* [CUDA C Best Practices Guide ](https://web.archive.org/web/20170517050133/https://docs.nvidia.com/pdf/CUDA_C_Best_Practices_Guide.pdf ) - Nvidia (PDF) *(:card_file_box: archived)*
* [CUDA C Programming Guide ](https://web.archive.org/web/20181228130113/https://docs.nvidia.com/cuda/pdf/CUDA_C_Programming_Guide.pdf ) - Nvidia (PDF) *(:card_file_box: archived)*
* [CUDA C++ Best Practices Guide ](https://docs.nvidia.com/cuda/pdf/CUDA_C_Best_Practices_Guide.pdf ) - Nvidia (PDF)
* [CUDA C++ Programming guide ](https://docs.nvidia.com/cuda/pdf/CUDA_C_Programming_Guide.pdf ) - Nvidia (PDF)
* [OpenCL Programming Guide for CUDA Architecture ](http://www.nvidia.com/content/cudazone/download/OpenCL/NVIDIA_OpenCL_ProgrammingGuide.pdf ) - Nvidia (PDF)
2013-10-27 17:16:14 +00:00
2014-12-16 06:31:36 +00:00
2014-07-27 20:16:50 +00:00
### D
2015-11-13 13:25:42 +00:00
2014-05-14 08:42:37 +00:00
* [D Templates Tutorial ](https://github.com/PhilippeSigaud/D-templates-tutorial )
2013-10-14 13:02:47 +00:00
* [Programming in D ](http://ddili.org/ders/d.en/ )
2013-10-17 09:12:23 +00:00
2014-07-27 20:16:50 +00:00
### Dart
2015-11-13 13:25:42 +00:00
2022-09-02 13:36:04 +00:00
* [Essential Dart ](https://www.programming-books.io/essential/dart/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2021-10-28 17:21:50 +00:00
* [Learning Dart ](https://riptutorial.com/Download/dart.pdf ) - Compiled from StackOverflow documentation (PDF)
2013-10-16 14:25:24 +00:00
2013-10-17 09:12:23 +00:00
2014-07-27 20:16:50 +00:00
### DB2
2015-11-13 13:25:42 +00:00
2013-10-11 07:04:49 +00:00
* [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)
2020-11-13 22:05:27 +00:00
### DBMS
2022-10-11 01:52:16 +00:00
* [Data Management for Analytics and Applications (2021) ](https://bookdown.org/kokkodis/book/ ) - Marios Kokkodis
2022-11-01 16:51:44 +00:00
* [Database Management System ](https://mrcet.com/downloads/digital_notes/ECE/III%20Year/DATABASE%20MANAGEMENT%20SYSTEMS.pdf ) - Malla Reddy College of Engineering and Technology (PDF)
2020-11-13 22:05:27 +00:00
* [Database Management Systems eBooks For All Edition ](http://www.lincoste.com/ebooks/english/pdf/computers/database_management_systems.pdf ) (PDF)
2014-07-27 20:16:50 +00:00
### Delphi / Pascal
2015-11-13 13:25:42 +00:00
2022-10-01 19:27:35 +00:00
* [Delphi Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/delphi ) - Marco Breveglieri
2016-03-25 17:17:56 +00:00
* [Essential Pascal Version 1 and 2 ](http://www.marcocantu.com/epascal/ ) - M. Cantù
2020-01-06 13:49:59 +00:00
* [Expert Delphi ](https://www.packtpub.com/free-ebooks/expert-delphi ) - Paweł Głowacki (Packt account *required* )
2021-07-10 22:10:03 +00:00
* [Modern Object Pascal Introduction for Programmers ](https://github.com/michaliskambi/modern-pascal-introduction ) - Michalis Kamburelis ([AsciiDoc](https://github.com/michaliskambi/modern-pascal-introduction/blob/master/modern_pascal_introduction.adoc#logical-relational-and-bit-wise-operators), [HTML ](https://castle-engine.io/modern_pascal_introduction.html ), [PDF ](https://castle-engine.io/modern_pascal_introduction.pdf ))
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### DTrace
2015-11-13 13:25:42 +00:00
2013-12-25 11:47:45 +00:00
* [IllumOS Dynamic Tracing Guide ](http://dtrace.org/guide/preface.html )
issues:add in list #3009,#3010, correction blank in #3011 (#3026)
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* Revert 3021 master (#3025)
* Revert "remove dead link from free-programming-books-tr.md (#3024)"
This reverts commit 0f07297a40a7fb4d7f9cd6f7a78f51db5729c61f.
* Revert "Added Git and Github course (#3023)"
This reverts commit 3e9e1ded62b3aec123be4aee397d5f4c4ab79a96.
* Revert "Added resources (#3022)"
This reverts commit 500db345f593e4c8c87214fbfded3639a5485108.
* Revert "issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde (#3021)"
This reverts commit 27982680704439e690217c780a506365213bd503.
* remove space, readd javajavajava
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* swap l.1413 and l.1412%B
swap l.1414 and l.1413%B Line 1414: oriented --> Oriented%B some corrections thanks to eshellman%B correct add one blankline before ### Subversion%B
* added clarification to title so folks don't think it's the book.
2018-10-25 21:07:30 +00:00
### Eiffel
* [A Functional Pattern System for Object-Oriented Design ](http://homepages.mcs.vuw.ac.nz/~tk/fps/fps-sans-escher.pdf ) - Thomas Kuhne (PDF)
2015-06-03 17:10:42 +00:00
### Elixir
2015-11-13 13:25:42 +00:00
2015-06-03 17:10:42 +00:00
* [30 Days of Elixir ](https://github.com/seven1m/30-days-of-elixir ) - Tim Morgan (HTML)
2016-08-01 12:52:15 +00:00
* [Elixir School ](https://elixirschool.com ) (HTML)
2019-08-13 12:47:21 +00:00
* [Elixir Succinctly, Syncfusion ](https://www.syncfusion.com/ebooks/elixir-succinctly ) (PDF, Kindle) (email address requested, not required)
2016-08-18 21:21:41 +00:00
* [Getting Started Guide ](http://elixir-lang.org/getting-started/introduction.html ) (HTML) [(PDF, MOBI, EPUB) ](https://github.com/potatogopher/elixir-getting-started )
2022-10-31 17:49:31 +00:00
* [Hands-on Elixir & OTP: Cryptocurrency trading bot ](https://book.elixircryptobot.com ) - Kamil Skowron (HTML)
2023-11-29 22:15:41 +00:00
* [Joy of Elixir ](https://joyofelixir.com ) - Ryan Bigg (HTML) - [Source ](https://github.com/radar/joyofelixir ) *(:construction: in process)*
* [Learning Elixir ](http://learningelixir.joekain.com ) - Joseph Kain Blog (HTML)
2022-08-12 13:14:00 +00:00
* [Learning the Elixir Language ](https://riptutorial.com/Download/elixir-language.pdf ) - Compiled from StackOverflow Documentation (PDF)
2018-09-07 15:47:10 +00:00
* [The Ultimate Guide To Elixir For Object-Oriented Programmers ](http://www.binarywebpark.com/ultimate-guide-elixir-object-oriented-programmers ) - Bruce Park (HTML)
2015-06-03 17:10:42 +00:00
2013-10-11 07:04:49 +00:00
2017-10-17 17:09:03 +00:00
#### Ecto
* [Ecto Getting Started Guide ](https://hexdocs.pm/ecto/getting-started.html#content ) (HTML)
2021-10-31 19:20:38 +00:00
* [The Little Ecto Cookbook ](https://dashbit.co/ebooks/the-little-ecto-cookbook ) - José Valim, Dashbit (PDF) (email address *required* )
2017-10-17 17:09:03 +00:00
2016-08-06 16:55:08 +00:00
#### Phoenix
2020-10-10 17:38:18 +00:00
* [Phoenix Framework Guide ](https://hexdocs.pm/phoenix/overview.html ) (HTML)
2023-03-06 17:21:58 +00:00
* [Versioned APIs with Phoenix ](https://web.archive.org/web/20210309052043/https://elviovicosa.com/freebies/versioned-apis-with-phoenix-by-elvio-vicosa.pdf ) - Elvio Vicosa (PDF) *(:card_file_box: archived)*
2016-08-06 16:55:08 +00:00
2014-07-27 20:16:50 +00:00
### Erlang
2015-11-13 13:25:42 +00:00
2020-10-10 17:37:12 +00:00
* [BEAM Wisdoms ](http://beam-wisdoms.clau.se/en/latest/ ) (HTML)
2015-10-09 21:17:42 +00:00
* [Concurrent Programming in ERLANG ](http://www.erlang.org/download/erlang-book-part1.pdf ) (PDF)
2013-12-20 00:31:33 +00:00
* [Erlang Handbook ](https://github.com/esl/erlang-handbook/raw/master/output/ErlangHandbook.pdf ) (PDF)
2018-08-14 16:09:29 +00:00
* [Erlang Programming ](https://en.wikibooks.org/wiki/Erlang_Programming ) - Wikibooks (HTML)
2015-06-03 15:50:16 +00:00
* [Getting Started with Erlang User's Guide ](http://www.erlang.org/doc/getting_started/users_guide.html ) (HTML)
2022-03-28 17:11:50 +00:00
* [Learn You Some Erlang For Great Good ](http://learnyousomeerlang.com ) - Fred Hebert (HTML)
2015-06-03 15:50:16 +00:00
* [Making reliable distributed systems in the presence of software errors ](http://www.erlang.org/download/armstrong_thesis_2003.pdf ) - Joe Armstrong (PDF)
2017-03-18 21:09:33 +00:00
* [Stuff Goes Bad: Erlang in Anger ](https://www.erlang-in-anger.com ) - Fred Herbert (PDF)
2022-10-31 01:34:33 +00:00
* [The Erlang Runtime System ](https://blog.stenmans.org/theBeamBook ) - Erik Stenman (HTML)
2014-01-18 10:26:41 +00:00
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### F Sharp
2015-11-13 13:25:42 +00:00
2021-10-25 17:40:26 +00:00
* [Analyzing and Visualizing Data with F# ](https://web.archive.org/web/20201023042804/https://www.oreilly.com/programming/free/files/analyzing-visualizing-data-f-sharp.pdf ) - Tomas Petricek (PDF) *(:card_file_box: archived)*
2016-08-30 00:34:40 +00:00
* [F# for fun and profit ](https://www.gitbook.com/book/swlaschin/fsharpforfunandprofit/details ) (ePub)
2018-08-14 16:09:29 +00:00
* [F# Programming ](https://en.wikibooks.org/wiki/F_Sharp_Programming ) - Wikibooks
2018-05-02 13:58:38 +00:00
* [F# Succinctly, SyncFusion ](https://www.syncfusion.com/resources/techportal/ebooks/fsharp ) (PDF, Kindle) (email address *requested* , not required)
2019-05-16 17:15:11 +00:00
* [Functional Programming Textbook ](https://www.overleaf.com/read/hcwwdfxvftfp ) - Yusuf M Motara (PDF)
2019-10-30 13:39:51 +00:00
* [Programming Language Concepts for Software Developers ](https://archive.org/details/B-001-003-622 )
2013-10-17 08:50:30 +00:00
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Firefox OS
2015-11-13 13:25:42 +00:00
2018-06-06 01:20:01 +00:00
* [Quick Guide For Firefox OS App Development: Creating HTML5 based apps for Firefox OS ](https://leanpub.com/quickguidefirefoxosdevelopment/read ) - Andre Garzia
2013-12-27 23:02:50 +00:00
2013-12-25 11:47:45 +00:00
2019-08-13 12:47:21 +00:00
### Flutter
* [Cookbook ](https://flutter.dev/docs/cookbook )
2022-03-31 23:49:36 +00:00
* [Flutter in Action ](https://livebook.manning.com/book/flutter-in-action/ ) - Eric Windmill (HTML) *(email address requested, not required)*
2019-08-13 12:47:21 +00:00
* [Flutter Succinctly, Syncfusion ](https://www.syncfusion.com/ebooks/flutter-succinctly ) (PDF, Kindle) (email address *requested* , not required)
2022-04-02 18:26:49 +00:00
* [Flutter Tutorial ](https://www.tutorialspoint.com/flutter/ ) - Tutorials Point (HTML, PDF)
2020-10-13 20:39:30 +00:00
* [Flutter Tutorials Handbook ](https://kodestat.gitbook.io/flutter )
2021-10-20 02:25:28 +00:00
* [Flutter UI Succinctly, Syncfusion ](https://www.syncfusion.com/succinctly-free-ebooks/flutter-ui-succinctly ) - Ed Freitas
2019-08-13 12:47:21 +00:00
2014-07-27 20:16:50 +00:00
### Force.com
2015-11-13 13:25:42 +00:00
2023-07-12 18:49:07 +00:00
* [Apex Workbook ](https://web.archive.org/web/20170102233924/https://resources.docs.salesforce.com/sfdc/pdf/apex_workbook.pdf ) (PDF) *(:card_file_box: archived)*
2020-01-20 14:45:50 +00:00
* [Force.com Fundamentals ](http://developerforce.s3.amazonaws.com/books/Force.com_Fundamentals.pdf ) (PDF)
2013-12-27 22:59:24 +00:00
* [Force.com Platform Fundamentals: An Introduction to Custom Application Development in the Cloud ](http://www.lulu.com/shop/salesforcecom/forcecom-platform-fundamentals/ebook/product-17381451.html )
2023-07-12 18:49:07 +00:00
* [Force.com Workbook ](https://web.archive.org/web/20160804055738/http://resources.docs.salesforce.com:80/sfdc/pdf/forcecom_workbook.pdf ) (PDF) *(:card_file_box: archived)*
* [Heroku Postgres ](https://web.archive.org/web/20131209081736/http://media.developerforce.com/workbooks/HerokuPostgres_Workbooks_Web_Final.pdf ) (PDF) *(:card_file_box: archived)*
2020-01-20 14:45:50 +00:00
* [Heroku Workbook ](https://res.cloudinary.com/hy4kyit2a/image/upload/workbook_text_Heroku.pdf ) (PDF)
2023-07-12 18:49:07 +00:00
* [Integration Workbook ](https://web.archive.org/web/20150919023850/https://resources.docs.salesforce.com/sfdc/pdf/integration_workbook.pdf ) (PDF) *(:card_file_box: archived)*
2020-01-20 14:45:50 +00:00
* [Salesforce1 Mobile App Workbook ](https://res.cloudinary.com/hy4kyit2a/image/upload/s1_mobile_woorkbook_v3-21.pdf ) (PDF)
2023-07-12 18:49:07 +00:00
* [Visualforce Workbook ](https://web.archive.org/web/20150921195528/https://resources.docs.salesforce.com/sfdc/pdf/workbook_vf.pdf ) (PDF) *(:card_file_box: archived)*
2013-12-17 21:24:28 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### Forth
2015-11-13 13:25:42 +00:00
2023-07-12 18:49:07 +00:00
* [A Beginner's Guide to Forth ](https://web.archive.org/web/20180919061255/http://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm ) - J.V. Noble *(:card_file_box: archived)*
2013-10-17 11:08:15 +00:00
* [And so Forth... ](http://ficl.sourceforge.net/pdf/Forth_Primer.pdf ) (PDF)
2021-10-12 15:01:02 +00:00
* [Easy Forth ](https://skilldrick.github.io/easyforth/ ) - Nick Morgan (HTML)
2014-04-29 17:41:48 +00:00
* [Starting Forth ](http://home.iae.nl/users/mhx/sf.html )
2015-11-13 20:52:57 +00:00
* [Thinking Forth ](http://thinking-forth.sourceforge.net )
2013-10-14 08:38:47 +00:00
* [Thoughtful Programming and Forth ](http://www.ultratechnology.com/forth.htm )
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Fortran
2015-11-13 13:25:42 +00:00
2021-11-11 15:45:27 +00:00
* [Exploring Modern Fortran Basics ](https://www.manning.com/books/exploring-modern-fortran-basics ) - Milan Curcic
2023-10-24 02:20:25 +00:00
* [Fortran ](https://personalpages.manchester.ac.uk/staff/david.d.apsley/lectures/fortran/fortranA.pdf ) - David Apsley (PDF)
2021-08-29 02:06:39 +00:00
* [Fortran 90 Tutorial ](http://www.cs.mtu.edu/~shene/COURSES/cs201/NOTES/fortran.html ) - C.-K. Shene at Michigan Technological University (HTML)
2022-09-02 13:36:04 +00:00
* [Fortran 90 Tutorial ](https://web.stanford.edu/class/me200c/tutorial_90/ ) - Sarah T. Whitlock, Paul H. Hargrove, Stanford University (HTML)
2021-08-29 02:06:39 +00:00
* [Fortran information & resources ](https://www.fortranplus.co.uk/fortran-information/ ) - fortranplus.co.uk (HTML)
* [FORTRAN Performance Tuning co-Guide (1998) ](https://www.ibiblio.org/pub/languages/fortran/unct.html ) - Timothy C. Prince (HTML)
2023-10-09 02:21:54 +00:00
* [Modern Fortran in Science and Technology ](https://modern-fortran-in-science-and-technology.readthedocs.io/en/latest ) - Jonas Lindemann, Ola Dahlblom
2021-08-29 02:06:39 +00:00
* [Modern Fortran Tutorial ](https://masuday.github.io/fortran_tutorial/ ) - Yutaka Masuda (HTML)
* [Professional Programmer’ s Guide to Fortran77 (2005) ](https://www.star.le.ac.uk/~cgp/prof77.pdf ) - Clive G. Page (PDF)
* [Self Study Guide 2: Programming in Fortran 95 ](http://www.mrao.cam.ac.uk/~rachael/compphys/SelfStudyF95.pdf ) - Dr Rachael Padman (PDF)
2022-09-02 13:36:04 +00:00
* [User Notes On Fortran Programming (UNFP): An open cooperative practical guide (1998) ](https://www.ibiblio.org/pub/languages/fortran/ ) - Abraham Agay, Arne Vajhoej, et al. (HTML)
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### FreeBSD
2015-11-13 13:25:42 +00:00
2013-12-30 15:48:55 +00:00
* [Books and Articles from FreeBSD Site ](http://www.freebsd.org/docs/books.html )
* [The Complete FreeBSD ](http://www.lemis.com/grog/Documentation/CFBSD/ )
2018-06-03 18:30:33 +00:00
* [Using C on the UNIX System ](http://www.bitsinthewind.com/about-dac/publications/using-c-on-the-unix-system ) - David A. Curry
2013-12-30 15:48:55 +00:00
2014-07-27 20:16:50 +00:00
### Go
2015-11-13 13:25:42 +00:00
2023-10-18 00:28:48 +00:00
* [An Introduction to Programming in Go ](https://www.golang-book.com/books/intro ) - Caleb Doxsey
2024-10-10 15:38:44 +00:00
* [Build Web Application with Golang ](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/ ) - astaxie (CC BY-SA)
2015-12-13 17:32:57 +00:00
* [Building Web Apps with Go ](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/ )
2021-04-13 14:29:42 +00:00
* [Darker Corners of Go ](https://rytisbiel.com/2021/03/06/darker-corners-of-go/ ) - Rytis Bieliunas
2014-12-16 19:21:51 +00:00
* [Effective Go ](https://golang.org/doc/effective_go.html )
2024-10-10 15:38:44 +00:00
* [Essential Go ](https://www.programming-books.io/essential/go/ ) - Krzysztof Kowalczyk, StackOverflow Contributors (CC BY-SA)
* [Essentials of Go Programming ](https://essentials-of-go-programming.readthedocs.io ) - Baiju Muthukadan (HTML) (CC BY-SA)
2023-10-12 23:58:34 +00:00
* [Gin Web Framework ](https://chenyitian.gitbooks.io/gin-web-framework/content/ )
2018-06-14 16:47:01 +00:00
* [Go 101 ](https://go101.org/article/101.html ) - [@TapirLiu ](https://twitter.com/TapirLiu )
2015-11-13 20:52:57 +00:00
* [Go by Example ](https://gobyexample.com )
2016-12-04 10:06:31 +00:00
* [Go for Javascript Developers ](https://github.com/bulim/go-for-javascript-developers )
2021-10-27 14:43:25 +00:00
* [Go for Python Programmers ](https://golang-for-python-programmers.readthedocs.io/en/latest ) - Jason McVetta (HTML, PDF, EPUB)
2022-10-04 00:45:39 +00:00
* [Go Handbook ](https://thevalleyofcode.com/go/ ) - Flavio Copes (HTML, PDF)
2021-10-26 19:45:12 +00:00
* [Go Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/go-succinctly ) - Mark Lewin (PDF, EPUB, Kindle)
2022-04-02 18:26:49 +00:00
* [Go Tutorial ](http://www.tutorialspoint.com/go/ ) - Tutorials Point (HTML, PDF)
2021-10-26 19:45:12 +00:00
* [Go Web Development Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/go-web-development ) - Mark Lewin (PDF, EPUB, Kindle)
2023-10-12 23:58:34 +00:00
* [Golang by Example ](https://golangbyexample.com )
2023-10-16 18:25:14 +00:00
* [Golang tutorial series ](https://golangbot.com/learn-golang-series/ ) - Naveen Ramanathan
2022-09-02 13:36:04 +00:00
* [How To Code in Go ](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook ) - Mark Bates, Cory Lanou, Timothy J. Raymond (PDF, EPUB)
2022-11-04 18:02:25 +00:00
* [Learn Go in Y minutes ](https://learnxinyminutes.com/docs/go/ )
2022-12-18 20:52:43 +00:00
* [Learn Go with Tests ](https://quii.gitbook.io/learn-go-with-tests/ ) - Chris James
2024-10-11 16:50:15 +00:00
* [Learning Go ](https://miek.nl/go/ ) (CC BY-NC-SA)
* [Let's learn Go! ](http://go-book.readthedocs.io/en/latest/ ) (CC BY-NC-SA)
2018-01-29 01:53:38 +00:00
* [Practical Cryptography With Go ](https://leanpub.com/gocrypto/read ) - Kyle Isom
2021-10-27 14:43:25 +00:00
* [Practical Go Lessons ](https://www.practical-go-lessons.com ) - Maximilien Andile
2023-11-05 02:44:05 +00:00
* [Practical Go: Real world advice for writing maintainable Go programs ](https://dave.cheney.net/practical-go/presentations/qcon-china.html ) - Dave Cheney (HTML)
2022-10-13 02:03:01 +00:00
* [Production Go ](https://leanpub.com/productiongo/read ) - Herman Schaaf and Shawn Smith (EPUB, HTML, PDF) (:construction: *in process* ) *(Leanpub account or valid email requested for EPUB or PDF)*
2015-12-13 21:07:27 +00:00
* [The Go Tutorial ](http://tour.golang.org )
2024-10-10 15:38:44 +00:00
* [The Little Go Book ](https://github.com/karlseguin/the-little-go-book ) - Karl Seguin ([PDF](https://www.openmymind.net/assets/go/go.pdf), [ePUB ](https://www.openmymind.net/assets/go/go.epub )) (CC BY-NC-SA)
* [Web apps in Go, the anti textbook ](https://github.com/thewhitetulip/web-dev-golang-anti-textbook/ ) (CC BY-SA)
2013-10-11 07:04:49 +00:00
2013-12-25 11:47:45 +00:00
2023-10-25 18:54:03 +00:00
### Graphs
#### GraphQL
2021-09-29 13:17:13 +00:00
2024-10-11 16:50:15 +00:00
* [Fullstack GraphQL ](https://github.com/GraphQLCollege/fullstack-graphql ) (CC BY-NC-SA)
2023-10-24 02:20:25 +00:00
* [GraphQL or Bust ](https://nordicapis.com/wp-content/uploads/GraphQL-or-Bust-v2.2.pdf ) - Nordic APIs (PDF)
2024-10-11 16:50:15 +00:00
* [Learning graphqL ](https://riptutorial.com/Download/graphql.pdf ) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA)
2021-09-29 13:17:13 +00:00
2023-10-25 18:54:03 +00:00
#### Gremlin
* [Practical Gremlin - An Apache TinkerPop Tutorial ](https://www.kelvinlawrence.net/book/PracticalGremlin.html ) - Kelvin R. Lawrence
#### Neo4J
* [Fullstack GraphQL Applications with GRANDStack – Essential Excerpts ](https://neo4j.com/fullstack-graphql-applications-with-grandstack/ ) - William Lyon (PDF) *(email requested)*
* [Graph Algorithms: Practical Examples in Apache Spark and Neo4j ](https://neo4j.com/graph-algorithms-book/ ) - Mark Needham, Amy E. Hodler (PDF, EPUB, MOBI) *(email requested)*
* [Graph Databases 2nd edition ](http://neo4j.com/books/graph-databases/ ) - Ian Robinson, Jim Webber, Emil Eifrém (PDF, EPUB, MOBI) *(email requested)*
2023-10-28 03:17:05 +00:00
* [Graph Databases For Dummies ](https://neo4j.com/graph-databases-for-dummies/ ) - Jim Webber, Rik Van Bruggen (PDF) *(email requested)*
2023-10-25 18:54:03 +00:00
* [Knowledge Graphs: Data in Context for Responsive Businesses ](https://neo4j.com/knowledge-graphs-data-in-context-for-responsive-businesses/ ) - Jesús Barrasa, Amy E. Hodler, Jim Webber (PDF) *(email requested)*
2014-07-27 20:16:50 +00:00
### Groovy
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
#### Gradle
2015-11-13 13:25:42 +00:00
2014-08-15 03:02:49 +00:00
* [Building Java Projects with Gradle ](http://spring.io/guides/gs/gradle/ )
2020-02-11 13:41:46 +00:00
* [Gradle Succinctly ](https://www.syncfusion.com/ebooks/gradle_succinctly ) - José Roberto Olivas Mendoza
2024-10-11 16:50:15 +00:00
* [Gradle User Guide ](https://docs.gradle.org/current/userguide/userguide.html ) - Hans Dockter, Adam Murdoch ([PDF](https://docs.gradle.org/current/userguide/userguide.pdf)) (CC BY-NC-SA)
2015-11-13 13:25:42 +00:00
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
#### Grails
2015-11-13 13:25:42 +00:00
2013-10-12 16:27:58 +00:00
* [Getting Started with Grails ](http://www.infoq.com/minibooks/grails-getting-started )
2021-10-25 17:40:26 +00:00
* [Grails Tutorial for Beginners ](https://web.archive.org/web/20210519053040/http://grails.asia/grails-tutorial-for-beginners/ ) - grails.asia *(:card_file_box: archived)*
2015-12-13 17:32:57 +00:00
* [The Grails Framework - Reference Documentation ](http://grails.github.io/grails-doc/latest/ ) - Graeme Rocher, Peter Ledbrook, Marc Palmer, Jeff Brown, Luke Daley, Burt Beckwith, Lari Hotari ([PDF](http://grails.github.io/grails-doc/latest/guide/single.pdf))
2015-11-13 13:25:42 +00:00
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
#### Spock Framework
2015-11-13 13:25:42 +00:00
2015-11-02 02:28:12 +00:00
* [Spock Framework Reference Documentation ](https://spockframework.github.io/spock/docs/current/index.html ) - Peter Niederwieser
2014-06-04 01:28:07 +00:00
2013-10-11 07:04:49 +00:00
2017-10-12 18:59:15 +00:00
### Hack
* [Hack Documentation ](https://docs.hhvm.com/hack/ )
2014-07-27 20:16:50 +00:00
### Hadoop
2015-11-13 13:25:42 +00:00
2020-01-06 13:49:59 +00:00
* [Big Data Analytics with Hadoop 3 ](https://www.packtpub.com/free-ebooks/big-data-analytics-hadoop-3 ) - Sridhar Alla (Packt account *required* )
2020-01-20 14:45:50 +00:00
* [Cloudera Impala ](https://docs.cloudera.com/documentation/enterprise/latest/PDF/cloudera-impala.pdf ) - John Russel (PDF)
2015-10-27 11:24:20 +00:00
* [Data-Intensive Text Processing with MapReduce ](http://lintool.github.io/MapReduceAlgorithms/MapReduce-book-final.pdf ) (Jimmy Lin and Chris Dyer) (PDF)
2020-01-29 18:25:21 +00:00
* [Hadoop for Windows Succinctly ](https://www.syncfusion.com/ebooks/hadoop-for-windows-succinctly ) - Dave Vickers
2024-10-11 16:50:15 +00:00
* [Hadoop Illuminated ](http://hadoopilluminated.com/index.html ) - Mark Kerzner, Sujee Maniyam (CC BY-NC-SA)
2014-12-17 15:04:37 +00:00
2013-10-11 22:20:24 +00:00
2014-07-27 20:16:50 +00:00
### Haskell
2015-11-13 13:25:42 +00:00
2021-10-13 01:39:26 +00:00
* [A Gentle Introduction to Haskell Version 98 ](https://www.haskell.org/tutorial/ ) - Paul Hudak, John Peterson, Joseph Fasel
2014-01-14 20:52:13 +00:00
* [Anatomy of Programming Languages ](http://www.cs.utexas.edu/~wcook/anatomy/ ) - William R. Cook
2023-07-12 18:49:07 +00:00
* [Beautiful Code, Compelling Evidence ](https://web.archive.org/web/20160411023943/http://www.renci.org/wp-content/pub/tutorials/BeautifulCode.pdf ) - J.R. Heard (PDF) *(:card_file_box: archived)*
2022-08-12 13:14:00 +00:00
* [Developing Web Applications with Haskell and Yesod ](https://www.yesodweb.com/book ) - Michael Snoyman
2015-11-13 13:46:22 +00:00
* [Exploring Generic Haskell ](http://www.andres-loeh.de/ExploringGH.pdf ) - Andres Löh (PDF)
2016-06-26 09:06:10 +00:00
* [Happy Learn Haskell Tutorial ](http://www.happylearnhaskelltutorial.com )
2018-08-14 16:09:29 +00:00
* [Haskell ](https://en.wikibooks.org/wiki/Haskell ) - Wikibooks
2021-10-13 01:39:26 +00:00
* [Haskell no panic ](http://lisperati.com/haskell/ ) - Conrad Barski
2020-10-18 18:40:51 +00:00
* [Haskell Notes for Professionals ](https://goalkicker.com/HaskellBook/ ) - Compiled from StackOverflow documentation (PDF)
2022-10-26 21:54:16 +00:00
* [Haskell Tutorial and Cookbook ](https://markwatson.com/books/haskell-cookbook-site/ ) - Mark Watson
2014-01-17 05:35:52 +00:00
* [Haskell web Programming ](http://yannesposito.com/Scratch/fr/blog/Yesod-tutorial-for-newbies/ ) (Yesod tutorial)
2021-10-13 01:39:26 +00:00
* [Learn Haskell Fast and Hard ](http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/ ) - Yann Esposito
2022-12-04 22:11:34 +00:00
* [Learn You a Haskell for Great Good ](http://learnyouahaskell.com ) - Miran Lipovača
2020-12-09 20:45:07 +00:00
* [Parallel and Concurrent Programming in Haskell ](https://www.oreilly.com/library/view/parallel-and-concurrent/9781449335939/ ) - Simon Marlow
2022-09-02 13:36:04 +00:00
* [Real World Haskell ](http://book.realworldhaskell.org ) - Bryan O'Sullivan, Don Stewart, John Goerzen
2021-10-13 01:39:26 +00:00
* [Speeding Through Haskell ](http://www.sthaskell.com ) - Arya Popescu
2022-09-02 13:36:04 +00:00
* [The Haskell Road to Logic, Math and Programming ](https://fldit-www.cs.tu-dortmund.de/~peter/PS07/HR.pdf ) - Kees Doets, Jan van Eijck (PDF)
2021-10-13 01:39:26 +00:00
* [The Haskell School of Music - From Signals to Symphonies ](https://www.cs.yale.edu/homes/hudak/Papers/HSoM.pdf ) - Paul Hudak (PDF)
2020-10-13 13:49:52 +00:00
* [What I Wish I Knew When Learning Haskell ](http://dev.stephendiehl.com/hask/ ) - Stephen Diehl (PDF)
2020-10-27 03:03:35 +00:00
* [Wise Man's Haskell ](https://github.com/anchpop/wise_mans_haskell/blob/master/book.md#preface ) - Andre Popovitch
2021-10-13 01:39:26 +00:00
* [Yet Another Haskell Tutorial ](http://hal3.name/docs/daume02yaht.pdf ) - Hal Daum ́e III (PDF)
2013-11-16 17:13:33 +00:00
2013-12-25 11:47:45 +00:00
2015-11-19 08:56:42 +00:00
### Haxe
2015-11-23 13:21:04 +00:00
* [Flambe Handbook ](https://github.com/markknol/flambe-guide/wiki )
2015-11-19 11:09:10 +00:00
* [Haxe and JavaScript ](https://matthijskamstra.github.io/haxejs/ ) - Matthijs Kamstra (wikibook)
2015-11-23 13:21:04 +00:00
* [Haxe Manual ](http://haxe.org/documentation/introduction/ ) - Haxe Foundation (PDF, HTML)
2015-12-15 14:23:48 +00:00
* [HaxeFlixel Handbook ](http://haxeflixel.com/documentation/haxeflixel-handbook/ ) (HTML)
2016-10-02 10:25:27 +00:00
* [Kha Handbook ](https://github.com/KTXSoftware/Kha/wiki/Tutorials )
2015-11-23 13:21:04 +00:00
2015-11-19 08:56:42 +00:00
2022-07-29 10:46:20 +00:00
### HTML and CSS
2015-11-13 13:25:42 +00:00
2014-02-25 05:20:15 +00:00
* [A beginner's guide to HTML&CSS ](http://learn.shayhowe.com/html-css/ )
2015-11-13 20:52:57 +00:00
* [A free guide to learn HTML and CSS ](http://marksheet.io )
2015-10-28 18:53:22 +00:00
* [Adaptive Web Design ](http://adaptivewebdesign.info/1st-edition/ ) - Aaron Gustafson
2021-10-19 13:08:32 +00:00
* [Airbnb CSS / Sass Styleguide ](https://github.com/airbnb/css ) - Airbnb
* [Airbnb CSS-in-JavaScript Style Guide ](https://airbnb.io/javascript/css-in-javascript/ ) - Airbnb
2014-02-25 05:20:15 +00:00
* [An advanced guide to HTML&CSS ](http://learn.shayhowe.com/advanced-html-css/ )
2020-10-13 20:39:30 +00:00
* [Atomic Design ](https://atomicdesign.bradfrost.com ) - Brad Frost
2023-07-12 18:49:07 +00:00
* [Canvassing ](https://web.archive.org/web/20160505010319/http://learnjs.io/canvassing/read/ ) *(:card_file_box: archived)*
2014-03-07 13:38:01 +00:00
* [Code Guide: Standards for developing flexible, durable, and sustainable HTML and CSS ](http://mdo.github.io/code-guide/ ) - Mark Otto
2019-01-01 16:14:55 +00:00
* [CSS Animation 101 ](https://github.com/cssanimation/css-animation-101 )
2020-10-31 20:16:23 +00:00
* [CSS Notes for Professionals ](http://goalkicker.com/CSSBook ) - Compiled from StackOverflow Documentation (PDF)
2024-09-06 14:29:29 +00:00
* [CSS Optimization Basics ](https://github.com/frontenddogma/css-optimization-basics ) – Jens Oliver Meiert
2023-11-13 00:43:48 +00:00
* [CSS Transition vs CSS animation ](https://www.freecodecamp.org/news/css-transition-vs-css-animation-handbook/ ) - Oluwatobi Sofela
2018-03-07 17:52:18 +00:00
* [Dive Into HTML5 ](http://diveinto.html5doctor.com ) - Mark Pilgrim ([PDF](http://mislav.net/2011/10/dive-into-html5/))
2020-10-28 14:27:11 +00:00
* [DOM Enlightenment ](http://domenlightenment.com ) - Cody Lindley (HTML)
2022-10-05 01:47:24 +00:00
* [Essential CSS ](https://www.programming-books.io/essential/css/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
* [Essential HTML ](https://www.programming-books.io/essential/html/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
* [Essential HTML Canvas ](https://www.programming-books.io/essential/htmlcanvas/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2015-12-13 21:07:27 +00:00
* [GA Dash ](https://dash.generalassemb.ly )
2020-01-20 14:49:36 +00:00
* [Google's HTML/CSS Style Guide ](https://google.github.io/styleguide/htmlcssguide.html )
2021-10-26 19:52:13 +00:00
* [How To Build a Website with HTML ](https://www.digitalocean.com/community/books/how-to-build-a-website-with-html-ebook ) - Erin Glass (PDF, EPUB)
2023-07-12 18:49:07 +00:00
* [How to Code in HTML5 and CSS3 ](https://web.archive.org/web/20180816174417/http://howtocodeinhtml.com/HowToCodeInHTML5AndCSS3.pdf ) - Damian Wielgosik (PDF) *(:card_file_box: archived)*
2013-12-16 14:54:43 +00:00
* [HTML Canvas Deep Dive ](http://joshondesign.com/p/books/canvasdeepdive/toc.html ) - Josh Marinacci
2015-11-13 20:52:57 +00:00
* [HTML Dog Tutorials ](http://www.htmldog.com )
2022-09-02 13:36:04 +00:00
* [HTML5 Canvas ](https://www.oreilly.com/library/view/html5-canvas/9781449308032/ch01.html ) - Steve Fulton, Jeff Fulton
2021-10-06 01:09:31 +00:00
* [HTML5 Canvas Notes for Professionals ](https://goalkicker.com/HTML5CanvasBook/ ) - Compiled from StackOverflow documentation (PDF)
2020-01-20 14:49:36 +00:00
* [HTML5 for Publishers ](https://www.oreilly.com/library/view/html5-for-publishers/9781449320065/pr02.html ) - Sanders Kleinfeld
2015-11-13 20:52:57 +00:00
* [HTML5 For Web Designers ](http://html5forwebdesigners.com ) - Jeremy Keith
2021-10-06 01:09:31 +00:00
* [HTML5 Notes for Professionals ](https://goalkicker.com/HTML5Book/ ) - Compiled from StackOverflow documentation (PDF)
2020-10-28 14:27:11 +00:00
* [HTML5 Quick Learning Guide ](https://www.ossblog.org/wp-content/uploads/2017/06/html5-quick-learning-quide.pdf ) - HTML5Templates (PDF)
* [HTML5 Shoot 'em Up in an Afternoon ](https://leanpub.com/html5shootemupinanafternoon/read ) - Bryan Bibat (HTML)
2020-08-05 19:39:17 +00:00
* [Interneting is Hard (But it Doesn't Have to Be) ](https://www.internetingishard.com ) - Oliver James
2015-11-13 20:52:57 +00:00
* [Learn CSS Layout ](http://learnlayout.com )
2016-01-26 08:31:37 +00:00
* [Learn CSS Layout the pedantic way ](http://book.mixu.net/css/ )
2018-09-06 13:33:59 +00:00
* [Learn to Code HTML & CSS ](https://learn.shayhowe.com ) - Shay Howe
2022-03-03 19:08:22 +00:00
* [Learning sass ](https://riptutorial.com/Download/sass.pdf ) - Compiled from Stack Overflow documentation (PDF)
2023-11-29 22:15:41 +00:00
* [Magic of CSS ](https://adamschwartz.co/magic-of-css/ ) - Adam Schwartz (HTML) *(:construction: in process)*
2016-06-05 15:44:50 +00:00
* [MaintainableCSS ](http://maintainablecss.com )
2020-10-04 01:35:26 +00:00
* [Pocket Guide to Writing SVG ](https://svgpocketguide.com ) - Joni Trythall
2022-07-22 06:34:57 +00:00
* [Practical Series: A website template ](https://practicalseries.com/1001-webdevelopment/ ) - Michael Gledhill (HTML)
2023-07-12 18:49:07 +00:00
* [Pro HTML5 Programming ](https://web.archive.org/web/20181215200026/http://apress.jensimmons.com/v5/pro-html5-programming/ch0.html ) - Jen Simmons, Chris O'Connor, Dylan Wooters, Peter Lubbers *(:card_file_box: archived)*
2020-11-01 14:30:43 +00:00
* [Resilient Web Design ](https://resilientwebdesign.com/#Resilientweb%20design ) - Jeremy Keith
2024-09-06 14:29:29 +00:00
* [Rote Learning HTML & CSS ](https://meiert.com/en/blog/rote-learning-html-and-css/ ) – Jens Oliver Meiert
2021-10-27 14:40:39 +00:00
* [RTL Styling 101 ](https://rtlstyling.com ) - Ahmad Shadeed
2023-07-12 18:49:07 +00:00
* [Scalable and Modular Architecture for CSS ](https://web.archive.org/web/20191116073929/http://smacss.com/ ) - Jonathan Snook *(:card_file_box: archived)*
2023-10-31 02:11:39 +00:00
* [The CSS Flexbox Handbook ](https://www.freecodecamp.org/news/the-css-flexbox-handbook/ ) - Benjamin Semah
2021-10-28 14:21:01 +00:00
* [The CSS Handbook ](https://flaviocopes.com/page/css-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
* [The HTML Handbook ](https://flaviocopes.com/page/html-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2017-04-23 12:35:25 +00:00
* [Understanding Flexbox: Everything you need to know ](https://ohansemmanuel.github.io/uf_download.html ) - Ohans Emmanuel
2024-09-06 14:29:29 +00:00
* [Upgrade Your HTML ](https://github.com/frontenddogma/upgrade-your-html ) – Jens Oliver Meiert
2020-02-08 19:15:37 +00:00
* [W3.CSS Succinctly ](https://www.syncfusion.com/ebooks/w3_css_succinctly ) - Joseph D. Booth
2013-11-16 17:13:33 +00:00
* [Web Audio API ](http://chimera.labs.oreilly.com/books/1234000001552 ) - Boris Smus
2020-10-12 16:09:55 +00:00
* [Web Visual Effects with CSS3 ](https://leanpub.com/web-visual-effects-with-css3/read ) - Thomas Mak
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
#### Bootstrap
2015-11-13 13:25:42 +00:00
2024-10-07 15:50:56 +00:00
* [Bootstrap 4 Quick Start Book ](https://bootstrapclasses.com/shop/bootstrap-quick-start ) - Jacob Lett (PDF, EPUB, MOBI)
2020-02-07 15:20:30 +00:00
* [Twitter Bootstrap 3 Succinctly ](https://www.syncfusion.com/resources/techportal/details/ebooks/twitterbootstrap3 ) - Peter Shaw
* [Twitter Bootstrap 4 Succinctly ](https://www.syncfusion.com/ebooks/twitterbootstrap4-succinctly ) - Peter Shaw
* [Twitter Bootstrap Succinctly ](https://www.syncfusion.com/resources/techportal/details/ebooks/twitterbootstrap ) - Peter Shaw
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Icon
2015-11-13 13:25:42 +00:00
2013-10-12 19:54:54 +00:00
* [The Implementation of the Icon Programming Language ](http://www.cs.arizona.edu/icon/ibsale.htm )
2014-07-27 20:16:50 +00:00
### iOS
2015-11-13 13:25:42 +00:00
2015-11-13 20:52:57 +00:00
* [Cocoa Dev Central ](http://cocoadevcentral.com )
2022-10-06 03:01:54 +00:00
* [Develop in Swift Explorations ](https://books.apple.com/in/book/develop-in-swift-explorations/id1581182728 ) - Apple Education (iBook)
2022-10-05 01:47:24 +00:00
* [Essential iOS ](https://www.programming-books.io/essential/ios/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2020-10-31 20:16:23 +00:00
* [iOS Developer Notes for Professionals ](https://goalkicker.com/iOSBook/ ) - Compiled from StackOverflow Documentation (PDF)
2018-05-02 13:58:38 +00:00
* [iOS Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/ios ) (PDF, Kindle) (email address *requested* , not required)
2015-08-30 02:43:03 +00:00
* [NSHipster ](http://nshipster.com/#archive ) (Resource)
2015-10-18 21:45:12 +00:00
* [Start Developing iOS Apps (Swift) ](https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html ) (HTML)
2015-12-15 14:23:48 +00:00
* [Start Developing iOS Apps Today (Objective-C) - Last updated 22.10.2013 ](http://everythingcomputerscience.com/books/RoadMapiOS.pdf ) (PDF)
2023-10-18 16:56:56 +00:00
* [Xcode Tutorial for Beginners ](https://codewithchris.com/xcode-tutorial ) - Chris Ching
2013-10-14 09:01:48 +00:00
2013-10-16 21:42:49 +00:00
2016-08-01 12:44:16 +00:00
### IoT
* [IoT in five days- V1.1 ](https://github.com/marcozennaro/IPv6-WSN-book/tree/master/Releases ) (PDF, EPUB)
2020-01-06 13:49:59 +00:00
* [Mastering Internet of Things ](https://www.packtpub.com/free-ebooks/mastering-internet-things ) - Peter Waher (Packt account *required* )
2016-08-01 12:44:16 +00:00
2014-07-27 20:16:50 +00:00
### Isabelle/HOL
2015-11-13 13:25:42 +00:00
2022-09-02 13:36:04 +00:00
* [Concrete Semantics - A Proof Assistant Approach ](http://www21.in.tum.de/~nipkow/Concrete-Semantics/ ) - Tobias Nipkow, Gerwin Klein (PDF)
* [Isabelle/HOL - A Proof Assistant for Higher-Order Logic ](http://isabelle.in.tum.de/doc/tutorial.pdf ) - Tobias Nipkow, Lawrence C. Paulson, Markus Wenzel (PDF)
2013-10-14 09:01:48 +00:00
2013-10-16 21:42:49 +00:00
2014-07-27 20:16:50 +00:00
### J
2015-11-13 13:25:42 +00:00
2022-09-02 13:36:04 +00:00
* [Arithmetic ](http://www.jsoftware.com/books/pdf/arithmetic.pdf ) - Kenneth E. Iverson (PDF)
* [Brief Reference ](http://www.jsoftware.com/books/pdf/brief.pdf ) - Chris Burke and Clifford Reiter (PDF)
* [Calculus ](http://www.jsoftware.com/books/pdf/calculus.pdf ) - Kenneth E. Iverson (PDF)
* [Computers and Mathematical Notation ](http://www.jsoftware.com/papers/camn.htm ) - Kenneth E. Iverson
* [Concrete Math Companion ](http://www.jsoftware.com/books/pdf/cmc.pdf ) - Kenneth E. Iverson (PDF)
* [Easy J ](http://www.jsoftware.com/books/pdf/easyj.pdf ) - Linda Alvord, Norman Thomson (PDF) ([Word DOC](http://www.jsoftware.com/books/doc/easyj_doc.zip))
* [Exploring Math ](http://www.jsoftware.com/books/pdf/expmath.pdf ) - Kenneth E. Iverson (PDF)
* [J for C Programmers ](http://www.jsoftware.com/help/jforc/contents.htm ) - Henry Rich
2013-10-16 21:42:49 +00:00
* [J Primer ](http://www.jsoftware.com/help/primer/contents.htm )
2022-09-02 13:36:04 +00:00
* [Learning J ](http://www.jsoftware.com/help/learning/contents.htm ) - Roger Stokes (online)
* [Math for the Layman ](http://www.jsoftware.com/books/pdf/mftl.zip ) - Kenneth E. Iverson (zipped HTML+images)
2014-05-01 17:49:29 +00:00
2013-10-16 21:42:49 +00:00
2014-07-27 20:16:50 +00:00
### Java
2015-11-13 13:25:42 +00:00
2015-11-13 13:46:22 +00:00
* [3D Programming in Java ](http://www.mat.uniroma2.it/~picard/SMC/didattica/materiali_did/Java/Java_3D/Java_3D_Programming.pdf ) - Daniel Selman (PDF)
2022-10-10 00:22:23 +00:00
* [A Practical Introduction to Data Structures and Algorithm Analysis Third Edition (Java Version) ](https://people.cs.vt.edu/shaffer/Book/Java3e20100119.pdf ) - Clifford A. Shaffer (PDF)
2023-07-20 04:26:44 +00:00
* [An Introduction to the USA Computing Olympiad, Java Edition ](https://darrenyao.com/usacobook/java.pdf ) - Darren Yao (PDF)
2015-11-13 13:46:22 +00:00
* [Apache Jakarta Commons: Reusable Java Components ](http://ptgmedia.pearsoncmg.com/images/0131478303/downloads/Iverson_book.pdf ) - Will Iverson (PDF)
2022-09-02 13:36:04 +00:00
* [Artificial Intelligence - Foundations of Computational Agents, Second Edition ](https://artint.info/2e/html/ArtInt2e.html ) - David L. Poole, Alan K. Mackworth
2020-10-23 15:41:58 +00:00
* [Building Back-End Web Apps with Java, JPA and JSF ](https://web-engineering.info/tech/JavaJpaJsf/book/ ) - Mircea Diaconescu, Gerd Wagner (HTML,PDF)
2017-06-10 17:14:27 +00:00
* [Category wise tutorials - J2EE ](https://www.mkyong.com/all-tutorials-on-mkyong-com/ ) - Yong Mook Kim
2022-09-02 13:36:04 +00:00
* [Core Servlets and JavaServer Pages, 2nd Ed. (2003) ](https://web.archive.org/web/20210126062450/https://pdf.coreservlets.com/ ) - Marty Hall, Larry Brown *(:card_file_box: archived)*
2023-07-12 18:49:07 +00:00
* [Data Structures in Java for the Principled Programmer (2007) ](https://web.archive.org/web/20190302130416/http://dept.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf ) - Duane A. Bailey (PDF) *(:card_file_box: archived)*
2023-10-07 18:54:41 +00:00
* [Effective Java, Third Edition ](https://ia801009.us.archive.org/16/items/effectivejava2017addisonwesley/Effective%20Java%20%282017%2C%20Addison-Wesley%29.pdf ) - Joshua Bloch (PDF) *(:card_file_box: archived)*
2022-10-05 01:47:24 +00:00
* [Essential Java ](https://www.programming-books.io/essential/java/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2016-05-15 05:38:53 +00:00
* [Google's Java Style Guide ](https://google.github.io/styleguide/javaguide.html )
2023-10-30 01:42:31 +00:00
* [Hibernate Notes for Professionals ](https://books.goalkicker.com/HibernateBook ) - Compiled from StackOverflow Documentation (PDF)
2022-09-02 13:36:04 +00:00
* [Introduction to Computer Science "booksite" ](https://introcs.cs.princeton.edu/java/cs/ ) - Robert Sedgewick, Kevin Wayne (HTML)
2018-02-15 15:27:01 +00:00
* [Introduction to Computer science using Java ](http://www.programmedlessons.org/Java9/index.html ) - Bradley Kjell
2022-09-02 13:36:04 +00:00
* [Introduction to Programming in Java ](http://introcs.cs.princeton.edu/java/home/ ) - Robert Sedgewick, Kevin Wayne
2021-08-21 19:36:48 +00:00
* [Introduction to Programming Using Java ](http://math.hws.edu/javanotes ) - David J. Eck (HTML, PDF, ePUB + exercises)
* [Introduction to Programming Using Java (5th Edition - final version, 2010 Jun) ](https://math.hws.edu/eck/cs124/javanotes5 ) - David J. Eck (HTML, PDF, ePUB + exercises)
2024-10-02 17:23:08 +00:00
* [Java 23 - Key Concepts in Brief ](https://petrucci.dev/java23.html ) - Sergio Petrucci (PDF)
2022-09-02 13:36:04 +00:00
* [Java Application Development on Linux (2005) ](https://ptgmedia.pearsoncmg.com/images/013143697X/downloads/013143697X_book.pdf ) - Carl Albing, Michael Schwarz (PDF)
* [Java, Java, Java Object-Oriented Problem Solving ](https://archive.org/details/JavaJavaJavaObject-orientedProblemSolving/page/n0 ) - R. Morelli, R.Walde
* [Java Language and Virtual Machine Specifications ](https://docs.oracle.com/javase/specs/ ) - James Gosling, et al.
2020-10-31 20:16:23 +00:00
* [Java Notes for Professionals ](http://goalkicker.com/JavaBook/ ) - Compiled from StackOverflow documentation (PDF)
2020-11-18 15:00:13 +00:00
* [Java Programming ](https://en.wikibooks.org/wiki/Java_Programming ) - Wikibooks
2017-06-10 17:14:27 +00:00
* [Java Programming for Kids ](https://yfain.github.io/Java4Kids/ ) - Yakov Fain
2020-01-02 15:18:18 +00:00
* [Java Projects, Second Edition ](https://www.packtpub.com/free-ebooks/java-projects-second-edition ) - Peter Verhas (Packt account *required* )
2021-10-07 14:13:07 +00:00
* [Learning Java Language ](https://riptutorial.com/Download/java-language.pdf ) - Compiled from StackOverflow Documentation (PDF)
2018-05-30 19:12:56 +00:00
* [Microservices Best Practices for Java ](https://www.redbooks.ibm.com/redbooks/pdfs/sg248357.pdf ) (PDF)
issues:add in list #3009,#3010, correction blank in #3011 (#3026)
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* Revert 3021 master (#3025)
* Revert "remove dead link from free-programming-books-tr.md (#3024)"
This reverts commit 0f07297a40a7fb4d7f9cd6f7a78f51db5729c61f.
* Revert "Added Git and Github course (#3023)"
This reverts commit 3e9e1ded62b3aec123be4aee397d5f4c4ab79a96.
* Revert "Added resources (#3022)"
This reverts commit 500db345f593e4c8c87214fbfded3639a5485108.
* Revert "issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde (#3021)"
This reverts commit 27982680704439e690217c780a506365213bd503.
* remove space, readd javajavajava
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* swap l.1413 and l.1412%B
swap l.1414 and l.1413%B Line 1414: oriented --> Oriented%B some corrections thanks to eshellman%B correct add one blankline before ### Subversion%B
* added clarification to title so folks don't think it's the book.
2018-10-25 21:07:30 +00:00
* [Object-Oriented Programming in JavaTM Textbook ](http://computing.southern.edu/halterman/OOPJ/ ) - Rick Halterman (PDF per Chapter)
8 books (#3050)
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* Revert 3021 master (#3025)
* Revert "remove dead link from free-programming-books-tr.md (#3024)"
This reverts commit 0f07297a40a7fb4d7f9cd6f7a78f51db5729c61f.
* Revert "Added Git and Github course (#3023)"
This reverts commit 3e9e1ded62b3aec123be4aee397d5f4c4ab79a96.
* Revert "Added resources (#3022)"
This reverts commit 500db345f593e4c8c87214fbfded3639a5485108.
* Revert "issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde (#3021)"
This reverts commit 27982680704439e690217c780a506365213bd503.
* remove space, readd javajavajava
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* swap l.1413 and l.1412%B
swap l.1414 and l.1413%B Line 1414: oriented --> Oriented%B some corrections thanks to eshellman%B correct add one blankline before ### Subversion%B
* issues:add in list #3009,#3010, correction blank in #3011 (#3026)
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* Revert 3021 master (#3025)
* Revert "remove dead link from free-programming-books-tr.md (#3024)"
This reverts commit 0f07297a40a7fb4d7f9cd6f7a78f51db5729c61f.
* Revert "Added Git and Github course (#3023)"
This reverts commit 3e9e1ded62b3aec123be4aee397d5f4c4ab79a96.
* Revert "Added resources (#3022)"
This reverts commit 500db345f593e4c8c87214fbfded3639a5485108.
* Revert "issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde (#3021)"
This reverts commit 27982680704439e690217c780a506365213bd503.
* remove space, readd javajavajava
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* swap l.1413 and l.1412%B
swap l.1414 and l.1413%B Line 1414: oriented --> Oriented%B some corrections thanks to eshellman%B correct add one blankline before ### Subversion%B
* added clarification to title so folks don't think it's the book.
* A MACHINE MADE THIS BOOK ten sketches of computer science by JOHN WHITINGTON (PDF)
* Computer ScienceI, Computer ScienceII, Computer ScienceIII, Searching & Sorting, Trees, Cryptography & Security, Intoduction to Git and Github - Tutorial
by Dr. Chris Bourke (PDF)
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* feat: delete Bourke's Lectures. closes #3050
squash 4 commits (git reset --soft HEAD~4)
delete Trees - Lecture notes because in CS III (git commit --amend)
add (:construction: *in process*) in CS I II III
edit comment aqyash->squash (git commit --amend)
l.1428 and l.1427, delete 2nd double Object Oriented Programming using Java - Kendal
swap l.1429 and l.1428
swap l.1427 and l.1426, delete double Halterman, l.1429 and l.1428, add (PDF)in Pecinovsky
swap l.366 and l.365, l.694 and l.693, l.1428 and l.1427
2018-11-12 15:29:24 +00:00
* [OOP - Learn Object Oriented Thinking & Programming ](http://pub.bruckner.cz/titles/oop ) - Rudolf Pecinovsky (PDF)
2017-06-10 17:14:27 +00:00
* [Open Data Structures (in Java) ](http://opendatastructures.org/ods-java.pdf ) - Pat Morin (PDF)
2020-01-16 01:12:38 +00:00
* [Playing with Java Microservices on Kubernetes and OpenShift ](https://leanpub.com/playing-with-java-microservices-on-k8s-and-ocp ) - Nebrass Lamouchi *(Leanpub account or valid email requested)*
2017-06-16 14:03:13 +00:00
* [Processing XML with Java (A Guide to SAX, DOM, JDOM, JAXP, and TrAX) (2002) ](http://www.cafeconleche.org/books/xmljava/ ) - Elliotte Rusty Harold
2017-06-10 17:14:27 +00:00
* [The Java EE6 Tutorial ](https://docs.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf ) (PDF)
2022-09-02 13:36:04 +00:00
* [The Java EE7 Tutorial ](https://docs.oracle.com/javaee/7/JEETT.pdf ) - Eric Jendrock, et al. (PDF)
2017-02-04 10:39:23 +00:00
* [The Java Tutorials ](https://docs.oracle.com/javase/tutorial/index.html )
2020-03-31 18:01:59 +00:00
* [The Java Web Scraping Handbook ](https://www.scrapingbee.com/java-webscraping-book ) - Kevin Sahin (PDF, HTML)
2020-10-22 00:45:06 +00:00
* [Think Data Structures: Algorithms and Information Retrieval in Java ](https://greenteapress.com/wp/think-data-structures/ ) - Allen B. Downey (PDF, HTML)
2022-09-02 13:36:04 +00:00
* [Think Java: How to Think Like a Computer Scientist, 2nd Edition ](https://greenteapress.com/wp/think-java-2e/ ) - Allen B. Downey, Chris Mayfield (HTML, PDF) [(Interactive version by Trinket) ](https://books.trinket.io/thinkjava2/ )
* [Think Java: How to Think Like a Computer Scientist ](https://greenteapress.com/wp/think-java/ ) - Allen B. Downey, Chris Mayfield (HTML, PDF) [(Interactive version by Trinket) ](https://books.trinket.io/thinkjava/ )
2021-07-21 14:12:54 +00:00
* [Using RxJava 2 Tutorial ](https://www.vogella.com/tutorials/RxJava/article.html ) - Lars Vogel, Simon Scholz (HTML)
2019-09-12 16:53:43 +00:00
* [Welcome to Java for Python Programmers ](https://runestone.academy/runestone/books/published/java4python/index.html ) - Brad Miller
2017-06-16 14:03:13 +00:00
* [Welcome to the Java Workshop (2006) ](http://javaworkshop.sourceforge.net ) - Trevor Miller
2020-10-23 15:41:58 +00:00
* [What’ s New in Java 8 ](https://leanpub.com/whatsnewinjava8/read ) - Adam L. Davis
2022-09-02 13:36:04 +00:00
* [Writing Advanced Applications for the Java 2 Platform ](http://www.pawlan.com/monica/books/AdvBk.pdf ) - Calvin Austin, Monica Pawlan (PDF)
2013-10-11 07:04:49 +00:00
2014-05-07 17:24:01 +00:00
2018-07-27 13:15:43 +00:00
#### Codename One
* [Codename One Developer Guide ](https://www.codenameone.com/files/developer-guide.pdf ) (PDF)
* [Create an Uber Clone in 7 Days (first 2 chapters) ](http://uber.cn1.co ) - Shai Almog (PDF)
2021-10-29 16:54:57 +00:00
#### Java Reporting
2016-07-07 17:26:25 +00:00
* [The JasperReports Ultimate Guide, Third Edition ](http://jasperreports.sourceforge.net/JasperReports-Ultimate-Guide-3.pdf ) (PDF)
2014-07-27 20:16:50 +00:00
#### Spring
2015-11-13 13:25:42 +00:00
2020-01-06 13:49:59 +00:00
* [Building Applications with Spring 5 and Vue.js 2 ](https://www.packtpub.com/free-ebooks/building-applications-spring-5-and-vuejs-2 ) - James J. Ye (Packt account *required* )
* [Software Architecture with Spring 5.0 ](https://www.packtpub.com/free-ebooks/software-architecture-spring-50 ) - René Enríquez, Alberto Salazar (Packt account *required* )
2020-10-29 15:41:59 +00:00
* [Spring Framework Cookbook: Hot Recipes for Spring Framework ](https://www.javacodegeeks.com/wp-content/uploads/2017/01/Spring-Framework-Cookbook.pdf ) - JCGs (Java Code Geeks) (PDF)
2020-10-31 20:16:23 +00:00
* [Spring Framework Notes for Professionals ](https://goalkicker.com/SpringFrameworkBook ) - Compiled from StackOverflow documentation (PDF)
2022-09-02 13:36:04 +00:00
* [Spring Framework Reference Documentation ](https://docs.spring.io/spring/docs/current/spring-framework-reference/ ) - Rod Johnson, et al.
2015-11-13 13:25:42 +00:00
2014-06-10 06:29:48 +00:00
2014-07-27 20:16:50 +00:00
#### Spring Boot
2015-11-13 13:25:42 +00:00
2020-10-21 14:24:09 +00:00
* [Building modern Web Apps with Spring Boot and Vaadin ](https://v.vaadin.com/hubfs/Pdfs/Building%20Modern%20Web%20Apps%20with%20Spring%20Boot%20and%20Vaadin.pdf ) (PDF)
2022-09-02 13:36:04 +00:00
* [Spring Boot Reference Guide ](https://docs.spring.io/spring-boot/docs/current/reference/html/ ) - Phillip Webb, et al. ([PDF](https://docs.spring.io/spring-boot/docs/current/reference/pdf/spring-boot-reference.pdf))
2015-11-13 13:25:42 +00:00
2014-06-10 06:29:48 +00:00
2020-01-13 20:23:56 +00:00
#### Spring Data
* [Spring Data Reference ](https://docs.spring.io/spring-data/jpa/docs/current/reference/html ) - Oliver Gierke, Thomas Darimont, Christoph Strobl, Mark Paluch, Jay Bryant
2014-07-27 20:16:50 +00:00
#### Spring Security
2015-11-13 13:25:42 +00:00
2014-06-10 06:29:48 +00:00
* [Spring Security Reference ](http://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/ ) - Ben Alex, Luke Taylor, Rob Winch
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
#### Wicket
2015-11-13 13:25:42 +00:00
2015-10-31 00:28:29 +00:00
* [Official Free Online Guide for Apache Wicket framework ](http://wicket.apache.org/learn/#guide )
2013-10-24 13:11:22 +00:00
2013-10-31 09:12:23 +00:00
2014-07-27 20:16:50 +00:00
### JavaScript
2015-11-13 13:25:42 +00:00
2022-10-31 20:25:56 +00:00
* [Airbnb JavaScript Style Guide ](https://airbnb.io/javascript/ ) - Airbnb (HTML)
2023-10-28 03:17:05 +00:00
* [Basic JavaScript for the impatient programmer ](http://www.2ality.com/2013/06/basic-javascript.html ) - Axel Rauschmayer (HTML)
2023-11-01 00:47:00 +00:00
* [Bible of JS ](https://sheryians.com/download/bibleofjs_by_sheryians ) - Harsh Sharma, Sheryians Coding School
2024-10-16 20:41:10 +00:00
* [Book of Modern Frontend Tooling ](https://github.com/tooling/book-of-modern-frontend-tooling ) - Various (HTML) (CC BY-NC)
2020-10-23 15:41:58 +00:00
* [Building Front-End Web Apps with Plain JavaScript ](https://web-engineering.info/JsFrontendApp-Book ) - Gerd Wagner (HTML,PDF)
2020-10-31 21:23:40 +00:00
* [Clean Code JavaScript ](https://github.com/ryanmcdermott/clean-code-javascript ) - Ryan McDermott (HTML)
* [Crockford's JavaScript ](http://www.crockford.com/javascript/ ) - Douglas Crockford (HTML)
2023-10-28 03:17:05 +00:00
* [Deep JavaScript: Theory and techniques ](https://exploringjs.com/deep-js ) - Axel Rauschmayer (HTML)
2020-10-31 21:23:40 +00:00
* [Designing Scalable JavaScript Applications ](https://www.manning.com/books/designing-scalable-javascript-applications ) - Emmit Scott (PDF+livebook)
* [Dev Docs ](https://devdocs.io/javascript/ ) - Various (HTML)
2022-10-09 00:36:07 +00:00
* [DOM Enlightenment ](https://frontendmasters.com/guides/javascript-enlightenment/ ) - Cody Linley
2024-10-10 14:12:23 +00:00
* [Eloquent JavaScript 3rd edition ](http://eloquentjavascript.net ) - Marijn Haverbeke (HTML, PDF, EPUB, MOBI) (CC BY-NC)
2022-10-05 01:47:24 +00:00
* [Essential Javascript ](https://www.programming-books.io/essential/javascript/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2023-10-28 03:17:05 +00:00
* [Exploring ES6 ](http://exploringjs.com/es6/ ) - Axel Rauschmayer (HTML)
2022-10-30 03:03:48 +00:00
* [Functional-Light JavaScript ](https://github.com/getify/Functional-Light-JS ) - Kyle Simpson (HTML)
2022-09-02 13:36:04 +00:00
* [Google JavaScript Style Guide ](https://google.github.io/styleguide/javascriptguide.xml ) - Aaron Whyte, Bob Jervis, Dan Pupius, Erik Arvidsson, Fritz Schneider, Robby Walker (HTML)
2020-10-31 21:23:40 +00:00
* [Human JavaScript ](http://read.humanjavascript.com/ch01-introduction.html ) - Henrik Joreteg (HTML)
2022-07-19 07:56:59 +00:00
* [JavaScript (ES2015+) Enlightenment ](https://frontendmasters.com/guides/javascript-enlightenment/ ) - Cody Lindley (HTML)
2020-10-31 21:23:40 +00:00
* [JavaScript Allongé ](https://leanpub.com/javascript-allonge/read ) - Reginald Braithwaite (HTML)
* [JavaScript Bible ](http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf ) - Danny Goodman (PDF)
* [JavaScript Challenges Book ](https://tcorral.github.io/javascript-challenges-book/ ) - Tomás Corral Casas (HTML)
2018-05-16 13:31:28 +00:00
* [JavaScript ES6 and beyond ](https://github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook ) - Alberto Montalesi (PDF, epub)
2022-10-22 00:29:12 +00:00
* [JavaScript For Beginners ](https://github.com/microsoft/Web-Dev-For-Beginners ) - Microsoft
2020-10-31 21:23:40 +00:00
* [JavaScript For Cats ](http://jsforcats.com ) - Maxwell Ogden (HTML)
2024-01-10 16:17:22 +00:00
* [JavaScript for Data Science ](https://third-bit.com/js4ds/ ) - Maya Gans, Toby Hodges, Greg Wilson (HTML)
2023-10-28 03:17:05 +00:00
* [JavaScript for Impatient Programmers (ES2020 edition) ](https://exploringjs.com/impatient-js/toc.html ) - Axel Rauschmayer (HTML)
2022-10-03 15:06:23 +00:00
* [JavaScript for Impatient Programmers (ES2022 edition) ](https://exploringjs.com/impatient-js/ ) - Axel Rauschmayer (HTML)
2021-10-28 14:15:05 +00:00
* [JavaScript from ES5 to ESNext ](https://flaviocopes.com/page/es5-to-esnext/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2020-10-31 21:23:40 +00:00
* [JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies ](http://nicholasjohnson.com/javascript-book/ ) - Nicholas Johnson (HTML)
2022-10-04 00:45:39 +00:00
* [JavaScript Handbook ](https://thevalleyofcode.com/js/ ) - Flavio Copes (HTML, PDF)
2021-03-29 23:15:38 +00:00
* [JavaScript Interview #35 ](https://gumroad.com/l/javascript-interview-35 ) - Coderslang Master (PDF, email address *requested* , not required)
2020-10-21 01:08:19 +00:00
* [JavaScript Notes for Professionals ](https://goalkicker.com/JavaScriptBook/ ) - Compiled from StackOverflow documentation (PDF)
2020-10-31 21:23:40 +00:00
* [JavaScript Patterns Collection ](http://shichuan.github.io/javascript-patterns/ ) - Shi Chuan (HTML)
2023-07-12 18:49:07 +00:00
* [JavaScript Spessore ](https://web.archive.org/web/20160325064800/https://leanpub.com/javascript-spessore/read ) - Reginald Braithwaite (HTML) *(:card_file_box: archived)*
2020-10-31 21:23:40 +00:00
* [JavaScript Succinctly ](https://www.syncfusion.com/resources/techportal/ebooks/javascript ) - Cody Lindley (PDF, Kindle; email address *requested* , not required)
2022-09-02 13:36:04 +00:00
* [JavaScript the Right Way ](https://github.com/braziljs/js-the-right-way ) - William Oliveira, Allan Esquina (HTML)
2022-11-15 21:09:06 +00:00
* [Javascript Tutorial ](https://www.tutorialspoint.com/javascript/index.htm )
2022-10-13 02:03:01 +00:00
* [JavaScript Wikibook ](https://en.wikibooks.org/wiki/JavaScript ) - Wikibooks (HTML, PDF)
2023-07-20 04:21:00 +00:00
* [JavaScript with Classes ](https://diogoeichert.github.io/JSwC.epub ) - Diogo Eichert (EPUB)
2021-10-25 17:40:26 +00:00
* [JS Robots ](https://web.archive.org/web/20201029045339/http://markdaggett.com/images/ExpertJavaScript-ch6.pdf ) - Mark Daggett (PDF) *(:card_file_box: archived)*
2020-10-31 21:23:40 +00:00
* [Leaflet Tips and Tricks: Interactive Maps Made Easy ](https://leanpub.com/leaflet-tips-and-tricks/read ) - Malcolm Maclean (HTML)
2024-10-11 17:55:47 +00:00
* [Learn JavaScript ](https://javascript.sumankunwar.com.np/en ) - Suman Kumar, Github Contributors (HTML, PDF)
2020-10-31 21:23:40 +00:00
* [Learning JavaScript Design Patterns ](http://addyosmani.com/resources/essentialjsdesignpatterns/book/ ) - Addy Osmani (HTML)
2023-10-04 01:50:23 +00:00
* [Let's Learn ES6 ](https://bubblin.io/book/let-s-learn-es6-by-ryan-christiani#frontmatter ) - Ryan Christiani (Superbook format)
2020-10-31 21:23:40 +00:00
* [Managing Space and Time with JavaScript - Book 1: The Basics ](http://www.noelrappin.com ) - Noel Rappin (dead link)
2022-10-02 22:41:02 +00:00
* [Modern JavaScript ](https://www.modernjs.com ) - Daniel Rubio
2020-10-31 21:23:40 +00:00
* [Mozilla Developer Network's JavaScript Guide ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide ) - Mozilla Developer Network contributors (HTML)
2023-10-02 00:15:08 +00:00
* [MythBusters JS ](https://mythbusters.js.org ) - Kiko Beats (HTML)
2020-10-31 21:23:40 +00:00
* [Neural Networks with JavaScript Succinctly ](https://www.syncfusion.com/ebooks/neural-networks-with-javascript-succinctly ) - James McCaffrey (PDF, EPUB, MOBI)
2023-07-12 18:49:07 +00:00
* [Oh My JS ](https://web.archive.org/web/20150317231950/https://leanpub.com/ohmyjs/read ) - Azat Mardanov (HTML) *(:card_file_box: archived)*
2020-10-31 21:23:40 +00:00
* [Patterns For Large-Scale JavaScript Application Architecture ](http://addyosmani.com/largescalejavascript/ ) - Addy Osmani (HTML)
* [Practical Modern JavaScript ](https://github.com/mjavascript/practical-modern-javascript ) - Nicolas Bevacqua (HTML)
* [Professor Frisby’ s Mostly Adequate Guide to Functional Programming ](https://mostly-adequate.gitbooks.io/mostly-adequate-guide/content/ ) - Brian Lonsdorf (HTML)
2020-10-28 16:09:06 +00:00
* [Robust Client-Side JavaScript ](https://molily.de/robust-javascript/ ) - Matthias Schäfer (HTML, EPUB)
2020-11-14 00:52:52 +00:00
* [Single page apps in depth ](http://singlepageappbook.com ) - Mixu (HTML)
2024-01-10 02:30:21 +00:00
* [Software Design by Example: A Tool-Based Introduction with JavaScript ](https://third-bit.com/sdxjs/ ) - Greg Wilson (HTML)
2023-10-28 03:17:05 +00:00
* [Speaking JavaScript ](https://exploringjs.com/es5/ ) - Axel Rauschmayer
2020-11-14 00:52:52 +00:00
* [Standard ECMA-262 ECMAScript 2016 Language Specification ](https://www.ecma-international.org/publications/standards/Ecma-262.htm ) - Ecma International (HTML,PDF)
2022-10-15 01:39:22 +00:00
* [The Code Challenge Book ](https://s3.amazonaws.com/coderbytestaticimages/CoderbyteEbook.pdf ) - Daniel Borowski (PDF)
2021-10-28 14:15:05 +00:00
* [The JavaScript Beginner's Handbook ](https://flaviocopes.com/page/javascript-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2020-11-14 00:52:52 +00:00
* [The JavaScript Way ](https://github.com/bpesquet/thejsway ) - Baptiste Pesquet
2022-10-13 02:03:01 +00:00
* [The Modern JavaScript Tutorial ](https://javascript.info ) - Ilya Kantor (HTML)
2020-10-31 21:23:40 +00:00
* [The Problem with Native JavaScript APIs ](https://www.oreilly.com/programming/free/native-javascript-apis.csp ) - Nicholas C. Zakas (PDF, email address *requested* )
* [Thinking in JavaScript ](https://www.amazon.com/Thinking-JavaScript-Aravind-Shenoy-ebook/dp/B00JUI6LUQ ) - Aravind Shenoy (Kindle)
* [Understanding ECMAScript 6 ](https://leanpub.com/understandinges6/read ) - Nicholas C. Zakas (HTML)
* [Understanding JavaScript OOP ](http://robotlolita.me/2011/10/09/understanding-javascript-oop.html ) - Quil (HTML)
2021-10-09 18:04:17 +00:00
* [Understanding the DOM — Document Object Model ](https://www.digitalocean.com/community/books/understanding-the-dom-document-object-model-ebook ) - Tania Rascia (PDF, EPUB)
2020-10-31 21:23:40 +00:00
* [You Don't Know JS ](https://github.com/getify/You-Dont-Know-JS ) - Kyle Simpson (HTML, PDF, EPUB, MOBI)
2013-10-17 08:50:30 +00:00
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
#### AngularJS
2015-11-13 13:25:42 +00:00
2024-03-12 16:41:59 +00:00
> :information_source: (deprecated since 2022) see [Angular](#angular)
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
* [Angular 1 Style Guide ](https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md ) - John Papa (HTML)
2022-10-30 17:16:04 +00:00
* [Angular Testing Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/angular-testing-succinctly ) - Joseph D. Booth (HTML)
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
* [AngularJS - Step by Logical Step ](http://nicholasjohnson.com/angular-book/ ) - Nicholas Johnson (HTML)
* [AngularJS Guide ](https://docs.angularjs.org/guide/ ) (HTML)
* [AngularJS Material Designing ](https://material.angularjs.org/latest/ ) (HTML)
* [AngularJS Notes for Professionals ](https://goalkicker.com/AngularJSBook ) - Compiled from StackOverflow Documentation ([PDF](https://goalkicker.com/AngularJSBook/AngularJSNotesForProfessionals.pdf))
* [AngularJS Style Guide for teams ](https://github.com/toddmotto/angularjs-styleguide ) - Todd Motto (HTML)
* [AngularJS Succinctly ](https://www.syncfusion.com/resources/techportal/ebooks/angularjs ) - Frederik Dietz (PDF, EPUB, Kindle) (email address *requested* , not required)
* [AngularJS Tutorial ](https://docs.angularjs.org/tutorial ) (HTML)
2022-08-25 11:03:43 +00:00
* [AngularJS vs EmberJs ](https://angularjs-emberjs-compare.bguiz.com ) - Brendan Graetz (HTML)
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
* [Seven-Part Introduction to AngularJS ](http://ngokevin.com/blog/angular-1/ ) - Keving Ngo (HTML, [:package: demos, open-sourced examples ](https://github.com/ngokevin/angularbook ))
* [Unit Testing Best Practices in AngularJS ](http://andyshora.com/unit-testing-best-practices-angularjs.html ) - Andy Shora (HTML)
2018-03-20 14:43:06 +00:00
#### Backbone.js
* [A pragmatic guide to Backbone.js apps ](http://pragmatic-backbone.com )
* [Backbonejs Tutorials ](https://cdnjs.com/libraries/backbone.js/tutorials/ )
2023-11-29 22:15:41 +00:00
* [Building Single Page Web Apps with Backbone.js ](https://singlepagebook.supportbee.com ) *(:construction: in process)*
2018-03-20 14:43:06 +00:00
* [Developing Backbone.js Applications ](http://addyosmani.github.io/backbone-fundamentals/ )
* [Getting Started with Backbone.js ](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/ )
* [How to share Backbone.js models with node.js ](http://amirmalik.net/2010/11/27/how-to-share-backbonejs-models-with-nodejs )
#### Booty5.js
* [The Booty5 HTML5 Game Maker Manual ](http://booty5.com/booty5-free-html-game-maker-e-book-manual/ )
#### D3.js
* [D3 Tips and Tricks ](https://leanpub.com/D3-Tips-and-Tricks/read ) - Malcolm Maclean
2021-04-25 18:55:39 +00:00
* [Dashing D3.js Tutorial ](https://www.dashingd3js.com/d3-tutorial )
2018-03-20 14:43:06 +00:00
* [Interactive Data Visualization with D3 ](http://alignedleft.com/tutorials/d3 )
#### Dojo
2020-01-22 15:26:43 +00:00
* [Dojo: The Definitive Guide ](https://www.oreilly.com/library/view/dojo-the-definitive/9780596516482/ ) - Matthew A. Russell
2018-03-20 14:43:06 +00:00
2021-10-06 01:19:21 +00:00
#### Electron
* [Electron Succinctly, Syncfusion ](https://www.syncfusion.com/succinctly-free-ebooks/electron-succinctly ) (PDF, Kindle) (email address requested, not required)
2018-03-20 14:43:06 +00:00
#### Elm
2018-11-06 14:22:08 +00:00
* [An Introduction to Elm ](https://guide.elm-lang.org ) (HTML)
2022-08-12 13:14:00 +00:00
* [Beginning Elm ](https://elmprogramming.com ) - Pawan Poudel (HTML)
2018-03-20 14:43:06 +00:00
* [Building a Live-Validating Signup Form in Elm ](http://tech.noredink.com/post/129641182738/building-a-live-validated-signup-form-in-elm )
2018-09-23 20:26:41 +00:00
* [Elm Accelerated ](https://accelerated.amimetic.co.uk ) - James Porter
2018-11-06 14:22:08 +00:00
* [Elm Programming Language ](https://en.wikibooks.org/wiki/Elm_programming_language ) (HTML)
2020-01-22 15:26:43 +00:00
* [Elm Tutorial ](https://legacy.gitbook.com/book/sporto/elm-tutorial/details )
2018-11-06 14:22:08 +00:00
* [Learn You an Elm ](https://learnyouanelm.github.io ) (HTML)
2018-03-20 14:43:06 +00:00
* [The Elm Architecture ](https://github.com/evancz/elm-architecture-tutorial )
#### Ember.js
2022-08-25 11:03:43 +00:00
* [AngularJs vs EmberJs ](https://angularjs-emberjs-compare.bguiz.com ) - Brendan Graetz (HTML)
2018-03-20 14:43:06 +00:00
* [Ember App with RailsApi ](https://dockyard.com/blog/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1 )
2018-10-17 06:27:54 +00:00
* [Ember.js - Getting started ](https://guides.emberjs.com/release/ )
2018-03-20 14:43:06 +00:00
* [Vic Ramon's Ember Tutorial ](http://ember.vicramon.com )
2021-10-01 23:10:44 +00:00
* [yoember.com ](https://yoember.com )
2018-03-20 14:43:06 +00:00
#### Express.js
2023-07-12 18:49:07 +00:00
* [Express.js Guide ](https://web.archive.org/web/20140621124403/https://leanpub.com/express/read ) - Azat Mardanov *(:card_file_box: archived)*
2022-04-01 15:19:40 +00:00
* [The Express.js Handbook ](https://flaviocopes.com/page/express-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2018-03-20 14:43:06 +00:00
2021-07-29 03:29:50 +00:00
#### Fastify
* [Fastify - Latest Documentation ](https://www.fastify.io/docs/latest ) (HTML)
2022-10-31 19:20:54 +00:00
#### Hydrogen
* [Build a Hydrogen storefront ](https://shopify.dev/custom-storefronts/hydrogen/getting-started/tutorial ) (HTML)
2020-01-29 18:25:21 +00:00
#### Ionic
* [Ionic 4 Succinctly ](https://www.syncfusion.com/ebooks/ionic-4-succinctly ) - Ed Freitas
2018-03-20 14:43:06 +00:00
#### jQuery
* [JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies ](http://nicholasjohnson.com/javascript-book/ )
2020-10-31 20:16:23 +00:00
* [jQuery Notes for Professionals ](https://goalkicker.com/jQueryBook/ ) - Compiled from StackOverflow Documentation (PDF)
2018-03-20 14:43:06 +00:00
* [jQuery Novice to Ninja ](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf ) (PDF)
2018-05-02 13:58:38 +00:00
* [jQuery Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/jquery ) (PDF, Kindle) (email address *requested* , not required)
2018-03-20 14:43:06 +00:00
#### Meteor
2024-10-08 01:50:06 +00:00
* [Your First Meteor Application, A Complete Beginner’ s Guide to the Meteor JavaScript Framework ](https://web.archive.org/web/20230815173101/http://meteortips.com/first-meteor-tutorial/ ) (HTML) *(:card_file_box: archived)*
2014-01-18 12:28:57 +00:00
2015-11-13 13:25:42 +00:00
2021-10-07 15:42:49 +00:00
#### Next.js
2022-10-06 15:13:44 +00:00
* [Learn Next.js ](https://nextjs.org/learn ) - Vercel Inc.
2021-10-07 15:42:49 +00:00
* [Mastering Next.js ](https://masteringnextjs.com )
2023-10-11 16:49:57 +00:00
* [Next.js 13 Crash Course 2023: Learn App Directory, React Server Components & More ](https://www.youtube.com/watch?v=Y6KDk5iyrYE ) - Brad Traversy (Traversy Media)
2022-04-01 15:19:40 +00:00
* [The Next.js Handbook ](https://flaviocopes.com/page/nextjs-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2021-10-07 15:42:49 +00:00
2014-07-27 20:16:50 +00:00
#### Node.js
2015-11-13 13:25:42 +00:00
2022-08-12 13:14:00 +00:00
* [An Introduction to libuv ](https://nikhilm.github.io/uvbook/ ) - Nikhil Marathe ([PDF](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.pdf) - [ePub ](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.epub ))
2022-10-05 01:47:24 +00:00
* [Essential Node.js ](https://www.programming-books.io/essential/nodejs/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2021-10-10 20:24:48 +00:00
* [From Containers to Kubernetes with Node.js ](https://www.digitalocean.com/community/books/from-containers-to-kubernetes-with-node-js-ebook ) - Kathleen Juell (PDF, EPUB)
2020-11-03 03:07:36 +00:00
* [Full Stack JavaScript: Learn Backbone.js, Node.js and MongoDB ](https://github.com/azat-co/fullstack-javascript ) - Azat Mardan
2021-10-07 03:02:08 +00:00
* [How To Code in Node.js - eBook ](https://www.digitalocean.com/community/books/how-to-code-in-node-js-ebook ) - David Landup, Marcus Sanatan @ Stack Abuse, Digital Ocean (PDF, EPUB)
2023-10-04 01:50:23 +00:00
* [Introduction to Node.js ](https://nodejs.dev/en/learn/ ) (HTML)
2021-10-10 21:23:58 +00:00
* [Mastering Node ](https://github.com/visionmedia/masteringnode ) - visionmedia ([PDF](https://github.com/visionmedia/masteringnode/blob/master/book.pdf))
2013-10-12 17:02:26 +00:00
* [Mixu's Node Book ](http://book.mixu.net/node/ )
2022-11-15 20:36:14 +00:00
* [Node Documentation ](https://nodejs.org/en/docs/ ) (PDF)
2020-01-22 15:26:43 +00:00
* [Node: Up and Running ](https://www.oreilly.com/library/view/node-up-and/9781449332235/ ) - Tom Hughes-Croucher
2023-07-07 16:21:48 +00:00
* [Node.js Best Practices ](https://github.com/goldbergyoni/nodebestpractices ) - Yoni Goldberg, et al.
2022-11-15 20:36:14 +00:00
* [Node.js Design Patterns ](https://ia801309.us.archive.org/5/items/HandbookOfNeuralComputingApplicationsPDFStormRG/Node.js%20Design%20Patterns%20-%20Casciaro,%20Mario%20%5BPDF%5D%5BStormRG%5D.pdf ) - Mario Casciaro (PDF)
2020-10-31 20:16:23 +00:00
* [Node.js Notes for Professionals ](http://goalkicker.com/NodeJSBook ) - Compiled from StackOverflow Documentation (PDF)
2018-05-02 13:58:38 +00:00
* [Node.js Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/nodejs ) (PDF, Kindle) (email address *requested* , not required)
2020-11-03 03:08:38 +00:00
* [Practical Node.js: Building Real-World Scalable Web Apps ](https://github.com/azat-co/practicalnode ) - Azat Mardan
2022-11-15 21:43:49 +00:00
* [Serverless framework getting started ](https://www.serverless.com/framework/docs/getting-started )
2022-11-01 15:40:04 +00:00
* [Shell scripting with Node.js ](https://exploringjs.com/nodejs-shell-scripting/index.html ) - Axel Rauschmayer (HTML)
2015-11-13 20:52:57 +00:00
* [The Node Beginner Book ](http://nodebeginner.org )
2022-04-01 15:19:40 +00:00
* [The Node.js Handbook ](https://flaviocopes.com/page/node-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2018-03-20 14:43:06 +00:00
2022-10-01 20:09:30 +00:00
#### Nuxt.js
* [Nuxt.js Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/nuxtjs-succinctly ) - Ed Freitas
2018-03-20 14:43:06 +00:00
#### Om
2013-12-25 11:47:45 +00:00
2018-03-20 14:43:06 +00:00
* [Om Tutorial ](http://awkay.github.io/om-tutorial/ )
2014-01-18 12:28:57 +00:00
2017-05-22 14:41:14 +00:00
2018-03-20 14:43:06 +00:00
#### React
2022-10-28 06:19:21 +00:00
* [30 days of React: An introduction to React in 30 bite-size morsels ](https://www.newline.co/fullstack-react/assets/media/sGEMe/MNzue/30-days-of-react-ebook-fullstackio.pdf ) - Ari Lerner (PDF)
2021-10-19 13:08:32 +00:00
* [Airbnb React/JSX Style Guide ](https://airbnb.io/javascript/react/ ) - Airbnb
2022-10-05 01:47:24 +00:00
* [Essential React ](https://www.programming-books.io/essential/react/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2018-03-20 14:43:06 +00:00
* [Hacking with React ](http://www.hackingwithreact.com )
2022-10-21 14:27:02 +00:00
* [Hands on React ](https://handsonreact.com/docs/ ) - Craig Mckeachie
2021-10-06 01:08:27 +00:00
* [How To Code in React.js ](https://www.digitalocean.com/community/books/how-to-code-in-react-js-ebook ) - Joe Morgan
2018-03-20 14:43:06 +00:00
* [Intro to the React Framework ](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660 )
* [Learning React.js: Getting Started and Concepts ](https://scotch.io/tutorials/learning-react-getting-started-and-concepts )
2020-01-22 15:26:43 +00:00
* [React-Bits ](https://github.com/vasanthk/react-bits )
2021-01-23 21:39:47 +00:00
* [React Book, your beginner guide to React ](https://github.com/softchris/react-book/ ) - Chris Noring
2022-07-19 07:56:59 +00:00
* [React Enlightenment ](https://www.reactenlightenment.com ) - Cody Lindley (HTML)
2021-09-17 14:14:00 +00:00
* [React In-depth: An exploration of UI development ](https://developmentarc.gitbooks.io/react-indepth/content/ )
2021-10-08 01:24:11 +00:00
* [React in patterns ](https://krasimir.gitbooks.io/react-in-patterns/content ) - Krasimir Tsonev
2020-10-31 20:16:23 +00:00
* [React JS Notes for Professionals ](https://goalkicker.com/ReactJSBook/ ) - Compiled from StackOverflow Documentation (PDF)
2018-03-20 14:43:06 +00:00
* [React Primer Draft ](https://github.com/mikechau/react-primer-draft )
2020-01-29 18:25:21 +00:00
* [React Succinctly ](https://www.syncfusion.com/ebooks/react-succinctly ) - Samer Buna
2018-03-20 14:43:06 +00:00
* [React Tutorial ](https://reactjs.org/tutorial/tutorial.html )
* React Tutorial by Josh Finnie
2022-09-02 13:36:04 +00:00
* [React Tutorial - Part 1 ](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/ ) - Josh Finnie
* [React Tutorial - Part 2 ](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/ ) - Josh Finnie
* [React Tutorial - Part 3 ](http://www.joshfinnie.com/blog/reactjs-tutorial-part-3/ ) - Josh Finnie
2022-09-18 14:11:14 +00:00
* [React with ASP.NET Core Tutorial ](https://reactjs.net/getting-started/aspnetcore.html )
* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser ](https://codegeekz.com/react-js-tutorial/ )
2022-11-01 17:14:24 +00:00
* [Redux Tutorial ](https://www.tutorialspoint.com/redux/ ) - Tutorial Point (HTML, PDF)
2022-09-18 14:11:14 +00:00
* [SurviveJS - Webpack and React ](http://survivejs.com )
2021-10-28 14:14:09 +00:00
* [The React Beginner's Handbook ](https://flaviocopes.com/page/react-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2017-05-22 14:41:14 +00:00
2018-03-20 14:43:06 +00:00
#### React Native
2024-10-19 00:43:16 +00:00
* [Essential React Native ](https://www.programming-books.io/essential/reactnative/ ) - Krzysztof Kowalczyk, StackOverflow Contributors (CC BY-SA)
2018-03-20 14:43:06 +00:00
* [React Native Animation Book ](http://browniefed.com/react-native-animation-book/ )
* [React Native Express ](http://www.reactnativeexpress.com )
2024-10-19 00:43:16 +00:00
* [React Native Notes for Professionals ](https://goalkicker.com/ReactNativeBook ) - Compiled from StackOverflow documentation (PDF) (CC BY-SA)
2018-03-20 14:43:06 +00:00
* [React Native Training ](https://www.gitbook.com/book/unbug/react-native-training/details )
2022-03-03 21:13:02 +00:00
* [The Ultimate Guide to React Native Optimization ](https://www.callstack.com/blog/download-the-ultimate-guide-to-react-native-optimization-ebook ) (PDF) *(email requested, not required)*
2018-03-20 14:43:06 +00:00
2018-01-18 15:12:03 +00:00
#### Redux
2018-03-20 14:43:06 +00:00
* [Full-Stack Redux Tutorial ](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html )
* [SoundCloud Application in React + Redux ](https://www.robinwieruch.de/the-soundcloud-client-in-react-redux/ )
2022-09-02 13:36:04 +00:00
* [The Complete Redux Book ](https://leanpub.com/redux-book/read ) - Boris Dinkevich, Ilya Gelman (HTML)
2018-01-18 15:12:03 +00:00
2022-10-31 20:16:07 +00:00
#### Remix
* [Developer Blog Tutorial ](https://remix.run/docs/en/v1/tutorials/blog )
* [Jokes App Tutorial ](https://remix.run/docs/en/v1/tutorials/jokes )
2021-10-06 13:27:55 +00:00
#### Svelte
2023-10-05 01:45:49 +00:00
* [Beginner SvelteKit ](https://vercel.com/docs/beginner-sveltekit ) - Steph Dietz
2024-10-19 00:43:16 +00:00
* [Getting started with Svelte ](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started ) - MDN Web Docs (CC BY-SA)
2021-10-06 13:27:55 +00:00
* [Svelte Tutorial ](https://svelte.dev/tutorial/basics ) - Svelte.dev
2021-10-28 14:18:54 +00:00
* [The Svelte Handbook ](https://flaviocopes.com/page/svelte-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2021-10-06 13:27:55 +00:00
2019-12-30 18:14:41 +00:00
#### Vue.js
2021-01-18 14:49:37 +00:00
* [30 Days Of Vue ](https://www.newline.co/30-days-of-vue ) - Hassan Djirdeh (HTML; *email required for PDF* )
2024-10-19 00:43:16 +00:00
* [Learning Vue.js ](https://riptutorial.com/Download/vue-js.pdf ) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA)
2022-04-01 15:19:40 +00:00
* [The Vue.js Handbook ](https://flaviocopes.com/page/vue-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2019-12-30 18:14:41 +00:00
2014-07-27 20:16:50 +00:00
### Jenkins
2015-11-13 13:25:42 +00:00
2023-10-14 16:58:22 +00:00
* [Jenkins Starter Guide Ebook ](https://bugfender.com/wp-content/themes/bugfender-wordpress-theme/assets/docs/Jenkins-Starter-Guide-Ebook.pdf ) (PDF)
2024-10-18 14:53:01 +00:00
* [Jenkins: The Definitive Guide ](http://www.bogotobogo.com/DevOps/Jenkins/images/Intro_install/jenkins-the-definitive-guide.pdf ) (PDF) (CC BY-NC-ND)
2021-10-02 20:32:11 +00:00
* [Jenkins User Handbook ](https://www.jenkins.io/user-handbook.pdf ) (PDF)
2024-10-18 14:53:01 +00:00
* [Learning Jenkins ](https://riptutorial.com/Download/jenkins.pdf ) Compiled from StackOverflow Documentation (PDF) (CC BY-SA)
2014-06-23 20:18:36 +00:00
2016-02-27 15:23:33 +00:00
### Julia
2024-10-18 14:53:01 +00:00
* [Introducing Julia ](https://en.wikibooks.org/wiki/Introducing_Julia ) - Wikibooks (CC BY-SA)
2016-02-27 15:23:33 +00:00
* [Julia by Example ](http://samuelcolvin.github.io/JuliaByExample ) - Samuel Colvin (GitHub repo)
2024-10-18 14:53:01 +00:00
* [Julia Data Science ](https://juliadatascience.io ) - Jose Storopoli, Rik Huijzer, Lazaro Alonso (CC BY-NC-SA)
2021-02-04 02:35:25 +00:00
* [Julia language: a concise tutorial ](https://syl1.gitbook.io/julia-language-a-concise-tutorial ) - Antonello Lobianco (GitBook)
2024-10-18 14:53:01 +00:00
* [Learn Julia in Y minutes ](https://learnxinyminutes.com/docs/julia ) - Leah Hanson (CC BY-SA)
* [Quantitative Economics with Julia ](https://julia.quantecon.org ) - Jesse Perla, Thomas J. Sargent, John Stachurski (HTML, [PDF ](https://web.archive.org/web/20210713122108/https://julia.quantecon.org/_downloads/pdf/quantitative_economics_with_julia.pdf )) *(:card_file_box: archived)* (CC BY-SA)
2018-06-06 01:21:16 +00:00
* [The Julia Express ](http://bogumilkaminski.pl/files/julia_express.pdf ) - Bogumił Kamiński (PDF)
2024-10-18 14:53:01 +00:00
* [Think Julia ](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html ) - Ben Lauwens, Allen Downey (GitBook) (CC BY-NC)
2016-02-27 15:23:33 +00:00
2019-04-04 13:05:04 +00:00
### Kotlin
2024-10-18 14:53:01 +00:00
* [Essential Kotlin ](https://www.programming-books.io/essential/kotlin/ ) - Krzysztof Kowalczyk, StackOverflow Contributors (CC BY-SA)
* [Kotlin Notes for Professionals ](https://goalkicker.com/KotlinBook/ ) - Compiled from StackOverflow documentation (PDF) (CC BY-SA)
2019-04-04 13:05:04 +00:00
* [Kotlin Official Documentation ](https://kotlinlang.org/docs/reference/ )
2024-10-18 14:53:01 +00:00
* [Kotlin Quick Reference ](https://kotlin-quick-reference.com ) - Alvin Alexander (gitbook) (CC BY-SA)
2023-10-07 18:55:35 +00:00
* [Learn Kotlin Programming ](https://www.programiz.com/kotlin-programming ) - Programiz
2024-10-18 14:53:01 +00:00
* [Learning Kotlin ](https://riptutorial.com/Download/kotlin.pdf ) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA)
2019-04-04 13:05:04 +00:00
2015-12-15 14:23:48 +00:00
### LaTeX / TeX
#### LaTeX
2015-11-13 13:25:42 +00:00
2017-01-02 20:10:34 +00:00
* [Arbitrary LaTex Reference ](http://latex.knobs-dials.com )
2017-01-02 20:19:33 +00:00
* [Begin Latex in minutes ](https://github.com/VoLuong/Begin-Latex-in-minutes )
2024-10-19 00:43:16 +00:00
* [LaTeX ](https://en.wikibooks.org/wiki/LaTeX ) - Wikibooks (CC BY-SA)
* [LaTex Notes for Professionals ](https://goalkicker.com/LaTeXBook/ ) - Compiled from StackOverflow documentation (PDF) (CC BY-SA)
2015-12-13 17:32:57 +00:00
* [The Not So Short Introduction to LaTeX ](https://tobi.oetiker.ch/lshort/lshort.pdf ) (PDF)
2017-01-02 20:19:33 +00:00
2015-12-15 14:23:48 +00:00
#### TeX
* [Notes On Programming in TeX ](http://pgfplots.sourceforge.net/TeX-programming-notes.pdf ) - Christian Feursänger (PDF)
* [TeX by Topic, A TeXnician's Reference ](http://eijkhout.net/texbytopic/texbytopic.html ) - Victor Eijkhout
2022-09-02 13:36:04 +00:00
* [TeX for the Impatient ](https://www.gnu.org/software/teximpatient/ ) - Paul Abrahams, Kathryn Hargreaves, Karl Berry
2013-10-16 22:17:36 +00:00
2015-11-13 13:25:42 +00:00
2021-09-29 13:17:13 +00:00
### Language Agnostic
* [BY SUBJECT ](free-programming-books-subjects.md ) This section has been moved to its own file.
2014-07-27 20:16:50 +00:00
### Limbo
2015-11-13 13:25:42 +00:00
2014-07-11 18:48:13 +00:00
* [Inferno Programming With Limbo ](http://doc.cat-v.org/inferno/books/inferno_programming_with_limbo/ )
2022-10-11 01:56:02 +00:00
* [Limbo’ s documentation ](http://resibots.eu/limbo/#limbo-s-documentation )
2013-10-11 07:04:49 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### Linux
2015-11-13 13:25:42 +00:00
2018-08-14 16:09:29 +00:00
* [Ad Hoc Data Analysis From The Unix Command Line ](https://en.wikibooks.org/wiki/Ad_Hoc_Data_Analysis_From_The_Unix_Command_Line ) - Wikibooks
2018-06-06 01:20:01 +00:00
* [Advanced Linux Programming ](https://mentorembedded.github.io/advancedlinuxprogramming/ ) (PDF)
2023-10-02 13:50:39 +00:00
* [Adventures with the Linux Command Line ](http://linuxcommand.org/lc3_adventures.php ) - William E. Shotts Jr.
2014-05-29 16:47:06 +00:00
* [Automated Linux From Scratch ](http://www.linuxfromscratch.org/alfs/download.html )
2015-11-13 20:52:57 +00:00
* [Getting Started with Ubuntu ](http://ubuntu-manual.org )
2015-12-13 17:32:57 +00:00
* [GNU Autoconf, Automake and Libtool ](http://www.sourceware.org/autobook/download.html )
2014-05-29 16:47:06 +00:00
* [Hardened Linux From Scratch ](http://www.linuxfromscratch.org/hlfs/download.html )
2024-10-06 01:06:54 +00:00
* [Introduction to Linux - A Hands on Guide ](https://tldp.org/LDP/intro-linux/intro-linux.pdf ) - Machtelt Garrels (PDF)
2020-01-06 13:49:59 +00:00
* [Kali Linux 2018: Assuring Security by Penetration Testing, Fourth Edition ](https://www.packtpub.com/free-ebooks/kali-linux-2018-assuring-security-penetration-testing-fourth-edition ) - Shiva V. N Parasram, Alex Samm, Damian Boodoo, Gerard Johansen, Lee Allen, Tedi Heriyanto, Shakeel Ali (Packt account *required* )
2017-02-24 18:07:35 +00:00
* [Kali Linux: Professional Penetration-Testing Distribution ](http://docs.kali.org )
2015-12-13 17:32:57 +00:00
* [Learning Debian GNU/Linux ](http://www.oreilly.com/openbook/debian/book/index.html )
2015-11-13 13:25:42 +00:00
* [Linux 101 Hacks ](http://thegeekstuff.s3.amazonaws.com/files/linux-101-hacks.zip ) - Ramesh Natarajan (PDF)
2015-11-13 20:52:57 +00:00
* [Linux Advanced Routing & Traffic Control HOWTO ](http://lartc.org )
2020-11-01 14:52:48 +00:00
* [Linux Appliance Design: A Hands-On Guide to Building Linux Appliances ](http://librta.org/book.html ) - Bob Smith, John Hardin, Graham Phillips, Bill Pierce (PDF, EPUB, MOBI)
2020-10-18 18:40:51 +00:00
* [Linux commands Notes for Professionals ](https://goalkicker.com/LinuxBook/ ) - Compiled from StackOverflow documentation (PDF)
2022-09-02 13:36:04 +00:00
* [Linux Device Drivers, Third Edition ](http://lwn.net/Kernel/LDD3/ ) - Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman
2023-11-01 15:27:42 +00:00
* [Linux From Scratch ](https://www.linuxfromscratch.org/lfs/view/stable/ ) - Gerard Beekmans, Bruce Dubbs, Ken Moffat, Pierre Labastie, et al.
2020-10-10 17:39:07 +00:00
* [Linux Fundamentals ](http://linux-training.be/linuxfun.pdf ) - Paul Cobbaut (PDF)
2021-06-01 14:06:20 +00:00
* [Linux Inside ](https://0xax.gitbooks.io/linux-insides/content/index.html )
2013-10-16 14:25:24 +00:00
* [Linux Kernel in a Nutshell ](http://www.kroah.com/lkn/ )
2015-11-13 20:52:57 +00:00
* [Linux Newbie Administrator Guide ](http://lnag.sourceforge.net )
2023-10-30 01:42:31 +00:00
* [Linux Notes for Professionals ](https://books.goalkicker.com/LinuxBook ) - Compiled from StackOverflow Documentation (PDF)
2018-05-02 13:58:38 +00:00
* [Linux Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/linux ) (PDF, Kindle) (email address *requested* , not required)
2016-03-25 17:17:56 +00:00
* [Secure Programming HOWTO - Creating Secure Software ](http://www.dwheeler.com/secure-programs/ ) - D. A. Wheeler (HTML, PDF)
2016-12-04 10:10:04 +00:00
* [Ten Steps to Linux Survival: Bash for Windows People ](http://dullroar.com/book/TenStepsToLinuxSurvival.html ) - Jim Lehmer
2015-12-13 21:07:27 +00:00
* [The Debian Administrator's Handbook ](https://debian-handbook.info )
2014-01-18 10:45:38 +00:00
* [The Linux Command Line ](http://linuxcommand.org/tlcl.php ) (PDF)
2021-10-28 14:18:54 +00:00
* [The Linux Commands Handbook ](https://flaviocopes.com/page/linux-commands-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2015-12-13 17:32:57 +00:00
* [The Linux Development Platform ](http://ptgmedia.pearsoncmg.com/imprint_downloads/informit/perens/0130091154.pdf ) (PDF)
2021-08-10 13:16:56 +00:00
* [The Linux Kernel Module Programming Guide ](https://sysprog21.github.io/lkmpg/ )
2014-01-18 10:45:38 +00:00
* [The Linux System Administrator's Guide ](http://www.tldp.org/LDP/sag/html/index.html )
2013-10-16 14:25:24 +00:00
* [Ubuntu Pocket Guide and Reference ](http://www.ubuntupocketguide.com/index_main.html )
2021-08-31 05:26:39 +00:00
* [Ubuntu Server Guide ](https://help.ubuntu.com/20.04/serverguide/serverguide.pdf ) (PDF)
2017-02-24 18:06:49 +00:00
* [Understanding the Linux Virtual Memory Manager ](https://www.kernel.org/doc/gorman/ ) - Mel Gorman (HTML, PDF)
2018-06-03 18:30:33 +00:00
* [UNIX Systems Programming for SVR4 ](http://www.bitsinthewind.com/about-dac/publications/unix-systems-programming ) - David A. Curry
2014-01-18 10:45:38 +00:00
* [Upstart Intro, Cookbook and Best Practises ](http://upstart.ubuntu.com/cookbook/ )
* [What Every Programmer Should Know About Memory ](http://www.akkadia.org/drepper/cpumemory.pdf ) (PDF)
2013-12-24 17:09:27 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### Lisp
2015-11-13 13:25:42 +00:00
2022-01-15 18:26:25 +00:00
* [ANSI Common Lisp Standard (draft version 15.17R, X3J13/94-101R) ](https://franz.com/support/documentation/cl-ansi-standard-draft-w-sidebar.pdf ) (PDF)
2022-09-02 13:36:04 +00:00
* [Basic Lisp Techniques ](http://franz.com/resources/educational_resources/cooper.book.pdf ) - David J. Cooper Jr. (PDF)
2014-01-09 01:42:07 +00:00
* [Casting Spels in Lisp ](http://www.lisperati.com/casting.html )
2016-03-25 17:17:56 +00:00
* [Common Lisp: A Gentle Introduction to Symbolic Computation ](http://www.cs.cmu.edu/~dst/LispBook/ ) - David S. Touretzky (PDF, PS)
2014-01-20 18:54:33 +00:00
* [Common Lisp: An Interactive Approach ](http://www.cse.buffalo.edu/~shapiro/Commonlisp/ ) - Stuart C. Shapiro
2015-12-15 15:22:17 +00:00
* [Common Lisp Quick Reference ](http://clqr.boundp.org )
* [Common Lisp the Language, 2nd Edition ](http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html )
2016-10-02 10:25:27 +00:00
* [Google's Common Lisp Style Guide ](https://google.github.io/styleguide/lispguide.xml )
2015-11-13 13:46:22 +00:00
* [Interpreting LISP ](http://www.civilized.com/files/lispbook.pdf ) - Gary D. Knott (PDF)
2017-01-13 21:46:20 +00:00
* [Learn Lisp The Hard Way ](https://github.com/LispTO/llthw ) - Colin J.E. Lupton
2016-03-25 17:17:56 +00:00
* [Let Over Lambda - 50 Years of Lisp ](http://letoverlambda.com/index.cl/ ) - D. Hoyte
2018-01-29 01:53:38 +00:00
* [Lisp Hackers: Interviews with 100x More Productive Programmers ](https://leanpub.com/lisphackers/read ) - Vsevolod Dyomkin
2014-01-09 01:42:07 +00:00
* [Lisp Koans ](https://github.com/google/lisp-koans )
2018-01-29 01:53:38 +00:00
* [Lisp Web Tales ](https://leanpub.com/lispwebtales ) - Pavel Penev *(Leanpub account or valid email requested)*
2022-08-25 11:03:43 +00:00
* [Loving Common Lisp, or the Savvy Programmer's Secret Weapon ](https://leanpub.com/lovinglisp/read ) - Mark Watson (HTML)
2016-03-25 17:17:56 +00:00
* [On Lisp ](http://www.paulgraham.com/onlisp.html ) - P. Graham
2022-08-12 13:14:00 +00:00
* [Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp ](https://github.com/norvig/paip-lisp ) - Peter Norvig (PDF, EPUB, Markdown)
2016-03-25 17:17:56 +00:00
* [Practical Common Lisp ](http://www.gigamonkeys.com/book/ ) - P. Seibel
2018-06-08 14:02:47 +00:00
* [The Common Lisp Cookbook ](https://lispcookbook.github.io/cl-cookbook/ )
2015-11-13 13:46:22 +00:00
* [The Evolution of Lisp ](http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf ) - Guy L. Steele Jr., Richard P. Gabriel (PDF)
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2022-09-13 16:06:55 +00:00
#### Emacs Lisp
> :information_source: See also … [IDE and editors](free-programming-books-subjects.md#ide-and-editors)
* [An Introduction to Programming in Emacs Lisp ](https://www.gnu.org/software/emacs/manual/eintr.html )
2024-10-16 02:23:16 +00:00
* [Elisp Programming ](https://caiorss.github.io/Emacs-Elisp-Programming/Elisp_Programming.html )
2022-09-13 16:06:55 +00:00
* [GNU Emacs Lisp Reference Manual ](http://www.gnu.org/software/emacs/manual/elisp.html )
#### PicoLisp
* [PicoLisp by Example ](https://github.com/tj64/picolisp-by-example )
* [PicoLisp Works ](https://github.com/tj64/picolisp-works )
2015-12-29 12:01:12 +00:00
### Livecode
2016-01-19 17:13:03 +00:00
* [LiveCode userguide ](http://www.scribd.com/doc/216789127/LiveCode-userguide ) (PDF)
2015-12-29 12:01:12 +00:00
2014-07-27 20:16:50 +00:00
### Lua
2015-11-13 13:25:42 +00:00
2022-11-08 16:44:40 +00:00
* [Learning Lua ebook ](https://riptutorial.com/Download/lua.pdf ) - Compiled from StackOverflow Documentation (PDF)
2018-10-01 16:58:51 +00:00
* [Lua 5.3 Reference Manual ](http://www.lua.org/manual/5.3/ )
2018-08-14 16:09:29 +00:00
* [Lua Programming ](https://en.wikibooks.org/wiki/Lua_Programming ) - Wikibooks
2022-04-02 18:26:49 +00:00
* [Lua Tutorial ](http://www.tutorialspoint.com/lua/ ) - Tutorials Point (HTML, PDF)
2017-10-08 14:24:50 +00:00
* [Programming in Lua (first edition) ](https://www.lua.org/pil/contents.html )
2013-10-11 07:04:49 +00:00
2018-11-24 20:06:09 +00:00
### Make
2021-09-24 10:51:33 +00:00
* [Makefile tutorial ](https://makefiletutorial.com ) - Chase Lambert
2018-11-24 20:06:09 +00:00
* [Managing Projects with GNU Make ](https://www.oreilly.com/openbook/make3/book/index.html ) - Robert Mecklenburg
2014-07-27 20:16:50 +00:00
### Markdown
2015-11-13 13:25:42 +00:00
Added some books and section (#8067)
* added a few new books along with a new programming language section
* added a few new books along with a new programming language section
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* updated books collection
Removed the Lua book as requested
2022-10-15 00:11:31 +00:00
* [bookdown: Authoring Books and Technical Documents with R Markdown ](https://bookdown.org ) - Yihui Xie (HTML) [(PDF, EPUB, MOBI)] (https://bookdown.org/yihui/bookdown/)
2015-12-13 17:32:57 +00:00
* [Learn Markdown ](https://www.gitbook.com/book/gitbookio/markdown/details ) - Sammy P., Aaron O. (PDF) (EPUB) (MOBI)
2014-06-30 03:50:20 +00:00
2014-07-27 20:16:50 +00:00
### Mathematica
2015-11-13 13:25:42 +00:00
2022-09-02 13:36:04 +00:00
* [Mathematica® programming: an advanced introduction ](http://www.mathprogramming-intro.org ) - Leonid Shifrin
2020-10-25 20:06:23 +00:00
* [Power Programming with Mathematica ](http://mathematica.stackexchange.com/questions/16485/are-you-interested-in-purchasing-david-wagners-power-programming-with-mathemat/22724 ) - David B. Wagner
2013-10-17 09:12:23 +00:00
* [Stephen Wolfram's The Mathematica Book ](http://reference.wolfram.com/legacy/v5_2/ )
2024-10-17 14:57:35 +00:00
* [Vector Math for 3d Computer Graphics ](http://chortle.ccsu.edu/VectorLessons/index.html ) (CC BY-NC)
2020-10-25 20:06:23 +00:00
* [Wolfram Mathematica Product Training: Wolfram U ](https://www.wolfram.com/wolfram-u/catalog/product-training/mathematica/ )
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### MATLAB
2015-11-13 13:25:42 +00:00
2022-10-22 02:13:53 +00:00
* [A Beginner’ s Guide to Matlab ](http://math.loyola.edu/~loberbro/matlab/Beginners_guide_to_MATLAB.pdf ) - Christos Xenophontos (PDF)
2015-11-13 17:58:18 +00:00
* [An Interactive Introduction to MATLAB ](http://www.science.smith.edu/~jcardell/Courses/EGR326/Intro-to-MATLAB.pdf ) (PDF)
2015-12-13 17:32:57 +00:00
* [An Introduction to MATLAB ](http://www.maths.dundee.ac.uk/software/MatlabNotes.pdf ) (PDF)
2013-11-07 17:24:34 +00:00
* [Applications of MATLAB in Science and Engineering ](http://www.intechopen.com/books/applications-of-matlab-in-science-and-engineering )
2015-12-13 17:32:57 +00:00
* [Experiments with MATLAB ](http://www.mathworks.com/moler/exm/index.html?requestedDomain=www.mathworks.com&nocookie=true )
2020-01-22 15:27:24 +00:00
* [Freshman Engineering Problem Solving with MATLAB ](https://cnx.org/exports/3a643c1f-c1ba-4c2a-8065-317a1f2b1add@18.1.pdf/freshman-engineering-problem-solving-with-matlab-18.1.pdf ) (PDF)
2014-05-10 17:56:19 +00:00
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics ](http://www.mathworks.com/tutorials )
2020-11-15 23:21:27 +00:00
* [Introduction to MATLAB for Engineering Students ](https://www.mccormick.northwestern.edu/documents/students/undergraduate/introduction-to-matlab.pdf ) - David Houcque (PDF) (1.2, 2005)
2014-05-13 01:12:42 +00:00
* [MATLAB - A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 1 ](http://www.intechopen.com/books/matlab-a-fundamental-tool-for-scientific-computing-and-engineering-applications-volume-1 )
* [MATLAB - A Ubiquitous Tool for the Practical Engineer ](http://www.intechopen.com/books/matlab-a-ubiquitous-tool-for-the-practical-engineer )
2013-11-07 17:24:34 +00:00
* [MATLAB for Engineers: Applications in Control, Electrical Engineering, IT and Robotics ](http://www.intechopen.com/books/matlab-for-engineers-applications-in-control-electrical-engineering-it-and-robotics )
2020-10-31 20:16:23 +00:00
* [MATLAB Notes for professionals ](https://goalkicker.com/MATLABBook ) - Compiled from StackOverflow documentation (PDF)
2018-08-14 16:09:29 +00:00
* [MATLAB Programming ](https://en.wikibooks.org/wiki/MATLAB_Programming ) - Wikibooks
2022-10-04 16:33:45 +00:00
* [Matlab Programming Fundamentals ](https://www.mathworks.com/help/pdf_doc/matlab/matlab_prog.pdf ) - Mathworks (PDF)
2018-05-02 13:58:38 +00:00
* [MATLAB Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/matlab ) (PDF, Kindle) (email address *requested* , not required)
2015-12-13 17:32:57 +00:00
* [Numerical Computing with MATLAB ](http://www.mathworks.com/moler/index_ncm.html?requestedDomain=www.mathworks.com&nocookie=true )
2013-11-16 03:27:04 +00:00
* [Physical Modeling in MATLAB ](http://greenteapress.com/matlab/index.html ) - Alan B. Downey
2020-11-01 14:35:53 +00:00
* [Scientific Computing ](https://www.math.ust.hk/~machas/scientific-computing.pdf ) - Jeffrey R. Chasnov (PDF)
2013-11-07 17:24:34 +00:00
2014-07-27 20:16:50 +00:00
### Maven
2015-11-13 13:25:42 +00:00
2020-10-25 20:06:23 +00:00
* [Developing with Eclipse and Maven ](https://books.sonatype.com/m2eclipse-book/reference/index.html )
2015-12-13 17:32:57 +00:00
* [Maven by Example ](http://books.sonatype.com/mvnex-book/reference/public-book.html )
* [Maven: The Complete Reference ](http://books.sonatype.com/mvnref-book/reference/public-book.html )
* [Repository Management with Nexus ](http://books.sonatype.com/nexus-book/reference/ )
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Mercury
2015-11-13 13:25:42 +00:00
2014-04-18 12:19:13 +00:00
* [The Mercury Users' Guide ](http://www.mercurylang.org/information/doc-release/user_guide.pdf ) (PDF)
2013-10-11 07:04:49 +00:00
2013-12-25 11:47:45 +00:00
2017-02-24 18:09:55 +00:00
### Modelica
* [Modelica by Example ](http://book.xogeny.com )
2021-10-06 01:48:01 +00:00
### MongoDB
2022-04-02 18:26:49 +00:00
* [Introduction to MongoDB ](https://www.tutorialspoint.com/mongodb/ ) - Tutorials Point (HTML, PDF)
2021-10-06 01:48:01 +00:00
* [Learning MongoDB ](https://riptutorial.com/Download/mongodb.pdf ) - Based on Unaffiliated Stack Overflow Documentation (PDF)
* [MongoDB Koans ](https://github.com/chicagoruby/MongoDB_Koans )
* [MongoDB Notes for Professionals ](https://goalkicker.com/MongoDBBook/ ) - Compiled from StackOverflow Documentation (PDF)
* [MongoDB Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/mongodb ) (PDF, Kindle) (email address *requested* , not required)
* [The Little MongoDB Book ](http://openmymind.net/2011/3/28/The-Little-MongoDB-Book/ )
2014-07-27 20:16:50 +00:00
### MySQL
2015-11-13 13:25:42 +00:00
2022-10-05 01:47:24 +00:00
* [Essential MySQL ](https://www.programming-books.io/essential/mysql/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2023-10-18 16:40:47 +00:00
* [Learning MySQL ](https://riptutorial.com/Download/mysql.pdf ) - Compiled from StackOverflow Documentation (PDF)
2020-10-25 20:06:23 +00:00
* [MySQL 8.0 Tutorial Excerpt ](https://dev.mysql.com/doc/mysql-tutorial-excerpt/8.0/en/tutorial.html ) (HTML) [(PDF) ](https://downloads.mysql.com/docs/mysql-tutorial-excerpt-8.0-en.pdf )
2020-10-31 20:16:23 +00:00
* [MySQL Notes for Professionals ](https://goalkicker.com/MySQLBook/ ) - Compiled from StackOverflow Documentation (PDF)
2013-11-03 22:24:05 +00:00
2013-11-13 07:42:27 +00:00
2021-03-30 14:55:57 +00:00
### .NET Core
* [Clean Code .NET ](https://github.com/thangchung/clean-code-dotnet )
* [Entity Framework Core Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/entity-frame-work-core-succinctly ) - Ricardo Peres
* [.NET documentation - Microsoft Docs ](https://docs.microsoft.com/en-us/dotnet/ )
* [Using .NET Core, Docker, and Kubernetes Succinctly ](https://www.syncfusion.com/ebooks/using-netcore-docker-and-kubernetes-succinctly ) - Michele Aponte
2014-07-27 20:16:50 +00:00
### .NET Framework
2015-11-13 13:25:42 +00:00
2020-02-08 19:15:37 +00:00
* [Akka.NET Succinctly ](https://www.syncfusion.com/ebooks/akka_net_succinctly ) - Zoran Maksimovic
2020-02-11 13:41:46 +00:00
* [Application Security in .NET Succinctly ](https://www.syncfusion.com/ebooks/application_security_in_net_succinctly ) - Stan Drapkin
* [Cryptography in .NET Succinctly ](https://www.syncfusion.com/ebooks/cryptography_in_net_succinctly ) - Dirk Strauss
2015-12-13 17:32:57 +00:00
* [Entity Framework ](http://weblogs.asp.net/zeeshanhirani/my-christmas-present-to-the-entity-framework-community )
2023-10-30 01:42:31 +00:00
* [Entity Framework Notes for Professionals ](https://books.goalkicker.com/EntityFrameworkBook ) - Compiled from StackOverflow Documentation (PDF)
2022-10-05 01:47:24 +00:00
* [Essential .NET Framework ](https://www.programming-books.io/essential/netframework/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2018-08-14 16:09:29 +00:00
* [Game Creation with XNA ](https://en.wikibooks.org/wiki/Game_Creation_with_XNA ) - Wikibooks
2020-01-29 18:25:21 +00:00
* [Getting the Most from LINQPad Succinctly ](https://www.syncfusion.com/ebooks/getting-the-most-from-linqpad-succinctly ) - José Roberto Olivas Mendoza
2022-10-01 20:15:28 +00:00
* [MonoGame Role-Playing Game Development Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/monogame-role-playing-game-development-succinctly ) - Jim Perry and Charles Humphrey
2020-01-29 18:25:21 +00:00
* [MonoGame Succinctly ](https://www.syncfusion.com/ebooks/monogame_succinctly ) - Jim Perry
2014-02-28 16:37:19 +00:00
* [.NET for Visual FoxPro Developers ](http://foxcentral.net/microsoft/NETforVFPDevelopers.htm )
2020-10-31 20:16:23 +00:00
* [.NET Framework Notes for Professionals ](https://goalkicker.com/DotNETFrameworkBook/ ) - Compiled from StackOverflow Documentation (PDF)
2020-01-09 14:17:04 +00:00
* [.NET Performance Testing and Optimization - The Complete Guide ](https://www.red-gate.com/library/net-performance-testing-and-optimization-the-complete-guide ) - Paul Glavich, Chris Farrell (PDF)
2020-01-29 18:25:21 +00:00
* [NuGet In-House Succinctly ](https://www.syncfusion.com/ebooks/nuget-in-house-succinctly ) - José Roberto Olivas Mendoza
2020-02-07 15:20:30 +00:00
* [Rider Succinctly ](https://www.syncfusion.com/ebooks/rider-succinctly ) - Dmitri Nesteruk
2020-01-09 14:17:04 +00:00
* [Under the Hood of .NET Memory Management ](https://assets.red-gate.com/community/books/under-the-hood-of-net-memory-management.pdf ) - Chris Farrell, Nick Harrison (PDF)
2022-10-05 01:34:02 +00:00
* [Unit Testing Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/unittesting ) - Marc Clifton
2013-10-11 07:04:49 +00:00
2022-08-26 09:04:42 +00:00
### NewSQL
* [TiDB Introduction ](https://docs.pingcap.com/tidb/stable ) - PingCAP [(PDF) ](https://download.pingcap.org/tidb-stable-en-manual.pdf )
2019-10-20 18:56:17 +00:00
### Nim
2023-10-28 03:17:05 +00:00
* [Computer Programming with the Nim Programming Language ](http://ssalewski.de/nimprogramming.html ) - Stefan Salewski
2020-11-06 18:17:13 +00:00
* [Nim Basics ](https://narimiran.github.io/nim-basics ) - narimiran
* [Nim by Example ](https://nim-by-example.github.io ) - Flaviu Tamas
* [Nim Days ](https://xmonader.github.io/nimdays ) - Ahmed Thabet
2019-10-20 18:56:17 +00:00
2014-07-27 20:16:50 +00:00
### NoSQL
2015-11-13 13:25:42 +00:00
2015-12-13 21:07:27 +00:00
* [CouchDB: The Definitive Guide ](http://guide.couchdb.org )
2015-11-13 13:46:22 +00:00
* [Extracting Data from NoSQL Databases: A Step towards Interactive Visual Analysis of NoSQL Data ](http://publications.lib.chalmers.se/records/fulltext/155048.pdf ) - Petter Nasholm (PDF)
2015-11-13 20:52:57 +00:00
* [Graph Databases ](http://graphdatabases.com )
2021-10-07 02:43:18 +00:00
* [How To Manage a Redis Database ](https://www.digitalocean.com/community/books/how-to-manage-a-redis-database-ebook ) - Mark Drake (PDF, EPUB)
2015-11-13 13:46:22 +00:00
* [NoSQL Databases ](http://www.christof-strauch.de/nosqldbs.pdf ) - Christof Strauch (PDF)
2021-10-15 23:35:48 +00:00
* [Redis in Action ](https://redis.com/ebook/redis-in-action/ ) - Josiah L. Carlson
2022-09-02 13:36:04 +00:00
* [The Little Redis Book ](http://openmymind.net/2012/1/23/The-Little-Redis-Book/ ) - Karl Seguin (PDF, Epub)
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
### Oberon
2015-11-13 13:25:42 +00:00
2019-05-30 16:46:33 +00:00
* [Algorithms and Data-Structures ](https://inf.ethz.ch/personal/wirth/AD.pdf ) - Niklaus Wirth (PDF)
2017-11-01 16:30:50 +00:00
* [Object-Oriented Programming in Oberon-2 ](http://ssw.jku.at/Research/Books/Oberon2.pdf ) - Hanspeter Mössenböck (PDF)
2017-12-31 19:12:44 +00:00
* [Programming in Oberon ](https://www.inf.ethz.ch/personal/wirth/ProgInOberonWR.pdf ) - Niklaus Wirth (PDF)
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Objective-C
2015-11-13 13:25:42 +00:00
2022-10-05 01:47:24 +00:00
* [Essential Objective-C ](https://www.programming-books.io/essential/objectivec/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2017-09-03 22:07:36 +00:00
* [Google's Objective-C Style Guide ](https://github.com/google/styleguide/blob/gh-pages/objcguide.md )
2016-01-31 03:29:31 +00:00
* [Object-Oriented Programming with Objective-C ](https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/OOP_ObjC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005149 )
2020-10-31 20:16:23 +00:00
* [Objective-C Notes for Professionals ](https://goalkicker.com/ObjectiveCBook/ ) - Compiled from StackOverflow Documentation (PDF)
2018-05-02 13:58:38 +00:00
* [Objective-C Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/objective-c ) (PDF, Kindle) (email address *requested* , not required)
2016-01-15 20:27:21 +00:00
* [Programming With Objective-C ](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html )
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
### OCaml
2015-11-13 13:25:42 +00:00
2014-01-14 23:29:32 +00:00
* [Developing Applications With Objective Caml ](http://caml.inria.fr/pub/docs/oreilly-book/ )
2020-07-12 18:36:22 +00:00
* [Functional Programming in OCaml ](https://www.cs.cornell.edu/courses/cs3110/2019sp/textbook/ ) - Michael R. Clarkson
2023-11-29 22:15:41 +00:00
* [OCaml From the Ground Up ](https://ocamlbook.org ) - Daniil Baturin (HTML) *(:construction: in process)*
2022-09-18 13:50:54 +00:00
* [OCaml from the Very Beginning ](https://johnwhitington.net/ocamlfromtheverybeginning/ ) - John Whitington
2023-11-29 22:15:41 +00:00
* [OCaml Scientific Computing ](https://ocaml.xyz/book/ ) - Liang Wang, Jianxin Zhao (HTML) *(:construction: in process)*
2020-07-17 19:18:10 +00:00
* [Real World OCaml ](https://dev.realworldocaml.org/toc.html )
2022-09-02 13:36:04 +00:00
* [Think OCaml ](http://greenteapress.com/thinkocaml/index.html ) - Allen B. Downey, Nicholas Monje
2022-03-07 15:04:22 +00:00
* [Unix System Programming in OCaml ](http://ocaml.github.io/ocamlunix/ ) - Xavier Leroy, Didier Rémy (HTML, [GitHub Repo ](https://github.com/ocaml/ocamlunix/ ))
2014-05-10 17:04:19 +00:00
* [Using, Understanding, and Unraveling The OCaml Language: From Practice to Theory and vice versa ](http://pauillac.inria.fr/~remy/cours/appsem/ ) - Didier Rémy
2013-10-16 11:10:54 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
### Octave
2015-11-13 13:25:42 +00:00
2018-08-14 16:09:29 +00:00
* [Octave Programming ](https://en.wikibooks.org/wiki/Octave_Programming_Tutorial ) - Wikibooks
2013-10-11 07:04:49 +00:00
2013-10-14 13:50:22 +00:00
2022-04-03 20:33:35 +00:00
### Odin
* [Overview \| Odin Programming Language ](https://odin-lang.org/docs/overview/ )
2014-07-27 20:16:50 +00:00
### OpenMP
2015-11-13 13:25:42 +00:00
2017-01-15 21:21:48 +00:00
* [A Guide To OpenMP ](http://bisqwit.iki.fi/story/howto/openmp/ )
2014-07-11 18:48:13 +00:00
* [OpenMP Application Programming Interface Standard Version 4.0 ](http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf ) (PDF)
2019-10-01 15:55:43 +00:00
* [OpenMP Application Programming Interface Standard Version 5.0 ](https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5.0.pdf ) (PDF)
2013-11-16 17:13:33 +00:00
2013-10-14 13:50:22 +00:00
2016-01-21 13:51:36 +00:00
### OpenResty
* [Programming OpenResty ](https://www.gitbook.com/book/openresty/programming-openresty/details )
2015-11-13 13:25:42 +00:00
### OpenSCAD
2013-10-14 13:50:22 +00:00
2018-08-14 16:09:29 +00:00
* [OpenSCAD User Manual ](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual ) - Wikibooks
2013-10-11 07:04:49 +00:00
2017-09-28 13:21:14 +00:00
### TrueOS
2015-11-13 13:25:42 +00:00
2017-09-28 13:21:14 +00:00
* [TrueOS® Users Handbook ](https://www.trueos.org/handbook/trueos.html )
2013-12-30 15:52:28 +00:00
2022-07-26 06:49:55 +00:00
### Pascal
* [Free Pascal Reference guide ](https://www.freepascal.org/docs-html/ref/ref.html )
* [Modern Object Pascal Introduction for Programmers ](https://castle-engine.io/modern_pascal_introduction.html ) (HTML)
* [Pascal Language Reference ](https://docs.oracle.com/cd/E19957-01/802-5762/802-5762.pdf ) (PDF)
2022-10-01 19:39:48 +00:00
* [Pascal Programming ](https://en.wikibooks.org/wiki/Pascal_Programming ) - Wikibooks
2022-07-26 06:49:55 +00:00
* [Pascal Programming Reference Manual ](https://public.support.unisys.com/aseries/docs/clearpath-mcp-17.0/pdf/86000080-103.pdf ) - Unisys (PDF)
* [Pascal Quick Reference ](https://ksvi.mff.cuni.cz/~dingle/2017/pascal_reference.html )
* [Turbo Pascal Reference Guide (1989) ](http://bitsavers.org/pdf/borland/turbo_pascal/Turbo_Pascal_Version_5.0_Reference_Guide_1989.pdf ) - Borland International (PDF)
* [Vector Pascal, an Array Language ](http://www.dcs.gla.ac.uk/~wpc/reports/compilers/compilerindex/vp-ver2.html ) - Paul Cockshott, Greg Michaelson
* [Vector Pascal Reference Manual ](https://www.researchgate.net/publication/220177664_Vector_Pascal_reference_manual ) (PDF)
* [VSI Pascal for OpenVMS Reference Manual ](https://vmssoftware.com/docs/VSI_PASCAL_REF.pdf ) - VMS Software (PDF)
2014-07-27 20:16:50 +00:00
### Perl
2015-11-13 13:25:42 +00:00
2015-12-13 17:32:57 +00:00
* [Beginning Perl ](https://www.perl.org/books/beginning-perl/ )
2020-08-06 16:56:24 +00:00
* [Data Munging with Perl ](https://datamungingwithperl.com ) (PDF)
2017-01-15 21:21:48 +00:00
* [Embedding Perl in HTML with Mason ](http://masonbook.houseabsolute.com/book/ ) - D. Rolsky, K. Williams
2013-10-17 11:08:15 +00:00
* [Essential Perl ](http://cslibrary.stanford.edu/108/EssentialPerl.pdf ) (PDF)
2014-01-18 10:48:45 +00:00
* [Exploring Programming Language Architecture in Perl ](http://www.billhails.net/Book/ )
2016-03-25 17:17:56 +00:00
* [Extreme Perl ](http://www.extremeperl.org/bk/home ) - R. Nagier (HTML, PDF)
* [Higher-Order Perl ](http://hop.perl.plover.com/book/ ) - M. J. Dominus (PDF)
2015-12-13 17:32:57 +00:00
* [Impatient Perl ](https://www.perl.org/books/impatient-perl/ )
2014-01-18 10:48:45 +00:00
* [Learning Perl The Hard Way ](http://www.greenteapress.com/perl/ )
2022-10-05 00:54:38 +00:00
* [Modern Perl ](http://modernperlbooks.com/books/modern_perl_2016/ )
2013-10-14 15:34:58 +00:00
* [Perl & LWP ](http://lwp.interglacial.com/index.html )
2015-10-28 18:53:22 +00:00
* [Perl 5 Internals ](http://www.faqs.org/docs/perl5int/ )
2016-03-25 17:17:56 +00:00
* [Perl for the Web ](http://www.globalspin.com/thebook/ ) - C. Radcliff
2020-10-31 20:16:23 +00:00
* [Perl Notes for Professionals ](https://goalkicker.com/PerlBook/ ) - Compiled from StackOverflow Documentation (PDF)
2021-04-14 19:30:04 +00:00
* [Perl one-liners cookbook ](https://learnbyexample.github.io/learn_perl_oneliners/ ) - Sundeep Agarwal
2014-02-24 22:14:44 +00:00
* [Perl Training Australia - Course Notes ](http://perltraining.com.au/notes.html )
2015-11-13 20:52:57 +00:00
* [Plack Handbook ](http://handbook.plackperl.org )
2013-11-22 09:59:15 +00:00
* [SDL::Manual Writing Games in Perl ](https://github.com/PerlGameDev/SDL_Manual )
2014-08-15 03:02:49 +00:00
* [Template Toolkit Documentation ](http://template-toolkit.org/docs/index.html )
2015-10-28 18:53:22 +00:00
* [The DBIx-Class Book ](https://github.com/castaway/dbix-class-book )
2013-11-25 22:04:19 +00:00
* [The PDL Book ](http://sourceforge.net/projects/pdl/files/PDL_2013/PDL-Book/PDL-Book-20130322.pdf/download ) (PDF)
2015-12-13 17:32:57 +00:00
* [Web Client Programming with Perl ](http://www.oreilly.com/openbook/webclient/ )
2013-10-24 08:39:38 +00:00
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### PHP
2015-11-13 13:25:42 +00:00
2022-06-10 12:44:44 +00:00
* [An Introduction to the PHP Programming Language ](https://codeahoy.com/learn/php/toc/ ) - CodeAhoy (HTML)
2020-10-13 22:53:32 +00:00
* [Clean Code PHP ](https://github.com/jupeter/clean-code-php )
2022-10-05 01:47:24 +00:00
* [Essential PHP ](https://www.programming-books.io/essential/php/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2015-11-13 17:58:18 +00:00
* [PHP 5 Power Programming ](http://www.informit.com/content/images/013147149X/downloads/013147149X_book.pdf ) (PDF)
2021-10-28 17:19:12 +00:00
* [PHP Apprentice ](https://phpapprentice.com ) - Andrew Davis *(:construction: in process)*
2015-11-13 20:52:57 +00:00
* [PHP Best Practices ](https://phpbestpractices.org )
2021-10-03 20:54:48 +00:00
* [PHP Documentor - Documentation ](https://docs.phpdoc.org ) - phpdoc.org
2022-10-04 00:45:39 +00:00
* [PHP Handbook ](https://thevalleyofcode.com/php/ ) - Flavio Copes (HTML, PDF)
2015-11-13 20:52:57 +00:00
* [PHP Internals Book ](http://www.phpinternalsbook.com )
2020-10-31 20:16:23 +00:00
* [PHP Notes for Professionals ](https://goalkicker.com/PHPBook/ ) - Compiled from StackOverflow Documentation (PDF)
2016-04-08 05:37:57 +00:00
* [PHP Pandas ](http://daylerees.com/php-pandas/ ) - Dayle Rees
2018-08-14 16:09:29 +00:00
* [PHP Programming ](https://en.wikibooks.org/wiki/PHP_Programming ) - Wikibooks
2020-10-23 15:41:58 +00:00
* [PHP Reference: Beginner to Intermediate PHP5 ](https://phpreferencebook.com/pdf/download/ ) - Mario Lurig (PDF)
2014-05-13 01:12:42 +00:00
* [PHP Security Guide ](http://phpsec.org/projects/guide/ )
2015-11-13 20:52:57 +00:00
* [PHP: The Right Way ](http://www.phptherightway.com )
2017-11-24 00:10:35 +00:00
* [PHPUnit Manual ](https://phpunit.de/manual/current/en/phpunit-book.pdf ) - Sebastian Bergmann (PDF)
2015-12-23 19:47:45 +00:00
* [Practical PHP Programming ](http://www.hackingwithphp.com )
2014-03-15 22:40:06 +00:00
* [Practical PHP Testing ](http://www.giorgiosironi.com/2009/12/practical-php-testing-is-here.html )
2015-09-13 10:24:07 +00:00
* [Survive The Deep End: PHP Security ](https://phpsecurity.readthedocs.org/en/latest/ )
2015-12-23 19:47:45 +00:00
* [Using Libsodium in PHP Projects ](https://paragonie.com/book/pecl-libsodium )
2020-01-10 18:05:24 +00:00
#### CakePHP
* [CakePHP Cookbook 2.x ](http://book.cakephp.org/2.0/_downloads/en/CakePHPCookbook.pdf ) (PDF)
#### CodeIgniter
2020-12-07 14:37:24 +00:00
* [CodeIgniter 3 User Guide ](https://codeigniter.com/userguide3/index.html )
* [CodeIgniter 4 User Guide ](https://codeigniter.com/user_guide/index.html )
2020-01-10 18:05:24 +00:00
#### Drupal
2024-09-03 17:43:25 +00:00
* [Drupal at your Fingertips ](https://selwynpolit.github.io/d9book/ ) - Selwyn Polit, Drupal Community Contributors
2020-01-10 18:05:24 +00:00
* [The Tiny Book of Rules ](https://www.drupal.org/files/tiny-book-of-rules.pdf ) (PDF)
#### Laravel
2020-11-17 19:08:56 +00:00
* [100 (and counting) Laravel Quick Tips ](https://laraveldaily.com/wp-content/uploads/2020/04/laravel-tips-2020-04.pdf ) - Povilas Korop / LaravelDaily Team (PDF)
2020-01-10 18:05:24 +00:00
* [Laravel Best Practices ](http://www.laravelbestpractices.com )
* [Laravel: Code Bright ](http://daylerees.com/codebright ) - Dayle Rees
* [Laravel: Code Happy ](http://daylerees.com/codehappy ) - Dayle Rees
* [Laravel: Code Smart ](https://daylerees.com/codesmart/ ) - Dayle Rees
2022-10-13 02:03:01 +00:00
* [Laravel Tips and Tricks ](https://github.com/bobbyiliev/laravel-tips-and-tricks-ebook ) - Bobby Iliev (Markdown, PDF)
2022-11-08 16:36:21 +00:00
* [Learning Laravel ](https://riptutorial.com/Download/laravel.pdf ) - Compiled from StackOverflow Documentation (PDF)
2020-01-10 18:05:24 +00:00
#### Symfony
2023-10-29 00:57:48 +00:00
* [Symfony 5.4: The Fast Track ](https://symfony.com/doc/5.4/the-fast-track/en/index.html )
* [Symfony 6.2: The Fast Track ](https://symfony.com/doc/6.2/the-fast-track/en/index.html )
2023-07-12 18:49:07 +00:00
* [The Symfony Best practices 4.1.x ](https://web.archive.org/web/20181017123206/https://symfony.com/pdf/Symfony_best_practices_4.1.pdf ) (PDF) *(:card_file_box: archived)*
2020-01-10 18:05:24 +00:00
* [The Symfony Book 2.8.x ](https://symfony.com/doc/2.8/index.html )
* [The Symfony Book 3.4.x ](https://symfony.com/doc/3.4/index.html )
* [The Symfony Book 4.4.x ](https://symfony.com/doc/4.4/index.html )
2024-10-16 20:51:30 +00:00
#### Yii
* [The Definitive Guide to Yii 2.0 ](https://www.yiiframework.com/doc/download/yii-guide-2.0-en.pdf ) - Yii Software (PDF)
2020-01-10 18:05:24 +00:00
#### Zend
* [Using Zend Framework 3 ](https://olegkrivtsov.github.io/using-zend-framework-3-book/html/ )
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### PostgreSQL
2015-11-13 13:25:42 +00:00
2022-10-05 01:47:24 +00:00
* [Essential PostgreSQL ](https://www.programming-books.io/essential/postgresql/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2015-10-14 00:32:04 +00:00
* [Postgres Official Documentation ](http://www.postgresql.org/docs/ )
2018-05-02 13:58:38 +00:00
* [Postgres Succinctly ](https://www.syncfusion.com/resources/techportal/ebooks/postgres ) (PDF, Kindle) (email address *requested* , not required)
2021-10-01 23:22:33 +00:00
* [PostgreSQL Notes for Professionals ](https://goalkicker.com/PostgreSQLBook/ ) - Compiled from StackOverflow documentation (PDF)
2022-04-02 18:26:49 +00:00
* [PostgreSQL Tutorial ](https://www.tutorialspoint.com/postgresql/ ) - Tutorials Point (HTML, PDF)
2016-07-07 17:31:29 +00:00
* [Practical PostgreSQL ](http://www.faqs.org/docs/ppbook/book1.htm )
2017-02-04 10:39:57 +00:00
* [The Internals of PostgreSQL for database administrators and system developers ](http://www.interdb.jp/pg )
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### PowerShell
2016-01-17 19:52:45 +00:00
2022-09-02 13:36:04 +00:00
* [A Unix Person's Guide to PowerShell ](https://leanpub.com/aunixpersonsguidetopowershell/read ) - The DevOps Collective Inc. (HTML)
* [Creating HTML Reports in PowerShell ](https://leanpub.com/creatinghtmlreportsinwindowspowershell/read ) - The DevOps Collective Inc. (HTML)
* [DevOps: The Ops Perspective ](https://leanpub.com/devopstheopsperspective/read ) - The DevOps Collective Inc. (HTML)
* [Ditch Excel: Making Historical & Trend Reports in PowerShell ](https://leanpub.com/ditchexcelmakinghistoricalandtrendreportsinpowershell/read ) - The DevOps Collective Inc. (HTML)
2022-10-05 01:47:24 +00:00
* [Essential PowerShell ](https://www.programming-books.io/essential/powershell/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2020-10-25 20:06:23 +00:00
* [Layman’ s Guide to PowerShell 2.0 remoting ](https://ravichaganti.com/ebooks/AlaymansguidetoPowerShell2remotingv2.pdf ) (PDF)
2020-01-06 13:49:59 +00:00
* [Learn PowerShell Core 6.0 ](https://www.packtpub.com/free-ebooks/learn-powershell-core-60 ) - David das Neves, Jan-Hendrik Peters (Packt account *required* )
2020-10-09 18:25:09 +00:00
* [Learn PowerShell in Y Minutes ](https://learnxinyminutes.com/docs/powershell/ )
2017-09-01 15:10:04 +00:00
* [Mastering PowerShell v2 ](http://community.idera.com/powershell/powertips/b/ebookv2#pi619PostSortOrder=Ascending )
2020-11-17 19:08:56 +00:00
* [PowerShell 101: The No-Nonsense Beginner’ s Guide to PowerShell ](https://leanpub.com/powershell101 ) - Mike F. Robbins *(Leanpub account or valid email requested)*
2013-12-03 02:17:48 +00:00
* [PowerShell 2.0 – One CMDLET At A Time ](http://www.jonathanmedd.net/wp-content/uploads/2010/09/PowerShell_2_One_Cmdlet_at_a_Time.pdf ) (PDF)
2020-10-31 20:16:23 +00:00
* [PowerShell Notes for Professionals ](http://goalkicker.com/PowerShellBook/ ) - Compiled from StackOverflow documentation (PDF)
2018-05-02 13:58:38 +00:00
* [PowerShell Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/powershell ) (PDF, Kindle) (email address *requested* , not required)
2022-09-02 13:36:04 +00:00
* [Secrets of PowerShell Remoting ](https://leanpub.com/secretsofpowershellremoting/read ) - The DevOps Collective Inc. (HTML)
* [The Big Book of PowerShell Error Handling ](https://leanpub.com/thebigbookofpowershellerrorhandling/read ) - The DevOps Collective Inc. (HTML)
* [The Big Book of PowerShell Gotchas ](https://leanpub.com/thebigbookofpowershellgotchas/read ) - The DevOps Collective Inc. (HTML)
* [The Monad Manifesto - Annotated ](https://leanpub.com/themonadmanifestoannotated/read ) - The DevOps Collective Inc. (HTML)
* [The PowerShell + DevOps Global Summit Manual for Summiteers ](https://leanpub.com/windowspowershellnetworkingguide/read ) - The DevOps Collective Inc. (HTML)
* [Why PowerShell? ](https://leanpub.com/whypowershell/read ) - The DevOps Collective Inc. (HTML)
* [Windows PowerShell Networking Guide ](https://leanpub.com/windowspowershellnetworkingguide/read ) - The DevOps Collective Inc. (HTML)
2016-01-17 19:37:27 +00:00
2014-07-27 20:16:50 +00:00
### Processing
2015-11-13 13:25:42 +00:00
2013-10-12 18:54:49 +00:00
* [The Nature of Code: Simulating Natural Systems with Processing ](http://natureofcode.com/book/ )
2014-07-27 20:16:50 +00:00
### Prolog
2015-11-13 13:25:42 +00:00
2021-10-13 01:39:26 +00:00
* [Adventure in Prolog ](http://www.amzi.com/AdventureInProlog/ ) - Dennis Merritt
2015-10-22 00:41:18 +00:00
* [Coding Guidelines for Prolog ](http://arxiv.org/abs/0911.2899 ) - Michael A. Covington, Roberto Bagnara, Richard A. O'Keefe, Jan Wielemaker, Simon Price
2021-10-13 01:39:26 +00:00
* [Concise Intro to Prolog ](https://www.cis.upenn.edu/~matuszek/Concise%20Guides/Concise%20Prolog.html ) - David Matuszek
* [Expert Systems in Prolog ](http://www.amzi.com/ExpertSystemsInProlog/ ) - David Matuszek
* [GNU Prolog Manual ](http://www.gprolog.org/manual/gprolog.pdf ) - Daniel Diaz (PDF)
2016-03-25 17:17:56 +00:00
* [Introduction to Prolog for Mathematicians ](http://www.j-paine.org/prolog/mathnotes/files/pms/pms.html ) - J. Ireson-Ireson-Paine
2015-11-13 20:52:57 +00:00
* [Learn Prolog Now! ](http://www.learnprolognow.org )
2022-09-02 13:36:04 +00:00
* [Logic, Programming and Prolog (2ed) ](https://www.ida.liu.se/~ulfni53/lpp/ ) - Ulf Nilsson, Jan Maluszynski
2016-03-25 17:17:56 +00:00
* [Natural Language Processing Techniques in Prolog ](http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/ ) - P. Blackburn, K. Striegnitz
* [Prolog and Natural - Language Analysis ](http://www.mtome.com/Publications/PNLA/pnla-digital.html ) - Fernando C. N. Pereira, Stuart M. Shieber
2022-09-02 13:36:04 +00:00
* [Prolog for Programmers ](https://sites.google.com/site/prologforprogrammers/ ) - Feliks Kluźniak, Stanisław Szpakowicz, Janusz S. Bień
2014-01-15 23:15:11 +00:00
* [Prolog Problems ](https://sites.google.com/site/prologsite/prolog-problems ) - Werner Hett
2021-10-13 01:39:26 +00:00
* [Prolog Tutorial ](https://www.cpp.edu/~jrfisher/www/prolog_tutorial/contents.html ) - J. R. Fisher
* [Simply Logical: Intelligent Reasoning by Example ](https://book.simply-logical.space ) - Peter Flach
2022-09-15 13:44:57 +00:00
* [The Art of Prolog, Second Edition ](https://mitpress.mit.edu/9780262691635/the-art-of-prolog/ ) - Leon S. Sterling, Ehud Y. Shapiro (Open Access)
2021-10-13 01:39:26 +00:00
* [The First 10 Prolog Programming Contests ](https://dtai.cs.kuleuven.be/ppcbook ) - Bart Demoen, Phuong-Lan Nguyen, Tom Schrijvers, Remko Tronçon
* [The Power of Prolog ](https://www.metalevel.at/prolog ) - Markus Triska
2015-11-13 20:52:57 +00:00
* [Warren's Abstract Machine: A Tutorial Reconstruction ](http://wambook.sourceforge.net ) - Hassan A¨it-Kaci
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### Constraint Logic Programming (extended Prolog)
2015-11-13 13:25:42 +00:00
2015-11-13 20:52:57 +00:00
* [A Gentle Guide to Constraint Logic Programming via ECLiPSe ](http://anclp.pl )
2014-04-14 13:44:56 +00:00
2015-11-13 13:25:42 +00:00
2014-08-05 05:50:13 +00:00
### PureScript
2015-11-13 13:25:42 +00:00
2015-12-13 17:32:57 +00:00
* [PureScript By Example ](https://leanpub.com/purescript/read ) - Phil Freeman
2014-04-14 13:44:56 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### Python
2015-11-13 13:25:42 +00:00
2021-04-14 19:30:04 +00:00
* [100 Page Python Intro ](https://learnbyexample.github.io/100_page_python_intro/ ) - Sundeep Agarwal
2020-01-24 21:56:39 +00:00
* [20 Python Libraries You Aren't Using (But Should) ](https://www.oreilly.com/learning/20-python-libraries-you-arent-using-but-should ) - Caleb Hattingh
2018-08-14 16:09:29 +00:00
* [A Beginner's Python Tutorial ](https://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial ) - Wikibooks
2017-02-24 18:06:15 +00:00
* [A Byte of Python ](https://python.swaroopch.com ) (3.x) (HTML, PDF, EPUB, Mobi)
2015-11-03 18:33:28 +00:00
* [A Guide to Python's Magic Methods ](https://github.com/RafeKettler/magicmethods ) - Rafe Kettler
2021-10-31 17:57:59 +00:00
* [A Practical Introduction to Python Programming ](https://www.brianheinold.net/python/ ) - Brian Heinold (HTML, PDF, Exercises sources)
2023-09-05 16:08:24 +00:00
* [A Whirlwind Tour of Python ](https://jakevdp.github.io/WhirlwindTourOfPython/ ) - Jake VanderPlas
2023-11-22 00:55:06 +00:00
* [An Introduction to Statistical Learning with Applications in Python ](https://www.statlearning.com ) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor (PDF)
2022-09-02 13:36:04 +00:00
* [Architecture Patterns with Python ](https://www.cosmicpython.com/book/preface.html ) - Harry J.W. Percival, Bob Gregory (HTML)
2021-02-17 14:22:06 +00:00
* [Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners ](https://automatetheboringstuff.com/2e/chapter0/ ) - Al Sweigart (3.8)
2022-08-12 13:14:00 +00:00
* [Automate the Boring Stuff with Python: Practical Programming for Total Beginners ](https://automatetheboringstuff.com/chapter0/ ) - Al Sweigart (3.4)
2022-03-18 01:52:29 +00:00
* [Beej's Guide to Python Programming - For Beginners ](http://beej.us/guide/bgpython/ ) - Brian "Beej Jorgensen" Hall (HTML,PDF)
2021-05-07 13:34:40 +00:00
* [Beyond the Basic Stuff with Python ](https://inventwithpython.com/beyond/ ) - Al Sweigart (3.x)
* [Biopython Tutorial and Cookbook ](https://biopython.org/DIST/docs/tutorial/Tutorial.pdf ) (PDF)
2017-03-18 19:46:18 +00:00
* [Build applications in Python the antitextbook ](http://github.com/thewhitetulip/build-app-with-python-antitextbook ) (3.x) (HTML, PDF, EPUB, Mobi)
2022-10-28 06:48:38 +00:00
* [Building Data Products: The Ultimate Guide ](https://resources.montecarlodata.com/c/ebook-building-data-products?x=gEwOdf ) (HTML, EPUB)
2021-02-18 01:51:46 +00:00
* [Building Skills in Object-Oriented Design, V4 ](https://slott56.github.io/building-skills-oo-design-book/build/html/ ) - Steven F. Lott (3.7)
2023-07-12 18:49:07 +00:00
* [Building Skills in Object-Oriented Design, Release 2.2.1 ](https://web.archive.org/web/20150824204101/http://buildingskills.itmaybeahack.com/book/oodesign-python-2.2/latex/BuildingSkillsinOODesign.pdf ) - Steven F. Lott (PDF) (2.2.1) *(:card_file_box: archived)*
* [Building Skills in Object-Oriented Design, Release 3.1 ](https://web.archive.org/web/20160322093622/http://buildingskills.itmaybeahack.com/book/oodesign-3.1/latex/BuildingSkillsinObject-OrientedDesign.pdf ) - Steven F. Lott (PDF) (3.1) *(:card_file_box: archived)*
* [Building Skills in Python ](https://web.archive.org/web/20190918094202/http://www.itmaybeahack.com/book/python-2.6/latex/BuildingSkillsinPython.pdf ) - Steven F. Lott (PDF) (2.6) *(:card_file_box: archived)*
2022-10-19 00:30:18 +00:00
* [Clean Architectures in Python - A practical approach to better software design (2022) ](https://www.thedigitalcatbooks.com/pycabook-introduction/ ) - Leonardo Giordani (3.x) (PDF)
2023-07-12 18:49:07 +00:00
* [Code Like a Pythonista: Idiomatic Python ](https://web.archive.org/web/20180411011411/http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html ) - David Goodger *(:card_file_box: archived)*
2015-11-13 20:52:57 +00:00
* [Composing Programs ](http://composingprograms.com ) (3.x)
2022-10-29 23:38:43 +00:00
* [Computational and Inferential Thinking ](https://inferentialthinking.com/chapters/intro.html ) - Ani Adhikari, John DeNero, David Wagner (HTML)
2021-05-07 13:34:40 +00:00
* [Cracking Codes with Python ](https://inventwithpython.com/cracking/ ) - Al Sweigart (3.6)
2023-07-12 18:49:07 +00:00
* [Data Structures and Algorithms in Python ](https://web.archive.org/web/20161016153130/http://www.brpreiss.com/books/opus7/html/book.html ) - B. R. Preiss (PDF) *(:card_file_box: archived)*
2023-10-03 00:32:32 +00:00
* [Data Structures and Information Retrieval in Python ](https://greenteapress.com/wp/data-structures-and-information-retrieval-in-python/ ) - Allen B. Downey
2019-10-18 16:05:46 +00:00
* [Dive into Python 3 ](https://diveintopython3.problemsolving.io ) - Mark Pilgrim (3.0)
2022-08-12 13:14:00 +00:00
* [Dive into Python ](https://linux.die.net/diveintopython/html/toc/index.html ) - Mark Pilgrim (2.3)
2022-10-05 01:47:24 +00:00
* [Essential Python ](https://www.programming-books.io/essential/python/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2021-05-07 13:34:40 +00:00
* [Full Stack Python ](https://www.fullstackpython.com ) - Matt Makai
2023-11-29 22:15:41 +00:00
* [Functional Programming in Python ](https://www.oreilly.com/ideas/functional-programming-in-python ) - David Mertz
* [Fundamentals of Python Programming ](https://web.archive.org/web/20191005170430/http://python.cs.southern.edu/pythonbook/pythonbook.pdf ) - Richard L. Halterman (PDF) *(:construction: in process)*
2014-08-07 22:39:05 +00:00
* [Google's Python Class ](https://developers.google.com/edu/python/ ) (2.4 - 2.x)
2016-10-02 10:25:27 +00:00
* [Google's Python Style Guide ](https://google.github.io/styleguide/pyguide.html )
2020-12-09 20:45:07 +00:00
* [Hadoop with Python ](https://www.oreilly.com/learning/hadoop-with-python ) - Zachary Radtka, Donald Miner
2020-11-21 00:00:06 +00:00
* [Hands-On Natural Language Processing with Python ](https://www.packtpub.com/free-ebook/hands-on-natural-language-processing-with-python/9781789139495 ) - Rajesh Arumugam, Rajalingappaa Shanmugamani (Packt account *required* )
2022-11-04 17:31:18 +00:00
* [Hands-on Python 3 Tutorial ](https://anh.cs.luc.edu/handsonPythonTutorial ) - Andrew N. Harrington (HTML)
2015-08-06 06:23:44 +00:00
* [Hitchhiker's Guide to Python! ](http://docs.python-guide.org/en/latest/ ) (2.6)
2020-10-16 01:58:49 +00:00
* [How to Code in Python 3 ](https://assets.digitalocean.com/books/python/how-to-code-in-python.pdf ) - Lisa Tagliaferri (PDF)
2022-09-02 13:36:04 +00:00
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition ](https://runestone.academy/runestone/books/published/thinkcspy/index.html ) - Brad Miller, David Ranum, Jeffrey Elkner, Peter Wentworth, Allen B. Downey, Chris Meyers, Dario Mitchell (3.2)
* [How to Think Like a Computer Scientist: Learning with Python 1st Edition ](https://greenteapress.com/wp/learning-with-python/ ) - Allen B. Downey, Jeff Elkner, Chris Meyers (2.4) (HTML, PDF)
* [How to Think Like a Computer Scientist: Learning with Python 2nd Edition ](https://openbookproject.net/thinkcs/python/english2e/ ) - Jeffrey Elkner, Allen B. Downey, Chris Meyers (Using Python 2.x)
* [How to Think Like a Computer Scientist: Learning with Python 3 (RLE) ](https://openbookproject.net/thinkcs/python/english3e/ ) - Peter Wentworth, Jeffrey Elkner, Allen B. Downey, Chris Meyers [(PDF) ](https://www.ict.ru.ac.za/Resources/cspw/thinkcspy3/thinkcspy3.pdf )
2022-08-25 11:03:43 +00:00
* [Inside The Python Virtual Machine ](https://leanpub.com/insidethepythonvirtualmachine/read ) - Obi Ike-Nwosu (HTML)
2021-05-07 13:34:40 +00:00
* [Intermediate Python ](https://book.pythontips.com/en/latest/ ) - Muhammad Yasoob Ullah Khalid (1st edition)
2014-05-28 23:45:01 +00:00
* [Introduction to Programming with Python ](http://opentechschool.github.io/python-beginners/en/ ) (3.3)
2022-08-12 13:14:00 +00:00
* [Introduction to Programming Using Python ](http://python-ebook.blogspot.co.uk ) - Cody Jackson (1st edition) (2.3)
2017-05-11 03:33:02 +00:00
* [Introduction to Python ](http://kracekumar.com/post/71171551647/introduction-to-python ) - Kracekumar (2.7.3)
2021-05-07 13:34:40 +00:00
* [Introduction to Python for Econometrics, Statistics and Numerical Analysis ](https://www.kevinsheppard.com/files/teaching/python/notes/python_introduction_2020.pdf ) - Kevin Sheppard (PDF) (3.8)
2024-10-10 14:12:23 +00:00
* [Introduction to Scientific Programming with Python ](https://library.oapen.org/bitstream/id/56d27e73-e92a-4398-8198-239be7aacc93/2020_Book_IntroductionToScientificProgra.pdf ) - Joakim Sundnes (PDF) (CC BY)
2021-05-07 13:34:40 +00:00
* [Invent Your Own Computer Games With Python ](https://inventwithpython.com/invent4thed/ ) - Al Sweigart (3.4)
2022-11-09 22:38:43 +00:00
* [Learn Python 3 ](https://github.com/animator/learn-python ) - Ankit Mahato (PDF, HTML, Markdown)
2015-12-15 15:22:17 +00:00
* [Learn Python, Break Python ](http://learnpythonbreakpython.com )
2022-11-08 16:44:40 +00:00
* [Learn Python in Y minutes ](https://learnxinyminutes.com/docs/python/ ) - LearnXinYMinutes (HTML)
2019-12-30 18:11:20 +00:00
* [Learn Python Programming, Second Edition ](https://www.packtpub.com/free-ebooks/learn-python-programming-second-edition ) - Fabrizio Romano (Packt account *required* )
2021-10-02 20:31:14 +00:00
* [Learn Python the Right Way ](https://learnpythontherightway.com )
2023-10-02 23:42:20 +00:00
* [Learn Python Visually ](https://archive.org/details/learn-python-visually_compress/mode/2up ) - Ivelin Demirov *(:card_file_box: archived)*
2021-10-25 17:40:26 +00:00
* [Learn to Program Using Python ](https://web.archive.org/web/20201224032210/https://www.ida.liu.se/~732A47/literature/PythonBook.pdf ) - Cody Jackson (PDF) *(:card_file_box: archived)*
2016-10-02 10:50:54 +00:00
* [Learning to Program ](http://www.alan-g.me.uk )
2014-05-28 23:45:01 +00:00
* [Lectures on scientific computing with python ](https://github.com/jrjohansson/scientific-python-lectures ) - J.R. Johansson (2.7)
2021-05-07 13:34:40 +00:00
* [Making Games with Python & Pygame ](https://inventwithpython.com/pygame/chapters/ ) - Al Sweigart (3.2)
2018-05-25 15:56:28 +00:00
* [Math for programmers (using python) ](https://akuli.github.io/math-tutorial/ )
2020-10-22 00:45:06 +00:00
* [Modeling and Simulation in Python ](https://greenteapress.com/wp/modsimpy/ ) - Allen B. Downey (PDF)
2022-06-15 19:03:54 +00:00
* [Modeling Creativity: Case Studies in Python ](https://arxiv.org/pdf/1410.0281.pdf ) - Tom D. De Smedt (PDF)
2020-10-31 20:02:09 +00:00
* [Natural Language Processing (NLP) with Python — Tutorial ](https://medium.com/towards-artificial-intelligence/natural-language-processing-nlp-with-python-tutorial-for-beginners-1f54e610a1a0 ) (PDF)
2017-05-30 00:07:21 +00:00
* [Natural Language Processing with Python ](http://www.nltk.org/book/ ) (3.x)
2018-08-14 16:09:29 +00:00
* [Non-Programmer's Tutorial for Python 3 ](https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 ) - Wikibooks (3.3)
2022-08-12 13:14:00 +00:00
* [Non-Programmer's Tutorial for Python 2.6 ](https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6 ) - Wikibooks (2.6)
2020-01-24 21:56:39 +00:00
* [Picking a Python Version: A Manifesto ](https://www.oreilly.com/ideas/picking-a-python-version ) - David Mertz
2017-05-18 17:29:42 +00:00
* [Porting to Python 3: An In-Depth Guide ](http://python3porting.com ) (2.6 - 2.x & 3.1 - 3.x)
2015-11-13 13:46:22 +00:00
* [Practical Programming in Python ](https://launchpadlibrarian.net/165489933/PracticalProgrammingPython2014.pdf ) - Jeffrey Elkner (PDF)
2021-08-02 15:03:56 +00:00
* [Practice Python Projects ](https://learnbyexample.github.io/practice_python_projects/ ) - Sundeep Agarwal
2023-07-12 18:49:07 +00:00
* [Pro Python Advanced coding techniques and tools ](https://archive.org/download/python-books/Apress.Pro.Python.Advanced.Coding.Techniques.And.Tools.Jun.2010.ISBN.1430227575.pdf ) - Marty Alchin (PDF)
2022-09-02 13:36:04 +00:00
* [Problem Solving with Algorithms and Data Structures using Python ](https://runestone.academy/runestone/books/published/pythonds3/index.html ) - Bradley N. Miller, David L. Ranum (3.x)
2015-11-13 20:52:57 +00:00
* [Program Arcade Games With Python And Pygame ](http://programarcadegames.com ) (3.3)
2023-10-29 14:28:57 +00:00
* [Programming Basics with Python ](https://python-book.softuni.org ) - Svetlin Nakov & Team
2015-11-13 17:58:18 +00:00
* [Programming Computer Vision with Python ](http://programmingcomputervision.com/downloads/ProgrammingComputerVision_CCdraft.pdf ) (PDF)
2023-07-12 18:49:07 +00:00
* [Programming for Non-Programmers, Release 2.6.2 ](https://web.archive.org/web/20180921063136/http://buildingskills.itmaybeahack.com/book/programming-2.6/latex/ProgrammingforNon-Programmers.pdf ) - Steven F. Lott (PDF) (2.6) *(:card_file_box: archived)*
2023-10-28 03:17:05 +00:00
* [PySDR: A Guide to SDR and DSP using Python ](https://pysdr.org ) - Marc Lichtman (3.x)
2020-10-13 14:04:27 +00:00
* [Python 101 ](https://python101.pythonlibrary.org ) - Michael Driscoll (HTML, TEXT)
2015-12-15 14:23:48 +00:00
* [Python 2 Official Documentation ](https://docs.python.org/2/download.html ) (PDF, HTML, TEXT) (2.x)
2023-07-12 18:49:07 +00:00
* [Python 2.7 quick reference ](https://web.archive.org/web/20171013204449/http://infohost.nmt.edu/tcc/help/pubs/python27/python27.pdf ) - John W. Shipman (PDF) (2.7) *(:card_file_box: archived)*
2015-12-15 14:23:48 +00:00
* [Python 3 Official Documentation ](https://docs.python.org/3/download.html ) (PDF, EPUB, HTML, TEXT) (3.x)
2023-10-21 14:04:24 +00:00
* [Python 3 Patterns, Recipes, and Idioms ](https://python-3-patterns-idioms-test.readthedocs.io/en/latest/ ) - Bruce Eckel & Friends
2018-05-25 15:56:28 +00:00
* [Python 3 Tutorial ](https://github.com/Akuli/python-tutorial )
2020-11-12 02:40:04 +00:00
* [Python Data Science Handbook ](https://jakevdp.github.io/PythonDataScienceHandbook ) - Jake VanderPlas (HTML, Jupyter Notebooks)
2022-12-18 20:52:43 +00:00
* [Python for Astronomers ](https://prappleizer.github.io/textbook.pdf ) - Imad Pasha, Christopher Agostino (PDF)
* [Python for Data Analysis ](https://wesmckinney.com/book/ ) - Wes McKinney
2020-11-12 02:52:11 +00:00
* [Python for Everybody ](http://py4e.com/book ) - Charles Russell Severance (PDF, EPUB, HTML) (3.x)
* [Python for Informatics: Exploring Information ](http://www.pythonlearn.com/book.php ) - Charles Russell Severance (2.7.5)
2022-12-18 20:52:43 +00:00
* [Python for network engineers ](https://pyneng.readthedocs.io/en/latest/ ) - Natasha Samoylenko
2014-05-28 23:45:01 +00:00
* [Python for you and me ](http://pymbook.readthedocs.org/en/latest/ ) (2.7.3)
2014-08-07 22:39:05 +00:00
* [Python for you and me ](http://pymbook.readthedocs.org/en/py3/ ) (3.x)
2022-10-18 01:21:44 +00:00
* [Python Idioms ](https://bennuttall.com/files/python-idioms-2014-01-16.pdf ) (PDF)
2020-01-24 21:56:39 +00:00
* [Python in Education ](https://www.oreilly.com/ideas/python-in-education ) - Nicholas Tollervey
2014-01-19 02:56:41 +00:00
* [Python in Hydrology ](http://www.greenteapress.com/pythonhydro/pythonhydro.html ) - Sat Kumar Tomer
2014-05-28 23:45:01 +00:00
* [Python Koans ](https://github.com/gregmalcolm/python_koans ) (2.7 or 3.x)
2019-12-30 18:11:20 +00:00
* [Python Machine Learning By Example ](https://www.packtpub.com/free-ebooks/python-machine-learning-example ) - Yuxi (Hayden) Liu (Packt account *required* )
2016-11-03 21:51:59 +00:00
* [Python Module of the Week ](https://pymotw.com/3/ ) (3.x)
2022-08-12 13:14:00 +00:00
* [Python Module of the Week ](https://pymotw.com/2/ ) (2.x)
2020-10-31 20:16:23 +00:00
* [Python Notes for Professionals ](http://goalkicker.com/PythonBook/ ) - Compiled from StackOverflow documentation (PDF)
2014-05-28 23:45:01 +00:00
* [Python Practice Book ](http://anandology.com/python-practice-book/index.html ) (2.7.1)
2018-08-14 16:09:29 +00:00
* [Python Programming ](https://en.wikibooks.org/wiki/Python_Programming ) - Wikibooks (2.7)
* [Python Programming ](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf ) - Wikibooks (PDF) (2.6)
2021-05-07 13:34:40 +00:00
* [Python Programming And Numerical Methods: A Guide For Engineers And Scientists ](https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html ) - Qingkai Kong, Timmy Siauw, Alexandre Bayen (3.7)
2022-10-21 01:01:30 +00:00
* [Python Programming Exercises, Gently Explained ](https://inventwithpython.com/PythonProgrammingExercisesGentlyExplained.pdf ) - Al Sweigart (PDF)
2022-04-02 18:26:49 +00:00
* [Python Tutorial ](https://www.tutorialspoint.com/python/ ) - Tutorials Point (HTML, PDF)
2024-01-10 16:16:51 +00:00
* [Research Software Engineering with Python ](https://merely-useful.tech/py-rse/ ) - Damien Irving, Kate Hertweck, Luke Johnston, Joel Ostblom, Charlotte Wickham, Greg Wilson (HTML)
2022-10-17 01:25:12 +00:00
* [Scientific Visualization: Python + Matplotlib ](https://github.com/rougier/scientific-visualization-book ) - Nicolas P. Rougier (PDF)
2017-05-11 03:33:02 +00:00
* [Scipy Lecture Notes ](http://scipy-lectures.github.io )
2016-12-04 10:06:54 +00:00
* [SICP in Python ](http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/ ) (3.2)
2021-10-25 17:40:26 +00:00
* [Slither into Python: An introduction to Python for beginners ](https://web.archive.org/web/20210411065902/https://www.slitherintopython.com/ ) (3.7) *(:card_file_box: archived)*
2024-01-10 02:28:50 +00:00
* [Software Design by Example: A Tool-Based Introduction with Python ](https://third-bit.com/sdxpy/ ) - Greg Wilson (HTML)
2021-10-04 23:02:11 +00:00
* [Supporting Python 3: An In-Depth Guide ](http://python3porting.com ) (2.6 - 2.x & 3.1 - 3.x)
2022-08-12 13:14:00 +00:00
* [Test-Driven Web Development with Python: Obey the Testing Goat! using Django, Selenium and JavaScript ](http://www.obeythetestinggoat.com/pages/book.html ) - Harry J.W. Percival (HTML) *(3.3 - 3.x)*
2014-05-28 23:45:01 +00:00
* [Text Processing in Python ](http://gnosis.cx/TPiP/ ) - David Mertz (2.3 - 2.x)
2021-08-02 15:03:56 +00:00
* [The Big Book of Small Python Projects ](https://inventwithpython.com/bigbookpython/ ) - Al Sweigart
2017-09-26 14:03:17 +00:00
* [The Coder's Apprentice: Learning Programming with Python 3 ](http://www.spronck.net/pythonbook/ ) - Pieter Spronck (PDF) (3.x)
2020-01-10 16:53:21 +00:00
* [The Definitive Guide to Jython, Python for the Java Platform ](https://jython.readthedocs.io/en/latest/ ) - Josh Juneau, Jim Baker, Victor Ng, Leo Soto, Frank Wierzbicki (2.5)
2023-10-27 01:57:09 +00:00
* [The Hitchhiker's Guide to Python: Best Practices for Development ](https://docs.python-guide.org ) - Kenneth Reitz, Tanya Schlusser, et al
2015-05-08 18:33:22 +00:00
* [The Little Book of Python Anti-Patterns ](http://docs.quantifiedcode.com/python-anti-patterns/ ) ([Source](https://github.com/quantifiedcode/python-anti-patterns))
2014-06-17 21:46:03 +00:00
* [The Programming Historian ](http://niche-canada.org/research/niche-digital-infrastructure-project/the-programming-historian/ ) - William J. Turkel, Adam Crymble and Alan MacEachern
2023-10-01 23:50:21 +00:00
* [The Python Coding Book ](https://thepythoncodingbook.com ) - Stephen Gruppetta (HTML)
2017-05-11 03:33:02 +00:00
* [The Python GTK+ 3 Tutorial ](http://python-gtk-3-tutorial.readthedocs.org/en/latest/ )
2021-10-20 02:23:27 +00:00
* [The Python Handbook ](https://flaviocopes.com/page/python-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2022-10-21 01:01:30 +00:00
* [The Recursive Book of Recursion ](https://inventwithpython.com/recursion/ ) - Al Swigart (HTML) (3.x)
2023-07-12 18:49:07 +00:00
* [The Standard Python Library ](https://web.archive.org/web/20200626001242/http://effbot.org/librarybook/ ) - Fredrik Lundh *(:card_file_box: archived)*
2020-10-22 00:45:06 +00:00
* [Think Complexity ](https://greenteapress.com/wp/think-complexity-2e/ ) - Allen B. Downey (2nd Edition) (PDF, HTML)
* [Think DSP - Digital Signal Processing in Python ](https://greenteapress.com/wp/think-dsp/ ) - Allen B. Downey (PDF, HTML)
2024-10-10 14:12:23 +00:00
* [Think Python 2nd Edition ](https://greenteapress.com/wp/think-python-2e/ ) - Allen B. Downey (3.x) (HTML, PDF) (CC BY-NC)
2024-10-11 16:42:25 +00:00
* [Think Python First Edition ](https://greenteapress.com/wp/think-python/ ) - Allen B. Downey (2.x) (HTML, PDF) (CC BY-NC)
2018-10-25 21:13:09 +00:00
* [Tiny Python 3.6 Notebook ](https://github.com/mattharrison/Tiny-Python-3.6-Notebook ) - Matt Harrison (3.6)
2022-07-15 09:39:23 +00:00
* [Tiny Python Projects ](http://tinypythonprojects.com/Tiny_Python_Projects.pdf ) - Ken Youens-Clark(PDF)
2014-05-28 23:45:01 +00:00
* [Web2py: Complete Reference Manual, 6th Edition (pre-release) ](http://web2py.com/book ) (2.5 - 2.x)
2014-10-24 20:33:29 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### Django
2015-11-13 13:25:42 +00:00
2022-10-31 20:17:38 +00:00
* [All-Auth ](https://django-allauth.readthedocs.io/en/latest/overview.html ) (HTML)
* [AutoComplete-Light ](https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html ) (HTML)
* [Django Filters ](https://django-filter.readthedocs.io/en/stable/ ) (HTML)
2017-10-30 19:28:13 +00:00
* [Django Girls Tutorial ](https://tutorial.djangogirls.org/en/ ) (1.11)
2015-07-01 10:02:44 +00:00
* [Django Official Documentation ](https://media.readthedocs.org/pdf/django/1.5.x/django.pdf ) (PDF) (1.5)
* [Django Official Documentation ](https://media.readthedocs.org/pdf/django/1.7.x/django.pdf ) (PDF) (1.7)
2016-06-26 09:18:04 +00:00
* [Django Official Documentation ](https://media.readthedocs.org/pdf/django/1.9.x/django.pdf ) (PDF) (1.9)
2017-04-02 14:49:52 +00:00
* [Django Official Documentation ](https://media.readthedocs.org/pdf/django/1.10.x/django.pdf ) (PDF) (1.10)
2019-05-05 16:48:46 +00:00
* [Django Official Documentation ](https://buildmedia.readthedocs.org/media/pdf/django/2.2.x/django.pdf ) (PDF) (2.2)
2020-11-17 17:50:11 +00:00
* [Django Official Documentation ](https://buildmedia.readthedocs.org/media/pdf/django/3.1.x/django.pdf ) (PDF) (3.1)
2021-10-08 01:47:14 +00:00
* [Django Official Documentation ](https://buildmedia.readthedocs.org/media/pdf/django/3.2.x/django.pdf ) (PDF) (3.2)
2022-10-31 20:21:05 +00:00
* [Django Official Documentation ](https://buildmedia.readthedocs.org/media/pdf/django/4.1.x/django.pdf ) (PDF) (4.1)
2022-10-28 06:22:11 +00:00
* [Django Official Documentation ](https://buildmedia.readthedocs.org/media/pdf/django/4.0.x/django.pdf ) (PDF) (4.0)
2022-10-02 20:21:17 +00:00
* [Django Rest Framework ](https://riptutorial.com/Download/django-rest-framework.pdf ) - Compiled from StackOverflow Documentation (PDF)
2020-01-06 13:49:59 +00:00
* [Django RESTful Web Services ](https://www.packtpub.com/free-ebooks/django-restful-web-services ) - Gaston C. Hillar (Packt account *required* )
2022-10-31 20:17:38 +00:00
* [Django Storages ](https://django-storages.readthedocs.io/en/latest/ ) (HTML)
* [Django Tinymce ](https://django-tinymce.readthedocs.io/en/latest/ ) (HTML)
2020-10-26 23:02:30 +00:00
* [Django Web Framework (Python) ](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django ) - MDN contributors
2014-04-23 06:35:24 +00:00
* [Djen of Django ](http://agiliq.com/books/djenofdjango/ )
2023-07-12 18:49:07 +00:00
* [Effective Django ](https://web.archive.org/web/20181130092020/http://www.effectivedjango.com/ ) (1.5) *(:card_file_box: archived)*
2017-05-11 03:33:02 +00:00
* [How to Tango With Django ](http://www.tangowithdjango.com/book17/ ) (1.7)
2022-10-31 20:17:38 +00:00
* [Social Auth App ](https://python-social-auth.readthedocs.io/en/latest/ ) (HTML)
2021-06-17 13:24:13 +00:00
* [Test-Driven Development With Python And Django ](http://www.obeythetestinggoat.com/pages/book.html ) (1.11)
2013-10-15 22:46:05 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### Flask
2015-11-13 13:25:42 +00:00
2015-12-13 21:07:27 +00:00
* [Explore Flask ](https://exploreflask.com ) - Robert Picard
2020-12-07 14:37:24 +00:00
* [Flask Documentation ](https://flask.palletsprojects.com ) - Pallets
2022-04-02 18:26:49 +00:00
* [Python Flask Tutorial ](https://www.tutorialspoint.com/flask/ ) - Tutorials Point (HTML, PDF)
2014-05-28 20:50:49 +00:00
* [The Flask Mega-Tutorial ](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world ) - Miguel Grinberg (0.9)
2013-10-16 13:43:43 +00:00
2013-10-11 07:04:49 +00:00
2014-08-07 22:39:05 +00:00
#### Kivy
2015-11-13 13:25:42 +00:00
2017-01-15 21:21:48 +00:00
* [Kivy Programming Guide ](https://kivy.org/docs/guide-index.html )
2014-08-07 22:39:05 +00:00
2024-10-18 00:47:22 +00:00
#### NumPY
* [From Python to NumPy ](https://www.labri.fr/perso/nrougier/from-python-to-numpy/ ) - Nicolas P. Rougier (HTML) (3.6)
* [Guide to NumPY 2010 ](https://web.mit.edu/dvp/Public/numpybook.pdf ) - Travis E. Oliphant (PDF).
* [NumPy user guide ](https://numpy.org/doc/stable/user ) - NumPY developers (HTML).
2014-07-27 20:16:50 +00:00
#### Pandas
2015-11-13 13:25:42 +00:00
2022-10-02 20:08:52 +00:00
* [Best Pandas Tutorial \| Learn with 50 Examples ](https://www.listendata.com/2017/12/python-pandas-tutorial.html ) - Ekta Aggarwal (HTML)
2016-12-04 10:06:00 +00:00
* [Learn Pandas ](https://bitbucket.org/hrojas/learn-pandas ) - Hernan Rojas (0.18.1)
2022-09-02 13:36:04 +00:00
* [pandas: powerful Python data analysis toolkit ](https://pandas.pydata.org/docs ) - Wes McKinney, the Pandas Development Team (HTML, PDF)
2014-03-15 04:40:49 +00:00
2023-07-20 04:18:03 +00:00
#### PyOpenCl
* [Programming GPUs with Python: PyOpenCL and PyCUDA ](http://homepages.math.uic.edu/~jan/mcs572f16/mcs572notes/lec29.html ) - Jan Verschelde, University of Illinois Chicago (HTML)
* [PyOpenCl Documentation ](https://documen.tician.de/pyopencl/ ) - Andreas Kloeckner (HTML)
2014-08-07 22:39:05 +00:00
#### Pyramid
2015-11-13 13:25:42 +00:00
2017-05-11 03:33:02 +00:00
* [Quick Tutorial for Pyramid ](http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/index.html#quick-tutorial )
2014-08-07 22:39:05 +00:00
2016-12-04 10:06:00 +00:00
#### Tornado
* [Learn Web Programming ](https://bitbucket.org/hrojas/learn-web-programming )
2022-10-13 01:54:42 +00:00
### <a id="q-sharp"></a>Q\#
* [The Q# quantum programming language user guide ](https://learn.microsoft.com/en-us/azure/quantum/user-guide ) (HTML)
2014-07-27 20:16:50 +00:00
### QML
2015-11-13 13:25:42 +00:00
2023-11-29 22:15:41 +00:00
* [Qt5 Cadaques ](http://qmlbook.github.io ) - Juergen Bocklage-Ryannel, Johan Thelin (HTML, PDF, ePub) *(:construction: in process)*
* [Qt6 Book ](https://www.qt.io/product/qt6/qml-book/preface-preface ) - Johan Thelin, Jürgen Bocklage-Ryannel, Cyril Lorquet (HTML, PDF) *(:construction: in process)*
2014-02-18 20:30:57 +00:00
2014-07-27 20:16:50 +00:00
### R
2015-11-13 13:25:42 +00:00
2015-11-13 20:52:57 +00:00
* [Advanced R Programming ](http://adv-r.had.co.nz ) - Hadley Wickham
2022-10-17 01:15:34 +00:00
* [An Introduction to ggplot2 ](https://bookdown.org/ozancanozdemir/introduction-to-ggplot2 ) - Ozancan Ozdemir
2022-09-02 13:36:04 +00:00
* [An Introduction to R ](https://cran.r-project.org/doc/manuals/R-intro.html ) - David M. Smith, William N. Venables
2023-11-01 00:55:22 +00:00
* [An Introduction to Statistical Learning with Applications in R ](https://hastie.su.domains/ISLR2/ISLRv2_corrected_June_2023.pdf.view-in-google.html ) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani (PDF)
2022-10-17 01:15:34 +00:00
* [Beyond Multiple Linear Regression ](https://bookdown.org/roback/bookdown-BeyondMLR ) - Paul Roback, Julie Legler
2022-08-12 13:14:00 +00:00
* [blogdown: Creating Websites with R Markdown ](https://bookdown.org/yihui/blogdown/ ) - Yihui Xie, Amber Thomas, Alison Presmanes Hill
2016-12-04 10:14:31 +00:00
* [Cookbook for R ](http://www.cookbook-r.com ) - Winston Chang
2020-10-12 02:03:19 +00:00
* [Data Analysis and Prediction Algorithms with R ](https://rafalab.github.io/dsbook/ ) - Rafael A. Irizarry
2022-10-22 00:24:49 +00:00
* [Data Mining Algorithms In R ](https://en.wikibooks.org/wiki/Data_Mining_Algorithms_In_R ) - Wikibooks
2022-10-31 01:26:56 +00:00
* [Data Visualization with R ](https://ladal.edu.au/dviz.html ) - Martin Schweinberger (HTML)
2020-10-10 18:42:45 +00:00
* [Efficient R programming ](https://csgillespie.github.io/efficientR/ ) - Colin Gillespie, Robin Lovelace
2023-10-28 23:48:26 +00:00
* [Exploratory Data Analysis with R ](https://bookdown.org/rdpeng/exdata ) - Roger D. Peng
2022-09-02 13:36:04 +00:00
* [Forecasting: Principles and Practice ](https://otexts.com/fpp3/ ) - Rob J Hyndman, George Athanasopoulos
* [Functional Programming ](https://dcl-prog.stanford.edu ) - Sara Altman, Bill Behrman, Hadley Wickham
2023-03-28 01:31:34 +00:00
* [Geocomputation with R ](https://r.geocompx.org ) - Robin Lovelace, Jakub Nowosad, Jannes Muenchow
2018-05-15 18:03:32 +00:00
* [Introduction to Probability and Statistics Using R ](https://github.com/gjkerns/IPSUR ) - G. Jay Kerns (PDF)
2020-10-10 18:40:10 +00:00
* [Learning Statistics with R ](https://learningstatisticswithr.com/book/ ) - Danielle Navarro
2023-10-04 01:23:07 +00:00
* [Mastering Software Development in R ](https://bookdown.org/rdpeng/RProgDA/ ) - Roger D. Peng, Sean Kross, and Brooke Anderson
* [Model Estimation by Example, Demonstrations with R ](https://m-clark.github.io/models-by-example ) - Michael Clark
2023-10-28 23:48:26 +00:00
* [Modern R with the tidyverse ](https://b-rodrigues.github.io/modern_R ) - Bruno Rodrigues
* [Modern Statistics with R ](https://www.modernstatisticswithr.com ) - Måns Thulin
2022-09-02 13:36:04 +00:00
* [ModernDive ](https://ismayc.github.io/moderndiver-book/ ) - Chester Ismay, Albert Y. Kim
2015-11-13 13:25:42 +00:00
* [Practical Regression and Anova using R ](http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf ) - Julian J. Faraway (PDF)
2023-03-28 01:31:34 +00:00
* [R for Data Science ](https://r4ds.hadley.nz ) - Hadley Wickham, Mine Çetinkaya-Rundel, Garrett Grolemund
2016-12-04 10:14:31 +00:00
* [R for Spatial Analysis ](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/spatialEpiBook.pdf ) (PDF)
* [R Language for Programmers ](http://www.johndcook.com/blog/r_language_for_programmers ) - John D. Cook
2020-10-31 20:16:23 +00:00
* [R Notes for Professionals ](https://goalkicker.com/RBook/ ) - Compiled from StackOverflow Documentation (PDF)
2023-03-28 01:31:34 +00:00
* [R Packages ](https://r-pkgs.org ) - Hadley Wickham, Jenny Bryan
2016-12-04 10:14:31 +00:00
* [R Practicals ](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/R/practicalsBookNoAns.pdf ) (PDF)
2018-08-14 16:09:29 +00:00
* [R Programming ](https://en.wikibooks.org/wiki/R_Programming ) - Wikibooks
2023-10-21 14:04:24 +00:00
* [R Programming for Data Science ](https://bookdown.org/rdpeng/rprogdatascience/ ) - Roger D. Peng
2018-05-02 13:58:38 +00:00
* [R Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/rsuccinctly ) (PDF, Kindle) (email address *requested* , not required)
2022-10-17 01:15:34 +00:00
* [Statistical Inference via Data Science ](https://moderndive.com ) - Chester Ismay, Albert Y. Kim
2020-10-28 02:13:24 +00:00
* [Summary and Analysis of Extension Program Evaluation in R ](https://rcompanion.org/handbook/index.html ) - Salvatore S. Mangiafico
2023-10-28 23:48:26 +00:00
* [Supervised Machine Learning for Text Analysis in R ](https://smltar.com ) - Emil Hvitfeldt, Julia Silge
2016-12-04 10:14:31 +00:00
* [The caret Package ](http://topepo.github.io/caret/index.html ) - Max Kuhn
2015-11-13 13:25:42 +00:00
* [The R Inferno ](http://www.burns-stat.com/pages/Tutor/R_inferno.pdf ) - Patrick Burns (PDF)
2016-12-04 10:14:31 +00:00
* [The R Language ](http://stat.ethz.ch/R-manual/R-patched/doc/html )
2014-05-13 02:37:38 +00:00
* [The R Manuals ](http://cran.r-project.org/manuals.html )
2023-03-28 01:31:34 +00:00
* [Tidy Modelling with R ](https://www.tmwr.org ) - Max Kuhn and Julia Silge
2022-09-02 13:36:04 +00:00
* [Tidy Text Mining with R ](http://tidytextmining.com ) - Julia Silge, David Robinson
2013-10-11 07:04:49 +00:00
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### Racket
2015-11-13 13:25:42 +00:00
2020-01-27 22:36:55 +00:00
* [How to Design Programs ](https://htdp.org/2019-02-24/ ) - Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi
2013-10-12 09:21:13 +00:00
* [Programming Languages: Application and Interpretation ](http://cs.brown.edu/courses/cs173/2012/book/index.html )
2015-10-28 18:53:22 +00:00
* [The Racket Guide ](http://docs.racket-lang.org/guide/index.html )
2015-02-18 23:28:45 +00:00
2013-10-11 22:19:16 +00:00
2020-09-05 01:19:40 +00:00
### Raku
2020-12-10 18:44:32 +00:00
* [Metagenomics ](https://kyclark.gitbooks.io/metagenomics ) - Ken Youens-Clark
2020-09-05 01:19:40 +00:00
* [Perl 6 at a Glance ](https://andrewshitov.com/wp-content/uploads/2020/01/Perl-6-at-a-Glance.pdf ) - Andrew Shitov (PDF)
2024-10-11 16:42:25 +00:00
* [Raku Guide ](https://raku.guide ) (HTML) [(PDF) ](https://github.com/hankache/rakuguide ) (CC BY-SA)
2020-09-05 01:19:40 +00:00
* [Raku One-Liners ](https://andrewshitov.com/wp-content/uploads/2020/01/Raku-One-Liners.pdf ) - Andrew Shitov (PDF)
* [Raku Programming ](https://en.wikibooks.org/wiki/Raku_Programming ) - Wikibooks (HTML)
2022-09-02 13:36:04 +00:00
* [Think Raku ](https://github.com/LaurentRosenfeld/think_raku/raw/master/PDF/think_raku.pdf ) - Laurent Rosenfeld, Allen B. Downey (PDF)
2023-11-29 22:15:41 +00:00
* [Using Perl 6 ](https://github.com/perl6/book/ ) *(:construction: project is dead)*
2020-09-05 01:19:40 +00:00
* [X=Raku ](https://learnxinyminutes.com/docs/raku/ ) - Learn X in Y minutes (HTML)
2014-09-16 02:13:28 +00:00
### Raspberry Pi
2015-11-13 13:25:42 +00:00
2022-10-06 02:59:35 +00:00
* [Raspberry Pi Beginner's Guide 4th Edition ](https://magpi.raspberrypi.com/books/beginners-guide-4th-ed ) - The MagPi magazine (PDF)
2018-03-16 14:08:01 +00:00
* [Raspberry Pi: Measure, Record, Explore ](https://leanpub.com/RPiMRE/read ) - Malcolm Maclean (HTML)
2022-09-02 13:36:04 +00:00
* [Raspberry Pi Users Guide (2012) ](http://www.cs.unca.edu/~bruce/Fall14/360/RPiUsersGuide.pdf ) - Eben Upton (PDF)
2022-10-06 02:59:35 +00:00
* [The Official Raspberry Pi Handbook 2023 ](https://magpi.raspberrypi.com/books/handbook-2023 ) - The MagPi magazine (PDF)
2021-10-25 17:40:26 +00:00
* [The Official Raspberry Pi Project Book 1 (2015) ](https://magpi.raspberrypi.com/books/projects-1 ) (PDF)
2022-10-11 01:36:36 +00:00
* [The Official Raspberry Pi Project Book 2 (2016) ](https://magpi.raspberrypi.com/books/projects-2 ) (PDF)
2015-02-18 23:28:45 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### REBOL
2015-11-13 13:25:42 +00:00
2013-12-26 22:59:02 +00:00
* [Learn REBOL ](http://www.lulu.com/shop/nick-antonaccio/learn-rebol/ebook/product-17383182.html ) - Nick Antonaccio
2014-07-27 20:16:50 +00:00
### Ruby
2015-11-13 13:25:42 +00:00
2014-01-20 00:26:11 +00:00
* [A community-driven Ruby style guide ](https://github.com/bbatsov/ruby-style-guide )
2022-10-14 02:58:22 +00:00
* [Core Ruby Tools ](https://launchschool.com/books/core_ruby_tools ) - Launch School (HTML)
2018-01-29 01:53:38 +00:00
* [Developing Games With Ruby ](https://leanpub.com/developing-games-with-ruby/read ) - Tomas Varaneckas
2022-10-05 01:47:24 +00:00
* [Essential Ruby ](https://www.programming-books.io/essential/ruby/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2019-08-18 17:00:59 +00:00
* [I Love Ruby ](https://i-love-ruby.gitlab.io )
2016-01-12 19:00:16 +00:00
* [Introduction to Programming with Ruby ](https://launchschool.com/books/ruby ) - Launch School
2015-12-13 17:32:57 +00:00
* [Just Enough Ruby to Get By ](http://jasonkim.ca/projects/just_enough_ruby_to_get_by/ )
2020-01-10 16:53:21 +00:00
* [Learn Ruby First ](https://essenceofchaos.gitbooks.io/learn-ruby-first/content/ ) - Frederick John
2022-11-04 18:02:25 +00:00
* [Learn Ruby in Y minutes ](https://learnxinyminutes.com/docs/ruby/ )
2021-10-04 02:40:09 +00:00
* [Learn Ruby the Hard Way ](https://learnrubythehardway.org/book/ ) - Zed A. Shaw
2017-06-28 19:53:43 +00:00
* [Learn to Program ](http://pine.fm/LearnToProgram/ ) - Chris Pine
2022-09-02 13:36:04 +00:00
* [Mastering Roda ](https://fiachetti.gitlab.io/mastering-roda ) - Federico Iachetti, Avdi Grimm, Jeremy Evans
2023-07-12 18:49:07 +00:00
* [Mr. Neighborly's Humble Little Ruby Book ](https://web.archive.org/web/20180321101922/http://www.humblelittlerubybook.com/book/html/index.html ) *(:card_file_box: archived)*
2016-01-12 19:00:28 +00:00
* [Object Oriented Programming with Ruby ](https://launchschool.com/books/oo_ruby ) - Launch School
2014-05-22 16:40:05 +00:00
* [Practicing Ruby ](https://github.com/elm-city-craftworks/practicing-ruby-manuscripts )
2015-12-13 17:32:57 +00:00
* [Programming Ruby ](http://ruby-doc.com/docs/ProgrammingRuby/ )
2020-10-23 15:41:58 +00:00
* [Ruby Best Practices ](https://github.com/practicingruby/rbp-book/tree/gh-pages/pdfs ) - Gregory Brown (PDF)
2015-11-13 20:52:57 +00:00
* [Ruby Hacking Guide ](http://ruby-hacking-guide.github.io )
2014-12-24 07:50:14 +00:00
* [Ruby in Twenty Minutes ](https://www.ruby-lang.org/en/documentation/quickstart/ )
2015-11-13 20:52:57 +00:00
* [Ruby Koans ](http://www.rubykoans.com )
2023-09-28 18:29:02 +00:00
* [Ruby Learning ](http://rubylearning.github.io )
2020-10-31 20:16:23 +00:00
* [Ruby Notes for Professionals ](https://goalkicker.com/RubyBook/ ) - Compiled from StackOverflow Documentation (PDF)
2021-04-14 19:30:04 +00:00
* [Ruby one-liners cookbook ](https://learnbyexample.github.io/learn_ruby_oneliners/ ) - Sundeep Agarwal
2021-10-19 13:08:32 +00:00
* [Ruby Style Guide ](https://github.com/airbnb/ruby ) - Airbnb
2019-11-18 14:42:59 +00:00
* [Ruby User's Guide ](https://ruby-doc.org/docs/ruby-doc-bundle/UsersGuide/rg/index.html )
2018-01-29 01:53:38 +00:00
* [Ruby Web Dev: The Other Way ](https://leanpub.com/rwdtow/read ) - Yevhen Kuzminov
2018-08-26 17:11:22 +00:00
* [Rubyfu ](https://rubyfu.net )
2015-11-13 20:52:57 +00:00
* [The Bastards Book of Ruby ](http://ruby.bastardsbook.com )
2020-10-23 15:41:58 +00:00
* [The Book Of Ruby ](http://www.sapphiresteel.com/ruby-programming/The-Book-Of-Ruby.html ) - Huw Collingbourne
2019-01-02 21:11:34 +00:00
* [The Definitive Ruby Tutorial For Complete Beginners ](https://www.rubyguides.com/ruby-tutorial/ ) - Jesus Castello
2020-10-23 15:41:58 +00:00
* [The Little Book Of Ruby ](http://www.sapphiresteel.com/ruby-programming/The-Little-Book-Of-Ruby.html ) - Huw Collingbourne
2020-10-04 01:26:26 +00:00
* [The Ruby Reference ](https://rubyreferences.github.io/rubyref/ ) - Victor Shepelev
2014-01-02 11:16:36 +00:00
* [The Unofficial Ruby Usage Guide (at Google) ](http://www.caliban.org/ruby/rubyguide.shtml ) - Ian Macdonald
2021-10-25 17:40:26 +00:00
* [Using Blocks in Ruby ](https://web.archive.org/web/20201027171026/https://www.oreilly.com/programming/free/files/using-blocks-in-ruby.pdf ) - Jay McGavren (PDF) *(:card_file_box: archived)*
2016-01-17 20:26:01 +00:00
* [Why's (Poignant) Guide to Ruby ](http://poignant.guide )
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### RSpec
2015-11-13 13:25:42 +00:00
2013-11-16 12:18:10 +00:00
* [Better Specs (RSpec Guidelines with Ruby) ](http://betterspecs.org )
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### Ruby on Rails
2015-11-13 13:25:42 +00:00
2020-10-27 15:31:23 +00:00
* [Api on Rails 6 ](https://github.com/madeindjs/api_on_rails ) - Alexandre Rousseau
2021-10-16 17:34:21 +00:00
* [Building REST APIs with Rails ](https://www.softcover.io/read/06acc071/api_on_rails ) - Abraham Kuri Vargas
2022-10-05 01:47:24 +00:00
* [Essential Ruby on Rails ](https://www.programming-books.io/essential/rubyonrails/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2018-01-29 01:53:38 +00:00
* [Kestrels, Quirky Birds, and Hopeless Egocentricity ](https://leanpub.com/combinators/read ) - Reg Braithwaite
2022-10-09 23:16:33 +00:00
* [Learn Ruby on Rails: Book One ](https://learn-rails.com/content/learnrails1 ) - Daniel Kehoe
2022-10-19 00:38:50 +00:00
* [Learn Ruby on Rails: Book Two ](https://learn-rails.com/content/learnrails2 ) - Daniel Kehoe
2023-07-12 18:49:07 +00:00
* [Objects on Rails ](https://web.archive.org/web/20190319201525/http://objectsonrails.com/ ) - Avdi Grimm *(:card_file_box: archived)*
2014-01-07 20:56:24 +00:00
* [Rails Girls Guides ](http://guides.railsgirls.com )
2022-10-18 02:10:22 +00:00
* [Rails Style Guide ](https://rails.rubystyle.guide ) - Bozhidar Batsov
2020-11-03 23:52:29 +00:00
* [Ruby Notes for Professionals ](https://books.goalkicker.com/RubyBook/ ) - Compiled from StackOverflow Documentation (PDF)
2014-04-09 16:54:45 +00:00
* [Ruby on Rails 3.2 - Step by Step ](http://www.xyzpub.com/en/ruby-on-rails/3.2/ )
2014-04-09 16:55:58 +00:00
* [Ruby on Rails 4.0 Guide ](http://www.xyzpub.com/en/ruby-on-rails/4.0/ )
2014-08-15 03:02:49 +00:00
* [Ruby on Rails Guides ](http://guides.rubyonrails.org )
2020-10-31 20:16:23 +00:00
* [Ruby on Rails Notes for Professionals ](https://goalkicker.com/RubyOnRailsBook/ ) - Compiled from StackOverflow Documentation (PDF)
2016-12-04 10:13:45 +00:00
* [Ruby on Rails Tutorial (Rails 5): Learn Web Development with Rails ](https://www.railstutorial.org/book ) - [Michael Hartl ](http://www.michaelhartl.com )
2014-01-07 20:56:24 +00:00
* [Upgrading to Rails 4 ](https://github.com/alindeman/upgradingtorails4 )
2013-10-11 07:04:49 +00:00
2013-12-25 11:47:45 +00:00
2015-12-15 14:23:48 +00:00
#### Sinatra
* [Sinatra Book ](https://github.com/sinatra/sinatra-book )
2014-07-27 20:16:50 +00:00
### Rust
2015-11-13 13:25:42 +00:00
2021-09-30 12:58:21 +00:00
* [A Gentle Introduction To Rust ](https://stevedonovan.github.io/rust-gentle-intro ) - Steve J Donovan
* [Asynchronous Programming in Rust ](https://rust-lang.github.io/async-book )
2022-02-13 20:49:42 +00:00
* [Easy Rust ](https://dhghomon.github.io/easy_rust/ ) - David McLeod (HTML, PDF)
2024-06-23 13:25:08 +00:00
* [Effective Rust ](https://www.lurklurk.org/effective-rust ) - David Drysdale (HTML, PDF)
2022-07-18 19:48:44 +00:00
* [From JavaScript to Rust ebook ](https://github.com/wasmflow/node-to-rust/raw/HEAD/from-javascript-to-rust.pdf ) - Jarrod Overson (PDF)
2021-09-30 12:58:21 +00:00
* [Guide to Rustc Development ](https://rustc-dev-guide.rust-lang.org )
2022-11-04 18:02:25 +00:00
* [Learn Rust in Y minutes ](https://learnxinyminutes.com/docs/rust/ )
2021-09-30 12:58:21 +00:00
* [Learn Rust With Entirely Too Many Linked Lists ](https://rust-unofficial.github.io/too-many-lists ) - Alexis Beingessner
2022-10-31 01:14:45 +00:00
* [Learning Rust Ebook ](https://riptutorial.com/Download/rust.pdf ) - StackOverflow Contributors (PDF)
2023-10-03 15:45:09 +00:00
* [Rust Atomics and Locks ](https://marabos.nl/atomics ) - Mara Bos (HTML)
2021-09-30 12:58:21 +00:00
* [Rust by Example ](https://doc.rust-lang.org/stable/rust-by-example )
* [Rust Cookbook ](https://rust-lang-nursery.github.io/rust-cookbook )
2024-06-23 13:25:08 +00:00
* [Rust Design Patterns ](https://rust-unofficial.github.io/patterns/ )
2023-07-12 18:49:07 +00:00
* [Rust for Rubyists ](https://web.archive.org/web/20190520171322/http://www.rustforrubyists.com/book ) - Steve Klabnik *(:card_file_box: archived)*
2021-07-29 03:23:00 +00:00
* [Rust For Systems Programmers ](https://github.com/nrc/r4cppp ) - Nick Cameron
* [The Embedded Rust Book ](https://docs.rust-embedded.org/book/intro/index.html )
2021-09-30 12:58:21 +00:00
* [The Little Book of Rust Macros ](https://danielkeep.github.io/tlborm/book )
2021-07-29 03:23:00 +00:00
* [The Rust Language Reference ](https://github.com/rust-lang/reference )
2021-09-30 12:58:21 +00:00
* [The Rust Performance Book ](https://nnethercote.github.io/perf-book )
2022-09-22 17:19:40 +00:00
* [The Rust Programming Language ](http://doc.rust-lang.org/book ) - Steve Klabnik, Carol Nichols, et al. (HTML)
2021-09-30 12:58:21 +00:00
* [The Rust RFC Book ](https://rust-lang.github.io/rfcs )
* [The Rustc Book ](https://doc.rust-lang.org/rustc )
* [The Rustonomicon ](https://doc.rust-lang.org/nomicon )
* [Why Rust? ](https://www.oreilly.com/content/why-rust )
2013-10-11 18:22:09 +00:00
2013-10-13 08:44:55 +00:00
2014-07-27 20:16:50 +00:00
### Sage
2015-11-13 13:25:42 +00:00
2015-11-17 18:38:14 +00:00
* [Sage for Power Users ](http://wstein.org/books/sagebook/sagebook.pdf ) - William Stein (PDF)
2015-12-13 17:32:57 +00:00
* [The Sage Manuals ](http://www.sagemath.org/doc/ )
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Scala
2015-11-13 13:25:42 +00:00
2019-09-12 12:58:34 +00:00
* [A Scala Tutorial for Java programmers ](https://docs.scala-lang.org/tutorials/scala-for-java-programmers.html ) (PDF)
2023-07-12 18:49:07 +00:00
* [Another tour of Scala ](https://web.archive.org/web/20190629103826/http://naildrivin5.com/scalatour/ ) - David Copeland *(:card_file_box: archived)*
2022-09-02 13:36:04 +00:00
* [Creative Scala ](http://underscore.io/books/creative-scala/ ) - Noel Welsh, Dave Gurnell (PDF, HTML, EPUB) (email address *requested* , not required)
2014-01-18 00:15:36 +00:00
* [EAI Patterns with Actor Model ](https://github.com/alexanderfefelov/eai-patterns-with-actor-model ) - Vaughn Vernon
2015-12-13 17:32:57 +00:00
* [Effective Scala ](https://twitter.github.io/effectivescala/ )
2022-09-02 13:36:04 +00:00
* [Essential Scala ](http://underscore.io/books/essential-scala/ ) - Noel Welsh, Dave Gurnell (PDF, HTML, EPUB) (email address *requested* , not required)
2017-10-07 16:54:40 +00:00
* [Functional Programming for Mortals ](https://leanpub.com/fpmortals/read ) - Sam Halliday
2018-08-30 16:37:54 +00:00
* [Functional Programming, Simplified (Scala edition) ](https://alvinalexander.com/photos/functional-programming-simplied-free-pdf-preview ) - Alvin Alexander (free preview (400 pages from 595), PDF)
* [Hello, Scala ](https://alvinalexander.com/photos/hello-scala-free-pdf-preview ) - Alvin Alexander (free preview (120 pages from 257), PDF)
2015-12-12 22:19:02 +00:00
* [Learning Scala in small bites ](http://matt.might.net/articles/learning-scala-in-small-bites/ )
2014-01-26 15:34:34 +00:00
* [Learning Scalaz ](http://eed3si9n.com/learning-scalaz/ )
2015-11-17 16:50:48 +00:00
* [Pro Scala: Monadic Design Patterns for the Web ](https://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/ )
2022-09-02 13:36:04 +00:00
* [Programming in Scala, First Edition ](http://www.artima.com/pins1ed/ ) - M. Odersky, L. Spoon, B. Venners
2020-01-16 14:39:37 +00:00
* [Pure functional HTTP APIs in Scala ](https://leanpub.com/pfhais/read ) - Jens Grassel
2017-02-04 10:27:38 +00:00
* [PythonToScala ](https://wrobstory.gitbooks.io/python-to-scala/content/ ) - Rob Story
2014-01-15 23:17:07 +00:00
* [S-99: Ninety-Nine Scala Problems ](http://aperiodic.net/phil/scala/s-99/ ) - Phil! Gold
2015-11-13 13:46:22 +00:00
* [Scala & Design Patterns: Exploring Language Expressivity ](http://www.scala-lang.org/old/sites/default/files/FrederikThesis.pdf ) - Fredrik Skeel Løkke (PDF)
2021-10-01 22:57:23 +00:00
* [Scala Book ](https://alvinalexander.com/scala/scala-book-free/ ) - Alvin Alexander (PDF, MOBI, HTML, EPUB)
2019-09-12 12:58:34 +00:00
* [Scala By Example ](https://www.scala-lang.org/old/sites/default/files/linuxsoft_archives/docu/files/ScalaByExample.pdf ) - M. Odersky (PDF)
2015-11-13 13:46:22 +00:00
* [Scala Cookbook: Bonus Chapters ](http://examples.oreilly.com/9781449339616-files/Scala_Cookbook_bonus_chapters.pdf ) - Alvin Alexander (PDF)
2014-01-17 23:38:23 +00:00
* [Scala for Perl 5 Programmers ](https://github.com/garu/scala-for-perl5-programmers ) - Breno G. de Oliveira
2013-10-13 15:33:47 +00:00
* [Scala School by Twitter ](http://twitter.github.io/scala_school/ )
2020-02-11 13:41:46 +00:00
* [Scala Succinctly ](https://www.syncfusion.com/ebooks/scala_succinctly ) - Chris Rose
2022-04-02 18:26:49 +00:00
* [Scala Tutorial ](https://www.tutorialspoint.com/scala/ ) - Tutorials Point (HTML, PDF)
2022-11-01 17:04:25 +00:00
* [Scala with Cats 2 ](https://www.scalawithcats.com ) - Noel Welsh, Dave Gurnell (PDF, HTML, EPUB)
2014-01-08 01:43:48 +00:00
* [The Neophyte's Guide to Scala ](http://danielwestheide.com/scala/neophytes.html ) - Daniel Westheide
2018-05-02 13:58:38 +00:00
* [The Type Astronaut's Guide to Shapeless ](http://underscore.io/books/shapeless-guide/ ) - Dave Gurnell (PDF, HTML, EPUB) (email address *requested* , not required)
2015-11-17 16:50:48 +00:00
* [Xtrace ](https://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/ )
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### Lift
2015-11-13 13:25:42 +00:00
2015-11-13 20:52:57 +00:00
* [Exploring Lift ](http://exploring.liftweb.net ) (published earlier as "The Definitive Guide to Lift", [PDF ](http://groups.google.com/group/the-lift-book ))
2015-11-17 16:50:48 +00:00
* [Lift ](https://github.com/tjweir/liftbook )
2020-01-27 22:36:55 +00:00
* [Lift Cookbook ](https://www.oreilly.com/library/view/lift-cookbook/9781449365042/ ) - Richard Dallaway
2015-11-13 13:46:22 +00:00
* [Simply Lift ](http://simply.liftweb.net/Simply_Lift.pdf ) - David Pollak (PDF)
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
#### Play Scala
2015-11-13 13:25:42 +00:00
2018-05-02 13:58:38 +00:00
* [Essential Play ](http://underscore.io/books/essential-play/ ) - Dave Gurnell (PDF, HTML, EPUB) (email address *requested* , not required)
2014-01-14 19:00:33 +00:00
* [Play Framework Recipes ](http://alvinalexander.com/scala/scala-cookbook-play-framework-recipes-pdf-ebook ) - Alvin Alexander
2013-10-11 07:04:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
### Scheme
2015-11-13 13:25:42 +00:00
2016-03-17 08:01:35 +00:00
* [A Pamphlet Against R. Computational Intelligence in Guile Scheme ](https://panicz.github.io/pamphlet/ )
2014-04-09 16:41:46 +00:00
* [An Introduction to Scheme and its Implementation ](http://www.cs.rpi.edu/academics/courses/fall00/ai/scheme/reference/schintro-v14/schintro_toc.html )
2016-03-25 17:17:56 +00:00
* [Concrete Abstractions: An Introduction to Computer Science Using Scheme ](https://gustavus.edu/+max/concrete-abstractions.html ) - M. Hailperin, B. Kaiser, K. Knight
2021-11-16 16:40:05 +00:00
* [Scheme 9 from Empty Space - First edition (2007) ](https://unglue.it/work/506723/ ) - Nils M. Holm (PDF)
2015-01-07 19:23:34 +00:00
* [Scheme Tutorial ](http://www.cs.hut.fi/Studies/T-93.210/schemetutorial/ )
2016-03-25 17:17:56 +00:00
* [Simply Scheme: Introducing Computer Science ](http://www.cs.berkeley.edu/~bh/ss-toc2.html ) - B. Harvey, M. Wright
2017-05-11 03:33:02 +00:00
* [Teach Yourself Scheme in Fixnum Days ](https://ds26gte.github.io/tyscheme/index-Z-H-1.html )
2015-10-30 20:23:20 +00:00
* [The Scheme Programming Language: Edition 3 ](http://www.scheme.com/tspl3/ ) - [The Scheme Programming Language: Edition 4 ](http://www.scheme.com/tspl4/ )
2018-08-14 16:09:29 +00:00
* [Write Yourself a Scheme in 48 Hours ](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours ) - Wikibooks
2013-10-11 07:04:49 +00:00
2013-10-25 02:19:59 +00:00
2014-07-27 20:16:50 +00:00
### Scilab
2015-11-13 13:25:42 +00:00
2013-10-25 02:19:59 +00:00
* [Introduction to Scilab ](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/ )
2013-10-25 03:00:58 +00:00
* [Programming in Scilab ](http://forge.scilab.org/index.php/p/docprogscilab/downloads/ )
2013-10-25 02:58:19 +00:00
* [Writing Scilab Extensions ](http://forge.scilab.org/index.php/p/docsciextensions/downloads/ )
2013-10-24 08:39:38 +00:00
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### Scratch
2015-11-13 13:25:42 +00:00
2022-10-30 17:14:49 +00:00
* [An Introductory Computing Curriculum Using Scratch ](http://scratched.gse.harvard.edu/guide/download.html ) (HTML)
* [Code Club Book of Scratch ](https://magpi.raspberrypi.com/books/book-of-scratch ) - Rik Cross, Tracy Gardner (PDF)
* [Computer Science Concepts in Scratch ](https://stwww1.weizmann.ac.il/scratch/scratch_en/ ) - Michal Armoni, Moti Ben-Ari (PDF)
2021-10-16 17:34:21 +00:00
* [Learn to Code with Scratch ](https://magpi.raspberrypi.com/books/essentials-scratch-v1 ) - The MagPi magazine (PDF)
2022-10-30 17:14:49 +00:00
* [Scratch Programming Playground ](https://inventwithscratch.com/book/ ) - Al Sweigart (HTML)
2013-10-11 07:04:49 +00:00
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### Sed
2015-11-13 13:25:42 +00:00
2021-04-14 19:30:04 +00:00
* [GNU sed ](https://learnbyexample.github.io/learn_gnused/ ) - Sundeep Agarwal
* [Sed - An Introduction and Tutorial ](https://www.grymoire.com/Unix/Sed.html ) - Bruce Barnett
2013-10-11 07:04:49 +00:00
2013-12-25 11:47:45 +00:00
2016-08-01 12:47:44 +00:00
### Self
2017-10-16 18:57:38 +00:00
* [The Self Handbook ](http://handbook.selflanguage.org )
2016-08-01 12:47:44 +00:00
2014-07-27 20:16:50 +00:00
### Smalltalk
2015-11-13 13:25:42 +00:00
2020-01-27 22:36:55 +00:00
* [Deep into Pharo ](http://books.pharo.org/deep-into-pharo/ ) - Alexandre Bergel, Damien Cassou, Stéphane Ducasse, Jannik Laval
2020-12-09 20:45:07 +00:00
* [Dynamic Web Development with Seaside ](http://book.seaside.st/book/table-of-contents ) - S. Ducasse, L. Renggli, C. D. Shaffer, R. Zaccone
2018-04-15 18:49:57 +00:00
* [Enterprise Pharo: a Web Perspective ](http://books.pharo.org/enterprise-pharo/ )
2020-01-27 22:36:55 +00:00
* [Numerical Methods with Pharo ](http://books.pharo.org/numerical-methods/ ) - Didier Besset, Stéphane Ducasse, Serge Stinckwich
2022-09-02 13:36:04 +00:00
* [Pharo by Example ](http://books.pharo.org/pharo-by-example/ ) - Andrew P. Black, et al. (Smalltalk Implementation and IDE)
2021-11-14 22:01:36 +00:00
* [Squeak by Example ](https://github.com/hpi-swa-lab/SqueakByExample-english )
2016-03-25 17:17:56 +00:00
* [Stef's Free Online Smalltalk Books ](http://stephane.ducasse.free.fr/FreeBooks.html ) (meta-list)
2013-10-11 07:04:49 +00:00
2019-11-27 19:48:18 +00:00
### Snap
* [Snap! Reference Manual ](https://snap.berkeley.edu/snapsource/help/SnapManual.pdf ) - B. Harvey, J. Mönig (PDF)
2022-03-07 21:41:15 +00:00
### Solidity
2022-04-02 18:26:49 +00:00
* [Introductory guide for Solidity ](https://www.tutorialspoint.com/solidity/ ) - Tutorials Point (HTML)
2022-03-07 21:41:15 +00:00
* [The Solidity Reference Guide ](https://docs.soliditylang.org )
2016-04-09 01:06:56 +00:00
### Spark
* [Databricks Spark Knowledge Base ](https://www.gitbook.com/book/databricks/databricks-spark-knowledge-base/details )
* [Databricks Spark Reference Applications ](https://www.gitbook.com/book/databricks/databricks-spark-reference-applications/details )
2022-10-15 00:09:46 +00:00
* [Learning Spark: Lightning-Fast Data Analytics ](https://pages.databricks.com/rs/094-YMS-629/images/LearningSpark2.0.pdf ) - Jules S. Damji, Brooke Wenig, Tathagata Das, Denny Lee (PDF)
2016-04-09 01:06:56 +00:00
* [Mastering Apache Spark ](https://www.gitbook.com/book/jaceklaskowski/mastering-apache-spark/details )
2020-01-06 13:49:59 +00:00
### Splunk
* [Splunk 7.x Quick Start Guide ](https://www.packtpub.com/free-ebooks/splunk-7x-quick-start-guide ) - James H. Baxter (Packt account *required* )
2014-07-27 20:16:50 +00:00
### SQL (implementation agnostic)
2015-11-13 13:25:42 +00:00
2020-01-27 22:36:55 +00:00
* [Developing Time-Oriented Database Applications in SQL ](https://www2.cs.arizona.edu/~rts/tdbbook.pdf ) - Richard T. Snodgrass (PDF)
2022-10-13 02:03:01 +00:00
* [Essential SQL ](https://www.programming-books.io/essential/sql ) - Krzysztof Kowalczyk and Stack Overflow Documentation project (HTML)
2021-05-19 21:27:59 +00:00
* [Introduction to SQL ](https://github.com/bobbyiliev/introduction-to-sql ) - Bobby Iliev (Markdown, PDF)
2023-10-18 02:42:10 +00:00
* [Learning SQL ](https://riptutorial.com/Download/sql.pdf ) - Compiled from StackOverflow Documentation (PDF)
2023-10-09 23:17:05 +00:00
* [Oracle Database Notes for Professionals ](https://goalkicker.com/OracleDatabaseBook/OracleDatabaseNotesForProfessionals.pdf ) Compiled from StackOverflow Documentation (PDF)
2022-11-15 20:57:42 +00:00
* [Oracle8i Concepts: Chapter 15 - SQL and PL/SQL ](https://docs.oracle.com/cd/A87860_01/doc/server.817/a76965/c14sqlpl.htm#5943 ) - Lefty Leverenz, Diana Rehfield, Cathy Baird (HTML)
* [SQL For Web Nerds ](http://philip.greenspun.com/sql/ ) - Philip Greenspun (HTML)
2020-10-31 20:16:23 +00:00
* [SQL Notes for Professionals ](http://goalkicker.com/SQLBook/ ) - Compiled from StackOverflow Documentation (PDF)
2022-11-15 20:57:42 +00:00
* [SQL Queries Succinctly ](https://www.syncfusion.com/ebooks/sql_queries_succinctly ) - Nick Harrison (PDF)
2022-11-04 02:19:32 +00:00
* [SQL Tutorial ](https://www.scaler.com/topics/sql/ ) - Scaler
2022-11-15 20:57:42 +00:00
* [SQLite Tutorial ](https://www.tutorialspoint.com/sqlite/ ) (HTML, PDF)
2023-10-31 17:54:41 +00:00
* [The SQL Handbook ](https://www.freecodecamp.org/news/a-beginners-guide-to-sql ) - Lane Wagner (HTML)
2022-11-15 20:57:42 +00:00
* [Use The Index, Luke!: A Guide To SQL Database Performance ](https://use-the-index-luke.com ) - Markus Winand (HTML)
2013-10-11 07:04:49 +00:00
2013-10-24 08:39:38 +00:00
2014-07-27 20:16:50 +00:00
### SQL Server
2015-11-13 13:25:42 +00:00
2015-12-13 17:32:57 +00:00
* [Best of SQLServerCentral.com Vol 7 ](http://www.red-gate.com/community/books/ssc-7 ) *(RedGate, By SQLServerCentral Authors)
2020-01-09 14:17:04 +00:00
* [Brad's Sure Guide to SQL Server Maintenance Plans ](http://www.red-gate.com/community/books/sql-server-maintenance-plans ) - Brad McGehee (PDF) (email address *requested* )
* [Defensive Database Programming ](https://www.red-gate.com/library/defensive-database-programming ) - Alex Kuznetsov (PDF)
* [Fundamentals Of SQL Server 2012 Replication ](https://www.red-gate.com/library/fundamentals-of-sql-server-2012-replication ) - Sebastian Meine (PDF) (email address *requested* )
* [How to Become an Exceptional DBA, Second edition ](http://www.red-gate.com/community/books/exceptional-dba-book ) - Brad McGehee (PDF)
* [Inside the SQL Server Query Optimizer ](http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/sql-query-optimizer-ebook3 ) - Benjamin Nevarez (PDF) (email address *requested* )
2015-12-13 17:32:57 +00:00
* [Introducing Microsoft SQL Server 2008 R2 ](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies-en.aspx#IntroducingMicrosoftSQLServer2008R2 )
* [Introducing Microsoft SQL Server 2012 ](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies-en.aspx#IntroducingMicrosoftSQLServer2012 )
2014-08-15 03:02:49 +00:00
* [Introducing Microsoft SQL Server 2014 ](http://blogs.msdn.com/b/microsoft_press/archive/2014/04/02/free-ebook-introducing-microsoft-sql-server-2014.aspx )
2023-10-18 02:45:26 +00:00
* [Learning Microsoft SQL Server ](https://riptutorial.com/Download/microsoft-sql-server.pdf ) - Compiled from StackOverflow Documentation (PDF)
2020-01-09 14:17:04 +00:00
* [Mastering SQL Server Profiler ](http://www.red-gate.com/community/books/mastering-sql-server-profiler ) - Brad McGehee (PDF)
2020-10-31 20:16:23 +00:00
* [Microsoft SQL Server Notes for Professionals ](http://goalkicker.com/MicrosoftSQLServerBook/ ) - Compiled from StackOverflow Documentation (PDF)
2020-01-09 14:17:04 +00:00
* [Performance Tuning with SQL Server Dynamic Management Views ](http://www.red-gate.com/community/books/dynamic-management-views ) - Tim Ford, Louis Davidson (PDF)
* [Protecting SQL Server Data ](http://www.red-gate.com/community/books/protecting-data ) - John Magnabosco (PDF)
2015-12-13 17:32:57 +00:00
* [SQL Server 2012 Tutorials: Reporting Services ](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies-en.aspx#SQLServer2012Tutorials%3AReportingServices )
2020-01-06 13:49:59 +00:00
* [SQL Server 2017 Administrator's Guide ](https://www.packtpub.com/free-ebooks/sql-server-2017-administrators-guide ) - Marek Chmel, Vladimír Mužný (Packt account *required* )
2020-01-09 14:17:04 +00:00
* [SQL Server Backup and Restore ](http://www.red-gate.com/community/books/sql-server-backup-and-restore ) - Shawn McGehee (PDF) (email address *requested* )
* [SQL Server Execution Plans, Third Edition ](https://assets.red-gate.com/community/books/sql-server-execution-plans-3rd-edition.pdf ) - Grant Fritchey (PDF)
2020-03-06 14:43:33 +00:00
* [SQL Server for C# Developers Succinctly ](https://www.syncfusion.com/ebooks/sql_server_for_c_sharp_developers_succinctly ) - Sander Rossel
2020-01-09 14:17:04 +00:00
* [SQL Server Hardware ](http://www.red-gate.com/community/books/sql-server-hardware ) - Glenn Berry (PDF)
* [SQL Server Internals: In-Memory OLTP ](http://www.red-gate.com/library/sql-server-internals-in-memory-oltp ) - Kalen Delaney (PDF)
2020-01-29 18:25:21 +00:00
* [SQL Server Metadata Succinctly ](https://www.syncfusion.com/ebooks/sql-server-metadata-succinctly ) - Joseph D. Booth
2020-01-09 14:17:04 +00:00
* [SQL Server Source Control Basics ](https://www.red-gate.com/products/sql-development/sql-source-control/entrypage/sql-server-source-control-basics ) - Rob Sheldon, Rob Richardson, Tony Davis (PDF)
* [SQL Server Statistics ](http://www.red-gate.com/community/books/sql-server-statistics ) - Holger Schmeling (PDF)
* [SQL Server Stumpers Vol.5 ](http://www.red-gate.com/community/books/sql-server-stumpers-v5 ) (PDF)
* [SQL Server Tacklebox ](http://www.red-gate.com/community/books/sql-server-tacklebox ) - Rodney Landrum (PDF)
* [SQL Server Transaction Log Management ](http://www.red-gate.com/community/books/sql-server-transaction-log-management ) - Tony Davis, Gail Shaw (PDF)
* [The Art of SQL Server FILESTREAM ](http://www.red-gate.com/community/books/art-of-filestream ) - Jacob Sebastian, Sven Aelterman (PDF)
* [The Art of XSD ](https://www.red-gate.com/library/the-art-of-xsd ) - Jacob Sebastian (PDF)
* [The Best of SQLServerCentral.com Vol 7 ](https://www.red-gate.com/library/the-best-of-sqlservercentral-com-vol-7 ) (PDF)
* [The Redgate Guide to SQL Server Team-based Development ](https://www.red-gate.com/library/the-redgate-guide-to-sql-server-team-based-development ) - Phil Factor, Grant Fritchey, Alex Kuznetsov, Mladen Prajdić (PDF)
* [Troubleshooting SQL Server: A Guide for the Accidental DBA ](http://www.red-gate.com/community/books/accidental-dba ) - Jonathan Kehayias, Ted Krueger (PDF)
2013-10-17 08:50:30 +00:00
2013-12-28 02:10:00 +00:00
2014-07-27 20:16:50 +00:00
### Standard ML
2015-11-13 13:25:42 +00:00
2017-01-13 21:45:54 +00:00
* [Introduction to Standard ML ](http://www.pllab.riec.tohoku.ac.jp/smlsharp/smlIntroSlides.pdf ) - Atsushi Ohori (PDF)
2021-01-30 18:27:15 +00:00
* [ML for the Working Programmer, 2nd Edition ](https://www.cl.cam.ac.uk/~lp15/MLbook/pub-details.html ) - Lawrence C. Paulson
2015-12-13 17:32:57 +00:00
* [Programming in Standard ML '97 ](http://homepages.inf.ed.ac.uk/stg/NOTES/ ) - Stephen Gilmore, University of Edinburgh
2016-10-02 10:50:54 +00:00
* [Programming in Standard ML, DRAFT ](http://www.cs.cmu.edu/~rwh/isml/book.pdf ) - Robert Harper (PDF)
2017-01-13 21:45:54 +00:00
* [SML# Document ](http://www.pllab.riec.tohoku.ac.jp/smlsharp/docs/3.0/en/manual.xhtml ) - Atsushi Ohori, Katsuhiro Ueno
issues:add in list #3009,#3010, correction blank in #3011 (#3026)
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* Revert 3021 master (#3025)
* Revert "remove dead link from free-programming-books-tr.md (#3024)"
This reverts commit 0f07297a40a7fb4d7f9cd6f7a78f51db5729c61f.
* Revert "Added Git and Github course (#3023)"
This reverts commit 3e9e1ded62b3aec123be4aee397d5f4c4ab79a96.
* Revert "Added resources (#3022)"
This reverts commit 500db345f593e4c8c87214fbfded3639a5485108.
* Revert "issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde (#3021)"
This reverts commit 27982680704439e690217c780a506365213bd503.
* remove space, readd javajavajava
* issues:add in list #3009,#3010, correction blank in #3011
added:
Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009
Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010
corrected:
link not displayed correctly(displayed with makdown)
deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011
* issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde
* add 2 books, create [Eiffel](#eiffel),
add
Programming Languages:Theory and Practice - Robert Harper,
A Functional Pattern System for Object - Oriented Design-Thomas Kuhne,
Object Oriented Programming using Java - Simon Kendal
corrections
The Definition of Standard ML (Revised) - SMLFamily GitHub project
Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn
* swap l.1413 and l.1412%B
swap l.1414 and l.1413%B Line 1414: oriented --> Oriented%B some corrections thanks to eshellman%B correct add one blankline before ### Subversion%B
* added clarification to title so folks don't think it's the book.
2018-10-25 21:07:30 +00:00
* [The Definition of Standard ML (Revised) ](http://sml-family.org/sml97-defn.pdf ) - SMLFamily GitHub project (PDF)
2022-05-24 17:53:34 +00:00
* [The Standard ML Basis Library ](https://smlfamily.github.io/Basis/index.html ) - Emden R. Gansner, John H. Reppy (HTML)
2022-01-13 02:50:18 +00:00
* [Unix System Programming with Standard ML ](http://mlton.org/References.attachments/Shipman02.pdf ) - Anthony L. Shipman (PDF)
2013-10-11 07:04:49 +00:00
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
### Swift
2015-11-13 13:25:42 +00:00
2021-10-16 17:34:21 +00:00
* [Essential Swift ](https://www.programming-books.io/essential/swift/ ) - Krzysztof Kowalczyk (Compiled from StackOverflow Documentation)
2016-01-26 08:18:59 +00:00
* [Hacking with Swift ](https://www.hackingwithswift.com )
2022-10-04 00:45:39 +00:00
* [Swift Handbook ](https://thevalleyofcode.com/swift/ ) - Flavio Copes (HTML, PDF)
2020-10-31 20:16:23 +00:00
* [Swift Notes for Professionals ](https://goalkicker.com/SwiftBook/ ) - Compiled from StackOverflow Documentation (PDF)
2022-10-17 01:01:02 +00:00
* [The Swift Programming Language ](https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html ) (HTML)
* [The Swift Programming Language (Swift 5.7) ](https://itunes.apple.com/us/book/swift-programming-language/id881256329?mt=11 ) - Apple Inc. (iBook)
* [Using Swift with Cocoa and Objective-C ](https://itunes.apple.com/us/book/using-swift-cocoa-objective/id888894773?mt=11 ) - Apple Inc. (iBook)
2014-06-03 09:34:19 +00:00
2015-11-13 13:25:42 +00:00
2018-10-09 03:08:52 +00:00
#### Vapor
* [Vapor Official Docs ](https://docs.vapor.codes )
2014-07-27 20:16:50 +00:00
### Tcl
2015-11-13 13:25:42 +00:00
2022-09-02 13:36:04 +00:00
* [Tcl for Web Nerds ](https://philip.greenspun.com/tcl/ ) - Hal Abelson, Philip Greenspun, Lydia Sandon (HTML)
* [Tcl Programming ](https://en.wikibooks.org/wiki/Programming%3ATcl ) - Richard Suchenwirth, et al.
2013-12-02 18:57:39 +00:00
2013-12-25 11:47:45 +00:00
2019-06-18 15:51:55 +00:00
### TEI
* [What is the Text Encoding Initiative? ](https://books.openedition.org/oep/426 ) - Lou Bernard
2014-07-27 20:16:50 +00:00
### Teradata
2015-11-13 13:25:42 +00:00
2015-11-13 20:52:57 +00:00
* [Teradata Books ](http://www.info.teradata.com )
2013-10-11 07:04:49 +00:00
2013-10-16 22:17:36 +00:00
2014-07-27 20:16:50 +00:00
### Tizen
2015-11-13 13:25:42 +00:00
2022-09-02 13:36:04 +00:00
* [Guide to Developing Tizen Native Application ](https://developer.tizen.org/sites/default/files/documentation/guide_to_developing_tizen_native_application_en_2.pdf ) - Jung, Dong-Geun "Denis.Jung" (PDF)
2014-01-22 13:09:57 +00:00
2013-10-24 08:39:38 +00:00
2014-07-27 20:16:50 +00:00
### TLA
2015-11-13 13:25:42 +00:00
* [Specifying Systems: The TLA+ Language and Tools for Hardware and Software Engineers ](http://research.microsoft.com/en-us/um/people/lamport/tla/book.html ) - Leslie Lamport (Postscript or PDF)
2014-05-31 04:48:48 +00:00
2014-07-27 20:16:50 +00:00
### TypeScript
2015-11-13 13:25:42 +00:00
2022-10-05 01:47:24 +00:00
* [Essential TypeScript ](https://www.programming-books.io/essential/typescript/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
2020-10-09 19:49:05 +00:00
* [Learn TypeScript in Y Minutes ](https://learnxinyminutes.com/docs/typescript/ )
2023-10-28 03:17:05 +00:00
* [Tackling TypeScript: Upgrading from JavaScript ](https://exploringjs.com/tackling-ts/toc.html ) - Axel Rauschmayer
2024-10-06 00:52:48 +00:00
* [Total TypeScript: Essentials ](https://www.totaltypescript.com/books/total-typescript-essentials ) (HTML)
2018-09-23 20:26:41 +00:00
* [TypeScript Accelerated ](https://accelerated.amimetic.co.uk ) - James Porter
2015-10-19 02:05:16 +00:00
* [TypeScript Deep Dive ](https://basarat.gitbooks.io/typescript/ )
2014-02-21 04:50:19 +00:00
* [TypeScript for C# Programmers ](http://www.infoq.com/minibooks/typescript-c-sharp-programmers )
2023-10-31 02:10:38 +00:00
* [TypeScript Handbook ](https://www.typescriptlang.org/docs/handbook/intro.html ) - Microsoft
* [TypeScript Handbook for React Developers ](https://www.freecodecamp.org/news/typescript-tutorial-for-react-developers/ ) - Yazdun Fadali
2022-10-31 01:51:02 +00:00
* [TypeScript in 50 Lessons ](https://www.smashingmagazine.com/provide/eBooks/typescript-in-50-lessons.pdf ) - Stefan Baumgartner (PDF)
2022-10-07 15:16:49 +00:00
* [TypeScript Notes for Professionals ](https://goalkicker.com/TypeScriptBook2/ ) - Compiled from StackOverflow documentation ([PDF](https://goalkicker.com/TypeScriptBook2/TypeScriptNotesForProfessionals.pdf))
2018-05-02 13:58:38 +00:00
* [TypeScript Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/typescript ) (PDF, Kindle) (email address *requested* , not required)
2013-10-17 08:50:30 +00:00
2013-12-25 11:47:45 +00:00
2020-11-14 22:52:28 +00:00
#### Angular
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
> :information_source: See also … [AngularJS](#angularjs)
* [Angular 2 Style Guide ](https://github.com/johnpapa/angular-styleguide/blob/master/a2/README.md ) - John Papa (HTML)
* [Angular 2+ Notes for Professionals ](https://goalkicker.com/Angular2Book/ ) - Compiled from StackOverflow documentation ([PDF](https://goalkicker.com/Angular2Book/Angular2NotesForProfessionals.pdf))
* [Angular Docs ](https://angular.io/docs ) (HTML)
2022-11-19 17:22:29 +00:00
* [Angular Material ](https://material.angular.io/guides ) (HTML)
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
* [Angular Tutorial ](https://angular.io/tutorial ) (HTML)
* [Build a Full-Stack Web Application Using Angular & Firebase ](https://www.c-sharpcorner.com/ebooks/build-a-full-stack-web-application-using-angular-and-firebase ) - Ankit Sharma (PDF, [:package: code samples ](https://github.com/AnkitSharma-007/blogging-app-with-Angular-CloudFirestore ))
2020-11-14 22:52:28 +00:00
#### Deno
2020-06-28 18:01:25 +00:00
* [Deno Manual ](https://deno.land/manual )
2022-04-01 15:19:40 +00:00
* [The Deno Handbook ](https://flaviocopes.com/page/deno-handbook/ ) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
2020-06-28 18:01:25 +00:00
2014-07-27 20:16:50 +00:00
### Unix
2015-11-13 13:25:42 +00:00
2015-03-01 14:23:40 +00:00
* [An Introduction to Unix ](http://www.oliverelliott.org/article/computing/tut_unix/ )
2022-03-18 01:52:29 +00:00
* [Beej's Guide to Unix Interprocess Communication ](http://beej.us/guide/bgipc/ ) - Brian "Beej Jorgensen" Hall (HTML,PDF)
2014-01-14 21:07:27 +00:00
* [Commentary on the Sixth Edition UNIX Operating System ](http://www.lemis.com/grog/Documentation/Lions/ ) - J. Lions
2020-10-17 16:31:21 +00:00
* [INTRODUCTION TO UNIX ](https://homepages.uc.edu/~thomam/Intro_Unix_Text/TOC.html ) - Mark A. Thomas
2016-10-06 12:10:08 +00:00
* [Unix as IDE ](https://github.com/mrzool/unix-as-ide ) - Tom Ryder (epub, mobi)
2015-10-28 18:53:22 +00:00
* [UNIX Commands and Concepts ](http://www.cs.bu.edu/teaching/unix/reference/ ) - Robert I. Pitts
2015-12-13 17:32:57 +00:00
* [Unix for Poets ](http://web.stanford.edu/class/cs124/kwc-unix-for-poets.pdf ) - Kenneth Ward Church (PDF)
2023-10-02 23:52:04 +00:00
* [Unix Programming Tools ](http://cslibrary.stanford.edu/107/UnixProgrammingTools.pdf ) - Parlante, Zelenski (PDF)
2021-10-25 17:40:26 +00:00
* [Unix Toolbox ](https://web.archive.org/web/20210912091852/https://cb.vu/unixtoolbox.xhtml ) - Colin Barschel *(:card_file_box: archived)*
2014-05-26 13:12:10 +00:00
* [UNIX Tutorial for Beginners ](http://www.ee.surrey.ac.uk/Teaching/Unix/ )
2013-12-25 11:47:45 +00:00
2014-01-18 12:28:57 +00:00
2022-04-26 17:34:43 +00:00
### V
* [V Documentation ](https://github.com/vlang/v/blob/HEAD/doc/docs.md ) - vlang.io (Markdown)
2014-07-27 20:16:50 +00:00
### Verilog
2015-11-13 13:25:42 +00:00
2022-09-02 13:36:04 +00:00
* [Verilog, Formal Verification and Verilator Beginner's Tutorial ](https://zipcpu.com/tutorial/ ) - Daniel E. Gisselquist
2017-10-24 14:40:54 +00:00
* [Verilog Quick Reference Guide - Sutherland HDL ](http://sutherland-hdl.com/pdfs/verilog_2001_ref_guide.pdf ) (PDF)
2014-05-29 16:35:36 +00:00
* [Verilog Tutorial ](http://www.asic-world.com/verilog/veritut.html )
2014-07-27 20:16:50 +00:00
### VHDL
2015-11-13 13:25:42 +00:00
2015-11-17 16:50:48 +00:00
* [Free Range VHDL ](https://github.com/fabriziotappero/Free-Range-VHDL-book ) - Bryan Mealy, Fabrizio Tappero (TeX and PDF)
2014-06-14 16:19:41 +00:00
* [VHDL Tutorial ](http://www.seas.upenn.edu/~ese171/vhdl/vhdl_primer.html )
* [VHDL Tutorial: Learn By Example ](http://esd.cs.ucr.edu/labs/tutorial/ )
2014-05-29 16:35:36 +00:00
2014-07-27 20:16:50 +00:00
### Visual Basic
2015-11-13 13:25:42 +00:00
2024-10-15 02:28:34 +00:00
* [Visual Basic .NET Notes for Professionals ](https://goalkicker.com/VisualBasic_NETBook/ ) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA)
2020-10-14 14:12:32 +00:00
* [Visual Basic Official Docs ](https://docs.microsoft.com/en-us/dotnet/visual-basic )
2014-05-30 18:02:55 +00:00
2014-07-27 20:16:50 +00:00
### Visual Prolog
2015-11-13 13:25:42 +00:00
2014-04-18 11:37:17 +00:00
* [A Beginners' Guide to Visual Prolog ](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog )
* [Visual Prolog for Tyros ](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros )
2021-09-29 13:17:13 +00:00
#### Vulkan
* [Vulkan Tutorial ](https://vulkan-tutorial.com ) - Alexander Overvoorde (EPUB, HTML, PDF) (C++)
2022-09-02 13:36:04 +00:00
* [Vulkan Tutorial Java ](https://github.com/Naitsirc98/Vulkan-Tutorial-Java ) - Cristian Herrera, et al. (Java)
2023-11-29 22:15:41 +00:00
* [Vulkan Tutorial RS ](https://github.com/bwasty/vulkan-tutorial-rs ) - Benjamin Wasty, et al. *(:construction: in process)* (Rust)
2022-09-02 13:36:04 +00:00
* [Vulkano ](https://vulkano.rs/guide/introduction ) - Tomaka, et al. (HTML) (Rust)
2021-09-29 13:17:13 +00:00
2014-07-27 20:16:50 +00:00
### Web Services
2015-11-13 13:25:42 +00:00
2013-10-18 20:45:26 +00:00
* [RESTful Web Services ](http://restfulwebapis.org/RESTful_Web_Services.pdf ) (PDF)
2013-10-11 07:04:49 +00:00
2014-07-27 20:16:50 +00:00
### Windows 8
2015-11-13 13:25:42 +00:00
2023-07-12 18:49:07 +00:00
* [Programming Windows Store Apps with HTML, CSS, and JavaScript, Second Edition ](https://web.archive.org/web/20150624142410/http://download.microsoft.com/download/6/6/5/665AF7A6-2184-45DC-B9DA-C89185B01937/Microsoft_Press_eBook_Programming_Windows_8_Apps_HTML_CSS_JavaScript_2E_PDF.pdf ) - Kraig Brockschmidt (PDF) *(:card_file_box: archived)*
2013-12-25 11:47:45 +00:00
2014-07-27 20:16:50 +00:00
### Windows Phone
2015-11-13 13:25:42 +00:00
2021-10-15 23:39:05 +00:00
* [Developing An Advanced Windows Phone 7.5 App That Connects To The Cloud ](https://web.archive.org/web/20150709045622/http://download.microsoft.com/download/C/4/6/C4635738-5E06-4DF7-904E-BDC22AED2E58/Developing%20an%20Advanced%20Windows%20Phone%207.5%20App%20that%20Connects%20to%20the%20Cloud.pdf ) - MSDN Library, David Britch, Francis Cheung, Adam Kinney, Rohit Sharma (PDF) (:card_file_box: *archived* )
2015-12-13 17:32:57 +00:00
* [Windows Phone 8 Development Succinctly ](https://www.syncfusion.com/resources/techportal/ebooks/windowsphone8 ) - Matteo Pagani (PDF)
2015-10-28 18:53:22 +00:00
* [Windows Phone Programming Blue Book ](http://www.robmiles.com/c-yellow-book/ )
2013-10-30 17:34:35 +00:00
2014-07-27 20:16:50 +00:00
### Workflow
2015-11-13 13:25:42 +00:00
2018-01-29 01:53:38 +00:00
* [Declare Peace on Virtual Machines. A guide to simplifying vm-based development on a Mac ](https://leanpub.com/declarepeaceonvms/read )
2013-12-17 21:24:28 +00:00
2014-07-27 20:16:50 +00:00
### xBase (dBase / Clipper / Harbour)
2015-11-13 13:25:42 +00:00
2018-08-14 16:09:29 +00:00
* [Application Development with Harbour ](https://en.wikibooks.org/wiki/Application_Development_with_Harbour ) - Wikibooks
2023-07-12 18:49:07 +00:00
* [CA-Clipper 5.2 Norton Guide ](https://web.archive.org/web/20190516192814/http://www.ousob.com/ng/clguide/ ) *(:card_file_box: archived)*
2018-08-14 16:09:29 +00:00
* [Clipper Tutorial: a Guide to Open Source Clipper(s) ](https://en.wikibooks.org/wiki/Clipper_Tutorial%3A_a_Guide_to_Open_Source_Clipper(s )) - Wikibooks
Added some books and section (#8067)
* added a few new books along with a new programming language section
* added a few new books along with a new programming language section
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* added books for LUA,Markdown,YAML and created a new section for YAML
* updated books collection
Removed the Lua book as requested
2022-10-15 00:11:31 +00:00
### YAML
* [YAML Tutorial ](https://www.tutorialspoint.com/yaml/yaml_tutorial.pdf ) - TutorialsPoint (PDF)