HomeAbout MemtermProjects
My Software Projects

This is just a page of software I have written. I'm no expert in software development nor programming but I am trying my best. These programs are mostly written for Unix/Linux unless stated otherwise. These programs can be compiled easily with the GNU C Compiler (gcc).


mterm - A Terminal Emulator for Unix and Linux written in C using the VTE Library. Currently tested and working on Unix (OpenIndiana, FreeBSD, NetBSD, etc.) and Linux (Debian, Fedora, etc.). - Source Code (latest) - Github Repository

mterm running lynx on OpenIndiana


reh - A little animal friend in your terminal. Originally it was just skunks but I added a few more animals for fun. reh itself is basically a spelt out way of the little sound skunks make. - Source Code - Github Repository

reh running in xterm on OpenIndiana



pride - Display pride flags in your terminal. It's currently a WIP program that doesn't work perfectly. It's programmed in C and works in terminals with Color Support, However the colors may vary from terminal to terminal and distro to distro. - Github Repository

pride running in MATE Terminal on Fedora MATE



nyan - A little joke 'cat' clone that translate text files to "UwU-Speak". Wrote this in C++ and is designed to use as little dependencies as it possibly can Github Repository

nyan displaying text from the Men at Work Wikipedia Page running in MATE Terminal on Fedora MATE



Oregon Trail - A port of The Oregon Trail, specifically the 1978 BASIC Version, written in C++ with quite a bit of help from my partner. - Github Repository