books.html
author Eugen Sawin <sawine@me73.com>
Tue, 06 Jul 2010 22:51:41 +0200
changeset 23 be999d87f5a5
parent 17 a264da3d80be
permissions -rw-r--r--
Decreased font size.
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3 
     4 <head>
     5 <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     6 <meta name="author" content="Eugen Sawin - me73.com" />
     7 <meta name="description" content="A Digital Playground" />
     8 <meta name="robots" content="index, follow, noarchive" />
     9 <meta name="googlebot" content="noarchive" />
    10 <script src="script.js" type="text/javascript"></script>
    11 <link rel="stylesheet" href="dark.css" type="text/css" />
    12 </head>
    13 
    14 <body onload="draw(0, 0, 0, 0, 0);">
    15 <div id="wrap">
    16 	<div id="header">			
    17     	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    18 	    <p id="intro">A Programmer's Playground.</p>
    19         <div id="nav">
    20 			<ul>
    21 				<li><a href="index.html">Home</a></li>
    22 				<li><a href="chrome.html">Chrome</a></li>
    23 				<li><a href="resume.html">Resume</a></li>
    24 				<li><a href="howiwork.html">How I Work</a></li>
    25 				<li><a href="personalwork.html">Personal Work</a></li>
    26             	<li><a href="books.html">Books</a></li>
    27 	         	<li><a href="links.html">Links</a></li>			
    28 				<li><a href="contact.html">Contact</a></li>		
    29 			</ul>		
    30 	    </div>	
    31 	</div>
    32 	<div id="content-wrap">				
    33 		<div id="main">
    34 			<p>Here is a list of books I find useful or simply enjoyed reading them.</p>
    35 <h2>Engineering &amp; Science</h2>
    36 <ul>
    37 <li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
    38 A collection of advises for effective software development.
    39 </li>
    40 <li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
    41 Effective and safe C++ programming advises for practical use.
    42 </li>
    43 <li><h4>Thinking in C++</h4><h5>Bruce Eckel</h5>
    44 A freely available introduction to C++ and its Standard Library.
    45 </li>
    46 <li><h4>Artificial Intelligence: A Modern Approach</h4><h5>Stuart J. Russel and Peter Norvig</h5>
    47 A comprehensive compendium of most techniques for the development of artificial intelligence.
    48 </li>
    49 <li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
    50 A wonderful introduction to L-systems and a motivational read.
    51 </li>
    52 <li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    53 The standard introduction to compiler development. Also known as the Dragon Book.
    54 </li>
    55 <li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
    56 A good and in-depth textbook for network technology.   
    57 </li>
    58 <li><h4>A Brief History of Time</h4><h5>Stephen W. Hawking</h5>
    59 Popular science. Follow Stephen on his quest for the Theory of Everything.
    60 </li>
    61 </ul>
    62 <h2>Fiction</h2>
    63 <ul>
    64 <li><h4>Alice in Wonderland</h4><h5>Lewis Carroll</h5>
    65 Follow the rabbit.
    66 </li>
    67 <li><h4>Through the Looking-Glass</h4><h5>Lewis Carroll</h5>
    68 Sequel to Alice in Wonderland.
    69 </li>
    70 <li><h4>1984</h4><h5>George Orwell</h5>
    71 Classic novel about a totalitarian regime and its influence on the society.
    72 </li>
    73 </ul>
    74 
    75       
    76 		</div>
    77 		<div id="sidebar">
    78 	        <p>
    79 				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    80 			ME73 is my digital playground.
    81             I'm a programmer, a student of computer science, a music enthusiast.
    82             This site serves as a portfolio for my work, private and professional.
    83 	        </p>
    84 			<div id="random_quote"></div>	        	
    85         </div>	
    86 	</div>
    87   <div id="footer">
    88 	<div id="footer-left">
    89 		<p>
    90       	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    91 		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    92 		</p>	
    93 	</div>
    94 	
    95 	<div id="footer-right">
    96 		<p class="align-right">
    97 		<a href="index.html">Home</a> | <a href="#top">Top</a>
    98 		</p>
    99 	</div>	
   100 </div> 
   101 </div>
   102 <script type="text/javascript">
   103     javascript:load_random_quote();        
   104 </script>
   105 <script type="text/javascript">
   106 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   107 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   108 </script>
   109 <script type="text/javascript">
   110 var pageTracker = _gat._getTracker("UA-2137333-1");
   111 pageTracker._trackPageview();
   112 </script>
   113 </body>
   114 </html>
   115