blob: f5cdad234c09e2135a9c557e61679ea3852682da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<p>
You can find my most useful and interesting projects
<a href='https://git.m-chrzan.xyz'>here</a>. Mirrors of these and some
additional code can be found on my <a href='https://github.com/m-chrzan'>GitHub
</a> and <a href='https://gitlab.com/m-chrzan'>GitLab</a> profiles (the extra
stuff is mostly a lot of university assignments).
</p>
<ul>
<li><a href='<%= git 'dicebag' %>'>Dicebag</a>: a dice
expression parser and roller.
</li>
<li><a href='<%= git 'website' %>'>This website</a>: a small
mess of simple scripts for static site generation. I probably should've
used Jekyll, but I wanted to play around and build something minimal for
personal use. I'm not a webdev.
</li>
<li><a href='http://hex.m-chrzan.xyz'>Hex Curler</a>: a minimal webgame to be
played with <code>curl</code>.
<a href='<%= path_to 'blog_hex-curler' %>' >[blog]</a>
<a href='<%= git 'hex-curler' %>'>[source]</a>
</li>
</ul>
|