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