* Update free-courses-hi.md
added resource for graph playlist
* Update free-courses-hi.md
added resource for graph playlist
* Update free-courses-hi.md
Made suggested changes
* Removing instructor chunk from creators. It's implicit in the resource title
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* added playlist by codehelp in C++ category
It is one of the best playlist to study c++, it is not just good at explaining ADTs but also great at implementation and leetcode solving .
* Update free-courses-hi.md
* Update free-courses-hi.md
Added a playlist for Rust
* Update courses/free-courses-hi.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: free course learn reactjs
* add Belajar React JS Dari Awal Buat Yang Nggak Jago JavaScript
* reupdate: free course learn reactjs
* playlist has only one video. use it
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update free-courses-en.md
* Update free-courses-en.md
* Reverting change made in Tech With Tim resource
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update free-courses-en.md
Added CS194A course offered by Stanford. Teaches basic, foundational techniques for developing Android mobile applications and apply those toward building a single or multi page, networked Android application.
* Update free-courses-hi.md
* Update free-courses-hi.md
* Update free-courses-en.md
* Update free-courses-uk.md
Add new course
* Update free-courses-uk.md
Add some changes for uniformly format list
* Update free-courses-uk.md
Some fixs of format
* Update free-courses-uk.md
Fix format
* add vue.js website free lean for line 80
* lint: Only one blank line at the end of document
* lint: solve rule `blank-lines-1-0-2` fault
* Add the author for sariasan.com resources
* chore: move from books to courses (`fa_IR`)
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* 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>
* format: remove playlist extra parameters
* format: use playlist url instead of that points to it 1st video
* chore: merge CSS - HTML categories to remove dups
* fix: update title and rearrange module 1
* add module 2-5
* add module 3-5
* add module 4-5
* fix bad link syntax in CONTRIBUTING-vi
* also dots, while we're at it
* also dots, while we're at it (remaining)
Recover changes and resolves suggestions made in https://github.com/EbookFoundation/free-programming-books/pull/7010#discussion_r947625933
* fix: strip ampersands `&` from fragment ids
* fix: strips other characters like `&`, `/`, `+`, `#`... to be compilant with Kramdown GMF processor
Co-authored-by: eric <eric@hellman.net>