X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=_data%2Fpersonal-projects.yml;fp=_data%2Fpersonal-projects.yml;h=4c644445bace08cd5228dd7e53ccd64b269167d0;hb=0e6a0638d0826ea832e11d3e08351cbf3bdf30bc;hp=d3ee2c4fa1c94b3eff59c4a5146e4b39998a4360;hpb=7b99afda6d2e9bd2b8a360c2e61a2465eff89416;p=disinclined.org.git diff --git a/_data/personal-projects.yml b/_data/personal-projects.yml index d3ee2c4..4c64444 100644 --- a/_data/personal-projects.yml +++ b/_data/personal-projects.yml @@ -1,13 +1,13 @@ +- 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. + - 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. - - 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.