My Projects

A list of all my programming/other projects.

My Code

My more recent projects can be found on GitLab while my older stuff can be found on GitHub. The projects listed here will all be on GitLab, but there are some old, legacy stuff (such as very old Discord bots) that can be found on my GitHub.

I no longer update them, but maybe someone will find the code there useful.

Projects

VKBLED

This project is a desktop application that interfaces with VKB devices that have LED support - such as their joystick and throttles. It is designed to take various input sources, read data from them, and based on configured conditions, dynamically change the LEDs on a VKB device as you are playing a game.

So far my only example is using it while playing Elite Dangerous, but other methods of collecting and processing data can be added quite easily if needed.

You can find this project on GitLab

Fix Up Links is a simple windows app that I created because I got so very annyoed at appending fixup to every single tiwtter URL in order to get their embeds working correctly. So instead, I spent a day creating an app that reads your clipboard, and if the text in it matches a pattern, it modifies it.

So whenver I copy and x.com or twitter.com link, it gets replaced with fxtwitter automatically.

Or, on my personal computer, it uses the superior girlcockx website.

You can find this project on GitLab

There aren't any setup instructions over there just yet, but if you build it in VS yourself you can then set the .exe file that is created to start on startup.

A better install method is coming soon.

Project Hestia

Project Hestia is a personal Discord bot (cloud bot) that I've built for some discord servers that are owned by friends. It some some moderation functions, can randomly drop people into a pit, etc.

You can find the project on GitLab