9536 Commits

Author SHA1 Message Date
Wolfgang Meier
c566ab0866 rename Coq to Rocq Prover (#11933) 2025-09-01 11:58:11 +02:00
Aaqil Yousuf
c4db26b05d fix(books-it): update broken link for 'Analisi e progettazione del software' (archived) (#11930) 2025-08-25 23:06:44 +02:00
Aaqil Yousuf
fc21cbd01e Add Compiler Construction using C# (SLANGFOR.NET) (fixes #11804) (#11929)
* Add Compiler Construction using C# (SLANGFOR.NET) (fixes #11804)

* Fix lint errors: use * for list markers and adjust blank lines

* Style: fix linter warning in Compiler Design section

* Update: added reformatted version of this book
2025-08-23 14:50:50 +02:00
katsuma
6358b0bb77 Add Japanese game development resources (#11926) 2025-08-17 17:03:14 +02:00
dependabot[bot]
2919d1da99 chore(deps): bump actions/download-artifact from 4 to 5 (#11925)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-17 16:18:23 +02:00
Tannu Choudhary
d488b56b98 Add Hindi YouTube Courses: OOP in C++ & Java, and DAA by KnowledgeGATE (#11923)
* Added oops in C++ and Java and Binary search courses

* Ensured Alphabetical Order and removed duplicate

* lint fixed

* Update courses/free-courses-hi.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-08-05 19:55:00 +02:00
Andrew Kushyk
7573b563b3 update free-programming-books-subjects.md (#11922)
Linux Kernel in a Nutshell by Greg Kroah-Hartman was added
2025-08-05 19:24:49 +02:00
Margotaro
589efbc703 Update free-programming-books-subjects.md (#11921)
* Update free-programming-books-subjects.md

Added Safe by design book to the Software Architecture book list

* Update free-programming-books-subjects.md

Fixed lint checks
2025-08-02 03:44:24 -04:00
Denys Poltorak
5150dba6f5 Updated Architectural Metapatterns (#11917) 2025-07-22 15:36:31 -04:00
Davide Dunne Sanchez
90cf66ae20 Add Creative Commons in "Behavior Analysis with Machine Learning Using R" (#11886) 2025-06-27 22:59:36 -04:00
Davide Dunne Sanchez
4c7cc1c777 Add programming language book "Behavior Analysis with Machine Learning Using R" (#11885) 2025-06-26 17:06:00 -04:00
Ramadan Yassin
1d2dc851d1 Update free-courses-ar.md add Rust Section Courses (#11883)
* Update free-courses-ar.md 

add 
Rust Section
- Rust للغلابة
- Rust and chill بالعربي

* Update free-courses-ar.md add &rlm; to Rust Section
2025-06-22 08:37:56 -04:00
dependabot[bot]
31d6e3482b chore(deps): bump tj-actions/changed-files from 44 to 46 (#11879)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: '46'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 08:58:21 -04:00
Alifa Ara
d053593b46 Added new free Javascript book in Bengali by Jhankar Mahbub (#11880)
* added new free Javascript book in Bengali by Jhankar Mahbub

* added new free Javascript book in Bengali by Jhankar Mahbub

* added new free Javascript book in Bengali by Jhankar Mahbub, fixed serial

* added new free Javascript book in Bengali by Jhankar Mahbub, fixed serial, added the book type
2025-06-01 15:20:36 -04:00
Gabriele Ciccotelli
caa05be694 Add RTL/LTR Markdown linter for mixed-direction text consistency and PR annotation (#11877)
* Add RTL/LTR Markdown linter for mixed-direction text consistency and PR annotation

Introduce a Python-based linter (scripts/rtl_ltr_linter.py) to automatically detect and annotate issues related to mixed Right-To-Left (RTL) and Left-To-Right (LTR) text in Markdown files. The linter analyzes list items, book entries, and metadata for potential bidirectional text rendering problems, such as missing Unicode directionality markers (RLM/LRM) and improper handling of LTR keywords or symbols in RTL contexts.

Key features:
- Scans all Markdown files in the repository, with full logs saved as workflow artifacts.
- Annotates only changed or added lines in pull requests, providing targeted feedback in the GitHub Actions Job Summary.
- Detects common RTL/LTR issues, including:
  - Missing directionality markers after LTR keywords (e.g., "HTML") or symbols (e.g., "C#") in RTL text.
  - BIDI (bidirectional) mismatches that may affect text display.
  - Incorrect ordering of author names and metadata in RTL contexts.
- Configurable via rtl_linter_config.yml for keywords, symbols, and severity levels.
- Includes a GitHub Actions workflow (rtl-ltr-linter.yml) for automated checks on PRs.

* Add test cases for RTL/LTR linter in English and Arabic book lists

Add sample entries to free-programming-books-en.md and free-programming-books-ar.md to test the RTL/LTR Markdown linter.
These test cases include various combinations of RTL and LTR text, keywords, symbols, and metadata to verify that the linter correctly detects directionality issues and outputs the expected logs and annotations.

* Restore original book lists after RTL/LTR linter test cases

Revert test entries in free-programming-books-en.md and free-programming-books-ar.md, restoring the original book lists. This commit removes temporary test data used for validating the RTL/LTR Markdown linter, preparing the repository for merging the PR with a clean state.

No functional changes to the linter or configuration files; only test content has been removed.

* Update RTL/LTR linter workflow and script: run only on RTL file changes or "RTL" label, fail only on errors

The GitHub Actions workflow for the RTL/LTR Markdown linter now runs only if:
- The PR modifies .md files related to RTL languages (ar, he, fa, ur), or
- The PR has the "RTL" label.
The linter script has been updated to fail the check only if errors are found on changed lines, not for warnings.

* Only upload linter artifact if linter step runs

Prevent warning about missing artifact by uploading the linter output log only if the linter step was executed (success or failure). This avoids unnecessary warnings when the linter is skipped because no RTL files were changed and no RTL label is present.

* Test workflow: modify non-RTL markdown file

Modified free-programming-books-en.md to verify that the RTL/LTR linter workflow does not run when only non-RTL markdown files are changed and the "RTL" label is not present.

* Test workflow: modify RTL markdown file to trigger linter

Modified free-programming-books-ar.md to verify that the RTL/LTR linter workflow runs as expected when an RTL markdown file is changed.

* Fix RTL/LTR BIDI issues in some markdown files

Applied directional markers (&lrm;, &rlm;) and other formatting fixes to resolve BIDI (bidirectional text) errors and warnings reported by the linter in several .md files.

* Fix workflow: upload linter log only if linter step has not been skipped

Updated the workflow to upload the linter output artifact only when the linter step was actually executed (not skipped)

* Add debug step to check linter outcome in workflow

Added a debug step after the linter execution in the workflow to print the outcome and conclusion of the run_linter step.

* Set continue-on-error for linter step to allow artifact upload and debug

* Remove workflow debug step and update markdown file

Removed the debug step from the RTL/LTR linter workflow and applied further changes to a markdown file.

* Fix RTL/LTR BIDI issues in some markdown files

Applied directional markers (&lrm;, &rlm;) and other formatting fixes to resolve BIDI (bidirectional text) errors and warnings reported by the linter in several .md files. This commit is a second batch of corrections to improve RTL/LTR rendering and pass the linter checks.

* Fix RTL/LTR BIDI issues in some markdown files

Applied directional markers (&lrm;, &rlm;) and other formatting fixes to resolve BIDI (bidirectional text) errors and warnings reported by the linter in several .md files. This commit is a third batch of corrections to improve RTL/LTR rendering and pass the linter checks.

* Do not produce log file if no issues found

Updated the linter script to avoid creating the log file when no issues, warnings, or notices are found. If no issues are detected, the script now prints a "::notice ::No issues found"

* Always print annotation with number of errors and warnings found

Updated the linter script to always print an annotation indicating how many errors and warnings were found, even if there are none.

* Fix: always print summary annotation with number of issues found

* Add a missing newline character at end of file free-courses-he.md

* Update linter configuration and revert markdown files to pre-fix state

Updated the organization of keywords and symbols in the linter configuration file. Reverted all markdown files to their original state prior to the fixes.

* Update free-programming-books-he.md with fixes

* Update free-programming-books-he.md with further fixes

* Update free-programming-books-he.md with fixes

* Update free-programming-books-fa_IR.md with fixes

* Update free-programming-books-he.md with further fixes

* Update free-programming-books-ar.md with fixes

* Update free-programming-books-ar.md with further fixes

* Update free-podcasts-screencasts-ar.md with fixes

* Update free-podcasts-screencasts-fa_IR.md with fixes

* Update free-courses-he.md with fixes

* Update free-courses-he.md with further fixes

* Update free-courses-fa_IR.md with fixes

* Update free-courses-fa_IR.md with further fixes

* Update free-courses-ar.md with fixes

* Update free-courses-ar.md with further fixes

* Update free-courses-ar.md with further fixes

* Update free-courses-ur.md with fixes

* Update some markdown files with further improvements

* Fix alignment of nested lists in free-programming-books-fa_IR.md

* Update CONTRIBUTING.md and CONTRIBUTING-it.md with RTL/LTR linter error fixing guidelines

Added a section to CONTRIBUTING.md and CONTRIBUTING-it.md explaining how to fix RTL/LTR Markdown linter errors, including when to use &rlm; and &lrm; with practical examples for contributors working on files with mixed RTL and LTR text
2025-05-28 10:46:25 -04:00
Dao Hai Nam
1be7c48c60 Add 2 Vietnamese courses by Nam .NET (#11874)
* Add 2 Vietnamese courses by Nam .NET

* Fix alphabetical order

* Fix alphabetical order

* Fix alphabetical order

* Fix alphabetical order

* Fix alphabetical order

* Fix alphabetical order

* Update courses/free-courses-vi.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update courses/free-courses-vi.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Fix alphabetical order

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-05-02 18:47:56 -04:00
M4ximumPizza
e2f6750a8b Removed Coding With Minecraft by Al Sweigart: Error 404 (#11873) 2025-04-28 08:57:51 -04:00
M4ximumPizza
e079b98eb2 Removed Zen of Assembly Language: Volume I 1990 by Michael Abrash because the URL no longer works anymore. (#11872) 2025-04-28 08:56:43 -04:00
Enemuo1
f55523999b Add CC BY license info to Aprende Python (#11870) 2025-04-23 09:00:37 -04:00
Trần Minh Sáng
a2bffc3c2a Remove single videos shorter than 1 hour from the list of free courses in Vietnamese (#11869)
* Add Android courses to the list of free courses in Vietnamese

* Add ASP courses to the list of free courses in Vietnamese

* Add Assembly courses to the list of free courses in Vietnamese

* Add AutoIt courses to the list of free courses in Vietnamese

* Add Bash courses to the list of free courses in Vietnamese

* Add C courses to the list of free courses in Vietnamese

* Add C++ courses to the list of free courses in Vietnamese

* Add C++ index to the list of free courses in Vietnamese

* Add C# courses to the list of free courses in Vietnamese

* Add Cấu trúc dữ liệu và Giải thuật courses to the list of free courses in Vietnamese

* Add Dart courses to the list of free courses in Vietnamese

* Add ExpressJS courses to the list of free courses in Vietnamese

* Add Flutter courses to the list of free courses in Vietnamese

* Add Git courses to the list of free courses in Vietnamese

* Add Go courses to the list of free courses in Vietnamese

* Add HTML and CSS courses to the list of free courses in Vietnamese

* Add Java courses to the list of free courses in Vietnamese

* Add JavaScript courses to the list of free courses in Vietnamese

* Add jQuery courses to the list of free courses in Vietnamese

* Add Vue.js courses to the list of free courses in Vietnamese

* Add Kotlin courses to the list of free courses in Vietnamese

* Add Machine-Learning courses to the list of free courses in Vietnamese

* Add MongoDB courses to the list of free courses in Vietnamese

* Add MySQL courses to the list of free courses in Vietnamese

* Add Next.js courses to the list of free courses in Vietnamese

* Add NodeJS courses to the list of free courses in Vietnamese

* Add PHP courses to the list of free courses in Vietnamese

* Add PostgreSQL courses to the list of free courses in Vietnamese

* Add Python courses to the list of free courses in Vietnamese

* Add R courses to the list of free courses in Vietnamese

* Add React courses to the list of free courses in Vietnamese

* Add Ruby courses to the list of free courses in Vietnamese

* Add Rust courses to the list of free courses in Vietnamese

* Add Sass courses to the list of free courses in Vietnamese

* Add Security courses to the list of free courses in Vietnamese

* Add SQL courses to the list of free courses in Vietnamese

* Add SQL Server courses to the list of free courses in Vietnamese

* Add Swift courses to the list of free courses in Vietnamese

* Add TypeScript courses to the list of free courses in Vietnamese

* Add Angular courses to the list of free courses in Vietnamese

* Add Unity courses to the list of free courses in Vietnamese

* Add Wordpress courses to the list of free courses in Vietnamese

* fix: Put lists in alphabetical order

* Remove single videos shorter than 1 hour from the list of free courses in Vietnamese
2025-04-21 08:48:15 -04:00
Leithen
f71c21f0da add actions write permission to stale workflow (#11868) 2025-04-20 14:30:48 -04:00
Trần Minh Sáng
486c9cc690 Add a large number of free courses in Vietnamese (#11866)
* Add Android courses to the list of free courses in Vietnamese

* Add ASP courses to the list of free courses in Vietnamese

* Add Assembly courses to the list of free courses in Vietnamese

* Add AutoIt courses to the list of free courses in Vietnamese

* Add Bash courses to the list of free courses in Vietnamese

* Add C courses to the list of free courses in Vietnamese

* Add C++ courses to the list of free courses in Vietnamese

* Add C++ index to the list of free courses in Vietnamese

* Add C# courses to the list of free courses in Vietnamese

* Add Cấu trúc dữ liệu và Giải thuật courses to the list of free courses in Vietnamese

* Add Dart courses to the list of free courses in Vietnamese

* Add ExpressJS courses to the list of free courses in Vietnamese

* Add Flutter courses to the list of free courses in Vietnamese

* Add Git courses to the list of free courses in Vietnamese

* Add Go courses to the list of free courses in Vietnamese

* Add HTML and CSS courses to the list of free courses in Vietnamese

* Add Java courses to the list of free courses in Vietnamese

* Add JavaScript courses to the list of free courses in Vietnamese

* Add jQuery courses to the list of free courses in Vietnamese

* Add Vue.js courses to the list of free courses in Vietnamese

* Add Kotlin courses to the list of free courses in Vietnamese

* Add Machine-Learning courses to the list of free courses in Vietnamese

* Add MongoDB courses to the list of free courses in Vietnamese

* Add MySQL courses to the list of free courses in Vietnamese

* Add Next.js courses to the list of free courses in Vietnamese

* Add NodeJS courses to the list of free courses in Vietnamese

* Add PHP courses to the list of free courses in Vietnamese

* Add PostgreSQL courses to the list of free courses in Vietnamese

* Add Python courses to the list of free courses in Vietnamese

* Add R courses to the list of free courses in Vietnamese

* Add React courses to the list of free courses in Vietnamese

* Add Ruby courses to the list of free courses in Vietnamese

* Add Rust courses to the list of free courses in Vietnamese

* Add Sass courses to the list of free courses in Vietnamese

* Add Security courses to the list of free courses in Vietnamese

* Add SQL courses to the list of free courses in Vietnamese

* Add SQL Server courses to the list of free courses in Vietnamese

* Add Swift courses to the list of free courses in Vietnamese

* Add TypeScript courses to the list of free courses in Vietnamese

* Add Angular courses to the list of free courses in Vietnamese

* Add Unity courses to the list of free courses in Vietnamese

* Add Wordpress courses to the list of free courses in Vietnamese

* fix: Put lists in alphabetical order
2025-04-20 08:37:39 -04:00
Leithen
4f111aef18 replace original stale workflow with new one (#11867) 2025-04-19 18:15:14 -04:00
dependabot[bot]
2158e8df74 chore(deps): bump tj-actions/changed-files from 46.0.4 to 46.0.5 (#11862)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.4 to 46.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v46.0.4...v46.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: 46.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-18 18:55:00 -04:00
Leithen
4f0f6b7620 Fix stale workflow (#11865)
* wip - creating a new stale workflow

* finalize stale workflow

* enable statistics for stale workflow

* re-configure stale workflow for testing
2025-04-18 16:14:47 -04:00
Davide Dunne Sanchez
a0ff9b4105 Add Emacs Lisp Elements book (#11864)
* Add Emacs Lisp Elements book

* Change to alphabetical order in Emacs Lisp book list
2025-04-14 10:41:05 -04:00
M4ximumPizza
e056479b05 Removed Computer Networks by J.Vinoth kumar due to page not found. (#11863) 2025-04-14 10:39:13 -04:00
dependabot[bot]
8366c91ffb chore(deps): bump tj-actions/changed-files from 46.0.3 to 46.0.4 (#11858)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.3 to 46.0.4.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v46.0.3...v46.0.4)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: 46.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-06 16:38:04 -04:00
dependabot[bot]
1a9863354b chore(deps): bump tj-actions/changed-files from 46.0.1 to 46.0.3 (#11856)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.1 to 46.0.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v46.0.1...v46.0.3)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-30 16:34:13 -04:00
김지환 Jihwan Kim
f5cbde7538 Add Modern Javascript Tutorial Book (Korean) (#11854)
* Add Modern Javascript Tutorial Book of korean

* fix: remove trailing slash to fix lint error

* fix: Alphabetical ordering lint error
2025-03-27 09:04:02 -04:00
dependabot[bot]
b44dc66439 chore(deps): bump eps1lon/actions-label-merge-conflict (#11815)
Bumps [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
- [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: eps1lon/actions-label-merge-conflict
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 17:43:15 -04:00
dependabot[bot]
54709b87f2 chore(deps): bump tj-actions/changed-files from 45.0.5 to 46.0.1 (#11853)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.5 to 46.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v45.0.5...v46.0.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 17:42:56 -04:00
Lasse Stilvang
8d515842c8 Add "Bogen om C#" by Michell Cronberg (Danish) (#11851) 2025-03-19 12:33:03 -04:00
Ivan Oranciuc
2a3c1e3ae9 Update free-programming-books-az.md (#11842)
* Update free-programming-books-az.md

All links in this category have status code 404. Some links have been changed to archived, and the rest have been removed.

* Update free-programming-books-az.md
2025-03-09 15:43:15 -04:00
Artyom V. Poptsov
91fdb7e8b1 Add "Science, Programming, Art and Radioelectronics Club" (SPARC) book (#11841)
* Add the English version of SPARC book

* books/free-programming-books-langs.md: Add the English version of
"Science, Programming, Art and Radioelectronics Club" (SPARC) book.

* Add the Russian version of SPARC book

* books/free-programming-books-ru.md: Add the Russian version of
"Science, Programming, Art and Radioelectronics Club" (SPARC) book.

* Update books/free-programming-books-ru.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-03-08 15:10:55 -05:00
Apexq
bbe22a051f Added new HTML and CSS Course (#11840)
* Update free-courses-tr.md

updated HTML and CSS courses

* Update free-courses-tr.md

* Update courses/free-courses-tr.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-03-06 16:28:02 -05:00
Migle
eb06096691 Issue: #11838 Spring Boot - Unavailable URL (#11839)
* fix: Change unavailable URL for Spring Boot.

* fix: Add indications.
2025-03-05 15:43:09 -05:00
Lin Thit
edd75658a8 [Add] TypeScript Baby By Lwin Moe Paing in books/free-programming-books-my.md (#11832)
* [add] TypeScript Baby by Lwin Moe Paing

* [fi] alphabetical order in free-programming-books-my.md

* [remove] typescript baby (pdf) in books/free-programming-books-my.md
2025-02-13 21:09:41 -05:00
Nilay Sarma
273870feb6 Arrange editions of Eloquent JavaScript book (#11826)
* add Data Science from Scratch by Joel Grus

* update Data Science from Scratch by Joel Grus

* fixed lines

* Revert "fixed lines"

This reverts commit 27bf7751ef.

* Revert "update Data Science from Scratch by Joel Grus"

This reverts commit 4759b8fac2.

* Revert "add Data Science from Scratch by Joel Grus"

This reverts commit f533cf4aa9.

* update editions of Eloquent JavaScript book

* update ordering

* removed previous editions
2025-02-05 13:17:12 -05:00
Nilay Sarma
cf18c4c902 Add Zig Programming Language (#11825) 2025-02-04 09:22:39 -05:00
Samuel de Oliveira
7ca7ffb38a Add "Python para Matemáticos" book (#11823)
* Add "Python para Matemáticos" book

* Update books/free-programming-books-pt_BR.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-02-02 16:26:54 -05:00
Antriksh Gwal
93ca1e2fd3 Add license notations for 3 books (#11433)
* Add license notations for Grokking Bitcoin, Mastering Bitcoin and Competetive Programmer's Handbook

* Remove version info from license notation
2025-01-25 19:20:51 -05:00
Omid Rajaei
2eb3095d9e add new free Persian courses to list (#11816) 2025-01-12 17:28:31 -05:00
Boriss Jerjomkin
0399282a5c Update Python Programming MOOC (#11811)
- 2023 -> 2025
2025-01-03 13:27:25 -05:00
Boriss Jerjomkin
4a4035e5d6 Update list of free finnish programming courses (#11810)
* Update free-courses-fi.md

- Add FITech courses
- Update University of Helsinki course

* Fix lint errors
2025-01-03 13:26:44 -05:00
Denys Poltorak
82d11be9f3 Added Architectural Metapatterns (#11800)
* Added Architectural Metapatterns

* One link per listing
2024-12-24 15:21:26 -05:00
Ajay Singh
6b901032b8 Added Playground for different languages (#11781)
* Added a playground for Ionic

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Apply suggestions from code review

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-21 18:30:22 -05:00
Ajay Singh
2b9abcc86f Update free-programming-books-bn.md (#11795)
* Update free-programming-books-bn.md

* Update books/free-programming-books-bn.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-21 18:29:02 -05:00
Ajay Singh
dfe93ffef4 Added a javascript course in pl.md (#11798) 2024-12-20 14:48:53 -05:00
Ajay Singh
91573179d7 Update free-courses-en.md (#11797) 2024-12-20 14:47:59 -05:00