books.html
changeset 73 44d14b5e7bab
child 74 c0e6fb6cf6ef
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/books.html	Sun Dec 18 03:44:26 2011 +0100
     1.3 @@ -0,0 +1,121 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +  <head>
     1.7 +    <title>ME73</title>
     1.8 +    <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
     1.9 +    <meta name="description" content="A Digital Playground" />
    1.10 +    <meta name="robots" content="index, follow, noarchive" />
    1.11 +    <meta name="googlebot" content="noarchive" />
    1.12 +    <script src="jquery.js"></script>
    1.13 +    <script src="script.js"></script>
    1.14 +    <link rel="stylesheet" href="dark.css" type="text/css" />
    1.15 +    <script type="application/javascript">
    1.16 +      var _gaq = _gaq || [];
    1.17 +      _gaq.push(['_setAccount', 'UA-2137333-1']);
    1.18 +      _gaq.push(['_trackPageview']);
    1.19 +      (function() {
    1.20 +      var ga = document.createElement('script'); ga.type = 'text/javascript';
    1.21 +      ga.async = true;
    1.22 +      ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    1.23 +      + '.google-analytics.com/ga.js';
    1.24 +      var s = document.getElementsByTagName('script')[0];
    1.25 +      s.parentNode.insertBefore(ga, s);
    1.26 +      })();
    1.27 +    </script>
    1.28 +  </head>
    1.29 +  <body>
    1.30 +    <div id="wrap">
    1.31 +      <div id="header">
    1.32 +        <canvas id="logo">
    1.33 +          FIND A BETTER BROWSER
    1.34 +        </canvas>    
    1.35 +        
    1.36 +      </div>
    1.37 +      <div id="content-wrap">
    1.38 +        <div id="main">
    1.39 +          <p>Here is a list of books, that I find useful or simply enjoyed reading.</p>
    1.40 +<h2>Engineering &amp; Science</h2>
    1.41 +<ul>
    1.42 +<li><h4>G&ouml;del, Escher, Bach: An Eternal Golden Braid</h4><h5>Douglas R. Hofstadter</h5>
    1.43 +A metaphorical fugue on minds and machines in the spirit of Lewis Carroll.
    1.44 +</li>
    1.45 +<li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
    1.46 +A collection of advises for effective software development.
    1.47 +</li>
    1.48 +<li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
    1.49 +Effective and safe C++ programming advises for practical use.
    1.50 +</li>
    1.51 +<li><h4>Thinking in C++</h4><h5>Bruce Eckel</h5>
    1.52 +A freely available introduction to C++ and its Standard Library.
    1.53 +</li>
    1.54 +<li><h4>Artificial Intelligence: A Modern Approach</h4><h5>Stuart J. Russel and Peter Norvig</h5>
    1.55 +A comprehensive compendium of most techniques for the development of artificial intelligence.
    1.56 +</li>
    1.57 +<li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
    1.58 +A wonderful introduction to L-systems and a motivational read.
    1.59 +</li>
    1.60 +<li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    1.61 +The standard introduction to compiler development. Also known as the Dragon Book.
    1.62 +</li>
    1.63 +<li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
    1.64 +A good and in-depth textbook for network technology.   
    1.65 +</li>
    1.66 +<li><h4>A Brief History of Time</h4><h5>Stephen W. Hawking</h5>
    1.67 +Popular science. Follow Stephen on his quest for the Theory of Everything.
    1.68 +</li>
    1.69 +</ul>
    1.70 +<h2>Fiction</h2>
    1.71 +<ul>
    1.72 +<li><h4>Do Androids Dream of Electric Sheep?</h4><h5>Philip K. Dick</h5>
    1.73 +A dark vision of mankind's future and the ethics of artificial life.
    1.74 +</li>
    1.75 +<li><h4>Alice in Wonderland</h4><h5>Lewis Carroll</h5>
    1.76 +Follow the rabbit.
    1.77 +</li>
    1.78 +<li><h4>Through the Looking-Glass</h4><h5>Lewis Carroll</h5>
    1.79 +Sequel to Alice in Wonderland.
    1.80 +</li>
    1.81 +<li><h4>1984</h4><h5>George Orwell</h5>
    1.82 +Classic novel about a totalitarian regime and its influence on the society.
    1.83 +</li>
    1.84 +</ul>
    1.85 +<h2>My Books</h2>
    1.86 +<ul>
    1.87 +<li><h4>Luftraummodellierung und Abflugplanung</h4><h5>Eugen Sawin</h5>
    1.88 +Ein Projekt zur Optimierung der Abflugplanung in den Vereinigten Arabischen Emiraten.
    1.89 +<div class="download"><a href="http://www.amazon.de/Luftraummodellierung-Abflugplanung-Optimierung-Vereinigten-Arabischen/dp/3639346203">Buy it on Amazon (German)</a></div>
    1.90 +</li>
    1.91 +</ul>
    1.92 +
    1.93 +        </div>
    1.94 +        <div id="sidebar">
    1.95 +          <p>
    1.96 +	    <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
    1.97 +            <br />I'm a programmer,<br />
    1.98 +            a student of computer science,<br />
    1.99 +            a music enthusiast.<br />
   1.100 +            This is my site.
   1.101 +          </p>
   1.102 +          <div id="random_quote"></div>
   1.103 +        </div>
   1.104 +      </div>
   1.105 +      <div id="footer">
   1.106 +        <div id="footer-left">
   1.107 +          <p>
   1.108 +            <a href="mailto:sawine@me73.com">
   1.109 +	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   1.110 +          </p>
   1.111 +        </div>
   1.112 +        <div id="footer-right">
   1.113 +          <p class="align-right">
   1.114 +            <a href="index.html">Home</a> | <a href="#top">Top</a>
   1.115 +          </p>
   1.116 +        </div>
   1.117 +      </div>
   1.118 +    </div>
   1.119 +    <script type="application/javascript">
   1.120 +      javascript:load_random_quote();
   1.121 +    </script>
   1.122 +  </body>
   1.123 +</html>
   1.124 +