* 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
* Added few ebooks
- Added Essential Algorithms
- Added Production Go
- Added JavaScript Wikibook
- Added Laravel Tips and Tricks
- Updated The Modern Javascript Tutorial to use HTTPS
- Added Essential SQL
- Added TypeScript Handbook
* Updated links to javascript wikibook and production go ebooks
Co-authored-by: Sharan J <shrn@DESKTOP-7505097>
* Update free-programming-books-langs.md
Added Q# lanaguge used for developing quantum algorithms on Azure
* Update free-programming-books-langs.md
Changed referencing of Q# to avoid the conflict of # symbol
* Update free-courses-en.md
Added class central
* Added the The Official Raspberry Pi Handbook 2023[pdf]
* Added Raspberry Pi Handbook and Begineer's Guide
* Added the most updated Official Rapspberry Pi Handbook and Beginner's Guide.
* Removed syntax error
* Revert "Added Raspberry Pi Handbook and Begineer's Guide"
This reverts commit 15926b9682.
* lint: recover blank lines after section heading
* Update books/free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update books/free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Added multiple books from Flavio Copes
Added books covering PHP, JavaScript, Go and iOS (Swift).
* Fixed alphabetical order
Fixed alphabetical order by placing the new elements in the correct spots.
* fix: use HTML instead of Online
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Added a new pandas book (html)
* order
* removed extra whitespace
* Update books/free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Add book A Linguagem de Programação Rust
* Add author name The Rust Programming Language
* Update books/free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update books/free-programming-books-pt_BR.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Add 'OCaml from the very beginning' book
* Delete ocaml from the very beginning's PDF
* Update OCaml the very beginning book link
* Add ocaml playground
* chore!: join editors into section `IDE and editors`
This homogenize the place where are organized the IDE and editors like Vim, Emacs, Visual Studio, Visual Studio Code, Eclipse, IntelliJ... into the same section.
Emacs Lips is a language per sé. so apply and add some crosslinks #5535 in order to reference editors.
Moved books in `-langs.md` now are in `-subjects.md` since editors are language agnostic, I think.
Complete this moved resources with author, formats and notes
* fix: alphabetize says linter
https://github.com/EbookFoundation/free-programming-books/runs/8267734103?check_suite_focus=true
Run fpb-lint ./books/
books/free-programming-books-ja.md
4:5-22:42 warning Alphabetical ordering: swap l.22 and l.21 alphabetize-lists remark-lint
books/free-programming-books-pt_BR.md
58:1-61:70 warning Alphabetical ordering: swap l.60 and l.59 alphabetize-lists remark-lint
books/free-programming-books-zh.md
254:1-258:87 warning Alphabetical ordering: swap l.258 and l.257 alphabetize-lists remark-lint
* chore!: Organize near spoken Lisp dialects.
- Common Lisp, PicoLisp, Emacs Lisp -> Lisp
- Rename Common Lisp and LISP -> Lisp
- Emacs & Pico as subsections of Lisp preserving current crosslinks
* chore: merge non-referenced Emacs Lisp into Lisp
* fix: homogenize authors format and place
- use colon as author separator (replaces `&`, `and`, `y`, `e`, `et`...)
- ensures is placed after resource title, not part of itself `title - author`
- `et al.` as special author/token to group many
* remove double comma
* fix: recover traducer role notations as `trad.:`
* detect and apply some `trad.:`s role anotation
* chore: `trad.:` to `trl.:`
Apply suggestion made by Eric at https://github.com/EbookFoundation/free-programming-books/pull/7034#discussion_r954014539
Co-authored-by: Eric Hellman <eric@hellman.net>
* Sort author - format
* fix: remove empty authors (dash is alone)
Used regex: `-\s+(\(|$)`
* format: change to `edt.:` role
Definition list at https://www.loc.gov/marc/relators/relaterm.html
Co-authored-by: Eric Hellman <eric@hellman.net>
* Update free-programming-books-langs.md
Added a new section NewSQL and added the first course in the section
* add toc entry for `NewSQL`
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>