A collection of small projects. Gifs for quick overview.
- Pomodoro Timer
- File renamer
- Groceries Price Comparer
- VM-To-Hack Translator
- Hack-To-Binary Assembler
- Steam-GoG Mod converter
- Kivy Calculator
- React Native Pomodoro timer
- JS Todo list
An implementaion of Pomodoro techinique in a timer app.
Simple file renaming tool.
The program crawls local grocery store sites for products in order to create a price comparison. Currently implemented stores: Selver, Maxima. Prisma and Coop planned but they have JS based dynamic sites.
Created during the course of reading the book "The Elements of Computing Systems: Building a Modern Computer from First Principles" Creates commented Hack assembly code.
Created during the course of reading the book "The Elements of Computing Systems: Building a Modern Computer from First Principles" Works although I was not able to replicate the exact variable and label mapping procedure used in the results. So output works but direct code-to-code tests fail.
The program makes mods downloaded from Steam Workshop run GoG game by creating descriptor files for them. Current implementation requires a symbolicly linked folder in the GoG mod directory that points to Steam mods. This due to buit-in limitation of the descriptor file.
Testing Kivy.
Testing React Native by creating a Pomodoro timer
Simple JS todo list.