books.html
author Eugen Sawin <sawine@me73.com>
Fri, 06 Jan 2012 03:33:57 +0100
changeset 85 e78c4a33e958
parent 80 ba69edadfc4c
permissions -rw-r--r--
Added about page.
sawine@73
     1
<!DOCTYPE html>
sawine@73
     2
<html lang="en">
sawine@73
     3
  <head>
sawine@73
     4
    <title>ME73</title>
sawine@73
     5
    <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
sawine@73
     6
    <meta name="description" content="A Digital Playground" />
sawine@73
     7
    <meta name="robots" content="index, follow, noarchive" />
sawine@73
     8
    <meta name="googlebot" content="noarchive" />
sawine@73
     9
    <script src="jquery.js"></script>
sawine@73
    10
    <script src="script.js"></script>
sawine@73
    11
    <link rel="stylesheet" href="dark.css" type="text/css" />
sawine@73
    12
    <script type="application/javascript">
sawine@73
    13
      var _gaq = _gaq || [];
sawine@73
    14
      _gaq.push(['_setAccount', 'UA-2137333-1']);
sawine@73
    15
      _gaq.push(['_trackPageview']);
sawine@73
    16
      (function() {
sawine@73
    17
      var ga = document.createElement('script'); ga.type = 'text/javascript';
sawine@73
    18
      ga.async = true;
sawine@73
    19
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
sawine@73
    20
      + '.google-analytics.com/ga.js';
sawine@73
    21
      var s = document.getElementsByTagName('script')[0];
sawine@73
    22
      s.parentNode.insertBefore(ga, s);
sawine@73
    23
      })();
sawine@73
    24
    </script>
sawine@73
    25
  </head>
sawine@73
    26
  <body>
sawine@73
    27
    <div id="wrap">
sawine@73
    28
      <div id="header">
sawine@73
    29
        <canvas id="logo">
sawine@73
    30
          FIND A BETTER BROWSER
sawine@78
    31
        </canvas>
sawine@78
    32
        <canvas id="sim">
sawine@78
    33
        </canvas>
sawine@73
    34
      </div>
sawine@73
    35
      <div id="content-wrap">
sawine@73
    36
        <div id="main">
sawine@73
    37
          <p>Here is a list of books, that I find useful or simply enjoyed reading.</p>
sawine@73
    38
<h2>Engineering &amp; Science</h2>
sawine@73
    39
<ul>
sawine@73
    40
<li><h4>G&ouml;del, Escher, Bach: An Eternal Golden Braid</h4><h5>Douglas R. Hofstadter</h5>
sawine@73
    41
A metaphorical fugue on minds and machines in the spirit of Lewis Carroll.
sawine@73
    42
</li>
sawine@73
    43
<li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
sawine@73
    44
A collection of advises for effective software development.
sawine@73
    45
</li>
sawine@73
    46
<li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
sawine@73
    47
Effective and safe C++ programming advises for practical use.
sawine@73
    48
</li>
sawine@73
    49
<li><h4>Thinking in C++</h4><h5>Bruce Eckel</h5>
sawine@73
    50
A freely available introduction to C++ and its Standard Library.
sawine@73
    51
</li>
sawine@73
    52
<li><h4>Artificial Intelligence: A Modern Approach</h4><h5>Stuart J. Russel and Peter Norvig</h5>
sawine@73
    53
A comprehensive compendium of most techniques for the development of artificial intelligence.
sawine@73
    54
</li>
sawine@73
    55
<li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
sawine@73
    56
A wonderful introduction to L-systems and a motivational read.
sawine@73
    57
</li>
sawine@73
    58
<li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
sawine@73
    59
The standard introduction to compiler development. Also known as the Dragon Book.
sawine@73
    60
</li>
sawine@73
    61
<li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
sawine@73
    62
A good and in-depth textbook for network technology.   
sawine@73
    63
</li>
sawine@73
    64
<li><h4>A Brief History of Time</h4><h5>Stephen W. Hawking</h5>
sawine@73
    65
Popular science. Follow Stephen on his quest for the Theory of Everything.
sawine@73
    66
</li>
sawine@73
    67
</ul>
sawine@73
    68
<h2>Fiction</h2>
sawine@73
    69
<ul>
sawine@73
    70
<li><h4>Do Androids Dream of Electric Sheep?</h4><h5>Philip K. Dick</h5>
sawine@73
    71
A dark vision of mankind's future and the ethics of artificial life.
sawine@73
    72
</li>
sawine@73
    73
<li><h4>Alice in Wonderland</h4><h5>Lewis Carroll</h5>
sawine@73
    74
Follow the rabbit.
sawine@73
    75
</li>
sawine@73
    76
<li><h4>Through the Looking-Glass</h4><h5>Lewis Carroll</h5>
sawine@73
    77
Sequel to Alice in Wonderland.
sawine@73
    78
</li>
sawine@73
    79
<li><h4>1984</h4><h5>George Orwell</h5>
sawine@73
    80
Classic novel about a totalitarian regime and its influence on the society.
sawine@73
    81
</li>
sawine@73
    82
</ul>
sawine@73
    83
<h2>My Books</h2>
sawine@73
    84
<ul>
sawine@73
    85
<li><h4>Luftraummodellierung und Abflugplanung</h4><h5>Eugen Sawin</h5>
sawine@73
    86
Ein Projekt zur Optimierung der Abflugplanung in den Vereinigten Arabischen Emiraten.
sawine@73
    87
<div class="download"><a href="http://www.amazon.de/Luftraummodellierung-Abflugplanung-Optimierung-Vereinigten-Arabischen/dp/3639346203">Buy it on Amazon (German)</a></div>
sawine@73
    88
</li>
sawine@73
    89
</ul>
sawine@73
    90
sawine@73
    91
        </div>
sawine@73
    92
        <div id="sidebar">
sawine@74
    93
          <p>           
sawine@85
    94
	    <a href="about.html" class="float-left"></a>            
sawine@80
    95
            I'm a programmer,<br />
sawine@73
    96
            a student of computer science,<br />
sawine@73
    97
            a music enthusiast.<br />
sawine@73
    98
            This is my site.
sawine@73
    99
          </p>
sawine@73
   100
          <div id="random_quote"></div>
sawine@73
   101
        </div>
sawine@73
   102
      </div>
sawine@73
   103
      <div id="footer">
sawine@73
   104
        <div id="footer-left">
sawine@73
   105
          <p>
sawine@73
   106
            <a href="mailto:sawine@me73.com">
sawine@73
   107
	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
sawine@73
   108
          </p>
sawine@73
   109
        </div>
sawine@73
   110
        <div id="footer-right">
sawine@73
   111
          <p class="align-right">
sawine@73
   112
            <a href="index.html">Home</a> | <a href="#top">Top</a>
sawine@73
   113
          </p>
sawine@73
   114
        </div>
sawine@73
   115
      </div>
sawine@73
   116
    </div>
sawine@73
   117
    <script type="application/javascript">
sawine@85
   118
      load_random_quote();
sawine@73
   119
    </script>
sawine@73
   120
  </body>
sawine@73
   121
</html>
sawine@73
   122