personalwork.html
author Eugen Sawin <sawine@me73.com>
Thu, 05 Jan 2012 23:04:57 +0100
changeset 81 a76b2fb0f21f
parent 78 1e4ba37124e3
child 85 e78c4a33e958
permissions -rw-r--r--
Added big game of life.
     1 <!DOCTYPE html>
     2 <html lang="en">
     3   <head>
     4     <title>ME73</title>
     5     <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
     6     <meta name="description" content="A Digital Playground" />
     7     <meta name="robots" content="index, follow, noarchive" />
     8     <meta name="googlebot" content="noarchive" />
     9     <script src="jquery.js"></script>
    10     <script src="script.js"></script>
    11     <link rel="stylesheet" href="dark.css" type="text/css" />
    12     <script type="application/javascript">
    13       var _gaq = _gaq || [];
    14       _gaq.push(['_setAccount', 'UA-2137333-1']);
    15       _gaq.push(['_trackPageview']);
    16       (function() {
    17       var ga = document.createElement('script'); ga.type = 'text/javascript';
    18       ga.async = true;
    19       ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    20       + '.google-analytics.com/ga.js';
    21       var s = document.getElementsByTagName('script')[0];
    22       s.parentNode.insertBefore(ga, s);
    23       })();
    24     </script>
    25   </head>
    26   <body>
    27     <div id="wrap">
    28       <div id="header">
    29         <canvas id="logo">
    30           FIND A BETTER BROWSER
    31         </canvas>
    32         <canvas id="sim">
    33         </canvas>
    34       </div>
    35       <div id="content-wrap">
    36         <div id="main">
    37           <p>Here is an unfiltered, undocumented, user-unfriendly random stack of little hacks, that I've produced for recreational reasons. I put them online in spirit of the liberation of useless machines.</p>
    38 
    39 <h2><a name="tim">Tim</a></h2>
    40 <ul>
    41 <li>
    42 <h4>Description</h4>
    43 A console-based head-on time recording tool, because time is money.</li>
    44 <li>
    45 <h4>Version</h4>
    46 A stable prototype, no output generation yet.
    47 <div class="download"><a href="downloads/tim.zip">
    48                     Download Tim (Python and SQLite3 required)</a></div></li>
    49 </ul>
    50 
    51 <h2><a name="cau">Cau</a></h2>
    52 <img src="images/cau.png" alt="cau screenshot" class="float-right" height="150" width="200" />
    53 <ul>
    54 <li>
    55 <h4>Description</h4>
    56 Is bad PI-approximation good enough? A cellular automaton-based PI-approximation machine with Tkinter-based visualisation.</li>
    57 <li>
    58 <h4>Version</h4>
    59 Working, approximating, slowly visualising.
    60 <div class="download"><a href="downloads/cau.zip">
    61                     Download Cau (Python and Tkinter required)</a></div></li>
    62 </ul>
    63 
    64 <h2><a name="sml">SML</a></h2>
    65 <ul>
    66 <li>
    67 <h4>Description</h4>
    68 A simple Simple Modal Logic library doing all kinds of reductions including Modal Conjunctive Normal Form. It also features DIMACS output and a satisfiability test via MiniSat2.</li>
    69 <li>
    70 <h4>Version</h4>
    71 Reliable version except for features noted as alpha. Parser has too much personality.
    72 <div class="download"><a href="downloads/sml.zip">
    73                     Download SML (Python and MiniSat2 required)</a></div></li>
    74 </ul>
    75 
    76 <h2><a name="netchannel">NetChannel</a></h2>
    77 <ul>
    78 <li>
    79 <h4>Description</h4>
    80 NetChannel is a simple Python object for message-based network communication
    81                     on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</li>
    82 <li>
    83 <h4>Version</h4>
    84 A stable prototype.
    85 <div class="download"><a href="downloads/netchannel.zip">
    86                     Download NetChannel (Python required)</a></div></li>
    87 </ul>
    88 
    89 <h2><a name="eden">Eden Plotter</a></h2>
    90 <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
    91 <ul>
    92 <li>
    93 <h4>Description</h4>
    94 Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
    95 It approximates a given function by the methods of GP.</li>
    96 <li>
    97 <h4>Version</h4>
    98 An unendurable slow prototype.
    99 <div class="download"><a href="downloads/eden.zip">
   100                     Download Eden Plotter (Python required)</a></div></li>
   101 </ul>
   102 
   103 <h2><a name="anq">ANQ</a></h2>
   104 <ul>
   105 <li>
   106 <h4>Description</h4>                    
   107 ANQ is a testing environment for distributed algorithms. It provides a
   108 centralised and convenient way of organising runtime dynamic
   109 topologies, gives full control over the initialisation and flow of the
   110 algorithm and helps in tracking the current node states by visualising
   111 the node reports on the OpenGL graph.</br>
   112 ANQ builds on the ANQ Protocol which can be optionally extended on
   113 special needs for the algorithm to be tested. The ANQ Master is written
   114 in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
   115 Node were developed in Python.
   116 </li>
   117 </ul>
   118 <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />
   119 <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
   120 <ul>
   121 <li>
   122 <h4>Version Antquarium Prototype</h4>
   123 Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.
   124 <div class="download"><a href="downloads/antquarium.zip">
   125                     Download Antquarium for Windows (Python and .Net 2.0 required)</a></div>
   126 </li>
   127 <li>
   128 <h4>Version</h4>
   129 Stable version missing features like flow and runtime topology control.
   130 </li>
   131 </ul>
   132 
   133 <h2><a name="theme_blocks">Theme Blocks</a></h2>
   134 <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
   135 <ul>
   136 <li>
   137 <h4>Gameplay</h4>
   138 A traditional gameplay most people will be familiar with.
   139 You have blocks falling down, you have a highscore.
   140 </li>
   141 <li>
   142 <h4>Features</h4>
   143 <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>
   144 </li>
   145 <li>
   146 <h4>Requirements</h4>		        
   147 <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>	                		    
   148 <div class="download"><a href="downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></div>           
   149 </li>
   150 </ul>
   151 
   152 <h2><a name="pyng_pong">Pyng Pong</a></h2>
   153 <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
   154 <ul>
   155 <li>
   156 <h4>Gameplay</h4>
   157 Two bats, one ball...
   158 </li>
   159 <li>
   160 <h4>Features</h4>
   161 <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
   162 <div class="download"><a href="downloads/PyngPongSetup.exe">
   163                     Download Pyng Pong for Windows (2.4MB)</a></div>
   164 <div class="download"><a href="downloads/pyngpong.zip">
   165                     Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></div>	
   166 </li>
   167 </ul>
   168 
   169 <h2><a name="klangbild">Klangbild</a></h2>
   170 <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
   171 <ul>
   172 <li>
   173 <h4>Gameplay</h4>
   174 There is no gameplay yet, it's a prototype for an audio-visual puzzle game.
   175 </li>
   176 <li>
   177 <h4>Features</h4>
   178 <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
   179 <div class="download"><a href="downloads/klangbild.zip">
   180                     Download Klangbild (Python and PyGlet required)</a></div>		            
   181 </li></ul>            
   182             		
   183 
   184         </div>
   185         <div id="sidebar">
   186           <p>           
   187 	    <a href="resume.html" class="float-left"></a>            
   188             I'm a programmer,<br />
   189             a student of computer science,<br />
   190             a music enthusiast.<br />
   191             This is my site.
   192           </p>
   193           <div id="random_quote"></div>
   194         </div>
   195       </div>
   196       <div id="footer">
   197         <div id="footer-left">
   198           <p>
   199             <a href="mailto:sawine@me73.com">
   200 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   201           </p>
   202         </div>
   203         <div id="footer-right">
   204           <p class="align-right">
   205             <a href="index.html">Home</a> | <a href="#top">Top</a>
   206           </p>
   207         </div>
   208       </div>
   209     </div>
   210     <script type="application/javascript">
   211       javascript:load_random_quote();
   212     </script>
   213   </body>
   214 </html>
   215