From ea04a5f717c65669115cd3f8abcaa48a45e700c7 Mon Sep 17 00:00:00 2001 From: omarayad1 Date: Sun, 25 May 2014 23:53:35 +0300 Subject: [PATCH 1/3] Added 1 Book and 2 Courses on Assembly --- free-courses-en.md | 5 +++++ free-programming-books.md | 1 + 2 files changed, 6 insertions(+) diff --git a/free-courses-en.md b/free-courses-en.md index 89335372..1f50b382 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -10,6 +10,7 @@ * [Oracle PL/SQL](#oracle-plsql) * [Python](#python) * [Ruby](#ruby) +* [Assembly](#assembly) ###C++ * [Google's C++ Course](https://developers.google.com/edu/c++/) @@ -65,3 +66,7 @@ ###Ruby * [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) diff --git a/free-programming-books.md b/free-programming-books.md index 28f12d46..6ba1c271 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -580,6 +580,7 @@ ###Assembly Language * [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) +* [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/) * [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) From 0d890979996afc325b405055099eb3014a00dacd Mon Sep 17 00:00:00 2001 From: omarayad1 Date: Sun, 25 May 2014 23:56:52 +0300 Subject: [PATCH 2/3] Fixed new line mistake --- free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-courses-en.md b/free-courses-en.md index 1f50b382..e407d125 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -67,6 +67,7 @@ ###Ruby * [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) From 8fe5db8f5c43192a713d1741fa6189f644cbe11c Mon Sep 17 00:00:00 2001 From: omarayad1 Date: Mon, 26 May 2014 00:15:48 +0300 Subject: [PATCH 3/3] Added a Computer Vision - Python Book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 6ba1c271..c78ac0e8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -316,6 +316,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. * [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) +* [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) * [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)