From e2103d39290ae5e6b6bd1d3a806707c360622ab0 Mon Sep 17 00:00:00 2001 From: gsiri007 <216904534+gsiri007@users.noreply.github.com> Date: Fri, 21 Nov 2025 19:29:25 +0530 Subject: [PATCH 01/16] 404 access denied - Operating Systems and Middleware by Max Hailperin (#13021) * Removed 403 Forbidden - Object-Oriented Programming in JavaTM Textbook * Book added: Linux Essentials - Linux Professional Institute * three LPI books added * version number removed from LPI books * Operating Systems and Middleware - Max Hailperin removed due to 404 access denied --- books/free-programming-books-subjects.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index d49708442..a16ca652e 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -789,7 +789,6 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [How to write a simple operating system in assembly language](https://mikeos.sourceforge.net/write-your-own-os.html) - Mike Saunders (HTML) * [Linux Kernel in a Nutshell](http://www.linuxtopia.org/online_books/linux_kernel/kernel_configuration) - Greg Kroah-Hartman (HTML) * [Making Servers Work: A Practical Guide to Linux System Administration](https://www.digitalocean.com/community/books/sysadmin-ebook-making-servers-work) - Jamon Camisso (PDF, EPUB) -* [Operating Systems and Middleware](https://gustavus.edu/mcs/max/os-book/) - Max Hailperin (PDF, LaTeX) * [Operating Systems: From 0 to 1](https://github.com/tuhdo/os01/releases/tag/0.0.1) - Tu, Ho Doang (PDF) ( :construction: *in process*) * [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/) - Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau (PDF) * [Practical File System Design: The Be File System](https://www.nobius.org/~dbg/practical-file-system-design.pdf) - Dominic Giampaolo (PDF) From 4bcd26a7c9227090a37eb247d9b1cbdbff3fd83e Mon Sep 17 00:00:00 2001 From: Leithen Date: Fri, 21 Nov 2025 06:59:51 -0700 Subject: [PATCH 02/16] add issue write permission to stale workflow (#13022) --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index adb989d4d..2261c3ad4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,7 @@ on: permissions: pull-requests: write actions: write + issues: write jobs: stale: From 012cdb10b7f4f9a24dee22cdb0da0dab4bd3817a Mon Sep 17 00:00:00 2001 From: "Qarebaq (BlackGarden)" <95334969+Qarebaq@users.noreply.github.com> Date: Tue, 25 Nov 2025 19:07:27 +0330 Subject: [PATCH 03/16] Update free-programming-books-fa_IR.md - thinkpython book added (#13025) * Update free-programming-books-fa_IR.md - thinkpython book added * Update free-programming-books-fa_IR.md --- books/free-programming-books-fa_IR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-fa_IR.md b/books/free-programming-books-fa_IR.md index ee1ece565..49f95c2f2 100644 --- a/books/free-programming-books-fa_IR.md +++ b/books/free-programming-books-fa_IR.md @@ -79,6 +79,7 @@ * [پایتون به پارسی](https://python.coderz.ir) - سعید درویش‏ (HTML) * [ترجمه آزاد کتاب Asyncio in Python‏](https://github.com/ftg-iran/aip-persian) +* [ترجمه آزاد کتاب ThinkPython‏](https://github.com/ThinkPythonPersian/thinkbook) - جمعی از مترجمان #### Django From fa90829f4590979a4145dda6ca6e1ce4d0c78cd1 Mon Sep 17 00:00:00 2001 From: "A. LAKSHMI PRASANNA" <2400032275@kluniversity.in> Date: Fri, 28 Nov 2025 19:53:46 +0530 Subject: [PATCH 04/16] docs(books): Remove unavailable Turkish Rust book link (issue #13028) (#13030) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(books): Remove unavailable Turkish Rust book link (issue #13028) Removed a PDF link for 'Rust'a Giriş' from the Rust section. * Fix linter error: remove invalid empty link placeholder * fix: add blank line between sections to fix linter error --- books/free-programming-books-tr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 2402850e1..35f889b62 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -176,7 +176,6 @@ ### Rust * [Rust ile CHIP-8 Emülatörü Geliştirme](https://onur.github.io/chip8) - Onur Aslan -* [Rust'a Giriş](https://github.s3.amazonaws.com/downloads/vertexclique/vertexclique.github.io/Rusta-Giris-v1.pdf) - Mahmut Bulut (PDF) ### Yapay Zeka From ea6e402bc2c3bb5995fe8ee8d190a0b9014a1a13 Mon Sep 17 00:00:00 2001 From: Anshul <109476570+Anshul-Patidar@users.noreply.github.com> Date: Sun, 7 Dec 2025 18:38:39 +0530 Subject: [PATCH 05/16] Add Fast.ai free course to Machine Learning section Add new resource (#13039) * Add OSTEP to Operating Systems section * Remove duplicate OSTEP entry * Add Fast.ai free course to Machine Learning section * Fix linter: remove trailing slash & adjust blank lines * Fix blank lines between sections for linter * Fix linter: remove extra blank lines in ML section * Fix Machine Learning section formatting for linter * Fix blank lines after Machine Learning section * Fix blank lines after Machine Learning section * Fix blank lines after Machine Learning section * Fix blank lines after Machine Learning section * Fix blank lines after Machine Learning section * Fix blank lines after Machine Learning section * Fix formatting: Add source and language for Fast.ai course * Fix formatting: Add source and language for Fast.ai course * Fix formatting: Add source and language for Fast.ai course * Remove duplicate OSTEP entry and apply reviewer suggestion --- books/free-programming-books-subjects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index a16ca652e..7150613f5 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -468,6 +468,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com) * [Pattern Recognition and Machine Learning](https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf) - Christopher M. Bishop (PDF) * [Patterns, Predictions, And Actions: A story about machine learning](https://mlstory.org/pdf/patterns.pdf) - Moritz Hardt, Benjamin Recht (PDF) +* [Practical Deep Learning for Coders](https://course.fast.ai) - fast.ai * [Practitioners guide to MLOps](https://services.google.com/fh/files/misc/practitioners_guide_to_mlops_whitepaper.pdf) - Khalid Samala, Jarek Kazmierczak, Donna Schut (PDF) * [Probabilistic Machine Learning - An Introduction](https://github.com/probml/pml-book/releases/latest/download/book1.pdf) - Kevin P. Murphy (PDF) * [Python Machine Learning Projects](https://www.digitalocean.com/community/books/python-machine-learning-projects-a-digitalocean-ebook) - Lisa Tagliaferri, Brian Boucheron, Michelle Morales, Ellie Birkbeck, Alvin Wan (PDF, EPUB, Kindle) @@ -790,7 +791,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Linux Kernel in a Nutshell](http://www.linuxtopia.org/online_books/linux_kernel/kernel_configuration) - Greg Kroah-Hartman (HTML) * [Making Servers Work: A Practical Guide to Linux System Administration](https://www.digitalocean.com/community/books/sysadmin-ebook-making-servers-work) - Jamon Camisso (PDF, EPUB) * [Operating Systems: From 0 to 1](https://github.com/tuhdo/os01/releases/tag/0.0.1) - Tu, Ho Doang (PDF) ( :construction: *in process*) -* [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/) - Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau (PDF) +* [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/) - Remzi H. Arpaci-Dusseau, Andrea C. Arpaci-Dusseau (PDF) * [Practical File System Design: The Be File System](https://www.nobius.org/~dbg/practical-file-system-design.pdf) - Dominic Giampaolo (PDF) * [Project Oberon: The Design of an Operating System, a Compiler, and a Computer](https://people.inf.ethz.ch/wirth/ProjectOberon/index.html) - Niklaus Wirth, Jürg Gutknecht (PDF) * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) - Eric S. Raymond (HTML) From 32a4ebde029dcf8c3ac18283a0c171f2edce4446 Mon Sep 17 00:00:00 2001 From: Double Tilde Date: Wed, 10 Dec 2025 15:36:23 +0000 Subject: [PATCH 06/16] Update Distributed Systems edition from 3rd to 4th (#13043) --- books/free-programming-books-subjects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 7150613f5..258e3351e 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -200,7 +200,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Cloud Computing for Science and Engineering](https://cloud4scieng.org/chapters/) - Ian Foster, Dennis B. Gannon *( :construction: in process)* * [Cloud Design Patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns/) * [Designing Distributed Systems](https://azure.microsoft.com/en-us/resources/designing-distributed-systems/) *(account required)* -* [Distributed Systems 3rd edition](https://www.distributed-systems.net/index.php/books/ds3/) - Maarten van Steen, Andrew S. Tanenbaum *(email address required)* +* [Distributed Systems 4th edition](https://www.distributed-systems.net/index.php/books/ds4/ds4-ebook/) - Maarten van Steen, Andrew S. Tanenbaum *(email address required)* * [How to optimize storage costs using Amazon S3](https://aws.amazon.com/s3/cloud-storage-cost-optimization-ebook/) - AWS (PDF) * [Kubernetes Hardening Guidance](https://media.defense.gov/2022/Aug/29/2003066362/-1/-1/0/CTR_KUBERNETES_HARDENING_GUIDANCE_1.2_20220829.PDF) - NSA, CISA (PDF) * [Learn Azure in a Month of Lunches](https://clouddamcdnprodep.azureedge.net/gdc/2014519/original) - Iain Foulds (PDF) From 6db3ae163b4443a983748173c3f75868c9de71e6 Mon Sep 17 00:00:00 2001 From: Ayush Gupta <116377679+ayushgupta704@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:42:26 +0530 Subject: [PATCH 07/16] fix: update broken PDF link and correct R section formatting (#13048) --- books/free-programming-books-pt_BR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-pt_BR.md b/books/free-programming-books-pt_BR.md index 7941901c5..d7214ff5e 100644 --- a/books/free-programming-books-pt_BR.md +++ b/books/free-programming-books-pt_BR.md @@ -442,7 +442,7 @@ ### R * [Análise Exploratória de Dados usando o R](http://www.uesc.br/editora/livrosdigitais2/analiseexploratoria_r.pdf) - Enio Jelihovschi (PDF) -* [Fundamentos Estatísticos de Ciência dos Dados](https://homepages.dcc.ufmg.br/~assuncao/EstatCC/FECD.pdf) - Renato Assunção (PDF) +* [Fundamentos Estatísticos de Ciência dos Dados](https://biblioteca.unisced.edu.mz/pdfjs/web/viewer.html?file=https://biblioteca.unisced.edu.mz/bitstream/123456789/2209/1/Fundamentos%20Estat%c3%adsticos%20de%20Ci%c3%aancia%20dos%20Dados.pdf) - Renato Assunção (PDF) * [Introdução à Linguagem R: seus fundamentos e sua prática](https://pedropark99.github.io/Introducao_R/) - Pedro Duarte Faria * [R para cientistas sociais](http://www.uesc.br/editora/livrosdigitais_20140513/r_cientistas.pdf) - Jakson Alves de Aquino (PDF) From 963420a8b02ea031e10f48452f5021a7149e0061 Mon Sep 17 00:00:00 2001 From: cchaduka Date: Thu, 1 Jan 2026 16:24:19 +0200 Subject: [PATCH 08/16] Add a CFML playground (#13053) * Add Architecture of Advanced Numerical Analysis Systems book from Springer, by Wang & Zhao * Add a PDF URL to a recently removed HTML version of a book * Mark book as a draft version as it is labeled as such * Add ColdFusion Fiddle CFML playground * Fix URL trailing slash --- more/free-programming-playgrounds.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index 7d4ca5290..07274cf9e 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -127,6 +127,7 @@ ### ColdFusion +* [ColdFusion Fiddle](https://cffiddle.org) * [TryCF](https://trycf.com) From 430015a3187de5e74d489f83a57e885092a4b171 Mon Sep 17 00:00:00 2001 From: Ayush Raj <74952106+Ayush41@users.noreply.github.com> Date: Sun, 4 Jan 2026 03:34:14 +0530 Subject: [PATCH 09/16] Add free courses for Vim and Visual Studio Code under IDEs & Editors (#12442) * added vim essential course * added ide resources * sort a-z * sort a-z * spacing * swapping * spacing * fixed link added one with playlist --- courses/free-courses-en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 43157aa0b..d8666606c 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -983,7 +983,9 @@ ### IDE and editors +* [Getting Started with Visual Studio Code](https://www.youtube.com/playlist?list=PLj6YeMhvp2S5UgiQnBfvD7XgOMKs3O_G6) - Visual Studio Code * [Vim As Your Editor](https://www.youtube.com/playlist?list=PLm323Lc7iSW_wuxqmKx_xxNtJC_hJbQ7R) - ThePrimeagen +* [Vim Beginners Guide](https://www.youtube.com/playlist?list=PLT98CRl2KxKHy4A5N70jMRYAROzzC2a6x) - Learn Linux TV ### Java From 18e8eb7f0218a9bf7282cc8c86a1034d174a3b4d Mon Sep 17 00:00:00 2001 From: Vishal Goyal Date: Mon, 5 Jan 2026 04:58:24 +0530 Subject: [PATCH 10/16] Remove broken Essential SQL link (#13060) --- books/free-programming-books-langs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 94d72d082..f160020c2 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2528,7 +2528,6 @@ Books on general-purpose programming that don't focus on a specific language are ### SQL (implementation agnostic) * [Developing Time-Oriented Database Applications in SQL](https://www2.cs.arizona.edu/~rts/tdbbook.pdf) - Richard T. Snodgrass (PDF) -* [Essential SQL](https://www.programming-books.io/essential/sql) - Krzysztof Kowalczyk and Stack Overflow Documentation project (HTML) * [How to Design Structured Database Systems Using SQL](https://www.freecodecamp.org/news/how-to-design-structured-database-systems-using-sql-full-book/) - Daniel García Solla, freeCodeCamp (HTML) * [Introduction to SQL](https://github.com/bobbyiliev/introduction-to-sql) - Bobby Iliev (Markdown, PDF) * [Learning SQL](https://riptutorial.com/Download/sql.pdf) - Compiled from StackOverflow Documentation (PDF) From 52408894d72389524502c288189704a5d2a25b8b Mon Sep 17 00:00:00 2001 From: Ayush Raj <74952106+Ayush41@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:11:57 +0530 Subject: [PATCH 11/16] ML courses added in hindi language (#13059) * ml courses added hindi * fixed a-z order * Update courses/free-courses-hi.md Co-authored-by: Eric Hellman * Remove duplicate machine learning tutorial entry Removed duplicate entry for 'Machine Learning Tutorial using Python in Hindi 2022'. --------- Co-authored-by: Eric Hellman --- courses/free-courses-hi.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/courses/free-courses-hi.md b/courses/free-courses-hi.md index f0e9f0c54..5879f2860 100644 --- a/courses/free-courses-hi.md +++ b/courses/free-courses-hi.md @@ -633,11 +633,14 @@ * [100 Days Of Deep Learning](https://www.youtube.com/playlist?list=PLKnIA16_RmvYuZauWaPlRTC54KxSNLtNn) - CampusX * [100 Days Of Machine Learning](https://www.youtube.com/playlist?list=PLKnIA16_Rmvbr7zKYQuBfsVkjoLcJgxHH) - CampusX +* [Complete Machine Learning Course with Projects \| Learn ML Step-by-Step](https://www.youtube.com/playlist?list=PLaldQ9PzZd9qT0KsKJ7yCq70iFFP3MFJ5) - sheryians AI School * [Intro to Machine Learning](https://www.youtube.com/playlist?list=PL-Jc9J83PIiHioMKxmCxzpXdNfLE4TVjD) - Pepcoding * [Machine Learning](https://www.youtube.com/playlist?list=PLYwpaL_SFmcBhOEPwf5cFwqo5B-cP9G4P) - 5 Minutes Engineering +* [Machine Learning for Data Science in Hindi](https://www.youtube.com/playlist?list=PLxzTa0VPR9rzus4Egb-aOmCWier5XiOba) - The iScale * [Machine Learning Full Course](https://www.youtube.com/watch?v=IoZGSQ07e8g) - Bharani Akella, Great Learning * [Machine Learning in Hindi](https://www.youtube.com/playlist?list=PLPbgcxheSpE0aBsefANDYe2X_-tyJbBMr) - Codebasics Hindi -* [Machine Learning Tutorial using Python in Hindi 2022](https://www.youtube.com/playlist?list=PLfP3JxW-T70Hh7j17_NLzjZ8CejSPx40V) - Indian AI Production +* [Machine Learning Playlist](https://www.youtube.com/playlist?list=PLTDARY42LDV7WGmlzZtY-w9pemyPrKNUZ) - by Krish Naik +* [Machine Learning Tutorial using Python in Hindi 2022](https://www.youtube.com/playlist?list=PLfP3JxW-T70Hh7j17_NLzjZ8CejSPx40V) - Indian AI Production * [Machine Learning Tutorials For Beginners Using Python in Hindi](https://www.youtube.com/playlist?list=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG) - CodeWithHarry From c5f73605878ebe370effbc4cfc215466a860ce53 Mon Sep 17 00:00:00 2001 From: Ivan Oranciuc <95760855+OranciucIvan@users.noreply.github.com> Date: Sat, 24 Jan 2026 23:05:54 +0200 Subject: [PATCH 12/16] Update free-podcasts-screencasts-sv.md (#13068) Two outdated resources have been removed. --- casts/free-podcasts-screencasts-sv.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/casts/free-podcasts-screencasts-sv.md b/casts/free-podcasts-screencasts-sv.md index 7d9ee148b..f978db6dc 100644 --- a/casts/free-podcasts-screencasts-sv.md +++ b/casts/free-podcasts-screencasts-sv.md @@ -15,7 +15,5 @@ * [Let's tech-podden](https://letstech.libsyn.com) - Henrik Enström (podcast) * [Modermodemet](https://modermodemet.se) (podcast) * [Spelskaparna](https://spelskaparna.com) - Olle Landin (podcast) -* [Still in beta](http://stillinbeta.se) (podcast) * [Under utveckling](https://underutveckling.libsyn.com) (podcast) -* [Utveckla](https://consid.se/podd/utveckla) - Simon Zachrisson, Tobias Dahlgren (podcast) * [Väg 74](https://www.agical.se/pod) (podcast) From f958701e41562cd2f0c159b615988db0c7dd3d62 Mon Sep 17 00:00:00 2001 From: cchaduka Date: Mon, 26 Jan 2026 19:18:25 +0200 Subject: [PATCH 13/16] Restoring a SQL resource (#13067) * Add Architecture of Advanced Numerical Analysis Systems book from Springer, by Wang & Zhao * Add a PDF URL to a recently removed HTML version of a book * Mark book as a draft version as it is labeled as such * Add ColdFusion Fiddle CFML playground * Fix URL trailing slash * This resource still exists * Remove resource that no longer exists * Add Licence to resource * Amend author separation format * Explicitly specify base URL, otherwise link doesn't work --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index f160020c2..42f83ef7b 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -820,7 +820,6 @@ Books on general-purpose programming that don't focus on a specific language are ### Go -* [An Introduction to Programming in Go](https://www.golang-book.com/books/intro) - Caleb Doxsey * [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) - astaxie (CC BY-SA) * [Building Web Apps with Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) * [Darker Corners of Go](https://rytisbiel.com/2021/03/06/darker-corners-of-go/) - Rytis Bieliunas @@ -2528,6 +2527,7 @@ Books on general-purpose programming that don't focus on a specific language are ### SQL (implementation agnostic) * [Developing Time-Oriented Database Applications in SQL](https://www2.cs.arizona.edu/~rts/tdbbook.pdf) - Richard T. Snodgrass (PDF) +* [Essential SQL](https://www.programming-books.io/essential/sql/index.html) - Krzysztof Kowalczyk, Stack Overflow Documentation project (HTML) (CC BY-SA) * [How to Design Structured Database Systems Using SQL](https://www.freecodecamp.org/news/how-to-design-structured-database-systems-using-sql-full-book/) - Daniel García Solla, freeCodeCamp (HTML) * [Introduction to SQL](https://github.com/bobbyiliev/introduction-to-sql) - Bobby Iliev (Markdown, PDF) * [Learning SQL](https://riptutorial.com/Download/sql.pdf) - Compiled from StackOverflow Documentation (PDF) From b5966a724aab2c563da7e3aeda919ec15f9a2a7a Mon Sep 17 00:00:00 2001 From: Harini G Date: Mon, 26 Jan 2026 22:50:10 +0530 Subject: [PATCH 14/16] Correct capitalization of 'Meteor' in programming languages list (#13070) Fixes a minor capitalization inconsistency while following contribution guidelines. --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 42f83ef7b..36f5ee862 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -106,7 +106,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Hydrogen](#hydrogen) * [Ionic](#ionic) * [jQuery](#jquery) - * [meteor](#meteor) + * [Meteor](#meteor) * [Next.js](#nextjs) * [Node.js](#nodejs) * [Nuxt.js](#nuxtjs) From 9eaff94b8f1be1f1dff750dcc2265a46d8b238ad Mon Sep 17 00:00:00 2001 From: Tiago monteiro Date: Fri, 30 Jan 2026 14:38:17 -0800 Subject: [PATCH 15/16] Add "The Math Behind Artificial Intelligence" to Artificial Intelligence section (#13072) * Add 'The Math Behind Artificial Intelligence' book * Fix author formatting for AI book entry * Fix order of 'The Math Behind Artificial Intelligence' entry * Update free-programming-books-subjects.md --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 258e3351e..527e25dbd 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -164,6 +164,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Probabilistic Programming & Bayesian Methods for Hackers](https://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/) - Cam Davidson-Pilon (HTML, Jupyter Notebook) * [Stanford CS224N: Natural Language Processing with Deep Learning](https://www.youtube.com/playlist?list=PLoROMvodv4rOSH4v6133s9LFPRHjEmbmJ) - Christopher Manning (Stanford Online) * [The History of Artificial Intelligence](https://courses.cs.washington.edu/courses/csep590/06au/projects/history-ai.pdf) - Chris Smith, Brian McGuire, Ting Huang, Gary Yang (PDF) +* [The Math Behind Artificial Intelligence: A Guide to AI Foundations](https://www.freecodecamp.org/news/the-math-behind-artificial-intelligence-book) - Tiago Monteiro (HTML) * [The Quest for Artificial Intelligence: A History of Ideas and Achievements](https://ai.stanford.edu/~nilsson/QAI/qai.pdf) - Nils J. Nilsson (PDF) From 7106f794fbfb2d75a6bccc4a852fa9677615734e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCmin?= <88292388+m6min@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:50:23 +0300 Subject: [PATCH 16/16] Add new algorithm course link to Turkish resources (#13077) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add new algorithm course link to Turkish resources * Fix duplicate entry for 'Algoritmalar ve Veri Yapıları' --- courses/free-courses-tr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-tr.md b/courses/free-courses-tr.md index cb22abec8..7cb65995e 100644 --- a/courses/free-courses-tr.md +++ b/courses/free-courses-tr.md @@ -17,6 +17,7 @@ ### Algoritmalar * [Algoritma Analizi](https://www.youtube.com/playlist?list=PLh9ECzBB8tJPTWIUbZjHZMMGuZcpHUv5h) - BilgisayarKavramlari +* [Algoritmalar ve Veri Yapıları](https://www.youtube.com/playlist?list=PLMQXT_yvb6DUV3usqrNYMfAXoYGXtpmSq) - Berat Ersarı * [Algoritmalara giriş](https://acikders.tuba.gov.tr/course/view.php?id=133) - Charles Leiserson / Erik Demaine (Çev. Ali Yazıcı - Haluk Ar) * [Algoritmaları Anlamak](https://www.youtube.com/playlist?list=PLR_3k5Bkz0SBA9PoV6DrxpghD7pqPScGJ) - Fatih Özkaynak * [On Derste Algoritma ve Programlama](https://www.youtube.com/playlist?list=PLKnjBHu2xXNNiJdlhiEl_RMkK0PbJ1_DB) - Murat Yücedağ