implement portfolio exhibits
[disinclined.org.git] / _data / personal-projects.yml
1 - name: minimax
2   description: |
3     Unbeatable tictactoe.
4     <br><br>
5     Uses the <a href="https://en.wikipedia.org/wiki/Minimax">minimax algorithm</a>.
6
7 - name: dylansserver
8   description: |
9     The initial instance of this server, which once ran it's namesake virtual domain as a custom MVC framework (it had a few more features then). It also ran my mailserver, DNS server, git server, and automated deployments and backups.
10 - name: simpletimingattack
11   description: |
12     This program implements a <a href='http://en.wikipedia.org/wiki/Timing_attack'>simple timing attack</a>. It measures the execution time of a target program over a number of iterations, rotating through a character set and appending the fastest (or slowest) character to the result.
13
14 - name: cellular-automaton
15   description: |
16     One and two dimensional cellular automata animated on an HTML canvas. Two dimensional automaton seeds can be drawn on the screen and animated.
17
18 - name: i_like_pandora
19   description: |
20     Searches YouTube for what you like on Pandora. Then downloads the first video.
21
22 - name: matrixnullspace
23   description: |
24     This web application written in Python calculates the null space, eigenvalues, and determinant of an arbitrary matrix.
25
26 - name: irssi-notify
27   description: |
28     irssi-notify forwards IRC notifications over a TCP/IP socket for local desktop alerts from a remote GNU/Screen'd session.
29
30 - name: powermate
31   description: |
32     This Haskell program uses the <a href="https://aur.archlinux.org/packages.php?ID=17608">haskell-powermate</a> bindings to control Alsa, MPD and Pianobar from a <a href="http://store.griffintechnology.com/powermate-622">Griffin PowerMate</a> supporting long presses and twist motions.
33
34 - name: fvlc
35   description: |
36     This bash script listens for hidden outbound HTTP requests for flash video files and restarts the stream in a chosen application.