factory/v2011/books.html
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 15:57:15 +0100
changeset 74 c0e6fb6cf6ef
parent 62 8379acab17d9
permissions -rw-r--r--
Some more tweaking.
     1 <p>Here is a list of books, that I find useful or simply enjoyed reading.</p>
     2 <h2>Engineering &amp; Science</h2>
     3 <ul>
     4 <li><h4>Gödel, Escher, Bach: An Eternal Golden Braid</h4><h5>Douglas R. Hofstadter</h5>
     5 A metaphorical fugue on minds and machines in the spirit of Lewis Carroll.
     6 </li>
     7 <li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
     8 A collection of advises for effective software development.
     9 </li>
    10 <li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
    11 Effective and safe C++ programming advises for practical use.
    12 </li>
    13 <li><h4>Thinking in C++</h4><h5>Bruce Eckel</h5>
    14 A freely available introduction to C++ and its Standard Library.
    15 </li>
    16 <li><h4>Artificial Intelligence: A Modern Approach</h4><h5>Stuart J. Russel and Peter Norvig</h5>
    17 A comprehensive compendium of most techniques for the development of artificial intelligence.
    18 </li>
    19 <li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
    20 A wonderful introduction to L-systems and a motivational read.
    21 </li>
    22 <li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    23 The standard introduction to compiler development. Also known as the Dragon Book.
    24 </li>
    25 <li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
    26 A good and in-depth textbook for network technology.   
    27 </li>
    28 <li><h4>A Brief History of Time</h4><h5>Stephen W. Hawking</h5>
    29 Popular science. Follow Stephen on his quest for the Theory of Everything.
    30 </li>
    31 </ul>
    32 <h2>Fiction</h2>
    33 <ul>
    34 <li><h4>Do Androids Dream of Electric Sheep?</h4><h5>Philip K. Dick</h5>
    35 A dark vision of mankind's future and the ethics of artificial life.
    36 </li>
    37 <li><h4>Alice in Wonderland</h4><h5>Lewis Carroll</h5>
    38 Follow the rabbit.
    39 </li>
    40 <li><h4>Through the Looking-Glass</h4><h5>Lewis Carroll</h5>
    41 Sequel to Alice in Wonderland.
    42 </li>
    43 <li><h4>1984</h4><h5>George Orwell</h5>
    44 Classic novel about a totalitarian regime and its influence on the society.
    45 </li>
    46 </ul>
    47 <h2>My Books</h2>
    48 <ul>
    49 <li><h4>Luftraummodellierung und Abflugplanung</h4><h5>Eugen Sawin</h5>
    50 Ein Projekt zur Optimierung der Abflugplanung in den Vereinigten Arabischen Emiraten.
    51 <div class="download"><a href="http://www.amazon.de/Luftraummodellierung-Abflugplanung-Optimierung-Vereinigten-Arabischen/dp/3639346203">Buy it on Amazon (German)</a></div>
    52 </li>
    53 </ul>