1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-27 11:59:01 +00:00

Merge branch 'patch-1' of git://github.com/kulkarniankita09/free-programming-books into kulkarniankita09-patch-1

Conflicts:
	free-programming-books.md
This commit is contained in:
Victor Felder 2013-10-12 10:36:48 +02:00
commit 4c8247fff4

View File

@ -195,8 +195,8 @@
###Assembly Language
* [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF)
* [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
* [Programming from the Ground Up](http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) (PDF)
* [Software optimization resources by Agner Fog](http://www.agner.org/optimize/)
@ -343,6 +343,7 @@
###Java
* [Artificial Intelligence - Foundation of Computational Agents] (http://artint.info/html/ArtInt.html)
* [Category wise tutorials - J2EE](http://www.mkyong.com/)
* [Effective Java](http://www.oracle.com/technetwork/java/effectivejava-136174.html)
* [How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/)
@ -355,6 +356,7 @@
* [Sun's Java Tutorials](http://download.oracle.com/javase/tutorial/)
* [Thinking in Java](http://www.mindview.net/Books/TIJ/)
###JavaScript
* [Crockford's JavaScript](http://www.crockford.com/javascript/)