krau5
c2c2331e7f
Added new Python book ( #6230 )
2021-10-14 20:37:02 -04:00
David Ordás
47a4121077
fix(books): #6224 . Restore UNAM url ( #6232 )
...
* fix(books): restore UNAM url
UNAM `https` link must be preserved. It is the author site.
https://lya.fciencias.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf
openlibra site is down (see #5470 )
Resolves EbookFoundation/free-programming-books#6224
Fixes EbookFoundation/free-programming-books#5916
Fixes EbookFoundation/free-programming-books#6097
* chore(books): set author
BOOK: Breves Notas sobre Análisis de Algoritmos
AUTHOR: Jorge L. Ortega Arjona
EDITOR: Departamento de Matemáticas, Faultad de CienIas, UNAM (Universidad Nacional Autónoma de México)
DATE: marzo 2005
2021-10-13 21:20:53 -04:00
David Ordás
aee30b1ee6
fix(books): use author site ( #6226 )
...
RESOURCE: Financial Numerical Recipes in C++
AUTHOR: Bernt Arne Ødegaard
URL 1: http://finance.bi.no/~bernt/gcc_prog/recipes/
URL 2: https://tfetimes.com/wp-content/uploads/2015/04/recipes.pdf
DATE: Jun 2014
HOME: https://ba-odegaard.no/gcc_prog/recipes/
PDF: https://ba-odegaard.no/gcc_prog/recipes/recipes.pdf
PRINT: https://ba-odegaard.no/gcc_prog/recipes/recipes.ps
SOURCES: https://ba-odegaard.no/gcc_prog/recipes/finrecipes.zip
Improves EbookFoundation/free-programming-books#6213
Improves EbookFoundation/free-programming-books#5470
2021-10-13 21:16:08 -04:00
Isadora Oliveira
4cfcfd8f01
update with dart sugestion ( #6225 )
...
* update with dart sugestion
* Update books/free-programming-books-pt_BR.md
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* Update books/free-programming-books-pt_BR.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: ImVector <59611597+LuigiImVector@users.noreply.github.com>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-13 21:12:26 -04:00
Oresztesz Margaritisz
e3c97a5584
Added Distributed Systems 3rd edition ( #6219 )
...
Added Distributed Systems 3rd edition to the Cloud Computing section.
2021-10-13 09:52:21 -04:00
Jordan Rinder
f91a688499
Fix broken Financial Numerical Recipes in C++ link ( #6213 )
...
* Fix broken Financial Numerical Recipes in C++ link
* Add pdf label
2021-10-13 09:42:36 -04:00
Tom Nguyen
f81d5daff5
The Crafting Interpreters book has been completed ( #6212 )
2021-10-13 09:39:37 -04:00
David Ordás
fc2421435d
feat(books): Add blockchain subject ( #6210 )
...
* feat(books): Add Blockchain subject
Add new section about the `Blockchain` topic.
Suggested at EbookFoundation/free-programming-books#5696 , commit 69b21f283a
* feat(books): Add `Blockchain for Dummies`
Title: Blockchain for Dummies, 2nd IBM Limited Edition
Author: Manav Gupta
Year: 2018
Editorial: IBM
Publisher: John Wiley & Sons, Inc
* feat(books): Starting with Enterprise Blockchain
Title: Getting Started with Enterprise Blockchain. A Guide to Design and Development
Url: https://www.ibm.com/downloads/cas/RYWXAR0M
Authors: Michael Bradley, David Gorman, Matt Lucas, Matthew Golby-Kirk
Editor: IBM Corporation
Publisher: O'Really Media Inc
* feat(books): Add `IBM Blockchain: The Founder’s Handbook`
TITLE: IBM Blockchain: The Founder’s Handbook (An introduction to building a blockchain solution), Third Edition
AUTHORS: Antonio Banda, Matthew Hamilton, Eileen Lowry, John Widdifield, Andy Carelli, Jerry Cuomo, Kalie Dove-Maguire, Elaine Lai, Brigid McDermott, Carolyn Rogers, Don Thibeau
DATE: June 2020
EDITOR: IBM Corporation
PUBLISHER: IBM Corporation
* chore(books): Classify other Blockchain resources
Move some resources from `Misc` ... to `Blockchain` section
Some other related topics that can fit:
- Cryptocurrencies
- Hyperledge
- Bitcoin
- Ethereum
- Solidity
* chore(books): CDN 2 website link + all authors
BOOK: Bitcoin and Cryptocurrency Technologies
AUTHORS: Arvind Narayanan, Joseph Bonneau, Edward Felten, Andrew Miller, Steven Goldfeder, Jeremy Clark
CDN (draft): https://d28rh4a8wq0iu5.cloudfront.net/bitcointech/readings/princeton_bitcoin_book.pdf
FRONTEND: http://bitcoinbook.cs.princeton.edu
2021-10-13 09:38:57 -04:00
Héctor Vega
c85271b113
Added new resource for Django ( #5922 )
...
Co-authored-by: Eric Hellman <eric@hellman.net>
2021-10-13 09:33:15 -04:00
Héctor Vega
c4abf9560f
Fixed broken links from UNAM resources ( #5916 )
...
Co-authored-by: Eric Hellman <eric@hellman.net>
2021-10-13 09:29:59 -04:00
David Ordás
d115492ab8
fix(books): CSS heading patch - fa_IR ( #6209 )
...
Improves EbookFoundation/free-programming-books#5273
2021-10-12 21:50:30 -04:00
Jordan Rinder
54b1cc9ecd
Add Forecasting: Principles and Practice 3rd ed to R ( #6208 )
2021-10-12 21:49:53 -04:00
Indra Hertanto
0f1d59330c
Add Elements of Data Science ( #6190 )
...
* Add Element of Data Science
* Fix typo Elements of Data Science
2021-10-12 21:45:01 -04:00
MD. AMIRUL ISLAM
360b72b5b0
Flutter bangla course add ( #6172 )
...
* Flutter bangla course add
add Bangla flutter tutorial course
* updated
2021-10-12 21:43:19 -04:00
bryonye
4fe1eae665
Adding prolog haskell books ( #6175 )
...
* Added Haskell and Prolog books; edited some incorrect Haskell entries
* Added names to Prolog and Haskell books.
* Removed trailing slash
* Update books/free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* HTTP -> HTTPS fix
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-12 21:39:26 -04:00
Falguni_M
dbd3b08aed
Updated BeanShell Scripting Language in Books-en ( #5692 )
...
* Updated BeanShell Scripting Language in Books-en
* Added two more resources.
Corrected the order of the heading and added three more resources for the scripting language
* add creator
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* add creator
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Removed blog entries
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* remove space
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-12 21:36:34 -04:00
Brian Choromanski
e678628f90
Fixed Markdown error in free-programming-books-en.md ( #6200 )
...
Co-authored-by: Brian Choromanski <Brian.Choromanski@commscope.com>
2021-10-12 12:12:23 -04:00
Emad Rad
bdc83f40e0
New Farsi/Persian links ( #6198 )
...
* New books on linux added
* New Git course added
* signup required (in Farse) added to the course
* fix linter issue
Co-authored-by: Emad Ehsanrad <emad.ehsanrad@gmail.com>
2021-10-12 11:02:28 -04:00
Bruno-366
189cbf13c5
add "easy forth" and "learning apl" ( #6197 )
...
* add "easy forth" and "learning apl"
* reorder alphabetically, add authors
2021-10-12 11:01:02 -04:00
Chanho Lee
7557f90f8b
Add a Korean ebook ( #6195 )
...
* Add a Korean ebook
* Add author of Jump to flask
* Change order
* Change the order
* Change the order
* Change the order
2021-10-12 10:45:18 -04:00
mzc_김동현
ede3978bea
fix to mistyping ( #6189 )
...
AWK guide subject mistyping as AWS
2021-10-12 10:32:17 -04:00
Titus Tzeng
5c2f20727a
Added "A Computational Logic" ( #6188 )
...
* Added "A Computational Logic"
Added "A Computational Logic" by Robert S. Boyer and J Strother Moore.
* Added info to "A Computational Logic"
Added the publication year.
2021-10-12 10:31:35 -04:00
swartz-k
ddceca6904
Add book zh tour-of-rust ( #6184 )
...
Co-authored-by: wangxu <wangxu03@megvii-inc.com>
2021-10-12 10:27:21 -04:00
Hoon Wee
4c310378cf
Fix lint error ( #6165 )
2021-10-12 10:10:14 -04:00
Alvin Zulham
3d341883d6
add : Flutter books (HTML) Bahasa Indonesia ( #6167 )
...
* add : Flutter books (HTML) Bahasa Indonesia
* fix : writing format
2021-10-12 09:25:36 -04:00
hedy kim
aa9bee7569
add a ebook link ( #6182 )
...
* add a korean book links
* lint checked warning point fix
* lint checked warning point fix
* TOC fix
* TOC fix
* TOC fix
* add a python guide
* Alphabetical fix
* Update books/free-programming-books-ko.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* empty index remove
* add a new ebook "intermediate python"
* add a AWS Script ebook link
* add a sed stream editor ebook
Co-authored-by: hedykim <mzchedykim@lgupluspartners.co.kr>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-11 22:02:16 -04:00
x0rld
7da35828f2
add french C course ( #6180 )
...
* remove online course from "books"
* add french C course in the more appropriate section
Co-authored-by: x0rld <git@x0rld.eu>
2021-10-11 21:59:23 -04:00
Jordan Rinder
65b7e54570
Fixes : #6178 ( #6179 )
...
* Fixes: #6178
* Upate Julia Quantitative Economics link to be more stable
2021-10-11 20:47:54 -04:00
bryonye
bbbbb1608d
Removed Bookboon links as site now requires signup and no alternative distribution found. ( #6166 )
2021-10-11 10:25:32 -04:00
Klaudia2432
ce37b2eead
Added git to free-programming-books-langs.md ( #6160 )
2021-10-11 10:10:14 -04:00
Manvi Goel
01474f1155
Added book: Foundations of Computational Books ( #6158 )
...
* Added book: Foundations of Computational Books
* Update free-programming-books-subjects.md
2021-10-11 10:05:39 -04:00
Pengyue Jiang
87df629444
Include Textbook for System Programming in C at the University of Illinois ( #6149 )
...
* Include Textbook for System Programming in C at the University of Illinois
* Correct book title and add authors
2021-10-11 09:55:42 -04:00
Diego Arostegui
2a4d4b1e2e
Solve some 404 errors in books-ES ( #6085 )
...
* Removing 404 link Errors from ES
404 Errors
http://lya.fciencias.unam.mx/jloa/publicaciones/introduccionJava.pdf
http://lya.fciencias.unam.mx/jloa/publicaciones/teoria.pdf
http://lya.fciencias.unam.mx/jloa/publicaciones/automatasyLenguajes.pdf
* Updating https:// links for fciencias.unam.mx
Removing one link
* add missing blank line
* add missing blank line
* adding POO y MVC en PHP - Eugenia Bahit (PDF)
* Update books/free-programming-books-es.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>
2021-10-10 18:23:10 -04:00
nonce
f4b6a237af
Added CMake courses ( #6150 )
...
* Added CMake courses
* fixed alphabetical order build error
* fixed build error (I hope)
* removed riptutorials
2021-10-10 18:17:48 -04:00
Shirsh Zibbu
51d7d27451
add book Mastering Node ( #6143 )
...
* add book Mastering Node
* update entry for Mastering Node
2021-10-10 17:23:58 -04:00
Javed Shaikh
37a37de188
Add nodejs handbook ( #6142 )
2021-10-10 17:22:44 -04:00
IACS CSU 2020
cfe038174a
added resources in mathematics and theoretical cs ( #6129 )
...
* Update free-programming-books-subjects.md
* Update free-programming-books-langs.md
* Update free-programming-books-subjects.md
* Update free-programming-books-subjects.md
* Update free-programming-books-subjects.md
* Update books/free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update books/free-programming-books-subjects.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update books/free-programming-books-subjects.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update books/free-programming-books-subjects.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update free-programming-books-subjects.md
* Update free-programming-books-subjects.md
* Update free-programming-books-subjects.md
* Update free-programming-books-subjects.md
* Update free-programming-books-subjects.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-10 17:07:53 -04:00
Reo Uehara
7e7745902a
Add Introduction to Go in Japanese ( #6130 )
2021-10-10 16:34:44 -04:00
Titus Tzeng
5956d34adc
Added a search engine book to subject list ( #6124 )
...
I added "Search Engines: Information Retrieval in Practice" by W. Bruce Croft, Donald Metzler, Trevor Strohman to the subject list.
2021-10-10 16:32:43 -04:00
Asher
c71ff5761b
Added Node.js eBook ( #6119 )
...
* Added Node.js eBook
* Update ebook listing with file formats
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Corrected Alphabetisation
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-10 16:24:48 -04:00
Arky
e2cd132b57
Add Kotlin Quick Reference online book. ( #6103 )
...
* Add Kotlin Quick Reference online book.
https://kotlin-quick-reference.com/
* Update free-programming-books-langs.md
* Update books/free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update free-programming-books-langs.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-10 16:13:45 -04:00
hedy kim
2a0ca10b6e
Add a korean ebook ( #6102 )
...
* add a korean book links
* lint checked warning point fix
* lint checked warning point fix
* TOC fix
* TOC fix
* TOC fix
* add a python guide
* Alphabetical fix
* Update books/free-programming-books-ko.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* empty index remove
* add a new ebook "intermediate python"
Co-authored-by: hedykim <mzchedykim@lgupluspartners.co.kr>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-09 14:06:55 -04:00
subarashii-huch09
7bad91b8e4
added a JS DOM book from DigitalOcean ( #6099 )
...
* Update free-programming-books-langs.md
* rearranged it in alphabetical order
* Update free-programming-books-langs.md
2021-10-09 14:04:17 -04:00
Julian Ste
79040f2d23
Updated links for the fciencias domain ( #6097 )
...
Updated links for the fciencias domain that were broken
2021-10-09 14:00:31 -04:00
pond-e
1a4a1776bc
Fix link in books/free-programming-books-ja.md ( #6093 )
...
* Remove link
* Add new link "ScalaによるWebアプリケーション開発"
* fix alphabetical ordering
* fix link
2021-10-09 12:28:30 -04:00
Andika Tulus Pangestu
0c3480e167
Adding some links to books ( #5629 )
...
* Adding some links to books
Adding some links to books and websites that provide programming tutorial books in Indonesian
* fix order
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
2021-10-08 21:13:56 -04:00
M.Hossein
ec7c9e8e97
Fa persian js book ( #6047 )
...
* added functional light js book
* fix javascript dictation
* fix ordering alphabet
* fix ordering with swaping
* remove functional light js book
2021-10-08 10:59:32 -04:00
leovoon
1000d3b535
Add book zh "Vue3.0学习教程与实战案例 ( #6075 )
2021-10-08 10:50:09 -04:00
Eric Hellman
476d50afdf
greek language code is el not gr ( #6070 )
...
* correct bengali language code
* fix language code, replace spanish links with english
* lint
* greek language code is el not gr
2021-10-08 10:43:38 -04:00
pond-e
b55f312edb
Add new link "ScalaによるWebアプリケーション開発" ( #6066 )
...
* Remove link
* Add new link "ScalaによるWebアプリケーション開発"
* fix alphabetical ordering
2021-10-08 10:33:36 -04:00