personalwork.html
author Eugen Sawin <sawine@me73.com>
Tue, 06 Jul 2010 00:07:46 +0200
changeset 18 9ed757b7339a
parent 16 a04897b5801e
child 20 adbea491e9b9
permissions -rw-r--r--
Removed old script.
sawine@17
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
sawine@17
     2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
sawine@17
     3
sawine@17
     4
<head>
sawine@17
     5
<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
sawine@17
     6
<meta name="author" content="Eugen Sawin - me73.com" />
sawine@17
     7
<meta name="description" content="A Digital Playground" />
sawine@17
     8
<meta name="robots" content="index, follow, noarchive" />
sawine@17
     9
<meta name="googlebot" content="noarchive" />
sawine@17
    10
<script src="script.js" type="text/javascript"></script>
sawine@17
    11
<link rel="stylesheet" href="dark.css" type="text/css" />
sawine@17
    12
</head>
sawine@17
    13
sawine@17
    14
<body onload="draw(0, 0, 0, 0);">
sawine@17
    15
<div id="wrap">
sawine@17
    16
	<div id="header">			
sawine@17
    17
    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
sawine@17
    18
	    <p id="intro">A Programmer's Playground.</p>
sawine@17
    19
        <div id="nav">
sawine@17
    20
			<ul>
sawine@17
    21
				<li><a href="index.html">Home</a></li>
sawine@17
    22
				<li><a href="chrome.html">Chrome</a></li>
sawine@17
    23
				<li><a href="resume.html">Resume</a></li>
sawine@17
    24
				<li><a href="howiwork.html">How I Work</a></li>
sawine@17
    25
				<li><a href="personalwork.html">Personal Work</a></li>
sawine@17
    26
            	<li><a href="books.html">Books</a></li>
sawine@17
    27
	         	<li><a href="links.html">Links</a></li>			
sawine@17
    28
				<li><a href="contact.html">Contact</a></li>		
sawine@17
    29
			</ul>		
sawine@17
    30
	    </div>	
sawine@17
    31
	</div>
sawine@17
    32
	<div id="content-wrap">				
sawine@17
    33
		<div id="main">
sawine@17
    34
					<h2><a name="tools">Tools</a></h2>
sawine@17
    35
            <ul>
sawine@17
    36
                <li>
sawine@17
    37
                    <h3><a name="netchannel">NetChannel</a></h3>
sawine@17
    38
                    <h4>Description</h4>
sawine@17
    39
                    <p>NetChannel is a simple Python object for message-based network communication
sawine@17
    40
                    on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</p>
sawine@17
    41
                    <h4>Version 0.7</h4>
sawine@17
    42
                    <p>A stable prototype.</p>
sawine@17
    43
                    <p class="download"><a href="http://me73.com/downloads/netchannel.zip">
sawine@17
    44
                    Download NetChannel (Python required)</a></p>                    
sawine@17
    45
                </li>
sawine@17
    46
                <li>
sawine@17
    47
                    <h3><a name="eden">Eden Plotter</a></h3>
sawine@17
    48
                    <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
sawine@17
    49
                    <h4>Description</h4>
sawine@17
    50
                    <p>Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
sawine@17
    51
                    What it does is approximating a given function by the methods of GP.</p>
sawine@17
    52
                    <h4>Version 0.9</h4>
sawine@17
    53
                    <p>An unendurable slow prototype.</p>
sawine@17
    54
                    <p class="download"><a href="http://me73.com/downloads/eden.zip">
sawine@17
    55
                    Download Eden Plotter (Python required)</a></p>
sawine@17
    56
                </li>
sawine@17
    57
                <li>
sawine@17
    58
                    <h3><a name="anq">ANQ</a></h3>
sawine@17
    59
                    <h4>Description</h4>
sawine@17
    60
                    <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />                    
sawine@17
    61
                    <p>ANQ
sawine@17
    62
is a testing environment for distributed algorithms. It provides a
sawine@17
    63
centralised and convenient way of organising runtime dynamic
sawine@17
    64
topologies, gives full control over the initialisation and flow of the
sawine@17
    65
algorithm and helps in tracking the current node states by visualising
sawine@17
    66
the node reports on the OpenGL graph.</p>                    	
sawine@17
    67
                    <p>
sawine@17
    68
ANQ builds on the ANQ Protocol which can be optionally extended on
sawine@17
    69
special needs for the algorithm to be tested. The ANQ Master is written
sawine@17
    70
in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
sawine@17
    71
Node were developed in Python. </p>
sawine@17
    72
                    <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
sawine@17
    73
                    <h4>Version Antquarium Prototype</h4>
sawine@17
    74
                    <p>Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.</p>
sawine@17
    75
                    <p class="download"><a href="http://me73.com/downloads/antquarium.zip">
sawine@17
    76
                    Download Antquarium for Windows (Python and .Net 2.0 required)</a></p>
