personalwork.html
changeset 0 d9b71931f372
child 2 98e7c7074764
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/personalwork.html	Thu May 27 13:10:09 2010 +0200
     1.3 @@ -0,0 +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"><head>
     1.6 +
     1.7 +<title>ME73 - A Digital Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     1.8 +<meta name="author" content="Eugen Sawin - me73.com" />
     1.9 +<meta name="description" content="A Digital Playground" />
    1.10 +<meta name="robots" content="index, follow, noarchive" />
    1.11 +<meta name="googlebot" content="noarchive" />
    1.12 +<script src="script.js" type="text/javascript"></script>
    1.13 +<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    1.14 +
    1.15 +<body>
    1.16 +<div id="wrap">
    1.17 +    <div id="header">			
    1.18 +        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.19 +	    <p id="intro">A Programmer's Digital Playground.</p>
    1.20 +        <div id="nav">
    1.21 +			<ul>
    1.22 +				<li><a href="index.html">Home</a></li>
    1.23 +				<li><a href="resume.html">Resume</a></li>
    1.24 +				<li><a href="howiwork.html">How I Work</a></li>
    1.25 +				<li><a href="personalwork.html">Personal Work</a></li>
    1.26 +            <li><a href="books.html">Books</a></li>
    1.27 +	         <li><a href="links.html">Links</a></li>			
    1.28 +				<li><a href="contact.html">Contact</a></li>		
    1.29 +			</ul>		
    1.30 +	    </div>	
    1.31 +	</div>
    1.32 +	<div id="content-wrap">				
    1.33 +		<div id="main">
    1.34 +		<h2><a name="tools">Tools</a></h2>
    1.35 +            <ul>
    1.36 +                <li>
    1.37 +                    <h3><a name="netchannel">NetChannel</a></h3>
    1.38 +                    <h4>Description</h4>
    1.39 +                    <p>NetChannel is a simple Python object for message-based network communication
    1.40 +                    on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</p>
    1.41 +                    <h4>Version 0.7</h4>
    1.42 +                    <p>A stable prototype.</p>
    1.43 +                    <p class="download"><a href="http://me73.com/downloads/netchannel.zip">
    1.44 +                    Download NetChannel (Python required)</a></p>                    
    1.45 +                </li>
    1.46 +                <li>
    1.47 +                    <h3><a name="eden">Eden Plotter</a></h3>
    1.48 +                    <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
    1.49 +                    <h4>Description</h4>
    1.50 +                    <p>Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
    1.51 +                    What it does is approximating a given function by the methods of GP.</p>
    1.52 +                    <h4>Version 0.9</h4>
    1.53 +                    <p>An unendurable slow prototype.</p>
    1.54 +                    <p class="download"><a href="http://me73.com/downloads/eden.zip">
    1.55 +                    Download Eden Plotter (Python required)</a></p>
    1.56 +                </li>
    1.57 +                <li>
    1.58 +                    <h3><a name="anq">ANQ</a></h3>
    1.59 +                    <h4>Description</h4>
    1.60 +                    <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />                    
    1.61 +                    <p>ANQ
    1.62 +is a testing environment for distributed algorithms. It provides a
    1.63 +centralised and convenient way of organising runtime dynamic
    1.64 +topologies, gives full control over the initialisation and flow of the
    1.65 +algorithm and helps in tracking the current node states by visualising
    1.66 +the node reports on the OpenGL graph.</p>                    	
    1.67 +                    <p>
    1.68 +ANQ builds on the ANQ Protocol which can be optionally extended on
    1.69 +special needs for the algorithm to be tested. The ANQ Master is written
    1.70 +in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
    1.71 +Node were developed in Python. </p>
    1.72 +                    <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
    1.73 +                    <h4>Version Antquarium Prototype</h4>
    1.74 +                    <p>Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.</p>
    1.75 +                    <p class="download"><a href="http://me73.com/downloads/antquarium.zip">
    1.76 +                    Download Antquarium for Windows (Python and .Net 2.0 required)</a></p>
    1.77 +                    <h4>Version 0.4.1</h4>
    1.78 +                    <p>Stable version missing features like flow and runtime topology control.</p>
    1.79 +                    <p class="download"><a href="mailto:esawin@gmail.com?subject=ANQ%20SVN%20access">
    1.80 +                    Request Access to Subversion Repository</a></p>
    1.81 +                </li>
    1.82 +            </ul>
    1.83 +            
    1.84 +			<p class="postmeta">				
    1.85 +			<a href="mailto:esawin@gmail.com?subject=Comment%20on%20tools" class="comments">Comment</a> 
    1.86 +			<span class="date">July 28, 2008</span></p>
    1.87 +			<h2><a name="games">Games</a></h2>
    1.88 +				
    1.89 +            <ul><li>
    1.90 +                    <h3><a name="theme_blocks">Theme Blocks</a></h3>                    
    1.91 +                    <h4>Gameplay</h4>
    1.92 +                    <p>A traditional gameplay most people will be familiar with.
    1.93 +                    You have blocks falling down, you have a highscore.</p>
    1.94 +                    <h4>Features</h4>
    1.95 +                    <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
    1.96 +                    <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.97 +                    <h4>Requirements</h4>		        
    1.98 +                    <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.99 +                    <p class="download"><a href="http://me73.com/downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></p>     	        
   1.100 +                </li><li> 		        
   1.101 +                    <h3><a name="pyng_pong">Pyng Pong</a></h3>
   1.102 +                    <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
   1.103 +                    <h4>Gameplay</h4>
   1.104 +                    <p>Two bats, one ball...</p>		            
   1.105 +                    <h4>Features</h4>
   1.106 +                    <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
   1.107 +                    <p class="download"><a href="http://me73.com/downloads/PyngPongSetup.exe">
   1.108 +                    Download Pyng Pong for Windows (2.4MB)</a></p>
   1.109 +                    <p class="download"><a href="http://me73.com/downloads/pyngpong.zip">
   1.110 +                    Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></p>	
   1.111 +                    </li><li>
   1.112 +                    
   1.113 +                    <h3><a name="klangbild">Klangbild</a></h3>
   1.114 +                    <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
   1.115 +                    <h4>Gameplay</h4>
   1.116 +                    <p>There is no gameplay yet, it's a prototype for an audio-visual puzzle game.</p>
   1.117 +                    <h4>Features</h4>
   1.118 +                    <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
   1.119 +                    <p class="download"><a href="http://me73.com/downloads/klangbild.zip">
   1.120 +                    Download Klangbild (Python and PyGlet required)</a></p>		            
   1.121 +                </li></ul>            
   1.122 +            		
   1.123 +      
   1.124 +		</div>
   1.125 +		<div id="sidebar">
   1.126 +	        <!--<h3>About</h3>	-->
   1.127 +	        <p>
   1.128 +				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
   1.129 +				ME73 is my digital playground.
   1.130 +            I'm a programmer, a student of computer science, a music enthusiast.
   1.131 +            This site serves as a portfolio for my work, private and professional.
   1.132 +	        </p>
   1.133 +			<h3></h3>
   1.134 +            <div id="random_quote"></div>	        	
   1.135 +        </div>	
   1.136 +	</div>
   1.137 +    <!--<div id="footer"></div>-->
   1.138 +  <div id="footer">
   1.139 +	<div id="footer-left">
   1.140 +		<p>
   1.141 +		<!--&copy; ME73.COM&nbsp; 	-->
   1.142 +      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
   1.143 +		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.144 +		</p>	
   1.145 +	</div>
   1.146 +	
   1.147 +	<div id="footer-right">
   1.148 +		<p class="align-right">
   1.149 +		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
   1.150 +		</p>
   1.151 +	</div>	
   1.152 +</div> 
   1.153 +</div>
   1.154 +<script type="text/javascript">
   1.155 +    javascript:load_random_quote();
   1.156 +    //javascript:load_footer();    
   1.157 +</script>
   1.158 +<script type="text/javascript">
   1.159 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.160 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.161 +</script>
   1.162 +<script type="text/javascript">
   1.163 +var pageTracker = _gat._getTracker("UA-2137333-1");
   1.164 +pageTracker._trackPageview();
   1.165 +</script>
   1.166 +</body></html>