blob: 79750d790c8142638907aca63f33622d6d531e6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$$START TITLE
Projects
$$END TITLE
$$START CONTENT
<h1>Projects</h1>
<p>
These are some of the things I have been working on recently:
</p>
<ul>
<li><a href="./dotfiles.html">Dotfiles</a> -- My dotfiles (script for autoinstalling them coming soon).</li>
<li><a href="./trail_of_dusk.html">Trail of Dusk</a> -- a text based roguelike rpg.</li>
<li><a href="https://plant9.nullring.xyz">Plant9</a> -- A GNU/linux distribution that I am working on with Matthew Hinton.</li>
<li><a href="./comas.html">COMAS</a> -- A mathematics library that is built on the idea of quaternionic functions inside tensors.</li>
</ul>
$$END CONTENT
|