A snake clone that you can play directly inside your browser. Use arrow keys or WASD to control the snake. Written in JavaScript.
Connect Four
Connect four game. After each turn pass the mouse to the other player. Written in JavaScript.
Text Manipulator
Basic Text Manipulator with options like uppercase, lowercase, mockspeech, adding spoiler tags to each letter and so on. Written in JavaScript.
Hunt Showdown Stats
Show your Hunt Showdown Stats by loading a local file.
Hardware projects
PicoLED
PicoLED is an WS2812 LED controller designed for the Raspberry Pi Pico W. It creates a wireless access point with a simplified DHCP and DNS server. Next it opens a captcha portal with an web interface to control various light effects. Written in C.
Reverse engineering & game cheats
DarkTool
External CS:GO cheat with many features such as: ESP, Aimbot, Triggerbot, Bunnyhop etc.
A ParlAI Log Parser. It extracts metrics such as loss, perplexity etc. over time. Then it can be easily plotted or used further for any analysis. Written in Python.
file-to-array
An command-line utility program that enables you to embed binaries into a header file. By providing a designated path, the program generates a header file containing all files recursively alongside its original path. Written in C++.
Base64
A Base64 encoder and decoder that i wrote for my other projects. It supports both standard and url encoding and decoding. Written in C++.
Sudoku Solver
A fast constexpr Sudouko Solver that i wrote to get familiar with the concept of backtracking. Written in C++.