|
|
@ -262,7 +262,6 @@
|
|
|
|
* [Compiling Scala for the Java Virtual Machine](http://lampwww.epfl.ch/~schinz/thesis-final-A4.pdf) - Michel Schinz
|
|
|
|
* [Compiling Scala for the Java Virtual Machine](http://lampwww.epfl.ch/~schinz/thesis-final-A4.pdf) - Michel Schinz
|
|
|
|
* [Implementing Functional Languages: A Tutorial](http://research.microsoft.com/en-us/um/people/simonpj/Papers/pj-lester-book/) - Simon Peyton Jones, David Lester
|
|
|
|
* [Implementing Functional Languages: A Tutorial](http://research.microsoft.com/en-us/um/people/simonpj/Papers/pj-lester-book/) - Simon Peyton Jones, David Lester
|
|
|
|
* [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) (PDF)
|
|
|
|
* [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) (PDF)
|
|
|
|
* [Linkers and loaders](http://www.iecc.com/linker/)
|
|
|
|
|
|
|
|
* [Practical and Theoretical Aspects of Compiler Construction](http://www.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides)
|
|
|
|
* [Practical and Theoretical Aspects of Compiler Construction](http://www.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -543,7 +542,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
###Ada
|
|
|
|
###Ada
|
|
|
|
* [A Guide to Ada for C and C++ Programmers](http://www.cs.uni.edu/~mccormic/4740/guide-c2ada.pdf) (PDF)
|
|
|
|
* [A Guide to Ada for C and C++ Programmers](http://www.cs.uni.edu/~mccormic/4740/guide-c2ada.pdf) (PDF)
|
|
|
|
* [Ada 95: The Craft of Object-Oriented Programming](http://faculty.cs.wwu.edu/reedyc/AdaResources/bookhtml/contents.htm)
|
|
|
|
|
|
|
|
* [Ada Distilled](http://www.adapower.com/pdfs/AdaDistilled07-27-2003.pdf) (PDF)
|
|
|
|
* [Ada Distilled](http://www.adapower.com/pdfs/AdaDistilled07-27-2003.pdf) (PDF)
|
|
|
|
* [Ada for Software Engineers](http://pnyf.inf.elte.hu/kto/oktatas/ada/books/ase.pdf) (PDF)
|
|
|
|
* [Ada for Software Engineers](http://pnyf.inf.elte.hu/kto/oktatas/ada/books/ase.pdf) (PDF)
|
|
|
|
* [The Big Online Book of Linux Ada Programming](http://www.pegasoft.ca/resources/boblap/book.html)
|
|
|
|
* [The Big Online Book of Linux Ada Programming](http://www.pegasoft.ca/resources/boblap/book.html)
|
|
|
@ -621,7 +619,6 @@
|
|
|
|
* [BASH Programming- Mike G mikkey](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)
|
|
|
|
* [BASH Programming- Mike G mikkey](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)
|
|
|
|
* [Getting Started with BASH](http://www.hypexr.org/bash_tutorial.php)
|
|
|
|
* [Getting Started with BASH](http://www.hypexr.org/bash_tutorial.php)
|
|
|
|
* [Google Shell Style Guide](http://google-styleguide.googlecode.com/svn/trunk/shell.xml)
|
|
|
|
* [Google Shell Style Guide](http://google-styleguide.googlecode.com/svn/trunk/shell.xml)
|
|
|
|
* [Learning the bash Shell](http://www.redbrick.dcu.ie/~teapott/MECS/Notes/learning_bash.pdf)
|
|
|
|
|
|
|
|
* [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide)
|
|
|
|
* [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide)
|
|
|
|
* [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference)
|
|
|
|
* [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference)
|
|
|
|
* [Conquering the Command Line](http://conqueringthecommandline.com/book/frontmatter) - Mark Bates
|
|
|
|
* [Conquering the Command Line](http://conqueringthecommandline.com/book/frontmatter) - Mark Bates
|
|
|
@ -816,6 +813,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###Git
|
|
|
|
###Git
|
|
|
|
|
|
|
|
* [A Visual Git Reference](http://marklodato.github.io/visual-git-guide/index-en.html) - Mark Lodato
|
|
|
|
* [Conversational Git](http://blog.anvard.org/conversational-git/)
|
|
|
|
* [Conversational Git](http://blog.anvard.org/conversational-git/)
|
|
|
|
* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF)
|
|
|
|
* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF)
|
|
|
|
* [Git Immersion](http://gitimmersion.com)
|
|
|
|
* [Git Immersion](http://gitimmersion.com)
|
|
|
@ -982,6 +980,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###JavaScript
|
|
|
|
###JavaScript
|
|
|
|
|
|
|
|
* [Basic JavaScript for the impatient programmer](http://www.2ality.com/2013/06/basic-javascript.html) - Dr. Axel Rauschmayer (HTML)
|
|
|
|
* [Book of Modern Frontend Tooling](https://github.com/tooling/book-of-modern-frontend-tooling)
|
|
|
|
* [Book of Modern Frontend Tooling](https://github.com/tooling/book-of-modern-frontend-tooling)
|
|
|
|
* [Crockford's JavaScript](http://www.crockford.com/javascript/) - Douglas Crockford
|
|
|
|
* [Crockford's JavaScript](http://www.crockford.com/javascript/) - Douglas Crockford
|
|
|
|
* [Dev Docs](http://devdocs.io/)
|
|
|
|
* [Dev Docs](http://devdocs.io/)
|
|
|
@ -1040,7 +1039,6 @@ See also [TeX](#tex)
|
|
|
|
* [Getting Started with Ubuntu](http://ubuntu-manual.org/)
|
|
|
|
* [Getting Started with Ubuntu](http://ubuntu-manual.org/)
|
|
|
|
* [GNU Autoconf, Automake and Libtool](http://sources.redhat.com/autobook/download.html)
|
|
|
|
* [GNU Autoconf, Automake and Libtool](http://sources.redhat.com/autobook/download.html)
|
|
|
|
* [GTK+/Gnome Application Development](http://www.linuxtopia.org/online_books/gui_toolkit_guides/gtk+_gnome_application_development/index.html)
|
|
|
|
* [GTK+/Gnome Application Development](http://www.linuxtopia.org/online_books/gui_toolkit_guides/gtk+_gnome_application_development/index.html)
|
|
|
|
* [Learn Linux The Hard Way](http://nixsrv.com/llthw)
|
|
|
|
|
|
|
|
* [Learning Debian GNU/Linux](http://oreilly.com/openbook/debian/book/index.html)
|
|
|
|
* [Learning Debian GNU/Linux](http://oreilly.com/openbook/debian/book/index.html)
|
|
|
|
* [Linux Administrator's Security Guide](http://www.linuxtopia.org/online_books/linux_administrators_security_guide/index.html)
|
|
|
|
* [Linux Administrator's Security Guide](http://www.linuxtopia.org/online_books/linux_administrators_security_guide/index.html)
|
|
|
|
* [Linux Advanced Routing & Traffic Control HOWTO](http://lartc.org/)
|
|
|
|
* [Linux Advanced Routing & Traffic Control HOWTO](http://lartc.org/)
|
|
|
@ -1228,6 +1226,8 @@ See also [TeX](#tex)
|
|
|
|
|
|
|
|
|
|
|
|
###Perl
|
|
|
|
###Perl
|
|
|
|
* [Beginning Perl](http://www.perl.org/books/beginning-perl/)
|
|
|
|
* [Beginning Perl](http://www.perl.org/books/beginning-perl/)
|
|
|
|
|
|
|
|
* [Data Munging with Perl](http://perlhacks.com/dmp.pdf) (PDF)
|
|
|
|
|
|
|
|
* [The DBIx-Class Book](https://github.com/castaway/dbix-class-book)
|
|
|
|
* [Embedding Perl in HTML with Mason](http://www.masonbook.com/book/)
|
|
|
|
* [Embedding Perl in HTML with Mason](http://www.masonbook.com/book/)
|
|
|
|
* [Essential Perl](http://cslibrary.stanford.edu/108/EssentialPerl.pdf) (PDF)
|
|
|
|
* [Essential Perl](http://cslibrary.stanford.edu/108/EssentialPerl.pdf) (PDF)
|
|
|
|
* [Exploring Programming Language Architecture in Perl](http://www.billhails.net/Book/)
|
|
|
|
* [Exploring Programming Language Architecture in Perl](http://www.billhails.net/Book/)
|
|
|
@ -1390,9 +1390,8 @@ See also [TeX](#tex)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
####Flask
|
|
|
|
####Flask
|
|
|
|
* [Explore Flask](http://exploreflask.com/) (PDF)
|
|
|
|
|
|
|
|
* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) - Miguel Grinberg
|
|
|
|
|
|
|
|
* [The Flask Blog tutorial](http://pypix.com/python/building-flask-blog-part-1/) - Pypix
|
|
|
|
* [The Flask Blog tutorial](http://pypix.com/python/building-flask-blog-part-1/) - Pypix
|
|
|
|
|
|
|
|
* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) - Miguel Grinberg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
####Pandas
|
|
|
|
####Pandas
|
|
|
@ -1431,11 +1430,11 @@ See also [TeX](#tex)
|
|
|
|
* [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide)
|
|
|
|
* [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide)
|
|
|
|
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
|
|
|
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
|
|
|
* [How To Think Like a Computer Scientist: Learning With Ruby](http://mysite.verizon.net/hpassel/thinkruby/)
|
|
|
|
* [How To Think Like a Computer Scientist: Learning With Ruby](http://mysite.verizon.net/hpassel/thinkruby/)
|
|
|
|
* [I Love Ruby](http://goo.gl/FW6slH)
|
|
|
|
|
|
|
|
* [Just Enough Ruby to Get By](http://dmtri.com/posts/65)
|
|
|
|
* [Just Enough Ruby to Get By](http://dmtri.com/posts/65)
|
|
|
|
* [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/)
|
|
|
|
* [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/)
|
|
|
|
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
|
|
|
|
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
|
|
|
|
* [Mr. Neighborly's Humble Little Ruby Book](http://www.humblelittlerubybook.com/)
|
|
|
|
* [Mr. Neighborly's Humble Little Ruby Book](http://www.humblelittlerubybook.com/)
|
|
|
|
|
|
|
|
* [Practicing Ruby](https://github.com/elm-city-craftworks/practicing-ruby-manuscripts)
|
|
|
|
* [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/)
|
|
|
|
* [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/)
|
|
|
|
* [Ruby Essentials](http://www.techotopia.com/index.php/Ruby_Essentials)
|
|
|
|
* [Ruby Essentials](http://www.techotopia.com/index.php/Ruby_Essentials)
|
|
|
|
* [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/)
|
|
|
|
* [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/)
|
|
|
@ -1478,9 +1477,9 @@ See also [TeX](#tex)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###Sage
|
|
|
|
###Sage
|
|
|
|
* [The Sage Manuals](http://sagemath.org/doc/)
|
|
|
|
|
|
|
|
* [Sage for Newbies](http://sage.math.washington.edu/home/tkosan/newbies_book/) - Ted Kosan
|
|
|
|
* [Sage for Newbies](http://sage.math.washington.edu/home/tkosan/newbies_book/) - Ted Kosan
|
|
|
|
* [Sage for Power Users](http://modular.math.washington.edu/books/sagebook/sagebook.pdf) (PDF) - William
|
|
|
|
* [Sage for Power Users](http://modular.math.washington.edu/books/sagebook/sagebook.pdf) (PDF) - William
|
|
|
|
|
|
|
|
* [The Sage Manuals](http://sagemath.org/doc/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###Scala
|
|
|
|
###Scala
|
|
|
|