summaryrefslogtreecommitdiff
path: root/projects/index.html
blob: 4bb395d49b3d1b613c75060fc7e374a07596240b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
	<link href='/css/styles.css' rel='stylesheet' type='text/css'>
	<title>projects - Ben Winston</title>
	<meta http-equiv="content-type" content="text/html;charset=utf8" />
</head>
<body>
<div id="content">
<h4><a href="/">cd ~</a></h4>
<br/><br/>
<h2>Projects</h2>
<br/>
<h3><a href="https://git.sr.ht/~mryouse/neb-python">neb</a></h3>
<p>An S-Expression programming language, with gradual typing and multiple dispatch</p>
<h3><a href="https://git.sr.ht/~mryouse/paw">paw</a></h3>
<p>An (incomplete) Forth-ish language, written in ARM assembly</p>
<h3><a href="https://git.sr.ht/~mryouse/cbooki">booki</a></h3>
<p>Organize your books on the command line</p>
<h3><a href="https://github.com/winsbe01/roku-cli">roku-cli</a></h3>
<p>A CLI-driven <a href="https://www.roku.com">Roku</a> remote, with search!</p>
<h3><a href="https://github.com/winsbe01/nq">nq</a></h3>
<p>A scrappy music player for mp3s and Spotify</p>
<h3><a href="https://git.sr.ht/~mryouse/sweepy">sweepy</a></h3>
<p>It's minesweeper on the command line!</p>
</div>
</body>
</html>