My own developed stuff

College Projects:
Communicaton Board WebApp (Group Project)
An WebApp built using MVC.NET Core, with the purpose being a customizable symbol keyboard for people with disabilities. Wikipedia article.
Server-side code written in C#, Client-side written with using Bootstrap and JavaScript in addition to HTML, CSS.

Machine Learning model builder and evaluator (Group Project)
A CLI Frontend (an addtional GUI Frontend was deprecated), that builds various machine learning models upon given training data and can be used for evaluating data and to see the differences between models and implementations.
Built using pandas, sklearn and other python libraries in addition to 2 self-implemented models (Naive Bayesian Classifier and ID3 Tree)

Other personal projects:
Unigen
A C# program that works like a procedural script that makes this file into this. (it got since then a bit different...)
getuname_test.cpp
A small program that is related to the above.
TextReverser
First program that I ever made... with an overly complicated main algorithm to boot!
There's more stuff in here, but it's mostly conceptual non functioning code and long abandoned forks.