Merged.
authorEugen Sawin <sawine@me73.com>
Wed, 07 Jul 2010 00:03:26 +0200
changeset 27efa4d32a4179
parent 26 5efc8bd3ebd0
parent 24 b5b083b0e730
child 28 364f9c662f03
Merged.
books.html
chrome.html
contact.html
howiwork.html
index.html
kex.txt
links.html
personalwork.html
resume.html
sidebar.html
thesis.txt
tutorials.html
     1.1 --- a/books.html	Wed Jul 07 00:03:03 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,115 +0,0 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.6 -
     1.7 -<head>
     1.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     1.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    1.10 -<meta name="description" content="A Digital Playground" />
    1.11 -<meta name="robots" content="index, follow, noarchive" />
    1.12 -<meta name="googlebot" content="noarchive" />
    1.13 -<script src="script.js" type="text/javascript"></script>
    1.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    1.15 -</head>
    1.16 -
    1.17 -<body onload="draw(0, 0, 0, 0, 0);">
    1.18 -<div id="wrap">
    1.19 -	<div id="header">			
    1.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.21 -	    <p id="intro">A Programmer's Playground.</p>
    1.22 -        <div id="nav">
    1.23 -			<ul>
    1.24 -				<li><a href="index.html">Home</a></li>
    1.25 -				<li><a href="chrome.html">Chrome</a></li>
    1.26 -				<li><a href="resume.html">Resume</a></li>
    1.27 -				<li><a href="howiwork.html">How I Work</a></li>
    1.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    1.29 -            	<li><a href="books.html">Books</a></li>
    1.30 -	         	<li><a href="links.html">Links</a></li>			
    1.31 -				<li><a href="contact.html">Contact</a></li>		
    1.32 -			</ul>		
    1.33 -	    </div>	
    1.34 -	</div>
    1.35 -	<div id="content-wrap">				
    1.36 -		<div id="main">
    1.37 -			<p>Here is a list of books I find useful or simply enjoyed reading them.</p>
    1.38 -<h2>Engineering &amp; Science</h2>
    1.39 -<ul>
    1.40 -<li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
    1.41 -A collection of advises for effective software development.
    1.42 -</li>
    1.43 -<li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
    1.44 -Effective and safe C++ programming advises for practical use.
    1.45 -</li>
    1.46 -<li><h4>Thinking in C++</h4><h5>Bruce Eckel</h5>
    1.47 -A freely available introduction to C++ and its Standard Library.
    1.48 -</li>
    1.49 -<li><h4>Artificial Intelligence: A Modern Approach</h4><h5>Stuart J. Russel and Peter Norvig</h5>
    1.50 -A comprehensive compendium of most techniques for the development of artificial intelligence.
    1.51 -</li>
    1.52 -<li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
    1.53 -A wonderful introduction to L-systems and a motivational read.
    1.54 -</li>
    1.55 -<li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    1.56 -The standard introduction to compiler development. Also known as the Dragon Book.
    1.57 -</li>
    1.58 -<li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
    1.59 -A good and in-depth textbook for network technology.   
    1.60 -</li>
    1.61 -<li><h4>A Brief History of Time</h4><h5>Stephen W. Hawking</h5>
    1.62 -Popular science. Follow Stephen on his quest for the Theory of Everything.
    1.63 -</li>
    1.64 -</ul>
    1.65 -<h2>Fiction</h2>
    1.66 -<ul>
    1.67 -<li><h4>Alice in Wonderland</h4><h5>Lewis Carroll</h5>
    1.68 -Follow the rabbit.
    1.69 -</li>
    1.70 -<li><h4>Through the Looking-Glass</h4><h5>Lewis Carroll</h5>
    1.71 -Sequel to Alice in Wonderland.
    1.72 -</li>
    1.73 -<li><h4>1984</h4><h5>George Orwell</h5>
    1.74 -Classic novel about a totalitarian regime and its influence on the society.
    1.75 -</li>
    1.76 -</ul>
    1.77 -
    1.78 -      
    1.79 -		</div>
    1.80 -		<div id="sidebar">
    1.81 -	        <p>
    1.82 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    1.83 -			ME73 is my digital playground.
    1.84 -            I'm a programmer, a student of computer science, a music enthusiast.
    1.85 -            This site serves as a portfolio for my work, private and professional.
    1.86 -	        </p>
    1.87 -			<div id="random_quote"></div>	        	
    1.88 -        </div>	
    1.89 -	</div>
    1.90 -  <div id="footer">
    1.91 -	<div id="footer-left">
    1.92 -		<p>
    1.93 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    1.94 -		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>
    1.95 -		</p>	
    1.96 -	</div>
    1.97 -	
    1.98 -	<div id="footer-right">
    1.99 -		<p class="align-right">
   1.100 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
   1.101 -		</p>
   1.102 -	</div>	
   1.103 -</div> 
   1.104 -</div>
   1.105 -<script type="text/javascript">
   1.106 -    javascript:load_random_quote();        
   1.107 -</script>
   1.108 -<script type="text/javascript">
   1.109 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.110 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.111 -</script>
   1.112 -<script type="text/javascript">
   1.113 -var pageTracker = _gat._getTracker("UA-2137333-1");
   1.114 -pageTracker._trackPageview();
   1.115 -</script>
   1.116 -</body>
   1.117 -</html>
   1.118 -
     2.1 --- a/chrome.html	Wed Jul 07 00:03:03 2010 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,90 +0,0 @@
     2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.6 -
     2.7 -<head>
     2.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     2.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    2.10 -<meta name="description" content="A Digital Playground" />
    2.11 -<meta name="robots" content="index, follow, noarchive" />
    2.12 -<meta name="googlebot" content="noarchive" />
    2.13 -<script src="script.js" type="text/javascript"></script>
    2.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    2.15 -</head>
    2.16 -
    2.17 -<body onload="draw(0, 0, 0, 0, 0);">
    2.18 -<div id="wrap">
    2.19 -	<div id="header">			
    2.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    2.21 -	    <p id="intro">A Programmer's Playground.</p>
    2.22 -        <div id="nav">
    2.23 -			<ul>
    2.24 -				<li><a href="index.html">Home</a></li>
    2.25 -				<li><a href="chrome.html">Chrome</a></li>
    2.26 -				<li><a href="resume.html">Resume</a></li>
    2.27 -				<li><a href="howiwork.html">How I Work</a></li>
    2.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    2.29 -            	<li><a href="books.html">Books</a></li>
    2.30 -	         	<li><a href="links.html">Links</a></li>			
    2.31 -				<li><a href="contact.html">Contact</a></li>		
    2.32 -			</ul>		
    2.33 -	    </div>	
    2.34 -	</div>
    2.35 -	<div id="content-wrap">				
    2.36 -		<div id="main">
    2.37 -			<p>
    2.38 -<!--<img src="images/world.png" alt="world map" height="280" width="100%" />
    2.39 --->
    2.40 -<canvas id="mandelbrot" width="670" height="280"></canvas> 
    2.41 -<button onclick="draw(0, -2, 0, 0, 0);">Left</button>
    2.42 -<button onclick="draw(0, 2, 0, 0, 0);">Right</button>
    2.43 -<button onclick="draw(0, 0, -2, 0, 0)">Up</button>
    2.44 -<button onclick="draw(0, 0, 2, 0, 0);">Down</button>
    2.45 -<button onclick="draw(0, 0, 0, 2, 0);">Zoom in</button>
    2.46 -<button onclick="draw(0, 0, 0, -2, 0);">Zoom out</button>
    2.47 -<button onclick="draw(0, 0, 0, 0, -1);">Inc Resolution</button>
    2.48 -<button onclick="draw(0, 0, 0, 0, 1);">Dec Resolution</button>
    2.49 -<button onclick="draw(100, 0, 0, 0, 0);">Inc Iterations</button>
    2.50 -<button onclick="draw(-100, 0, 0, 0, 0);">Dec Iterations</button>
    2.51 -</p>
    2.52 -           
    2.53 -      
    2.54 -		</div>
    2.55 -		<div id="sidebar">
    2.56 -	        <p>
    2.57 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    2.58 -			ME73 is my digital playground.
    2.59 -            I'm a programmer, a student of computer science, a music enthusiast.
    2.60 -            This site serves as a portfolio for my work, private and professional.
    2.61 -	        </p>
    2.62 -			<div id="random_quote"></div>	        	
    2.63 -        </div>	
    2.64 -	</div>
    2.65 -  <div id="footer">
    2.66 -	<div id="footer-left">
    2.67 -		<p>
    2.68 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    2.69 -		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>
    2.70 -		</p>	
    2.71 -	</div>
    2.72 -	
    2.73 -	<div id="footer-right">
    2.74 -		<p class="align-right">
    2.75 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
    2.76 -		</p>
    2.77 -	</div>	
    2.78 -</div> 
    2.79 -</div>
    2.80 -<script type="text/javascript">
    2.81 -    javascript:load_random_quote();        
    2.82 -</script>
    2.83 -<script type="text/javascript">
    2.84 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    2.85 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    2.86 -</script>
    2.87 -<script type="text/javascript">
    2.88 -var pageTracker = _gat._getTracker("UA-2137333-1");
    2.89 -pageTracker._trackPageview();
    2.90 -</script>
    2.91 -</body>
    2.92 -</html>
    2.93 -
     3.1 --- a/contact.html	Wed Jul 07 00:03:03 2010 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,80 +0,0 @@
     3.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3.6 -
     3.7 -<head>
     3.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     3.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    3.10 -<meta name="description" content="A Digital Playground" />
    3.11 -<meta name="robots" content="index, follow, noarchive" />
    3.12 -<meta name="googlebot" content="noarchive" />
    3.13 -<script src="script.js" type="text/javascript"></script>
    3.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    3.15 -</head>
    3.16 -
    3.17 -<body onload="draw(0, 0, 0, 0, 0);">
    3.18 -<div id="wrap">
    3.19 -	<div id="header">			
    3.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    3.21 -	    <p id="intro">A Programmer's Playground.</p>
    3.22 -        <div id="nav">
    3.23 -			<ul>
    3.24 -				<li><a href="index.html">Home</a></li>
    3.25 -				<li><a href="chrome.html">Chrome</a></li>
    3.26 -				<li><a href="resume.html">Resume</a></li>
    3.27 -				<li><a href="howiwork.html">How I Work</a></li>
    3.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    3.29 -            	<li><a href="books.html">Books</a></li>
    3.30 -	         	<li><a href="links.html">Links</a></li>			
    3.31 -				<li><a href="contact.html">Contact</a></li>		
    3.32 -			</ul>		
    3.33 -	    </div>	
    3.34 -	</div>
    3.35 -	<div id="content-wrap">				
    3.36 -		<div id="main">
    3.37 -						
    3.38 -			<h2>Contact</h2>			
    3.39 -			<p><img src="images/contact.png" alt="water" class="float-left" height="100" width="100" />
    3.40 -			<br />Eugen Sawin<br />
    3.41 -         <a href="mailto:sawine@me73.com">sawine@me73.com</a>.</p>		
    3.42 -		
    3.43 -      
    3.44 -		</div>
    3.45 -		<div id="sidebar">
    3.46 -	        <p>
    3.47 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    3.48 -			ME73 is my digital playground.
    3.49 -            I'm a programmer, a student of computer science, a music enthusiast.
    3.50 -            This site serves as a portfolio for my work, private and professional.
    3.51 -	        </p>
    3.52 -			<div id="random_quote"></div>	        	
    3.53 -        </div>	
    3.54 -	</div>
    3.55 -  <div id="footer">
    3.56 -	<div id="footer-left">
    3.57 -		<p>
    3.58 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    3.59 -		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>
    3.60 -		</p>	
    3.61 -	</div>
    3.62 -	
    3.63 -	<div id="footer-right">
    3.64 -		<p class="align-right">
    3.65 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
    3.66 -		</p>
    3.67 -	</div>	
    3.68 -</div> 
    3.69 -</div>
    3.70 -<script type="text/javascript">
    3.71 -    javascript:load_random_quote();        
    3.72 -</script>
    3.73 -<script type="text/javascript">
    3.74 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    3.75 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    3.76 -</script>
    3.77 -<script type="text/javascript">
    3.78 -var pageTracker = _gat._getTracker("UA-2137333-1");
    3.79 -pageTracker._trackPageview();
    3.80 -</script>
    3.81 -</body>
    3.82 -</html>
    3.83 -
     4.1 --- a/howiwork.html	Wed Jul 07 00:03:03 2010 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,169 +0,0 @@
     4.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.6 -
     4.7 -<head>
     4.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     4.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    4.10 -<meta name="description" content="A Digital Playground" />
    4.11 -<meta name="robots" content="index, follow, noarchive" />
    4.12 -<meta name="googlebot" content="noarchive" />
    4.13 -<script src="script.js" type="text/javascript"></script>
    4.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    4.15 -</head>
    4.16 -
    4.17 -<body onload="draw(0, 0, 0, 0, 0);">
    4.18 -<div id="wrap">
    4.19 -	<div id="header">			
    4.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    4.21 -	    <p id="intro">A Programmer's Playground.</p>
    4.22 -        <div id="nav">
    4.23 -			<ul>
    4.24 -				<li><a href="index.html">Home</a></li>
    4.25 -				<li><a href="chrome.html">Chrome</a></li>
    4.26 -				<li><a href="resume.html">Resume</a></li>
    4.27 -				<li><a href="howiwork.html">How I Work</a></li>
    4.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    4.29 -            	<li><a href="books.html">Books</a></li>
    4.30 -	         	<li><a href="links.html">Links</a></li>			
    4.31 -				<li><a href="contact.html">Contact</a></li>		
    4.32 -			</ul>		
    4.33 -	    </div>	
    4.34 -	</div>
    4.35 -	<div id="content-wrap">				
    4.36 -		<div id="main">
    4.37 -			<h2>Programming Languages</h2>
    4.38 -<p><img src="images/binary.png" alt="binary" class="float-right" height="100" width="100" />
    4.39 -During my studies and personal work, I've used a variety of programming
    4.40 -languages. Here is an overview in chronologic order with some comments:</p>
    4.41 -<ul>
    4.42 -<li>
    4.43 -<h4>QBasic. *</h4>
    4.44 -It was the first language that I've learned. I've enjoyed hacking
    4.45 -around in it a little, but never got far with it due to lack of
    4.46 -learning resources.</li>
    4.47 -<li>
    4.48 -<h4>C++. *****</h4>
    4.49 -This was actually my second language to learn, which meant a big leap.
    4.50 -My first contact was at the age of 15, though I hadn't used it
    4.51 -extensively until I started studying. In the past years, I've been
    4.52 -developing most of my personal and professional work in C++. It's a beast and should be
    4.53 -only handled with care.</li>
    4.54 -<li>
    4.55 -<h4>Java. ***</h4>
    4.56 -My first contact with Java was at the university. It does provide help
    4.57 -by managed memory and a big standard library.
    4.58 -</li>
    4.59 -<li>
    4.60 -<h4>Haskell. *</h4>
    4.61 -This language was a love-hate relationship for me. I hated it for being
    4.62 -so difficult to grasp for the first time and loved it for inspiring me
    4.63 -to approach problem solving from a differnt angle, even when working
    4.64 -with non-functional languages.</li>
    4.65 -<li>
    4.66 -<h4>Prolog. **</h4>
    4.67 -Nice iterative language especially for the field of artificial
    4.68 -intelligence.</li>
    4.69 -<li>
    4.70 -<h4>C. *****</h4>
    4.71 -C is clean and flat. It is still the most successful structured language and will most
    4.72 -probably still be in use for many years to come, even if it's just "under the hood".</li>
    4.73 -<li>
    4.74 -<h4>Assembler. **</h4>
    4.75 -Been there, done that.</li>
    4.76 -<li>
    4.77 -<h4>C#. ***</h4>
    4.78 -It feels like the more mature language based on a managed
    4.79 -architecture, especially in combination with Visual Studio, developing
    4.80 -in it is a breeze. The .Net framework is mostly a well structured and
    4.81 -complete environment to work in.</li>
    4.82 -<li>
    4.83 -<h4>Python. ****</h4> 
    4.84 -It's my personal favourite language for many fields. It's best suited
    4.85 -for rapid prototyping, which fits perfectly into my method of working.</li>
    4.86 -<li>
    4.87 -<h4>Go. *</h4>
    4.88 -Google has developed an interesting language with the goal of providing a general programming language including a garbage collector and efficient methods for concurrency handling. It's a fun language and shows some interesting concepts including a more dynamic approach on object orientation.</li>
    4.89 -<li>
    4.90 -<br />* show my level of expertise in the language
    4.91 -</li>
    4.92 -</ul>
    4.93 -<h2>Operating Systems</h2>
    4.94 -<ul>
    4.95 -<li><h4>GNU/Linux</h4>
    4.96 -Ubuntu, openSUSE, Red Hat and CentOS.</li>
    4.97 -<li><h4>Microsoft Windows</h4>
    4.98 -Windows 95/98/2000/XP/Vista/7.</li>
    4.99 -<li><h4>AmigaOS</h4>
   4.100 -Been a while...</li>
   4.101 -</ul>
   4.102 -<h2>Environments</h2>
   4.103 -<ul>
   4.104 -<li>
   4.105 -<h4>GVim &amp; gedit</h4>
   4.106 -These are my general purpose editors for quick editing on all platforms
   4.107 -and have become my prefered editors when working in an IDE-free environment.</li>
   4.108 -<li>
   4.109 -<h4>Visual Studio</h4>
   4.110 -It's my first choice for C#, C++ and C programming on Windows. It has
   4.111 -proven to be a feature-rich, reliable and customisable IDE with great debugger integration.</li>
   4.112 -<li>
   4.113 -<h4>Eclipse</h4>
   4.114 -It's what I prefer when developing in Java and, to some extent, when
   4.115 -working in C++ on Linux. It has a great plugin system and is therefore
   4.116 -extendable to be used with a big variety of languages.</li>
   4.117 -</ul>
   4.118 -<h2>Tools</h2>
   4.119 -<ul>
   4.120 -<li>
   4.121 -<h4>Internet</h4>
   4.122 -Chrome for browsing, IRSSI for IRC and Skype for communication.</li>
   4.123 -<li>
   4.124 -<h4>Documentation</h4>
   4.125 -gedit &amp; LaTeX for papers, gnuplot for analysis visualisations and Inkscape for graphics.</li>
   4.126 -<li>
   4.127 -<h4>Version Control</h4>
   4.128 -Mercurial for private work. 
   4.129 -Subversion/CVS at work.</li>
   4.130 -</ul>
   4.131 -
   4.132 -      
   4.133 -		</div>
   4.134 -		<div id="sidebar">
   4.135 -	        <p>
   4.136 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
   4.137 -			ME73 is my digital playground.
   4.138 -            I'm a programmer, a student of computer science, a music enthusiast.
   4.139 -            This site serves as a portfolio for my work, private and professional.
   4.140 -	        </p>
   4.141 -			<div id="random_quote"></div>	        	
   4.142 -        </div>	
   4.143 -	</div>
   4.144 -  <div id="footer">
   4.145 -	<div id="footer-left">
   4.146 -		<p>
   4.147 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   4.148 -		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>
   4.149 -		</p>	
   4.150 -	</div>
   4.151 -	
   4.152 -	<div id="footer-right">
   4.153 -		<p class="align-right">
   4.154 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
   4.155 -		</p>
   4.156 -	</div>	
   4.157 -</div> 
   4.158 -</div>
   4.159 -<script type="text/javascript">
   4.160 -    javascript:load_random_quote();        
   4.161 -</script>
   4.162 -<script type="text/javascript">
   4.163 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   4.164 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   4.165 -</script>
   4.166 -<script type="text/javascript">
   4.167 -var pageTracker = _gat._getTracker("UA-2137333-1");
   4.168 -pageTracker._trackPageview();
   4.169 -</script>
   4.170 -</body>
   4.171 -</html>
   4.172 -
     5.1 --- a/index.html	Wed Jul 07 00:03:03 2010 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,78 +0,0 @@
     5.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     5.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     5.6 -
     5.7 -<head>
     5.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     5.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    5.10 -<meta name="description" content="A Digital Playground" />
    5.11 -<meta name="robots" content="index, follow, noarchive" />
    5.12 -<meta name="googlebot" content="noarchive" />
    5.13 -<script src="script.js" type="text/javascript"></script>
    5.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    5.15 -</head>
    5.16 -
    5.17 -<body onload="draw(0, 0, 0, 0, 0);">
    5.18 -<div id="wrap">
    5.19 -	<div id="header">			
    5.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    5.21 -	    <p id="intro">A Programmer's Playground.</p>
    5.22 -        <div id="nav">
    5.23 -			<ul>
    5.24 -				<li><a href="index.html">Home</a></li>
    5.25 -				<li><a href="chrome.html">Chrome</a></li>
    5.26 -				<li><a href="resume.html">Resume</a></li>
    5.27 -				<li><a href="howiwork.html">How I Work</a></li>
    5.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    5.29 -            	<li><a href="books.html">Books</a></li>
    5.30 -	         	<li><a href="links.html">Links</a></li>			
    5.31 -				<li><a href="contact.html">Contact</a></li>		
    5.32 -			</ul>		
    5.33 -	    </div>	
    5.34 -	</div>
    5.35 -	<div id="content-wrap">				
    5.36 -		<div id="main">
    5.37 -			<p>
    5.38 -<img src="images/mandelbrot.png" alt="Mandelbrot" height="280" width="100%" />
    5.39 -</p>
    5.40 -           
    5.41 -      
    5.42 -		</div>
    5.43 -		<div id="sidebar">
    5.44 -	        <p>
    5.45 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    5.46 -			ME73 is my digital playground.
    5.47 -            I'm a programmer, a student of computer science, a music enthusiast.
    5.48 -            This site serves as a portfolio for my work, private and professional.
    5.49 -	        </p>
    5.50 -			<div id="random_quote"></div>	        	
    5.51 -        </div>	
    5.52 -	</div>
    5.53 -  <div id="footer">
    5.54 -	<div id="footer-left">
    5.55 -		<p>
    5.56 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    5.57 -		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>
    5.58 -		</p>	
    5.59 -	</div>
    5.60 -	
    5.61 -	<div id="footer-right">
    5.62 -		<p class="align-right">
    5.63 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
    5.64 -		</p>
    5.65 -	</div>	
    5.66 -</div> 
    5.67 -</div>
    5.68 -<script type="text/javascript">
    5.69 -    javascript:load_random_quote();        
    5.70 -</script>
    5.71 -<script type="text/javascript">
    5.72 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    5.73 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    5.74 -</script>
    5.75 -<script type="text/javascript">
    5.76 -var pageTracker = _gat._getTracker("UA-2137333-1");
    5.77 -pageTracker._trackPageview();
    5.78 -</script>
    5.79 -</body>
    5.80 -</html>
    5.81 -
     6.1 --- a/kex.txt	Wed Jul 07 00:03:03 2010 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,1 +0,0 @@
     6.4 -RBxlPAuhi2xSgIG9vo9sxPny02lzoP5TzdzaIRdGD60
     7.1 --- a/links.html	Wed Jul 07 00:03:03 2010 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,96 +0,0 @@
     7.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     7.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     7.6 -
     7.7 -<head>
     7.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     7.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    7.10 -<meta name="description" content="A Digital Playground" />
    7.11 -<meta name="robots" content="index, follow, noarchive" />
    7.12 -<meta name="googlebot" content="noarchive" />
    7.13 -<script src="script.js" type="text/javascript"></script>
    7.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    7.15 -</head>
    7.16 -
    7.17 -<body onload="draw(0, 0, 0, 0, 0);">
    7.18 -<div id="wrap">
    7.19 -	<div id="header">			
    7.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    7.21 -	    <p id="intro">A Programmer's Playground.</p>
    7.22 -        <div id="nav">
    7.23 -			<ul>
    7.24 -				<li><a href="index.html">Home</a></li>
    7.25 -				<li><a href="chrome.html">Chrome</a></li>
    7.26 -				<li><a href="resume.html">Resume</a></li>
    7.27 -				<li><a href="howiwork.html">How I Work</a></li>
    7.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    7.29 -            	<li><a href="books.html">Books</a></li>
    7.30 -	         	<li><a href="links.html">Links</a></li>			
    7.31 -				<li><a href="contact.html">Contact</a></li>		
    7.32 -			</ul>		
    7.33 -	    </div>	
    7.34 -	</div>
    7.35 -	<div id="content-wrap">				
    7.36 -		<div id="main">
    7.37 -			<h2>Friends</h2>
    7.38 -<ul>
    7.39 -<li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
    7.40 -A good friend and designer for the visual arts.
    7.41 -</li>
    7.42 -<li><h4><a href="http://www.chris-koenig.de">Christian König</a></h4>
    7.43 -A fellow student and companion in the quest for world domination.
    7.44 -</li>
    7.45 -<li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
    7.46 -A friend, programmer and amateuer photographer.
    7.47 -</li>
    7.48 -<li><h4><a href="http://thuber.net">Thomas Huber</a></h4>
    7.49 -A fellow student of artificial intelligence.
    7.50 -</li>
    7.51 -</ul>
    7.52 -<h2>Professional</h2>
    7.53 -<ul>
    7.54 -<li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. rer. nat. Stephan Schulz</a></h4>
    7.55 -My advisor during my bachelor thesis and creator of the brainiac theorem prover called E.
    7.56 -</li>
    7.57 -</ul>
    7.58 -
    7.59 -      
    7.60 -		</div>
    7.61 -		<div id="sidebar">
    7.62 -	        <p>
    7.63 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    7.64 -			ME73 is my digital playground.
    7.65 -            I'm a programmer, a student of computer science, a music enthusiast.
    7.66 -            This site serves as a portfolio for my work, private and professional.
    7.67 -	        </p>
    7.68 -			<div id="random_quote"></div>	        	
    7.69 -        </div>	
    7.70 -	</div>
    7.71 -  <div id="footer">
    7.72 -	<div id="footer-left">
    7.73 -		<p>
    7.74 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    7.75 -		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>
    7.76 -		</p>	
    7.77 -	</div>
    7.78 -	
    7.79 -	<div id="footer-right">
    7.80 -		<p class="align-right">
    7.81 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
    7.82 -		</p>
    7.83 -	</div>	
    7.84 -</div> 
    7.85 -</div>
    7.86 -<script type="text/javascript">
    7.87 -    javascript:load_random_quote();        
    7.88 -</script>
    7.89 -<script type="text/javascript">
    7.90 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    7.91 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    7.92 -</script>
    7.93 -<script type="text/javascript">
    7.94 -var pageTracker = _gat._getTracker("UA-2137333-1");
    7.95 -pageTracker._trackPageview();
    7.96 -</script>
    7.97 -</body>
    7.98 -</html>
    7.99 -
     8.1 --- a/personalwork.html	Wed Jul 07 00:03:03 2010 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,163 +0,0 @@
     8.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     8.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     8.6 -
     8.7 -<head>
     8.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     8.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    8.10 -<meta name="description" content="A Digital Playground" />
    8.11 -<meta name="robots" content="index, follow, noarchive" />
    8.12 -<meta name="googlebot" content="noarchive" />
    8.13 -<script src="script.js" type="text/javascript"></script>
    8.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    8.15 -</head>
    8.16 -
    8.17 -<body onload="draw(0, 0, 0, 0, 0);">
    8.18 -<div id="wrap">
    8.19 -	<div id="header">			
    8.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    8.21 -	    <p id="intro">A Programmer's Playground.</p>
    8.22 -        <div id="nav">
    8.23 -			<ul>
    8.24 -				<li><a href="index.html">Home</a></li>
    8.25 -				<li><a href="chrome.html">Chrome</a></li>
    8.26 -				<li><a href="resume.html">Resume</a></li>
    8.27 -				<li><a href="howiwork.html">How I Work</a></li>
    8.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    8.29 -            	<li><a href="books.html">Books</a></li>
    8.30 -	         	<li><a href="links.html">Links</a></li>			
    8.31 -				<li><a href="contact.html">Contact</a></li>		
    8.32 -			</ul>		
    8.33 -	    </div>	
    8.34 -	</div>
    8.35 -	<div id="content-wrap">				
    8.36 -		<div id="main">
    8.37 -					<h2><a name="tools">Tools</a></h2>
    8.38 -            <ul>
    8.39 -                <li>
    8.40 -                    <h3><a name="netchannel">NetChannel</a></h3>
    8.41 -                    <h4>Description</h4>
    8.42 -                    <p>NetChannel is a simple Python object for message-based network communication
    8.43 -                    on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</p>
    8.44 -                    <h4>Version 0.7</h4>
    8.45 -                    <p>A stable prototype.</p>
    8.46 -                    <p class="download"><a href="http://me73.com/downloads/netchannel.zip">
    8.47 -                    Download NetChannel (Python required)</a></p>                    
    8.48 -                </li>
    8.49 -                <li>
    8.50 -                    <h3><a name="eden">Eden Plotter</a></h3>
    8.51 -                    <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
    8.52 -                    <h4>Description</h4>
    8.53 -                    <p>Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
    8.54 -                    What it does is approximating a given function by the methods of GP.</p>
    8.55 -                    <h4>Version 0.9</h4>
    8.56 -                    <p>An unendurable slow prototype.</p>
    8.57 -                    <p class="download"><a href="http://me73.com/downloads/eden.zip">
    8.58 -                    Download Eden Plotter (Python required)</a></p>
    8.59 -                </li>
    8.60 -                <li>
    8.61 -                    <h3><a name="anq">ANQ</a></h3>
    8.62 -                    <h4>Description</h4>
    8.63 -                    <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />                    
    8.64 -                    <p>ANQ
    8.65 -is a testing environment for distributed algorithms. It provides a
    8.66 -centralised and convenient way of organising runtime dynamic
    8.67 -topologies, gives full control over the initialisation and flow of the
    8.68 -algorithm and helps in tracking the current node states by visualising
    8.69 -the node reports on the OpenGL graph.</p>                    	
    8.70 -                    <p>
    8.71 -ANQ builds on the ANQ Protocol which can be optionally extended on
    8.72 -special needs for the algorithm to be tested. The ANQ Master is written
    8.73 -in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
    8.74 -Node were developed in Python. </p>
    8.75 -                    <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
    8.76 -                    <h4>Version Antquarium Prototype</h4>
    8.77 -                    <p>Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.</p>
    8.78 -                    <p class="download"><a href="http://me73.com/downloads/antquarium.zip">
    8.79 -                    Download Antquarium for Windows (Python and .Net 2.0 required)</a></p>
    8.80 -                    <h4>Version 0.4.1</h4>
    8.81 -                    <p>Stable version missing features like flow and runtime topology control.</p>
    8.82 -                    <p class="download"><a href="mailto:esawin@gmail.com?subject=ANQ%20SVN%20access">
    8.83 -                    Request Access to Subversion Repository</a></p>
    8.84 -                </li>
    8.85 -            </ul>
    8.86 -            
    8.87 -			<p class="postmeta">				
    8.88 -			<a href="mailto:esawin@gmail.com?subject=Comment%20on%20tools" class="comments">Comment</a> 
    8.89 -			<span class="date">July 28, 2008</span></p>
    8.90 -			<h2><a name="games">Games</a></h2>
    8.91 -				
    8.92 -            <ul><li>
    8.93 -                    <h3><a name="theme_blocks">Theme Blocks</a></h3>                    
    8.94 -                    <h4>Gameplay</h4>
    8.95 -                    <p>A traditional gameplay most people will be familiar with.
    8.96 -                    You have blocks falling down, you have a highscore.</p>
    8.97 -                    <h4>Features</h4>
    8.98 -                    <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
    8.99 -                    <ul><li>Online highscore list</li><li>Hardware accelerated graphics</li><li>Fullscreen and windowed mode</li><li>Two colour themes: black and white</li><li>Anti-aliasing support</li></ul>    		        
   8.100 -                    <h4>Requirements</h4>		        
   8.101 -                    <ul><li>Microsoft Windows XP or Vista</li><li>Graphics card supporting OpenGL 1.3 or higher</li><li>One keyboard with at least the arrow keys working</li></ul>	                		        
   8.102 -                    <p class="download"><a href="http://me73.com/downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></p>     	        
   8.103 -                </li><li> 		        
   8.104 -                    <h3><a name="pyng_pong">Pyng Pong</a></h3>
   8.105 -                    <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
   8.106 -                    <h4>Gameplay</h4>
   8.107 -                    <p>Two bats, one ball...</p>		            
   8.108 -                    <h4>Features</h4>
   8.109 -                    <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
   8.110 -                    <p class="download"><a href="http://me73.com/downloads/PyngPongSetup.exe">
   8.111 -                    Download Pyng Pong for Windows (2.4MB)</a></p>
   8.112 -                    <p class="download"><a href="http://me73.com/downloads/pyngpong.zip">
   8.113 -                    Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></p>	
   8.114 -                    </li><li>
   8.115 -                    
   8.116 -                    <h3><a name="klangbild">Klangbild</a></h3>
   8.117 -                    <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
   8.118 -                    <h4>Gameplay</h4>
   8.119 -                    <p>There is no gameplay yet, it's a prototype for an audio-visual puzzle game.</p>
   8.120 -                    <h4>Features</h4>
   8.121 -                    <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
   8.122 -                    <p class="download"><a href="http://me73.com/downloads/klangbild.zip">
   8.123 -                    Download Klangbild (Python and PyGlet required)</a></p>		            
   8.124 -                </li></ul>            
   8.125 -            		
   8.126 -      
   8.127 -		</div>
   8.128 -		<div id="sidebar">
   8.129 -	        <p>
   8.130 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
   8.131 -			ME73 is my digital playground.
   8.132 -            I'm a programmer, a student of computer science, a music enthusiast.
   8.133 -            This site serves as a portfolio for my work, private and professional.
   8.134 -	        </p>
   8.135 -			<div id="random_quote"></div>	        	
   8.136 -        </div>	
   8.137 -	</div>
   8.138 -  <div id="footer">
   8.139 -	<div id="footer-left">
   8.140 -		<p>
   8.141 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   8.142 -		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>
   8.143 -		</p>	
   8.144 -	</div>
   8.145 -	
   8.146 -	<div id="footer-right">
   8.147 -		<p class="align-right">
   8.148 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
   8.149 -		</p>
   8.150 -	</div>	
   8.151 -</div> 
   8.152 -</div>
   8.153 -<script type="text/javascript">
   8.154 -    javascript:load_random_quote();        
   8.155 -</script>
   8.156 -<script type="text/javascript">
   8.157 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   8.158 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   8.159 -</script>
   8.160 -<script type="text/javascript">
   8.161 -var pageTracker = _gat._getTracker("UA-2137333-1");
   8.162 -pageTracker._trackPageview();
   8.163 -</script>
   8.164 -</body>
   8.165 -</html>
   8.166 -
     9.1 --- a/resume.html	Wed Jul 07 00:03:03 2010 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,116 +0,0 @@
     9.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     9.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     9.6 -
     9.7 -<head>
     9.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     9.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    9.10 -<meta name="description" content="A Digital Playground" />
    9.11 -<meta name="robots" content="index, follow, noarchive" />
    9.12 -<meta name="googlebot" content="noarchive" />
    9.13 -<script src="script.js" type="text/javascript"></script>
    9.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    9.15 -</head>
    9.16 -
    9.17 -<body onload="draw(0, 0, 0, 0, 0);">
    9.18 -<div id="wrap">
    9.19 -	<div id="header">			
    9.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    9.21 -	    <p id="intro">A Programmer's Playground.</p>
    9.22 -        <div id="nav">
    9.23 -			<ul>
    9.24 -				<li><a href="index.html">Home</a></li>
    9.25 -				<li><a href="chrome.html">Chrome</a></li>
    9.26 -				<li><a href="resume.html">Resume</a></li>
    9.27 -				<li><a href="howiwork.html">How I Work</a></li>
    9.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    9.29 -            	<li><a href="books.html">Books</a></li>
    9.30 -	         	<li><a href="links.html">Links</a></li>			
    9.31 -				<li><a href="contact.html">Contact</a></li>		
    9.32 -			</ul>		
    9.33 -	    </div>	
    9.34 -	</div>
    9.35 -	<div id="content-wrap">				
    9.36 -		<div id="main">
    9.37 -			
    9.38 -<h2>Professional Experience</h2>
    9.39 -<ul>
    9.40 -<li><h4>Software Engineer, Comsoft GmbH, since 2010</h4>
    9.41 -Development of safety-critical back end systems for the ATC domain.
    9.42 -</li>
    9.43 -</ul>
    9.44 -<h2>Accompanying the Studies</h2>
    9.45 -<ul>
    9.46 -<li><h4>Bachelor Thesis, Comsoft GmbH, 2009-2010</h4>
    9.47 -"Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation" 
    9.48 -</li>
    9.49 -<li><h4>Working Student &amp; Internship, Comsoft GmbH, 2008-2009</h4>
    9.50 -Development of software and driver for safety-critical embedded systems.
    9.51 -</li>
    9.52 -<li>
    9.53 -<h4>Student Assistant, University of Applied Sciences Offenburg, 2008</h4>
    9.54 -Assistance at a university course for object-oriented software development.
    9.55 -</li>
    9.56 -<li><h4>University Project, University of Applied Sciences Offenburg &amp; Karlsruhe Institute of Technology, 2008</h4>
    9.57 -Development of a client for 3D data streaming and visualisation. 
    9.58 -</li>
    9.59 -<li><h4>University Project, University Karlsruhe, 2006</h4>
    9.60 -Development of a multi-discipline scheduler.
    9.61 -</li>
    9.62 -</ul>
    9.63 -<h2>Education</h2>
    9.64 -<ul>
    9.65 -<li>
    9.66 -<h4>University of Applied Sciences Offenburg, 2007-2010</h4>
    9.67 -B. Sc. in Computer Science.<br />
    9.68 -Emphasis in Distributed Systems and Artificial Intelligence.
    9.69 -</li>
    9.70 -</ul>
    9.71 -<ul>
    9.72 -<li>
    9.73 -<h4>University Karlsruhe, 2003-2007</h4>
    9.74 -Diplom in Informatics, 6 semesters.
    9.75 -</li>
    9.76 -</ul>
    9.77 -
    9.78 -
    9.79 -      
    9.80 -		</div>
    9.81 -		<div id="sidebar">
    9.82 -	        <p>
    9.83 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    9.84 -			ME73 is my digital playground.
    9.85 -            I'm a programmer, a student of computer science, a music enthusiast.
    9.86 -            This site serves as a portfolio for my work, private and professional.
    9.87 -	        </p>
    9.88 -			<div id="random_quote"></div>	        	
    9.89 -        </div>	
    9.90 -	</div>
    9.91 -  <div id="footer">
    9.92 -	<div id="footer-left">
    9.93 -		<p>
    9.94 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    9.95 -		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>
    9.96 -		</p>	
    9.97 -	</div>
    9.98 -	
    9.99 -	<div id="footer-right">
   9.100 -		<p class="align-right">
   9.101 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
   9.102 -		</p>
   9.103 -	</div>	
   9.104 -</div> 
   9.105 -</div>
   9.106 -<script type="text/javascript">
   9.107 -    javascript:load_random_quote();        
   9.108 -</script>
   9.109 -<script type="text/javascript">
   9.110 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   9.111 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   9.112 -</script>
   9.113 -<script type="text/javascript">
   9.114 -var pageTracker = _gat._getTracker("UA-2137333-1");
   9.115 -pageTracker._trackPageview();
   9.116 -</script>
   9.117 -</body>
   9.118 -</html>
   9.119 -
    10.1 --- a/sidebar.html	Wed Jul 07 00:03:03 2010 +0200
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,13 +0,0 @@
    10.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    10.5 -<html><head></head><body><div id="sidebar">		
    10.6 -	<h3>About</h3>	
    10.7 -	<p>
    10.8 -		<img src="images/me2.png" alt="me" class="float-left" height="64" width="64">		
    10.9 -		ME73 is my digital playground.&nbsp;I'm a programmer, a student of computer science, a music enthusiast.
   10.10 -		I'm interested in sciences including physics and astronomy and like anything related to artificial intelligence,
   10.11 -		distributed systems and digital image processing.
   10.12 -		This site serves as a portfolio for my work, private and professional.
   10.13 -	</p>	   
   10.14 -	<h3><br></h3>
   10.15 -	<div id="random_quote"></div>	
   10.16 -</div></body></html>
    11.1 --- a/thesis.txt	Wed Jul 07 00:03:03 2010 +0200
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,58 +0,0 @@
    11.4 -Diploma/Master's Thesis in Computer Science
    11.5 -
    11.6 -Supervisor: Dr. Stephan Schulz, stephan.schulz@comsoft.de
    11.7 -            Dr. Marina Müller, marina.mueller@comsoft.de
    11.8 -
    11.9 -"An Explicit Rule Language to Express Safety Constraints for 
   11.10 - Minimum Safe Altitude and Area Proximity Warnings" 
   11.11 -
   11.12 -Safety Net applications are computer programs that monitor the air
   11.13 -situation based on data from sensors (radars, multilateration, ADS-B)
   11.14 -or, more often, tracker systems that integrate data from sensors over
   11.15 -time. These programs try to predict critical situations and alarm ATC
   11.16 -controllers ahead of time. Examples include Short Term Conflict Alert
   11.17 -(STCA) systems, Minimum Safe Altitude Warning (MSAW) systems, and Area
   11.18 -Proximity Warning (APW) systems. STCA systems predict the flight paths
   11.19 -of different aircraft and issue a warning up to two minutes ahead of a
   11.20 -potential separation violation. MSAW and APW systems predict single
   11.21 -aircraft trajectories and issue a warning if there is a significant
   11.22 -risk that the aircraft comes too close to a terrain feature,
   11.23 -obstacle, or prohibited region.
   11.24 -
   11.25 -While the basic trajectory prediction is always based on the same
   11.26 -principles, the generation of warning messages is highly dependent on
   11.27 -local conditions. The quality of the sensor coverage dictates aircraft
   11.28 -separation rules. Local geography may require trajectories that would
   11.29 -normally be avoided. Availability of flight plan information can help
   11.30 -to recognize potentially dangerous situations as already anticipated
   11.31 -and under control. As an example, if a flight plan contains a cleared
   11.32 -altitude of 300 flight levels, the aircraft is expected to level off
   11.33 -its ascent there, and hence will not conflict with an aircraft at an
   11.34 -altitude of 320 flight levels, even if a naive projection based on the
   11.35 -current rate of ascent does indicate a potential conflict.
   11.36 -
   11.37 -Currently, Safety Net systems use standard requirement engineering to
   11.38 -identify the necessary conditions for each particular
   11.39 -deployment. These requirements are then translated manually into
   11.40 -program code. However, this process is tedious and error-prone, and
   11.41 -the resulting code can be rather complex and hard to maintain. Each
   11.42 -modification requires extensive re-validation of the software.
   11.43 -
   11.44 -The aim of this thesis is the development and implementation of a
   11.45 -language that can express the necessary conflict for an ATC Safety Net
   11.46 -in symbolic, human-readable form. Depending on the outcome of an
   11.47 -initial feasibility study, the language should be either interpreted
   11.48 -by the Safety Net System, or automatically compiled into C++ code.
   11.49 -
   11.50 -For this purpose, first the necessary attributes and relations have to
   11.51 -to be identified. Then a proper rule semantics (prioritised, weighted,
   11.52 -non-monotonic/exception-based...) has to be determined, and finally an
   11.53 -initial prototype language needs to be designed and implemented.
   11.54 -
   11.55 -----
   11.56 -Comsoft is a medium-sized, privately owned company located in
   11.57 -Karlsruhe/Durlach. We continually offer interesting diploma topics,
   11.58 -practicals, and internships in computer science, signal processing,
   11.59 -electrical engineering, and related topics. For generic enquiries
   11.60 -please contact human resources at waltraud.schweitzer@comsoft.de.
   11.61 -
    12.1 --- a/tutorials.html	Wed Jul 07 00:03:03 2010 +0200
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,41 +0,0 @@
    12.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    12.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
    12.6 -
    12.7 -<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    12.8 -<meta name="author" content="Eugen Sawin - me73.com" />
    12.9 -<meta name="description" content="A Digital Playground" />
   12.10 -<meta name="robots" content="index, follow, noarchive" />
   12.11 -<meta name="googlebot" content="noarchive" />
   12.12 -<script src="script.js" type="text/javascript"></script>
   12.13 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
   12.14 -
   12.15 -<body>
   12.16 -<div id="wrap">
   12.17 -    <div id="header"></div>
   12.18 -	<div id="content-wrap">				
   12.19 -		<div id="main">		
   12.20 -		    <h2>Where Are The Old Tutorials?</h2>
   12.21 -		    <img src="images/questionmark.png" alt="questionmark" class="float-right" height="100" width="100" />
   12.22 -		    <p>Despite the elementary nature of my tutorials, they've created a suprisingly steady stream
   12.23 -		    of traffic for my site.&nbsp;</p><p>Today,
   12.24 -I believe that tutorials can cause more harm than solve&nbsp;problems.
   12.25 -A tutorial will not replace a well done research, a good book and
   12.26 -proper education. It will, however, in many cases promote quick and
   12.27 -often unsafe solutions without a real understanding of the underlying
   12.28 -material.</p><br /><p class="postmeta">				
   12.29 -			<a href="mailto:esawin@gmail.com?subject=Comment%20on%20tutorials" class="comments">Comment</a> <span class="date">May 9, 2009</span>	
   12.30 -			</p>			
   12.31 -		</div>
   12.32 -        <div id="sidebar"></div>
   12.33 -	</div>
   12.34 -    <div id="footer"></div>
   12.35 -</div>
   12.36 -
   12.37 -<script type="text/javascript">
   12.38 -    javascript:load_header("tutorials");
   12.39 -	javascript:load_sidebar();
   12.40 -    javascript:load_footer();
   12.41 -	javascript:load_random_quote();
   12.42 -    javascript:google_an();
   12.43 -</script>
   12.44 -</body></html>
   12.45 \ No newline at end of file