personalwork.html
changeset 20 adbea491e9b9
parent 17 a264da3d80be
     1.1 --- a/personalwork.html	Tue Jul 06 00:22:27 2010 +0200
     1.2 +++ b/personalwork.html	Tue Jul 06 11:56:48 2010 +0200
     1.3 @@ -1,163 +1,163 @@
     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);">
    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 -					<h2><a name="tools">Tools</a></h2>
    1.38 -            <ul>
    1.39 -                <li>
    1.40 -                    <h3><a name="netchannel">NetChannel</a></h3>
    1.41 -                    <h4>Description</h4>
    1.42 -                    <p>NetChannel is a simple Python object for message-based network communication
    1.43 -                    on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</p>
    1.44 -                    <h4>Version 0.7</h4>
    1.45 -                    <p>A stable prototype.</p>
    1.46 -                    <p class="download"><a href="http://me73.com/downloads/netchannel.zip">
    1.47 -                    Download NetChannel (Python required)</a></p>                    
    1.48 -                </li>
    1.49 -                <li>
    1.50 -                    <h3><a name="eden">Eden Plotter</a></h3>
    1.51 -                    <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
    1.52 -                    <h4>Description</h4>
    1.53 -                    <p>Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
    1.54 -                    What it does is approximating a given function by the methods of GP.</p>
    1.55 -                    <h4>Version 0.9</h4>
    1.56 -                    <p>An unendurable slow prototype.</p>
    1.57 -                    <p class="download"><a href="http://me73.com/downloads/eden.zip">
    1.58 -                    Download Eden Plotter (Python required)</a></p>
    1.59 -                </li>
    1.60 -                <li>
    1.61 -                    <h3><a name="anq">ANQ</a></h3>
    1.62 -                    <h4>Description</h4>
    1.63 -                    <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />                    
    1.64 -                    <p>ANQ
    1.65 -is a testing environment for distributed algorithms. It provides a
    1.66 -centralised and convenient way of organising runtime dynamic
    1.67 -topologies, gives full control over the initialisation and flow of the
    1.68 -algorithm and helps in tracking the current node states by visualising
    1.69 -the node reports on the OpenGL graph.</p>                    	
    1.70 -                    <p>
    1.71 -ANQ builds on the ANQ Protocol which can be optionally extended on
    1.72 -special needs for the algorithm to be tested. The ANQ Master is written
    1.73 -in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
    1.74 -Node were developed in Python. </p>
    1.75 -                    <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
    1.76 -                    <h4>Version Antquarium Prototype</h4>
    1.77 -                    <p>Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.</p>
    1.78 -                    <p class="download"><a href="http://me73.com/downloads/antquarium.zip">
    1.79 -                    Download Antquarium for Windows (Python and .Net 2.0 required)</a></p>
    1.80 -                    <h4>Version 0.4.1</h4>
    1.81 -                    <p>Stable version missing features like flow and runtime topology control.</p>
    1.82 -                    <p class="download"><a href="mailto:esawin@gmail.com?subject=ANQ%20SVN%20access">
    1.83 -                    Request Access to Subversion Repository</a></p>
    1.84 -                </li>
    1.85 -            </ul>
    1.86 -            
    1.87 -			<p class="postmeta">				
    1.88 -			<a href="mailto:esawin@gmail.com?subject=Comment%20on%20tools" class="comments">Comment</a> 
    1.89 -			<span class="date">July 28, 2008</span></p>
    1.90 -			<h2><a name="games">Games</a></h2>
    1.91 -				
    1.92 -            <ul><li>
    1.93 -                    <h3><a name="theme_blocks">Theme Blocks</a></h3>                    
    1.94 -                    <h4>Gameplay</h4>
    1.95 -                    <p>A traditional gameplay most people will be familiar with.
    1.96 -                    You have blocks falling down, you have a highscore.</p>
    1.97 -                    <h4>Features</h4>
    1.98 -                    <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
    1.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>    		        
   1.100 -                    <h4>Requirements</h4>		        
   1.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>	                		        
   1.102 -                    <p class="download"><a href="http://me73.com/downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></p>     	        
   1.103 -                </li><li> 		        
   1.104 -                    <h3><a name="pyng_pong">Pyng Pong</a></h3>
   1.105 -                    <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
   1.106 -                    <h4>Gameplay</h4>
   1.107 -                    <p>Two bats, one ball...</p>		            
   1.108 -                    <h4>Features</h4>
   1.109 -                    <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
   1.110 -                    <p class="download"><a href="http://me73.com/downloads/PyngPongSetup.exe">
   1.111 -                    Download Pyng Pong for Windows (2.4MB)</a></p>
   1.112 -                    <p class="download"><a href="http://me73.com/downloads/pyngpong.zip">
   1.113 -                    Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></p>	
   1.114 -                    </li><li>
   1.115 -                    
   1.116 -                    <h3><a name="klangbild">Klangbild</a></h3>
   1.117 -                    <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
   1.118 -                    <h4>Gameplay</h4>
   1.119 -                    <p>There is no gameplay yet, it's a prototype for an audio-visual puzzle game.</p>
   1.120 -                    <h4>Features</h4>
   1.121 -                    <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
   1.122 -                    <p class="download"><a href="http://me73.com/downloads/klangbild.zip">
   1.123 -                    Download Klangbild (Python and PyGlet required)</a></p>		            
   1.124 -                </li></ul>            
   1.125 -            		
   1.126 -      
   1.127 -		</div>
   1.128 -		<div id="sidebar">
   1.129 -	        <p>
   1.130 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
   1.131 -			ME73 is my digital playground.
   1.132 -            I'm a programmer, a student of computer science, a music enthusiast.
   1.133 -            This site serves as a portfolio for my work, private and professional.
   1.134 -	        </p>
   1.135 -			<div id="random_quote"></div>	        	
   1.136 -        </div>	
   1.137 -	</div>
   1.138 -  <div id="footer">
   1.139 -	<div id="footer-left">
   1.140 -		<p>
   1.141 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   1.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>
   1.143 -		</p>	
   1.144 -	</div>
   1.145 -	
   1.146 -	<div id="footer-right">
   1.147 -		<p class="align-right">
   1.148 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
   1.149 -		</p>
   1.150 -	</div>	
   1.151 -</div> 
   1.152 -</div>
   1.153 -<script type="text/javascript">
   1.154 -    javascript:load_random_quote();        
   1.155 -</script>
   1.156 -<script type="text/javascript">
   1.157 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.158 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.159 -</script>
   1.160 -<script type="text/javascript">
   1.161 -var pageTracker = _gat._getTracker("UA-2137333-1");
   1.162 -pageTracker._trackPageview();
   1.163 -</script>
   1.164 -</body>
   1.165 -</html>
   1.166 -
   1.167 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   1.168 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   1.169 +
   1.170 +<head>
   1.171 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
   1.172 +<meta name="author" content="Eugen Sawin - me73.com" />
   1.173 +<meta name="description" content="A Digital Playground" />
   1.174 +<meta name="robots" content="index, follow, noarchive" />
   1.175 +<meta name="googlebot" content="noarchive" />
   1.176 +<script src="script.js" type="text/javascript"></script>
   1.177 +<link rel="stylesheet" href="dark.css" type="text/css" />
   1.178 +</head>
   1.179 +
   1.180 +<body onload="draw(0, 0, 0, 0, 0);">
   1.181 +<div id="wrap">
   1.182 +	<div id="header">			
   1.183 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
   1.184 +	    <p id="intro">A Programmer's Playground.</p>
   1.185 +        <div id="nav">
   1.186 +			<ul>
   1.187 +				<li><a href="index.html">Home</a></li>
   1.188 +				<li><a href="chrome.html">Chrome</a></li>
   1.189 +				<li><a href="resume.html">Resume</a></li>
   1.190 +				<li><a href="howiwork.html">How I Work</a></li>
   1.191 +				<li><a href="personalwork.html">Personal Work</a></li>
   1.192 +            	<li><a href="books.html">Books</a></li>
   1.193 +	         	<li><a href="links.html">Links</a></li>			
   1.194 +				<li><a href="contact.html">Contact</a></li>		
   1.195 +			</ul>		
   1.196 +	    </div>	
   1.197 +	</div>
   1.198 +	<div id="content-wrap">				
   1.199 +		<div id="main">
   1.200 +					<h2><a name="tools">Tools</a></h2>
   1.201 +            <ul>
   1.202 +                <li>
   1.203 +                    <h3><a name="netchannel">NetChannel</a></h3>
   1.204 +                    <h4>Description</h4>
   1.205 +                    <p>NetChannel is a simple Python object for message-based network communication
   1.206 +                    on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</p>
   1.207 +                    <h4>Version 0.7</h4>
   1.208 +                    <p>A stable prototype.</p>
   1.209 +                    <p class="download"><a href="http://me73.com/downloads/netchannel.zip">
   1.210 +                    Download NetChannel (Python required)</a></p>                    
   1.211 +                </li>
   1.212 +                <li>
   1.213 +                    <h3><a name="eden">Eden Plotter</a></h3>
   1.214 +                    <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
   1.215 +                    <h4>Description</h4>
   1.216 +                    <p>Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
   1.217 +                    What it does is approximating a given function by the methods of GP.</p>
   1.218 +                    <h4>Version 0.9</h4>
   1.219 +                    <p>An unendurable slow prototype.</p>
   1.220 +                    <p class="download"><a href="http://me73.com/downloads/eden.zip">
   1.221 +                    Download Eden Plotter (Python required)</a></p>
   1.222 +                </li>
   1.223 +                <li>
   1.224 +                    <h3><a name="anq">ANQ</a></h3>
   1.225 +                    <h4>Description</h4>
   1.226 +                    <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />                    
   1.227 +                    <p>ANQ
   1.228 +is a testing environment for distributed algorithms. It provides a
   1.229 +centralised and convenient way of organising runtime dynamic
   1.230 +topologies, gives full control over the initialisation and flow of the
   1.231 +algorithm and helps in tracking the current node states by visualising
   1.232 +the node reports on the OpenGL graph.</p>                    	
   1.233 +                    <p>
   1.234 +ANQ builds on the ANQ Protocol which can be optionally extended on
   1.235 +special needs for the algorithm to be tested. The ANQ Master is written
   1.236 +in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
   1.237 +Node were developed in Python. </p>
   1.238 +                    <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
   1.239 +                    <h4>Version Antquarium Prototype</h4>
   1.240 +                    <p>Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.</p>
   1.241 +                    <p class="download"><a href="http://me73.com/downloads/antquarium.zip">
   1.242 +                    Download Antquarium for Windows (Python and .Net 2.0 required)</a></p>
   1.243 +                    <h4>Version 0.4.1</h4>
   1.244 +                    <p>Stable version missing features like flow and runtime topology control.</p>
   1.245 +                    <p class="download"><a href="mailto:esawin@gmail.com?subject=ANQ%20SVN%20access">
   1.246 +                    Request Access to Subversion Repository</a></p>
   1.247 +                </li>
   1.248 +            </ul>
   1.249 +            
   1.250 +			<p class="postmeta">				
   1.251 +			<a href="mailto:esawin@gmail.com?subject=Comment%20on%20tools" class="comments">Comment</a> 
   1.252 +			<span class="date">July 28, 2008</span></p>
   1.253 +			<h2><a name="games">Games</a></h2>
   1.254 +				
   1.255 +            <ul><li>
   1.256 +                    <h3><a name="theme_blocks">Theme Blocks</a></h3>                    
   1.257 +                    <h4>Gameplay</h4>
   1.258 +                    <p>A traditional gameplay most people will be familiar with.
   1.259 +                    You have blocks falling down, you have a highscore.</p>
   1.260 +                    <h4>Features</h4>
   1.261 +                    <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
   1.262 +                    <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>    		        
   1.263 +                    <h4>Requirements</h4>		        
   1.264 +                    <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>	                		        
   1.265 +                    <p class="download"><a href="http://me73.com/downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></p>     	        
   1.266 +                </li><li> 		        
   1.267 +                    <h3><a name="pyng_pong">Pyng Pong</a></h3>
   1.268 +                    <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
   1.269 +                    <h4>Gameplay</h4>
   1.270 +                    <p>Two bats, one ball...</p>		            
   1.271 +                    <h4>Features</h4>
   1.272 +                    <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
   1.273 +                    <p class="download"><a href="http://me73.com/downloads/PyngPongSetup.exe">
   1.274 +                    Download Pyng Pong for Windows (2.4MB)</a></p>
   1.275 +                    <p class="download"><a href="http://me73.com/downloads/pyngpong.zip">
   1.276 +                    Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></p>	
   1.277 +                    </li><li>
   1.278 +                    
   1.279 +                    <h3><a name="klangbild">Klangbild</a></h3>
   1.280 +                    <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
   1.281 +                    <h4>Gameplay</h4>
   1.282 +                    <p>There is no gameplay yet, it's a prototype for an audio-visual puzzle game.</p>
   1.283 +                    <h4>Features</h4>
   1.284 +                    <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
   1.285 +                    <p class="download"><a href="http://me73.com/downloads/klangbild.zip">
   1.286 +                    Download Klangbild (Python and PyGlet required)</a></p>		            
   1.287 +                </li></ul>            
   1.288 +            		
   1.289 +      
   1.290 +		</div>
   1.291 +		<div id="sidebar">
   1.292 +	        <p>
   1.293 +				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
   1.294 +			ME73 is my digital playground.
   1.295 +            I'm a programmer, a student of computer science, a music enthusiast.
   1.296 +            This site serves as a portfolio for my work, private and professional.
   1.297 +	        </p>
   1.298 +			<div id="random_quote"></div>	        	
   1.299 +        </div>	
   1.300 +	</div>
   1.301 +  <div id="footer">
   1.302 +	<div id="footer-left">
   1.303 +		<p>
   1.304 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   1.305 +		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.306 +		</p>	
   1.307 +	</div>
   1.308 +	
   1.309 +	<div id="footer-right">
   1.310 +		<p class="align-right">
   1.311 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
   1.312 +		</p>
   1.313 +	</div>	
   1.314 +</div> 
   1.315 +</div>
   1.316 +<script type="text/javascript">
   1.317 +    javascript:load_random_quote();        
   1.318 +</script>
   1.319 +<script type="text/javascript">
   1.320 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.321 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.322 +</script>
   1.323 +<script type="text/javascript">
   1.324 +var pageTracker = _gat._getTracker("UA-2137333-1");
   1.325 +pageTracker._trackPageview();
   1.326 +</script>
   1.327 +</body>
   1.328 +</html>
   1.329 +