X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=_data%2Fpersonal-projects.yml;h=4206279a7c2070cdafe68717c7bce72ae666ce1f;hb=bd620651c9e257401c30bc1b9235ff721d079456;hp=d3ee2c4fa1c94b3eff59c4a5146e4b39998a4360;hpb=5e6e6d48c069ad5a0c4c97e7f87f7676d3c8f156;p=disinclined.org.git diff --git a/_data/personal-projects.yml b/_data/personal-projects.yml index d3ee2c4..4206279 100644 --- a/_data/personal-projects.yml +++ b/_data/personal-projects.yml @@ -1,16 +1,25 @@ +- name: nasm + description: | + 64 and 32 bit Netwide Assembly demonstration, in the form of a needlessly complicated hello world featuring a branch, macro and function. + +#- name: mud +# description: | +# Multiuser dungeon demonstration. +#

+# Check it out here. + - name: minimax description: | Unbeatable tictactoe.

Uses the minimax algorithm. - -- name: nasm - description: | - 64 and 32 bit Netwide Assembly demonstration, in the form of a needlessly compli- cated hello world featuring a branch, macro and function. +

+ Check it out here. - 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. + The initial instance of this server, which once ran it's namesake virtual domain on 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. @@ -18,6 +27,8 @@ - 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. +

+ Check it out here. - name: i_like_pandora description: |