mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 01:46:12 +00:00
📚 Freely available programming books
004316ab56
* add PHP composer zh doc and laravel zh doc add PHP composer zh doc and laravel zh doc * add Vue.js zh doc * add chinese PSR,Yii,Phalcon doc PSR is PHP Standard Recommendations.Yii and Phalcon is PHP Framework. * Sort by unicode * Sort by unicode ```php public function utf8_array_asort(&$array) { if (!isset($array) || !is_array($array)) { return false; } foreach ($array as $k => $v) { $array[$k] = iconv('UTF-8', 'GBK//IGNORE', $v); } asort($array); foreach ($array as $k => $v) { $array[$k] = iconv('GBK', 'UTF-8//IGNORE', $v); } return true; } ``` * sort by remark-lint-alphabetize-lists * Fix travis-ci warning |
||
---|---|---|
_config.yml | ||
.editorconfig | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
free-courses-en.md | ||
free-podcasts-screencasts-cs.md | ||
free-podcasts-screencasts-en.md | ||
free-podcasts-screencasts-es.md | ||
free-podcasts-screencasts-pt_BR.md | ||
free-podcasts-screencasts-ru.md | ||
free-podcasts-screencasts-se.md | ||
free-programming-books-ar.md | ||
free-programming-books-az.md | ||
free-programming-books-bg.md | ||
free-programming-books-cs.md | ||
free-programming-books-de.md | ||
free-programming-books-es.md | ||
free-programming-books-fa_IR.md | ||
free-programming-books-fi.md | ||
free-programming-books-fr.md | ||
free-programming-books-gr.md | ||
free-programming-books-hu.md | ||
free-programming-books-id.md | ||
free-programming-books-it.md | ||
free-programming-books-ja.md | ||
free-programming-books-ko.md | ||
free-programming-books-mm.md | ||
free-programming-books-pl.md | ||
free-programming-books-pt_BR.md | ||
free-programming-books-pt_PT.md | ||
free-programming-books-ro.md | ||
free-programming-books-ru.md | ||
free-programming-books-se.md | ||
free-programming-books-sk.md | ||
free-programming-books-tr.md | ||
free-programming-books-ua.md | ||
free-programming-books-zh.md | ||
free-programming-books.md | ||
free-programming-interactive-tutorials-en.md | ||
free-programming-playgrounds.md | ||
javascript-frameworks-resources-pt_BR.md | ||
javascript-frameworks-resources.md | ||
LICENSE | ||
problem-sets-competitive-programming.md | ||
README.md |
List of Free Learning Resources
Intro
This list was originally a clone of stackoverflow - List of Freely Available Programming Books by George Stocker.
The list was moved to GitHub by Victor Felder for collaborative updating and maintenance. It grew to become one of the most popular repositories on Github, with over 80,000 stars, over 4000 commits, over 800 contributors, and over 20,000 forks.
The repo is now administered by the Free Ebook Foundation, a not-for-profit organization devoted to promoting the creation, distribution, archiving and sustainability of free ebooks. Donations to the Free Ebook Foundation are tax-deductible in the US.
How To Contribute
Please read CONTRIBUTING.
How to Share
In Other Spoken Languages
- Arabic: github
- Azerbaijani: github
- Bulgarian: github
- Burmese: github
- Chinese: github
- Czech: github
- English: github
- French: github
- German: github
- Greek: github
- Hungarian: github
- Indonesian: github
- Italian: github
- Japanese: github
- Korean: github
- Persian/Farsi (Iran): github
- Polish: github
- Portuguese (Brazil): github
- Portuguese (Portugal): github
- Romanian (Romania): github
- Russian: github
- Slovak: github
- Spanish: github
- Swedish: github
- Turkish: github
- Ukrainian: github
Free Online Courses
Interactive Programming Resources
JavaScript Frameworks and Resources
- Free JavaScript frameworks resources and tutorials - English
- Free JavaScript frameworks resources and tutorials - Portuguese (Brazil)
Problem Sets and Competitive Programming
Podcast - Screencast
Free Podcasts and Screencasts: