mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-07-08 13:21:55 +00:00
Compare commits
11 Commits
5c52aba047
...
6a78b85c06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a78b85c06 | ||
|
|
0cd7c01a97 | ||
|
|
fd99154b42 | ||
|
|
123e44862d | ||
|
|
16cbc8e76d | ||
|
|
b982c25260 | ||
|
|
818d6afe68 | ||
|
|
46798aae27 | ||
|
|
4021689aa2 | ||
|
|
1bc5416a02 | ||
|
|
a52d75f159 |
@ -1082,6 +1082,7 @@ Books on general-purpose programming that don't focus on a specific language are
|
||||
* [Open Data Structures (in Java)](http://opendatastructures.org/ods-java.pdf) - Pat Morin (PDF)
|
||||
* [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)*
|
||||
* [Processing XML with Java (A Guide to SAX, DOM, JDOM, JAXP, and TrAX) (2002)](http://www.cafeconleche.org/books/xmljava/) - Elliotte Rusty Harold
|
||||
* [Programming With Java](https://paadopt.org/wp-content/uploads/2025/03/Programming-With-Java-ABhuiyan-MAmiruzzaman-2025031201.pdf) - Ashik Ahmed Bhuiyan, Md Amiruzzaman (PDF)
|
||||
* [The Java EE6 Tutorial](https://docs.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf) (PDF)
|
||||
* [The Java EE7 Tutorial](https://docs.oracle.com/javaee/7/JEETT.pdf) - Eric Jendrock, et al. (PDF)
|
||||
* [The Java Tutorials](https://docs.oracle.com/javase/tutorial/index.html)
|
||||
@ -2184,6 +2185,7 @@ Books on general-purpose programming that don't focus on a specific language are
|
||||
* [Data Analysis and Prediction Algorithms with R](https://rafalab.github.io/dsbook/) - Rafael A. Irizarry
|
||||
* [Data Mining Algorithms In R](https://en.wikibooks.org/wiki/Data_Mining_Algorithms_In_R) - Wikibooks
|
||||
* [Data Visualization with R](https://ladal.edu.au/dviz.html) - Martin Schweinberger (HTML)
|
||||
* [Deep R Programming](https://arxiv.org/abs/2301.01188) - Marek Gagolewski (PDF)
|
||||
* [Efficient R programming](https://csgillespie.github.io/efficientR/) - Colin Gillespie, Robin Lovelace
|
||||
* [Exploratory Data Analysis with R](https://bookdown.org/rdpeng/exdata) - Roger D. Peng
|
||||
* [Forecasting: Principles and Practice](https://otexts.com/fpp3/) - Rob J Hyndman, George Athanasopoulos
|
||||
|
||||
@ -90,6 +90,7 @@
|
||||
#### Sistemas Operacionais
|
||||
|
||||
* [Guia Foca Linux](https://www.guiafoca.org/#download) - Gleydson Maziolli (PDF)
|
||||
* [Linux Essentials](https://learning.lpi.org/pt/learning-materials/010-160/) - Linux Professional Institute (HTML, PDF) (CC BY-NC-ND 4.0)
|
||||
* [Sistemas Operacionais: Conceitos e Mecanismos](http://wiki.inf.ufpr.br/maziero/lib/exe/fetch.php?media=socm:socm-livro.pdf) - Carlos A. Maziero (PDF) (CC BY-NC-SA) *( :construction: em contínuo desenvolvimento)*
|
||||
|
||||
|
||||
|
||||
@ -62,6 +62,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM
|
||||
* [Bitsavers.org](http://bitsavers.trailing-edge.com)
|
||||
* [Code Catalog: A Collection of Code Examples from Prominent Open Source Projects](https://codecatalog.org)
|
||||
* [conceptf1.blogspot.com](https://conceptf1.blogspot.com/2013/11/list-of-freely-available-programming.html)
|
||||
* [dBooks - Free download open books](https://www.dbooks.org)
|
||||
* [Free Tech Books](https://www.freetechbooks.com)
|
||||
* [Goalkicker](https://goalkicker.com) - Programming Notes for Professionals books
|
||||
* [IBM Redbooks](https://www.redbooks.ibm.com)
|
||||
@ -706,6 +707,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM
|
||||
|
||||
* [Object Oriented Programming](https://www.cl.cam.ac.uk/teaching/0910/OOProg/OOP.pdf) - Robert Harle (PDF)
|
||||
* [OOP – Learn Object Oriented Thinking and Programming](https://files.bruckner.cz/be2a5b2104bf393da7092a4200903cc0/PecinovskyOOP.pdf) - Rudolf Pecinovsky (PDF)
|
||||
* [Principles of Object-Oriented Programming](https://www.opentextbooks.org.hk/system/files/export/8/8163/pdf/Principles_of_ObjectOriented_Programming_8163_r.pdf) - Stephen Wong, Dung Nguyen, Mark Husband (PDF) (CC BY-SA)
|
||||
|
||||
|
||||
### Open Source Ecosystem
|
||||
@ -929,6 +931,7 @@ Kerridge (PDF) (email address *requested*, not required)
|
||||
* [Software Engineering for Internet Applications](https://philip.greenspun.com/seia/)
|
||||
* [Source Making Design Patterns and UML](https://sourcemaking.com/design_patterns)
|
||||
* [Test Driven Development, Extensive Tutorial](https://github.com/grzesiek-galezowski/tdd-ebook) - Grzegorz Gałęzowski
|
||||
* [The Accidental CTO: How I Scaled from Zero to a Million Stores on Dukaan, Without a CS Degree](https://github.com/subhashchy/The-Accidental-CTO) - Subhash Choudhary
|
||||
* [The Catalog of Design Patterns](https://refactoring.guru/design-patterns/catalog)
|
||||
* [The Site Reliability Workbook](https://landing.google.com/sre/workbook/toc/) - Betsy Beyer, Niall Richard Murphy, David K. Rensin, Kent Kawahara, Stephen Thorne
|
||||
* [Web API Design](https://pages.apigee.com/rs/apigee/images/api-design-ebook-2012-03.pdf) - Brian Mulloy (PDF)
|
||||
|
||||
@ -628,6 +628,7 @@
|
||||
* [Introduction to Reinforcement learning with David Silver](https://www.youtube.com/playlist?list=PLqYmG7hTraZBiG_XpjnPrSNw-1XQaM_gB) - David Silver
|
||||
* [MIT 6.S094: Deep Learning for Self-Driving Cars](https://selfdrivingcars.mit.edu)
|
||||
* [MIT 6.S191: Introduction to Deep Learning](http://introtodeeplearning.com) - Alexander Amini, Ava Soleimany
|
||||
* [Neural Networks / Deep Learning](https://www.youtube.com/playlist?list=PLblh5JKOoLUIxGDQs4LFFD--41Vzf-ME1) - StatQuest by Josh Starmer
|
||||
* [Neuromatch Academy: Deep Learning](https://deeplearning.neuromatch.io/tutorials/intro.html) - Neuromatch Academy
|
||||
* [NYU Deep Learning SP21](https://www.youtube.com/playlist?list=PLLHTzKZzVU9e6xUfG10TkTWApKSZCzuBI) Alfredo Canziani
|
||||
* [NYU Deep Learning SP22](https://www.youtube.com/playlist?list=PLLHTzKZzVU9f3kmEta5dlkMXgtD1LxHzT) - Alfredo Canziani
|
||||
@ -1641,6 +1642,7 @@
|
||||
* [Comprehensive Rust](https://google.github.io/comprehensive-rust/index.html) - Google
|
||||
* [Intro to Rust](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW) - Tensor Programming
|
||||
* [Learn Rust from scratch](https://www.educative.io/courses/learn-rust-from-scratch) - Educative.io
|
||||
* [Memory Management](https://www.youtube.com/playlist?list=PLai5B987bZ9BnS7dBlTF9HRop55vYUL7r) - Let's Get Rusty
|
||||
* [Rust Basics](https://www.youtube.com/playlist?list=PLlcnQQJK8SUjApd95LIcd3K9XXmE-IeCS) - Engineer Man
|
||||
* [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) - Traversy Media
|
||||
* [Rust for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHjbTjrchBwOVks_sr8EVW1x) - Microsoft Developer
|
||||
|
||||
@ -70,6 +70,7 @@
|
||||
|
||||
* [Corso C Italiano](https://www.youtube.com/playlist?list=PLP5MAKLy8lP9J2blw2HWEDnaNjmvUW-QG) - Edoardo Midali
|
||||
* [Corso di programmazione in C](https://www.youtube.com/playlist?list=PLO4y9a8lTpK2ugwPRLN_1oOrlzX9Zc9It) - R. Rizzi, Università di Verona
|
||||
* [Corso di programmazione in C](https://www.youtube.com/playlist?list=PLrEMgOSrS_3cFJpM2gdw8EGFyRBZOyAKY) - Salvatore Sanfilippo
|
||||
* [Linguaggio C - Corso completo](https://www.youtube.com/playlist?list=PL83Ordjpzm5oUl7tFEjc4iirkPBiv7FxR) - Programmazione Time
|
||||
|
||||
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
* [C#](#csharp)
|
||||
* [C++](#cpp)
|
||||
* [Clojure](#clojure)
|
||||
* [Conda](#conda)
|
||||
* [Dart](#dart)
|
||||
* [Data Science](#data-science)
|
||||
* [Data Structures and Algorithms](#data-structures-and-algorithms)
|
||||
@ -121,6 +122,11 @@
|
||||
* [Clojure Cheatsheet](http://clojure.org/cheatsheet) (HTML)
|
||||
|
||||
|
||||
### Conda
|
||||
|
||||
* [Conda (miniconda Cheatsheat)](https://docs.conda.io/projects/conda/en/stable/user-guide/cheatsheet.html) - Conda (HTML)
|
||||
|
||||
|
||||
### Dart
|
||||
|
||||
* [Dart Cheatsheet](https://quickref.me/dart) - Quickref.me (HTML)
|
||||
|
||||
@ -39,6 +39,7 @@
|
||||
* [R](#r)
|
||||
* [React](#react)
|
||||
* [Redis](#redis)
|
||||
* [Rego](#rego)
|
||||
* [Regular Expressions](#regular-expressions)
|
||||
* [Ruby](#ruby)
|
||||
* [Rust](#rust)
|
||||
@ -365,6 +366,11 @@
|
||||
* [Try Redis](https://try.redis.io)
|
||||
|
||||
|
||||
### Rego
|
||||
|
||||
* [Rego Playground](https://play.openpolicyagent.org) - Open Policy Agent
|
||||
|
||||
|
||||
### Regular Expressions
|
||||
|
||||
* [iHateRegex: regex for playground](https://ihateregex.io/playground) - Geon George
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user