From 79a98bc3c7d54be10170022478afbc6b0a1b42bd Mon Sep 17 00:00:00 2001 From: Harry Kar Date: Fri, 26 Oct 2018 00:07:30 +0300 Subject: [PATCH] issues:add in list #3009,#3010, correction blank in #3011 (#3026) * issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde * Revert 3021 master (#3025) * Revert "remove dead link from free-programming-books-tr.md (#3024)" This reverts commit 0f07297a40a7fb4d7f9cd6f7a78f51db5729c61f. * Revert "Added Git and Github course (#3023)" This reverts commit 3e9e1ded62b3aec123be4aee397d5f4c4ab79a96. * Revert "Added resources (#3022)" This reverts commit 500db345f593e4c8c87214fbfded3639a5485108. * Revert "issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde (#3021)" This reverts commit 27982680704439e690217c780a506365213bd503. * remove space, readd javajavajava * issues:add in list #3009,#3010, correction blank in #3011 added: Object-oriented Programming in JavaTM Textbook by Rick Halterman #3009 Introduction to Computer Science by Robert Sedgewick and Kevin Wayne. #3010 corrected: link not displayed correctly(displayed with makdown) deleted blanc ...Problem Solving] (https://archive.... in Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde #3011 * issue #3011 Java, Java, Java Object-Oriented Problem Solving by R. Morelli and R.Walde * add 2 books, create [Eiffel](#eiffel), add Programming Languages:Theory and Practice - Robert Harper, A Functional Pattern System for Object - Oriented Design-Thomas Kuhne, Object Oriented Programming using Java - Simon Kendal corrections The Definition of Standard ML (Revised) - SMLFamily GitHub project Programming Languages: Application and Interpretation (2nd Edition) - Shriram Krishn * swap l.1413 and l.1412%B swap l.1414 and l.1413%B Line 1414: oriented --> Oriented%B some corrections thanks to eshellman%B correct add one blankline before ### Subversion%B * added clarification to title so folks don't think it's the book. --- free-programming-books.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index b6a0a21a127d3..802a189f3d9e0 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -34,6 +34,7 @@ * [DB2](#db2) * [Delphi / Pascal](#delphi--pascal) * [DTrace](#dtrace) +* [Eiffel](#eiffel) * [Elasticsearch](#elasticsearch) * [Elixir](#elixir) * [Ecto](#ecto) @@ -746,7 +747,8 @@ Kerridge (PDF) (email address *requested*, not required) * [Principles of Programming Languages](https://web.archive.org/web/20150418034451/http://www.cs.jhu.edu/~scott/pl/book/dist/) - Scott F. Smith * [Programming and Programming Languages](https://papl.cs.brown.edu/2016/) - Shriram Krishnamurthi * [Programming in Martin-Löf's Type Theory](http://www.cse.chalmers.se/research/group/logic/book/) - Bengt Nordstroem -* [Programming Languages: Application and Interpretation (2nd Edition)](http://cs.brown.edu/~sk/Publications/Books/ProgLangs/) +* [Programming Languages: Application and Interpretation (2nd Edition)](http://cs.brown.edu/~sk/Publications/Books/ProgLangs/) - Shriram Krishnamurthi +* [Programming Languages: Theory and Practice](http://people.cs.uchicago.edu/~blume/classes/aut2008/proglang/text/offline.pdf) - Robert Harper (PDF) * [Semantics with Applications: A Formal Introduction](http://www.daimi.au.dk/~bra8130/Wiley_book/wiley.html) - Hanne Riis Nielson, Flemming Nielson * [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/) * [Structure and Interpretation of Computer Programs](http://sarabander.github.io/sicp/html/index.xhtml) @@ -1090,6 +1092,11 @@ Kerridge (PDF) (email address *requested*, not required) * [Exploring Elasticsearch](http://exploringelasticsearch.com) +### Eiffel + +* [A Functional Pattern System for Object-Oriented Design](http://homepages.mcs.vuw.ac.nz/~tk/fps/fps-sans-escher.pdf) - Thomas Kuhne (PDF) + + ### Elixir * [30 Days of Elixir](https://github.com/seven1m/30-days-of-elixir) - Tim Morgan (HTML) @@ -1387,6 +1394,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Core Servlets and JavaServer Pages, 2nd Ed. (2003)](http://pdf.coreservlets.com) - Marty Hall and Larry Brown * [Data Structures in Java for the Principled Programmer (2007)](http://dept.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf) - Duane A. Bailey (PDF) * [Google's Java Style Guide](https://google.github.io/styleguide/javaguide.html) +* [Introduction to Computer Science "booksite"](https://introcs.cs.princeton.edu/java/cs/) - by Robert Sedgewick and Kevin Wayne (HTML) * [Introduction to Computer science using Java](http://www.programmedlessons.org/Java9/index.html) - Bradley Kjell * [Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/) - Robert Sedgewick and Kevin Wayne * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck @@ -1401,6 +1409,8 @@ Kerridge (PDF) (email address *requested*, not required) * [Microservices for Java Developers](http://www.oreilly.com/programming/free/microservices-for-java-developers.csp) - Christian Posta (email address *requested*, not required) * [Modern Java EE Design Patterns](http://www.oreilly.com/programming/free/modern-java-ee-design-patterns.csp) - Markus Eisele (email address *requested*, not required) * [Neural Network Development with Java](https://www.packtpub.com/packt/free-ebook/neural-networks-java) - Alan M. F. Souza and Fabio M. Soares (email address *requested*, not required) +* [Object-Oriented Programming in JavaTM Textbook](http://computing.southern.edu/halterman/OOPJ/) - Rick Halterman (PDF per Chapter) +* [Object Oriented Programming using Java](https://bookboon.com/en/object-oriented-programming-using-java-ebook) - Simon Kendal (PDF) , Bookboon. (email address *requested*, not required) * [Object-Oriented vs. Functional Programming](http://www.oreilly.com/programming/free/object-oriented-vs-functional-programming.csp) - Richard Warburton (email address *requested*, not required) * [OOP - Learn Object Oriented Thinking & Programming](http://pub.bruckner.cz/titles/oop) - Rudolf Pecinovsky * [Open Data Structures (in Java)](http://opendatastructures.org/ods-java.pdf) - Pat Morin (PDF) @@ -1615,7 +1625,7 @@ Kerridge (PDF) (email address *requested*, not required) * [React with ASP.NET Core Tutorial](https://reactjs.net/getting-started/aspnetcore.html) * [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial/) * [SurviveJS - Webpack and React](http://survivejs.com) -* [The Road to learn React - Build a Hacker News App along the Way](https://leanpub.com/the-road-to-learn-react) - Robin Wieruch *(Leanpub account or valid email requested)* [markdown](https://github.com/the-road-to-learn-react/the-road-to-learn-react/tree/master/manuscript) +* [The Road to learn React - Build a Hacker News App along the Way](https://leanpub.com/the-road-to-learn-react) - Robin Wieruch *(Leanpub account or valid email requested)* [markdown](https://github.com/the-road-to-learn-react/the-road-to-learn-react/tree/master/manuscript) #### React Native @@ -1959,7 +1969,7 @@ Kerridge (PDF) (email address *requested*, not required) * Symfony 3.4 * [The Symfony Best practices 3.4.x](https://symfony.com/pdf/Symfony_best_practices_3.4.pdf) (PDF) * [The Symfony Book 3.4.x](https://symfony.com/doc/3.4/index.html) - * [The Symfony Getting started 3.4.x](https://symfony.com/pdf/Symfony_getting_started_3.4.pdf) (PDF) + * [The Symfony Getting started 3.4.x](https://symfony.com/pdf/Symfony_getting_started_3.4.pdf) (PDF) * Symfony 4.1 * [The Symfony Best practices 4.1.x](https://symfony.com/pdf/Symfony_best_practices_4.1.pdf) (PDF) * [The Symfony Book 4.1.x](https://symfony.com/doc/4.1/index.html) @@ -2435,6 +2445,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Programming in Standard ML '97](http://homepages.inf.ed.ac.uk/stg/NOTES/) - Stephen Gilmore, University of Edinburgh * [Programming in Standard ML, DRAFT](http://www.cs.cmu.edu/~rwh/isml/book.pdf) - Robert Harper (PDF) * [SML# Document](http://www.pllab.riec.tohoku.ac.jp/smlsharp/docs/3.0/en/manual.xhtml) - Atsushi Ohori, Katsuhiro Ueno +* [The Definition of Standard ML (Revised)](http://sml-family.org/sml97-defn.pdf) - SMLFamily GitHub project (PDF) ### Subversion