diff options
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/projects/index.html b/projects/index.html index 4cff2b9..4bb395d 100644 --- a/projects/index.html +++ b/projects/index.html @@ -11,18 +11,18 @@ <br/><br/> <h2>Projects</h2> <br/> -<h3><a href="https://git.rawtext.club/neb/neb-python">neb</a></h3> +<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://github.com/winsbe01/booki">booki</a></h3> +<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.rawtext.club/mryouse/sweepy">sweepy</a></h3> +<h3><a href="https://git.sr.ht/~mryouse/sweepy">sweepy</a></h3> <p>It's minesweeper on the command line!</p> -<h3><a href="https://git.rawtext.club/mryouse/ouija">ouija</a></h3> -<p>A Python library for drawing CLI game boards using <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses</a></p> </div> </body> </html> |
