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