factory/v2012/personalwork.html
author Eugen Sawin <sawine@me73.com>
Tue, 20 Dec 2011 03:01:50 +0100
changeset 77 9c443a61358c
child 86 bccc43e500a8
permissions -rw-r--r--
Smaller logo.
     1 <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>
     2 
     3 <h2><a name="tim">Tim</a></h2>
     4 <ul>
     5 <li>
     6 <h4>Description</h4>
     7 A console-based head-on time recording tool, because time is money.</li>
     8 <li>
     9 <h4>Version</h4>
    10 A stable prototype, no output generation yet.
    11 <div class="download"><a href="downloads/tim.zip">
    12                     Download Tim (Python and SQLite3 required)</a></div></li>
    13 </ul>
    14 
    15 <h2><a name="cau">Cau</a></h2>
    16 <img src="images/cau.png" alt="cau screenshot" class="float-right" height="150" width="200" />
    17 <ul>
    18 <li>
    19 <h4>Description</h4>
    20 Is bad PI-approximation good enough? A cellular automaton-based PI-approximation machine with Tkinter-based visualisation.</li>
    21 <li>
    22 <h4>Version</h4>
    23 Working, approximating, slowly visualising.
    24 <div class="download"><a href="downloads/cau.zip">
    25                     Download Cau (Python and Tkinter required)</a></div></li>
    26 </ul>
    27 
    28 <h2><a name="sml">SML</a></h2>
    29 <ul>
    30 <li>
    31 <h4>Description</h4>
    32 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>
    33 <li>
    34 <h4>Version</h4>
    35 Reliable version except for features noted as alpha. Parser has too much personality.
    36 <div class="download"><a href="downloads/sml.zip">
    37                     Download SML (Python and MiniSat2 required)</a></div></li>
    38 </ul>
    39 
    40 <h2><a name="netchannel">NetChannel</a></h2>
    41 <ul>
    42 <li>
    43 <h4>Description</h4>
    44 NetChannel is a simple Python object for message-based network communication
    45                     on the TCP/IP stack. NetChannel is based on stateful sessions for improved performance.</li>
    46 <li>
    47 <h4>Version</h4>
    48 A stable prototype.
    49 <div class="download"><a href="downloads/netchannel.zip">
    50                     Download NetChannel (Python required)</a></div></li>
    51 </ul>
    52 
    53 <h2><a name="eden">Eden Plotter</a></h2>
    54 <img src="images/edenplotters1.png" alt="eden plotter" class="float-right" height="150" width="200" />
    55 <ul>
    56 <li>
    57 <h4>Description</h4>
    58 Eden Plotter or Eden One is a quick prototype for my genetic programming routines.
    59 It approximates a given function by the methods of GP.</li>
    60 <li>
    61 <h4>Version</h4>
    62 An unendurable slow prototype.
    63 <div class="download"><a href="downloads/eden.zip">
    64                     Download Eden Plotter (Python required)</a></div></li>
    65 </ul>
    66 
    67 <h2><a name="anq">ANQ</a></h2>
    68 <ul>
    69 <li>
    70 <h4>Description</h4>                    
    71 ANQ is a testing environment for distributed algorithms. It provides a
    72 centralised and convenient way of organising runtime dynamic
    73 topologies, gives full control over the initialisation and flow of the
    74 algorithm and helps in tracking the current node states by visualising
    75 the node reports on the OpenGL graph.</br>
    76 ANQ builds on the ANQ Protocol which can be optionally extended on
    77 special needs for the algorithm to be tested. The ANQ Master is written
    78 in C# using Windows Forms and OpenGL. Observer, Hotbed and the example
    79 Node were developed in Python.
    80 </li>
    81 </ul>
    82 <img src="images/anqs3.png" alt="anq" class="float-right" height="130" width="200" />
    83 <img src="images/anqs2.png" alt="anq" class="float-right" height="130" width="200" />
    84 <ul>
    85 <li>
    86 <h4>Version Antquarium Prototype</h4>
    87 Antquarium is the predecessor of ANQ. It was an extended course assignment and serves as a prototype for ANQ.
    88 <div class="download"><a href="downloads/antquarium.zip">
    89                     Download Antquarium for Windows (Python and .Net 2.0 required)</a></div>
    90 </li>
    91 <li>
    92 <h4>Version</h4>
    93 Stable version missing features like flow and runtime topology control.
    94 </li>
    95 </ul>
    96 
    97 <h2><a name="theme_blocks">Theme Blocks</a></h2>
    98 <img src="images/themeblockss1.png" alt="theme blocks" class="float-right" height="150" width="200" />
    99 <ul>
   100 <li>
   101 <h4>Gameplay</h4>
   102 A traditional gameplay most people will be familiar with.
   103 You have blocks falling down, you have a highscore.
   104 </li>
   105 <li>
   106 <h4>Features</h4>
   107 <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>
   108 </li>
   109 <li>
   110 <h4>Requirements</h4>		        
   111 <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>	                		    
   112 <div class="download"><a href="downloads/ThemeBlocksSetup.exe">Download Theme Blocks (1.4MB)</a></div>           
   113 </li>
   114 </ul>
   115 
   116 <h2><a name="pyng_pong">Pyng Pong</a></h2>
   117 <img src="images/pyngpongs1.png" alt="pyng pong screenshot" class="float-right" height="149" width="200" />
   118 <ul>
   119 <li>
   120 <h4>Gameplay</h4>
   121 Two bats, one ball...
   122 </li>
   123 <li>
   124 <h4>Features</h4>
   125 <ul><li>Three AI difficulty levels</li><li>Endless gameplay, play till you're bored!</li></ul>
   126 <div class="download"><a href="downloads/PyngPongSetup.exe">
   127                     Download Pyng Pong for Windows (2.4MB)</a></div>
   128 <div class="download"><a href="downloads/pyngpong.zip">
   129                     Download Pyng Pong Source (Python + PyGame needed) (0.4MB)</a></div>	
   130 </li>
   131 </ul>
   132 
   133 <h2><a name="klangbild">Klangbild</a></h2>
   134 <img src="images/klangbilds1.png" alt="klangbild" class="float-right" height="150" width="200" />
   135 <ul>
   136 <li>
   137 <h4>Gameplay</h4>
   138 There is no gameplay yet, it's a prototype for an audio-visual puzzle game.
   139 </li>
   140 <li>
   141 <h4>Features</h4>
   142 <ul><li>Drag, create and remove sound sources</li><li>Height of placement sets the sound pitch</li></ul>
   143 <div class="download"><a href="downloads/klangbild.zip">
   144                     Download Klangbild (Python and PyGlet required)</a></div>		            
   145 </li></ul>            
   146