mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 09:56:13 +00:00
Merge pull request #994 from omarayad1/master
Added a few Books and some courses
This commit is contained in:
commit
1b4c0b1580
@ -10,6 +10,7 @@
|
|||||||
* [Oracle PL/SQL](#oracle-plsql)
|
* [Oracle PL/SQL](#oracle-plsql)
|
||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
* [Assembly](#assembly)
|
||||||
|
|
||||||
###C++
|
###C++
|
||||||
* [Google's C++ Course](https://developers.google.com/edu/c++/)
|
* [Google's C++ Course](https://developers.google.com/edu/c++/)
|
||||||
@ -65,3 +66,8 @@
|
|||||||
|
|
||||||
###Ruby
|
###Ruby
|
||||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
||||||
|
|
||||||
|
|
||||||
|
###Assembly
|
||||||
|
* [Introduction To Reverse Engineering Software](http://opensecuritytraining.info/IntroductionToReverseEngineering.html)
|
||||||
|
* [Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration](http://opensecuritytraining.info/IntroX86.html)
|
||||||
|
@ -317,6 +317,7 @@
|
|||||||
* [Machine Learning, Neural and Statistical Classification](http://www1.maths.leeds.ac.uk/~charles/statlog/whole.pdf) (PDF) or [online version](http://www1.maths.leeds.ac.uk/~charles/statlog/) - This book is based on the EC (ESPRIT) project StatLog.
|
* [Machine Learning, Neural and Statistical Classification](http://www1.maths.leeds.ac.uk/~charles/statlog/whole.pdf) (PDF) or [online version](http://www1.maths.leeds.ac.uk/~charles/statlog/) - This book is based on the EC (ESPRIT) project StatLog.
|
||||||
* [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com)
|
* [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com)
|
||||||
* [Probabilistic Models in the Study of Language](http://idiom.ucsd.edu/~rlevy/pmsl_textbook/text.html) (Draft, with R code)
|
* [Probabilistic Models in the Study of Language](http://idiom.ucsd.edu/~rlevy/pmsl_textbook/text.html) (Draft, with R code)
|
||||||
|
* [Programming Computer Vision with Python](http://programmingcomputervision.com/) - Jan Erik Solem
|
||||||
* [Reinforcement Learning: An Introduction](http://webdocs.cs.ualberta.ca/~sutton/book/ebook/the-book.html)
|
* [Reinforcement Learning: An Introduction](http://webdocs.cs.ualberta.ca/~sutton/book/ebook/the-book.html)
|
||||||
* [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) - Trevor Hastie, Robert Tibshirani, and Jerome Friedman
|
* [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) - Trevor Hastie, Robert Tibshirani, and Jerome Friedman
|
||||||
* [The LION Way: Machine Learning plus Intelligent Optimization](http://www.e-booksdirectory.com/details.php?ebook=9575)
|
* [The LION Way: Machine Learning plus Intelligent Optimization](http://www.e-booksdirectory.com/details.php?ebook=9575)
|
||||||
@ -585,6 +586,7 @@
|
|||||||
###Assembly Language
|
###Assembly Language
|
||||||
* [An introduction to reverse engineering for beginners](https://github.com/dennis714/RE-for-beginners)
|
* [An introduction to reverse engineering for beginners](https://github.com/dennis714/RE-for-beginners)
|
||||||
* [Assembly Language Succinctly](http://www.syncfusion.com/Content/downloads/ebook/Assembly_Language_Succinctly.pdf)
|
* [Assembly Language Succinctly](http://www.syncfusion.com/Content/downloads/ebook/Assembly_Language_Succinctly.pdf)
|
||||||
|
* [Introduction to Reverse Engineering Software](http://althing.cs.dartmouth.edu/local/www.acm.uiuc.edu/sigmil/RevEng/)
|
||||||
* [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
|
* [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
|
||||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
||||||
* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)
|
* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)
|
||||||
|
Loading…
Reference in New Issue
Block a user