sawine@17
    77
                    <h4>Version 0.4.1</h4>
sawine@17
    78
                    <p>Stable version missing features like flow and runtime topology control.</p>
sawine@17
    79
                    <p class="download"><a href="mailto:esawin@gmail.com?subject=ANQ%20SVN%20access">
sawine@17
    80
                    Request Access to Subversion Repository</a></p>
sawine@17
    81
                </li>
sawine@17
    82
            </ul>
sawine@17
    83
            
sawine@17
    84
			<p class="postmeta">				
sawine@17
    85
			<a href="mailto:esawin@gmail.com?subject=Comment%20on%20tools" class="comments">Comment</a> 
sawine@17
    86
			<span class="date">July 28, 2008</span></p>
sawine@17
    87
			<h2><a name="games">Games</a></h2>
sawine@17
    88
				
sawine@17
    89
            <ul><li>
sawine@17
    90
                    <h3><a name="theme_blocks">Theme Blocks</a></h3>                    
sawine@17
    91
                    <h4>Gameplay</h4>
sawine@17
    92
                    <p>A traditional gameplay most people will be familiar with.
sawine@17
    93
                    You have blocks falling down, you have a highscore.</p>
sawine@17
    94
                    <h4>Features</h4>
sawine@17
    95
                    <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
sawine@17
    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>    		        
sawine@17
    97
                    <h4>Requirements</h4>		        
sawine@17
    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>	                		        
sawine@17
    99
                    <p class="download"><a href="http://me73.com/downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></p>     	        
sawine@17
   100
                </li><li> 		        
sawine@17
   101
                    <h3><a name="pyng_pong">Pyng Pong</a></h3>
sawine@17
   102
                    <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
sawine@17
   103
                    <h4>Gameplay</h4>
sawine@17
   104
                    <p>Two bats, one ball...</p>		            
sawine@17
   105
                    <h4>Features</h4>
sawine@17
   106
                    <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
sawine@17
   107
                    <p class="download"><a href="http://me73.com/downloads/PyngPongSetup.exe">
sawine@17
   108
                    Download Pyng Pong for Windows (2.4MB)</a></p>
sawine@17
   109
                    <p class="download"><a href="http://me73.com/downloads/pyngpong.zip">
sawine@17
   110
                    Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></p>	
sawine@17
   111
                    </li><li>
sawine@17
   112
                    
sawine@17
   113
                    <h3><a name="klangbild">Klangbild</a></h3>
sawine@17
   114
                    <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
sawine@17
   115
                    <h4>Gameplay</h4>
sawine@17
   116
                    <p>There is no gameplay yet, it's a prototype for an audio-visual puzzle game.</p>
sawine@17
   117
                    <h4>Features</h4>
sawine@17
   118
                    <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
sawine@17
   119
                    <p class="download"><a href="http://me73.com/downloads/klangbild.zip">
sawine@17
   120
                    Download Klangbild (Python and PyGlet required)</a></p>		            
sawine@17
   121
                </li></ul>            
sawine@17
   122
            		
sawine@17
   123
      
sawine@17
   124
		</div>
sawine@17
   125
		<div id="sidebar">
sawine@17
   126
	        <p>
sawine@17
   127
				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
sawine@17
   128
			ME73 is my digital playground.
sawine@17
   129
            I'm a programmer, a student of computer science, a music enthusiast.
sawine@17
   130
            This site serves as a portfolio for my work, private and professional.
sawine@17
   131
	        </p>
sawine@17
   132
			<div id="random_quote"></div>	        	
sawine@17
   133
        </div>	
sawine@17
   134
	</div>
sawine@17
   135
  <div id="footer">
sawine@17
   136
	<div id="footer-left">
sawine@17
   137
		<p>
sawine@17
   138
      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
sawine@17
   139
		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@17
   140
		</p>	
sawine@17
   141
	</div>
sawine@17
   142
	
sawine@17
   143
	<div id="footer-right">
sawine@17
   144
		<p class="align-right">
sawine@17
   145
		<a href="index.html">Home</a> | <a href="#top">Top</a>
sawine@17
   146
		</p>
sawine@17
   147
	</div>	
sawine@17
   148
</div> 
sawine@17
   149
</div>
sawine@17
   150
<script type="text/javascript">
sawine@17
   151
    javascript:load_random_quote();        
sawine@17
   152
</script>
sawine@17
   153
<script type="text/javascript">
sawine@17
   154
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
sawine@17
   155
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
sawine@17
   156
</script>
sawine@17
   157
<script type="text/javascript">
sawine@17
   158
var pageTracker = _gat._getTracker("UA-2137333-1");
sawine@17
   159
pageTracker._trackPageview();
sawine@17
   160
</script>
sawine@17
   161
</body>
sawine@17
   162
</html>
sawine@17
   163