|
316 | 316 | * [An Introduction to GCC](http://www.network-theory.co.uk/docs/gccintro/) - Brian Gough
|
317 | 317 | * [Basics of Compiler Design (Anniversary Edition)](http://www.diku.dk/~torbenm/Basics/) - Torben Mogensen
|
318 | 318 | * [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF)
|
319 |
| -* [Compiler Design in C](http://www.holub.com/software/compiler.design.in.c.html) - Allen Holub, Prentice Hall, 1990 |
| 319 | +* [Compiler Design in C (1990)](http://www.holub.com/software/compiler.design.in.c.html) - Allen Holub, Prentice Hall |
320 | 320 | * [Compiler Design: Theory, Tools, and Examples, C/C++ Edition](http://elvis.rowan.edu/~bergmann/books/cd/c_cpp/) - Seth D. Bergmann
|
321 | 321 | * [Compiler Design: Theory, Tools, and Examples, Java Edition](http://elvis.rowan.edu/~bergmann/books/cd/java/) - Seth D. Bergmann
|
322 | 322 | * [Compiling Scala for the Java Virtual Machine](http://lampwww.epfl.ch/~schinz/thesis-final-A4.pdf) - Michel Schinz (PDF)
|
323 |
| -* [Compiling Techniques](http://www.chilton-computing.org.uk/acl/literature/books/compilingtechniques/overview.htm) - F.R.A. Hopgood, Macdonald, 1969 |
| 323 | +* [Compiling Techniques (1969)](http://www.chilton-computing.org.uk/acl/literature/books/compilingtechniques/overview.htm) - F.R.A. Hopgood, Macdonald |
324 | 324 | * [Implementing Functional Languages: A Tutorial](http://research.microsoft.com/en-us/um/people/simonpj/Papers/pj-lester-book/) - Simon Peyton Jones, David Lester
|
325 | 325 | * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) (PDF)
|
326 | 326 | * [Linkers and Loaders](http://www.iecc.com/linker/) - John R. Levine
|
|
1306 | 1306 |
|
1307 | 1307 | * [3D Programming in Java](http://www.mat.uniroma2.it/~picard/SMC/didattica/materiali_did/Java/Java_3D/Java_3D_Programming.pdf) - Daniel Selman (PDF)
|
1308 | 1308 | * [Apache Jakarta Commons: Reusable Java Components](http://ptgmedia.pearsoncmg.com/images/0131478303/downloads/Iverson_book.pdf) - Will Iverson (PDF)
|
1309 |
| -* [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html) - David Poole and Alan Mackworth 2010 |
| 1309 | +* [Artificial Intelligence - Foundation of Computational Agents (2010)](http://artint.info/html/ArtInt.html) - David Poole and Alan Mackworth |
1310 | 1310 | * [Category wise tutorials - J2EE](https://www.mkyong.com/all-tutorials-on-mkyong-com/) - Yong Mook Kim
|
1311 |
| -* [Core Servlets and JavaServer Pages, 2nd Ed.](http://pdf.coreservlets.com) - Marty Hall and Larry Brown 2003 |
1312 |
| -* [Data Structures in Java for the Principled Programmer](http://dept.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf) - Duane A. Bailey 2007 (PDF) |
| 1311 | +* [Core Servlets and JavaServer Pages, 2nd Ed. (2003)](http://pdf.coreservlets.com) - Marty Hall and Larry Brown |
| 1312 | +* [Data Structures in Java for the Principled Programmer (2007)](http://dept.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf) - Duane A. Bailey (PDF) |
1313 | 1313 | * [Google's Java Style Guide](https://google.github.io/styleguide/javaguide.html)
|
1314 | 1314 | * [Introduction to Computer science using Java](http://chortle.ccsu.edu/java5/index.html) - Bradley Kjell
|
1315 | 1315 | * [Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/) - Robert Sedgewick and Kevin Wayne
|
1316 | 1316 | * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck
|
1317 | 1317 | * [JAAS in Action](https://www.gitbook.com/book/benoit74/jaas-in-action/details)
|
1318 | 1318 | * [Java: A Beginner's Guide](http://www.oracle.com/events/global/en/java-outreach/resources/java-a-beginners-guide-1720064.pdf) - Oracle (PDF)
|
1319 |
| -* [Java Application Development on Linux](https://ptgmedia.pearsoncmg.com/images/013143697X/downloads/013143697X_book.pdf) - Carl Albing and Michael Schwarz 2005 (PDF) |
| 1319 | +* [Java Application Development on Linux (2005)](https://ptgmedia.pearsoncmg.com/images/013143697X/downloads/013143697X_book.pdf) - Carl Albing and Michael Schwarz (PDF) |
1320 | 1320 | * [Java Language and Virtual Machine Specifications](https://docs.oracle.com/javase/specs/) - James Gosling, et al
|
1321 | 1321 | * [Java Programming for Kids](https://yfain.github.io/Java4Kids/) - Yakov Fain
|
1322 | 1322 | * [Java: The Legend](https://www.oreilly.com/programming/free/java-the-legend.csp) - Ben Evans *(Just fill the fields with any values)*
|
|
1329 | 1329 | * [OOP - Learn Object Oriented Thinking & Programming](http://pub.bruckner.cz/titles/oop) - Rudolf Pecinovsky
|
1330 | 1330 | * [Open Data Structures (in Java)](http://opendatastructures.org/ods-java.pdf) - Pat Morin (PDF)
|
1331 | 1331 | * [OSGi in Practice](http://njbartlett.name/osgibook.html) - N. Bartlett (PDF)
|
1332 |
| -* [Processing XML with Java (A Guide to SAX, DOM, JDOM, JAXP, and TrAX)](http://www.cafeconleche.org/books/xmljava/) - Elliotte Rusty Harold 2002 |
| 1332 | +* [Processing XML with Java (A Guide to SAX, DOM, JDOM, JAXP, and TrAX) (2002)](http://www.cafeconleche.org/books/xmljava/) - Elliotte Rusty Harold |
1333 | 1333 | * [The ABC of PDF with iText: PDF Syntax essentials](https://leanpub.com/itext_pdfabc) - Bruno Lowagie
|
1334 | 1334 | * [The Java EE6 Tutorial](https://docs.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf) (PDF)
|
1335 | 1335 | * [The Java EE7 Tutorial](https://docs.oracle.com/javaee/7/JEETT.pdf) - Eric Jendrock, et al (PDF)
|
1336 | 1336 | * [The Java Tutorials](https://docs.oracle.com/javase/tutorial/index.html)
|
1337 | 1337 | * [Think Java: How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/) - Allen B. Downey and Chris Mayfield
|
1338 | 1338 | * [Thinking in Java](http://www.mindview.net/Books/TIJ/) - Bruce Eckel
|
1339 | 1339 | * [Welcome to Java for Python Programmers](https://interactivepython.org/runestone/static/java4python/index.html) - Brad Miller
|
1340 |
| -* [Welcome to the Java Workshop](http://javaworkshop.sourceforge.net) - Trevor Miller 2006 |
| 1340 | +* [Welcome to the Java Workshop (2006)](http://javaworkshop.sourceforge.net) - Trevor Miller |
1341 | 1341 | * [What's New in Java 8](https://leanpub.com/whatsnewinjava8/read) - Adam L. Davis
|
1342 | 1342 |
|
1343 | 1343 |
|
|
0 commit comments