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