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