A set of personal projects from various fields, technologies and programming languages
- Arduino - Multiple projects for the open-source arduino platform.
- BackUp System - A C++ Multi-threaded application for backing up folders, capable of taking advantage of the maximum reading and writing speed of hard disks.
- Game Launcher - A C++ OpenGL Multi-threaded application that unifies and allows to run from a single site, all the games of several game clients and the clients themselves, such as: Steam, BattleNet, EpicGames, Origin, GOG, Lol and custom paths
- Data Transfer - A multi-threaded C++ GUI application to have a control of modifications between different directories, that allows the fast update of the files from inside the application.
- Flappy Bird - A C++ game similar to the popular mobile game FlappyBird, created using SFML library in order to introduce me to mobile game development.
- Gas Price Retriever - A C# Windows daemon that queries the price of gasoline daily from the government's online Excel and stores it in a lightweight database.
- Lol Notice - A C# WPF application that queries the Riot Games API, and sets various timers about alert you to various events happening in the League of Legends game.
- Mediaplayer mobile App (Java Version) - A minimalist mobile music player, programmed in Java and designed for low battery consumption.
- Mediaplayer mobile App (C# Xamarin Version) - A minimalist mobile music player, programmed in C# Xamarin and designed for low battery consumption.
- OBD - A C++ GUI application created in QtStudio to act as ManInTheMiddle, to translate OBD II commands coming through a virtual COM port and forward them via Wi-Fi to the receiving OBD II connected to the vehicle.
- Riot API - A C# WPF application that queries the Riot Games API for information about a League of Legends player's game, such as: champions, champion spells, and runes.