David Ordás
886dff0f8f
Fix GitHub pages theme config ( #5450 )
...
* Render meaningful repo files as pages
In README.md there are a link to CONTRIBUTING.md that doesn't work as github pages so configure to include some of this meaningful files present in repo.
* Enable relative link collections
Referenced Doc:
- https://github.com/benbalter/jekyll-relative-links#processing-collections
- https://github.com/nicolas-van/easy-markdown-to-github-pages#create-the-_configyml-file
2021-07-26 12:54:59 -04:00
David Ordás
3c42c3629e
Translate CONTRIBUTING.md to spanish ( #5449 )
...
* Create CONTRIBUTING-es.md
Translate to spanish
https://github.com/EbookFoundation/free-programming-books/blob/master/CONTRIBUTING.md
* Add english title anchors and other formattings
- Indent code blocks placed inside lists
- Add original (English) bookmarks above each title to allow change between language easily
- Minor text translation improvements
* Link to CONTRIBUTING-es.md
* Link to CONTRIBUTING-es.md
* Link to CONTRIBUTING-es.md
* Link to CONTRIBUTING-es.md
* Link to CONTRIBUTING-es.md
2021-07-25 21:50:49 -04:00
IgorLutiy
a1cd095bb1
Update free-courses-ru.md ( #5447 )
...
Add two new courses
2021-07-25 21:47:14 -04:00
David Ordás
b5ee8455d7
Fix book Exploring CQRS and Event Sourcing ( #5448 )
...
- Add authors
- Move from redirect link to redirect link
- Provide download links too.
Partial fixes EbookFoundation/free-programming-books#5063
2021-07-25 21:45:40 -04:00
David Ordás
254ece40f4
Add Malven's flexbox & grid cheatsheets ( #5446 )
...
* Add Malven's Flexbox & Grid cheatsheets
- Add "FLEX: A simple visual cheatsheet for flexbox" https://flexbox.malven.co
- Add "GRID: A simple visual cheatsheet for CSS Grid Layout" https://grid.malven.co
* Add Malven's Flexbox & Grid cheatsheets
- CI/CD: Restore new line at end of javascript section
2021-07-23 08:44:27 -04:00
David Ordás
ae2ea37025
Sync tutorials' Table Of Contents ( #5445 )
...
* Sync Table Of Contents
Add missing "Selenium" heading section to Table Of Contents (TOC)
* Sync Table Of Contents
Fix CI/CD error about link order
2021-07-22 11:16:06 -04:00
Xiaodan Mao
41b7ba3e37
Fix broken link ( #5444 )
...
* Fix broken link
The following two books are moved to another location:
* Compiler Design: Theory, Tools, and Examples, C/C++ Edition
* Compiler Design: Theory, Tools, and Examples, Java Edition
* Fix lint error
Add file format after author.
2021-07-22 10:24:32 -04:00
David Ordás
0720287275
Add Vogel's Using RxJava 2 Tutorial ( #5439 )
...
* Add Vogel's Using RxJava 2 Tutorial
Source: https://www.vogella.com/tutorials/RxJava/article.html
* Move Vogel's Using RxJava 2 Tutorial to books
- Move from tutorials to books as suggested in PR.
* Move Vogel's Using RxJava 2 Tutorial to books
- Revert VSCode auto-markdown
2021-07-21 10:12:54 -04:00
Lucas Ângelo O. M. Rocha
5b80eb6671
Update free-courses-pt_BR.md ( #5438 )
...
* Update free-courses-pt_BR.md
Added object oriented programming course by Gustavo Guanabara from Curso em Video channel.
* Change to playlist link
2021-07-20 17:02:05 -04:00
Divyansh Singh
2c79e9c882
cpp cheatsheet fix ( #5440 )
2021-07-19 15:06:58 -04:00
IgorLutiy
03fcd6b5bb
Update free-courses-ru.md ( #5436 )
...
* Update free-courses-ru.md
Add three new courses
* Update free-courses-ru.md
Added authors of courses
2021-07-13 14:22:26 -04:00
David Ordás
6da9fbe3f9
Add R cheatsheets ( #5437 )
...
* Add R section to cheetsheets
Add R Studio section to cheetsheets page
* Add link to RStudio official cheetsheets resources
Resources website: https://www.rstudio.com/resources/cheatsheets
* Add R cheetsheet: Data Wrangling with dplyr, tidyr
Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) english
Public Url: https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf
* Add R cheetsheet: Domar datos con dplyr y tidyr
Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) spanish
Public Url: https://github.com/rstudio/cheatsheets/raw/master/translations/spanish/data-wrangling-cheatsheet_Spanish.pdf
Scrapped from: https://www.rstudio.com/resources/cheatsheets
* Add R cheetsheet: Domar datos con dplyr y tidyr
- Fix CI/CD errors.
- Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) spanish
Public Url: https://github.com/rstudio/cheatsheets/raw/master/translations/spanish/data-wrangling-cheatsheet_Spanish.pdf
Scrapped from: https://www.rstudio.com/resources/cheatsheets
* Add R cheetsheet: Domar datos con dplyr y tidyr
- Fix CI/CD errors
- Data Wrangling with dplyr and tidyr cheetsheet (U.1/15) spanish
Public Url: https://github.com/rstudio/cheatsheets/raw/master/translations/spanish/data-wrangling-cheatsheet_Spanish.pdf
Scrapped from: https://www.rstudio.com/resources/cheatsheets
* Revert RStudio Data Wrangling cheatcheats (KISS)
- Keep It Simple / apply review suggestions. Thus, I remove "Data Wrangling" cheatsheets because it already are present in the RStudio portal that link points to.
- Fix grammar.
2021-07-12 11:52:18 -04:00
zbyna
7a2abd3acb
Add Modern Object Pascal Introduction for Programmers by Michalis Kamburelis ( #5433 )
2021-07-10 18:10:03 -04:00
David Ordás
6f0fd7d5d5
Minor changes in section: Books (english) - Python - Pandas ( #5432 )
...
* Remove "in process note" of Python Pandas
- Remove the in "process note" in Books - English - Python - Pandas. It always points to last version.
Fixes EbookFoundation/free-programming-books#5431
* Split Python Pandas entry into online+html+pdf
- Split entry at Books - English - Python - Pandas into online+html+pdf
Fixes EbookFoundation/free-programming-books#5431
* Split Python Pandas entry into online+html+pdf
- Fix Pull Request CI/CD errors.
- Split entry at Books - English - Python - Pandas into online+html+pdf
Fixes EbookFoundation/free-programming-books#5431
* Join previous split about Python Pandas book
- Join the previous split entry (online+html+pdf) at "Books - English - Python - Pandas" into one single record
Fixes EbookFoundation/free-programming#5431
* Join previous split about Python Pandas book
- Fix CI/CD errors.
- Join the previous split entry (online+html+pdf) at "Books - English - Python - Pandas" into one single record.
Fixes EbookFoundation/free-programming#5431
2021-07-10 18:00:35 -04:00
David Ordás
abf5969a1c
ADD cheetsheet: Data Wrangling with pandas ( #5430 )
...
* ADD cheetsheet: Pandas Data Wrangling
Add the official Python Pandas Data Wrangling cheetsheet
Source: https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf
Scrapped from: https://pandas.pydata.org/getting_started.html
* ADD cheetsheet: Data Wrangling with pandas
Fix CI- CD error: Alfabetical order
2021-07-09 10:05:41 -04:00
David Ordás
9afd12de74
Add Book: PRO Git v2 ( #5427 )
2021-07-08 12:49:39 -04:00
Gintautas Švedas
62da834ed2
Removed Fortran book. ( #5426 )
2021-07-06 11:03:37 -04:00
Palash Mondal
9726ef9a1a
docs: update the stats in readme ( #5425 )
2021-07-06 11:02:53 -04:00
Jacob Strieb
cd8db63eb4
Add jstrieb/sytems-programming-cheat-sheet ( #5423 )
...
* Add jstrieb/sytems-programming-cheat-sheet
* Swap alphabetical order ("the" matters)
2021-07-01 08:24:59 -04:00
Cássio Fernando
48fdd06f7c
Fix broken link ( #5421 )
2021-06-27 08:33:05 -04:00
Sri Teja Aluri
6bf2fe0426
Updated a Java Course ( #5420 )
...
* Updated a Java Course
* Update free-courses-en.md
2021-06-25 10:19:20 -04:00
Fabrizio Ramos
6491cd1ebf
Broken link ( #5419 )
...
Cloud Design Patterns link is broken
2021-06-24 09:58:15 -04:00
SuzukiKatsuma
f725a3985b
Add Japanese books on Java, C, and Julia ( #5418 )
...
* Add: new JavaScript book in Japanese
* Add: new C book in Japanese
* Add: new Julia book in Japanese
2021-06-21 14:45:45 -04:00
dkovacevic15
7e145c91fc
Add testing goat book ( #5416 )
...
Co-authored-by: Katarina <nymphadora96@gmail.com>
2021-06-17 09:24:13 -04:00
Ertuğrul Gazi AKÇA
8145e38194
İstihza python 3 programming language book added ( #5412 )
2021-06-11 10:55:55 -04:00
ImVector
b30e72b939
Add Android italian course (Java) ( #5411 )
...
* Add Android course (Java)
* Add Android italian course
* Fix blank space error
2021-06-11 10:52:30 -04:00
Ryhen Holm
69b58d6067
Add "Holm School" - How to be a Computer Scientist for Hamiltons a Month ( #5409 )
...
* My book: Holm School - How to be a computer scientist for Hamiltons a Month (public domain)
* Update free-programming-books.md
2021-06-06 14:23:19 -04:00
Hofer-Julian
260338ff87
Fix Linux Inside link ( #5407 )
2021-06-01 10:06:20 -04:00
Vinícius Ramos
dcf9977501
Add Django ebook and Brazilian Interactive Tutorials page ( #5377 )
...
* Add Django ebook and Brazilian Interactive Tutorials page
* Code refactoring
* Add author name and access note
* Reorder README 'Interactive Programming Resources' section
2021-05-20 22:29:42 -04:00
Gintautas Švedas
71e3b3da01
Added Advanced Adobe XD course. ( #5388 )
2021-05-19 17:30:06 -04:00
Bobby Iliev
5debd76b35
Added link to opensource SQL eBook ( #5387 )
2021-05-19 17:27:59 -04:00
Teba Rojo
d91140bc9b
Remove redundant whitespace ( #5386 )
2021-05-19 17:16:30 -04:00
Teba Rojo
420de1918f
Add new podcasts in Spanish ( #5385 )
2021-05-19 17:15:38 -04:00
Masatoshi Katabuchi
b05ae4d567
Add functional programming - R ( #5380 )
2021-05-13 09:47:59 -04:00
Sundeep Agarwal
fec47a8afd
Added two Python courses, http to https ( #5376 )
...
* Added more Python resources, updated links/info
* Corrected sorting order
* Removed courses from book list
* Added two Python courses, http to https
2021-05-11 10:14:02 -04:00
tt512
7b64b721e5
Golang books ja ( #5372 )
...
* Add Japanese Go books
* Remove Japanese Go books that no longer exists
2021-05-07 14:54:58 -04:00
Mansour Kalagar
f04d00a3b2
Add JavaScript Course ( #5371 )
...
* add JavaScript online course
* change course to playlist
* change marker
Co-authored-by: Cipher <cipher.team9@protonmail.com>
2021-05-07 09:36:15 -04:00
Sundeep Agarwal
2fded41927
Added more Python resources, updated links/info ( #5366 )
...
* Added more Python resources, updated links/info
* Corrected sorting order
* Removed courses from book list
2021-05-07 09:34:40 -04:00
Trọng Hiếu
98a3bb601e
Create CONTRIBUTING-vn.md ( #5370 )
2021-05-07 09:31:50 -04:00
Kerollos Magdy
0b21e5405e
Add Arabic podcasts ( #5368 )
2021-05-06 21:47:13 -04:00
Héctor Vega
b8e7b01fb6
Update on "Inmersión en Python 3" ( #5367 )
...
Link was broken and now it's updated.
2021-05-06 11:45:25 -04:00
Ben Villalobos
e026c69cc4
Add raytracing in one weekend ( #5362 )
...
* Add raytracing in one weekend
* Add html to entry.
* Remove trailing slash
2021-05-05 10:42:13 -04:00
Ellen Spertus
c8a4a09b1f
Add App Inventor category and book ( #5360 )
...
* Add App Inventor category and book
* Fix header level
* Add additional App Inventor book
check_urls=free-programming-books.md
* Switch link to official page for added book
check_urls=free-programming-books.md
2021-05-02 19:34:05 -04:00
Cem
7a3442dd6f
bilisimio android dersleri ( #5353 )
...
* bilisimio android dersleri
* modified and deleted broken links
* deleted blog link
2021-05-01 13:29:40 -04:00
Trọng Hiếu
f43a59dbd4
Update free-courses-vi.md ( #5361 )
...
Edit Author's Name Vietnamese
Edit Courses's Name
Add More Courses
2021-05-01 13:28:01 -04:00
أحمد الطبراني
9a05d98101
Add new Game Development courses ( #5359 )
2021-05-01 13:14:54 -04:00
أحمد الطبراني
6590d2faf9
add link to free-courses-ar.md ( #5358 )
2021-05-01 13:14:16 -04:00
seungha-kim
6ae7379ad5
Update free-programming-books-ko.md ( #5349 )
...
* Update free-programming-books-ko.md
* Remove trailling slash
2021-04-30 00:10:44 -04:00
shwetab17
a2562c3d40
updated the bash reference ( #5355 )
...
* Update free-programming-books.md
* Update free-programming-books.md
2021-04-30 00:02:23 -04:00
أحمد الطبراني
143f4932b2
Add Some Arabic Courses ( #5346 )
...
* Add Some Arabic Courses
* make travis happy
* fixed last travis issues
* change titles
2021-04-29 23:58:32 -04:00