Github Projects
On my github you can find some of my projects. Most of them were created to learn a new technology and have no practical use. Here is a list of some of my public repositories:
- https://github.com/Narmjep/Sorting: A sorting algorithm visualizer written in C++ using SDL and imgui.
- https://github.com/Narmjep/DogoBase: An API for a dog database written in python using flask.
- https://github.com/Narmjep/SimpleAndroidHTTPServer: A HTTP server that can run on an android device, written in java. This was one of my first java projects and was mainly created to learn about the HTTP protocol, server sockets and android development.
- https://github.com/Narmjep/MyRSA : A RSA library written in C++. This was created to learn about cryptography and the RSA algorithm.
- https://github.com/Narmjep/EncryptorCMDL : A program to use the RSA library.
- https://github.com/Narmjep/CSharpModdingExample : A demonstration of how to make a c# game moddable.