X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=_data%2Fpersonal-projects.yml;fp=_data%2Fpersonal-projects.yml;h=06a7db010f7a69173633a0f81835b48059871cfd;hb=614a041fa576affd6f7ecad2a551b6366db83e72;hp=0000000000000000000000000000000000000000;hpb=eeee0af1a25001353eac235cbb880486f2796e2d;p=disinclined.org.git diff --git a/_data/personal-projects.yml b/_data/personal-projects.yml new file mode 100644 index 0000000..06a7db0 --- /dev/null +++ b/_data/personal-projects.yml @@ -0,0 +1,36 @@ +- name: minimax + description: | + Unbeatable tictactoe. +

+ Uses the minimax algorithm. + +- name: dylansserver + description: | + 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. +- name: simpletimingattack + description: | + This program implements a simple timing attack. 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. + +- name: cellular-automaton + description: | + One and two dimensional cellular automata animated on an HTML canvas. Two dimensional automaton seeds can be drawn on the screen and animated. + +- name: i_like_pandora + description: | + Searches YouTube for what you like on Pandora. Then downloads the first video. + +- name: matrixnullspace + description: | + This web application written in Python calculates the null space, eigenvalues, and determinant of an arbitrary matrix. + +- name: irssi-notify + description: | + irssi-notify forwards IRC notifications over a TCP/IP socket for local desktop alerts from a remote GNU/Screen'd session. + +- name: powermate + description: | + This Haskell program uses the haskell-powermate bindings to control Alsa, MPD and Pianobar from a Griffin PowerMate supporting long presses and twist motions. + +- name: fvlc + description: | + This bash script listens for hidden outbound HTTP requests for flash video files and restarts the stream in a chosen application.