personalwork.html
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 18:57:49 +0100
changeset 75 7b3fc980d9d7
parent 73 44d14b5e7bab
child 77 9c443a61358c
permissions -rw-r--r--
Pretty lines.
     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         
    33       </div>
    34       <div id="content-wrap">
    35         <div id="main">
    36           <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>
    37 
    38 <h2><a name="tim">Tim</a></h2>
    39 <ul>
    40 <li>
    41 <h4>Description</h4>
    42 A console-based head-on time recording tool, because time is money.</li>
    43 <li>
    44 <h4>Version</h4>
    45 A stable prototype, no output generation yet.
    46 <div class="download"><a href="downloads/tim.zip">
    47                     Download Tim (Python and SQLite3 required)</a></div></li>
    48 </ul>
    49 
    50 <h2><a name="cau">Cau</a></h2>
    51 <img src="images/cau.png" alt="cau screenshot" class="float-right" height="150" width="200" />
    52 <ul>
    53 <li>
    54 <h4>Description</h4>
    55 Is bad PI-approximation good enough? A cellular automaton-based PI-approximation machine with Tkinter-based visualisation.</li>
    56 <li>
    57 <h4>Version</h4>
    58 Working, approximating, slowly visualising.
    59 <div class="download"><a href="downloads/cau.zip">
    60                     Download Cau (Python and Tkinter required)</a></div></li>
    61 </ul>
    62 
    63 <h2><a name="sml">SML</a></h2>
    64 <ul>
    65 <li>
    66 <h4>Description</h4>
    67 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>
    68 <li>
    69 <h4>Version</h4>
    70 Reliable version except for features noted as alpha. Parser has too much personality.
    71 <div class="download"><a href="downloads/sml.zip">
    72                     Download SML (Python and MiniSat2 required)</a></div></li>
    73 </ul>
    74 
    75 <h2><a name="netchannel">NetChannel</a></h2>
    76 <ul>
    77 <li>
    78 <h4>Description</h4>
    79 NetChannel is a simple Python object for message-based network communication
    80                     on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</li>
    81 <li>
    82 <h4>Version</h4>
    83 A stable prototype.
    84 <div class="download"><a href="downloads/netchannel.zip">
    85                     Download NetChannel (Python required)</a></div></li>
    86 </ul>
    87 
    88 <h2><a name="eden">Eden Plotter</a></h2>
    89 <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
    90 <ul>
    91 <li>
    92 <h4>Description</h4>
    93 Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
    94 It approximates a given function by the methods of GP.</li>
    95 <li>
    96 <h4>Version</h4>
    97 An unendurable slow prototype.
    98 <div class="download"><a href="downloads/eden.zip">
    99                     Download Eden Plotter (Python required)</a></div></li>
   100 </ul>
   101 
   102 <h2><a name="anq">ANQ</a></h2>
   103 <ul>
   104 <li>
   105 <h4>Description</h4>                    
   106 ANQ is a testing environment for distributed algorithms. It provides a
   107 centralised and convenient way of organising runtime dynamic
   108 topologies, gives full control over the initialisation and flow of the
   109 algorithm and helps in tracking the current node states by visualising
   110 the node reports on the OpenGL graph.</br>
   111 ANQ builds on the ANQ Protocol which can be optionally extended on
   112 special needs for the algorithm to be tested. The ANQ Master is written
   113 in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
   114 Node were developed in Python.
   115 </li>
   116 </ul>
   117 <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />
   118 <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
   119 <ul>
   120 <li>
   121 <h4>Version Antquarium Prototype</h4>
   122 Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.
   123 <div class="download"><a href="downloads/antquarium.zip">
   124                     Download Antquarium for Windows (Python and .Net 2.0 required)</a></div>
   125 </li>
   126 <li>
   127 <h4>Version</h4>
   128 Stable version missing features like flow and runtime topology control.
   129 </li>
   130 </ul>
   131 
   132 <h2><a name="theme_blocks">Theme Blocks</a></h2>
   133 <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
   134 <ul>
   135 <li>
   136 <h4>Gameplay</h4>
   137 A traditional gameplay most people will be familiar with.
   138 You have blocks falling down, you have a highscore.
   139 </li>
   140 <li>
   141 <h4>Features</h4>
   142 <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>
   143 </li>
   144 <li>
   145 <h4>Requirements</h4>		        
   146 <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>	                		    
   147 <div class="download"><a href="downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></div>           
   148 </li>
   149 </ul>
   150 
   151 <h2><a name="pyng_pong">Pyng Pong</a></h2>
   152 <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
   153 <ul>
   154 <li>
   155 <h4>Gameplay</h4>
   156 Two bats, one ball...
   157 </li>
   158 <li>
   159 <h4>Features</h4>
   160 <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
   161 <div class="download"><a href="downloads/PyngPongSetup.exe">
   162                     Download Pyng Pong for Windows (2.4MB)</a></div>
   163 <div class="download"><a href="downloads/pyngpong.zip">
   164                     Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></div>	
   165 </li>
   166 </ul>
   167 
   168 <h2><a name="klangbild">Klangbild</a></h2>
   169 <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
   170 <ul>
   171 <li>
   172 <h4>Gameplay</h4>
   173 There is no gameplay yet, it's a prototype for an audio-visual puzzle game.
   174 </li>
   175 <li>
   176 <h4>Features</h4>
   177 <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
   178 <div class="download"><a href="downloads/klangbild.zip">
   179                     Download Klangbild (Python and PyGlet required)</a></div>		            
   180 </li></ul>            
   181             		
   182 
   183         </div>
   184         <div id="sidebar">
   185           <p>           
   186 	    <a href="resume.html">
   187               <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
   188             </a>            
   189             <br />I'm a programmer,<br />
   190             a student of computer science,<br />
   191             a music enthusiast.<br />
   192             This is my site.
   193           </p>
   194           <div id="random_quote"></div>
   195         </div>
   196       </div>
   197       <div id="footer">
   198         <div id="footer-left">
   199           <p>
   200             <a href="mailto:sawine@me73.com">
   201 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   202           </p>
   203         </div>
   204         <div id="footer-right">
   205           <p class="align-right">
   206             <a href="index.html">Home</a> | <a href="#top">Top</a>
   207           </p>
   208         </div>
   209       </div>
   210     </div>
   211     <script type="application/javascript">
   212       javascript:load_random_quote();
   213     </script>
   214   </body>
   215 </html>
   216