Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.47 KB

File metadata and controls

42 lines (32 loc) · 2.47 KB

SmallProjectsCollection

A collection of small projects. Gifs for quick overview.

Focus timer / Pomodoro timer implementation

An implementaion of Pomodoro techinique in a timer app.

File renamer

Simple file renaming tool.

Groceries price comparer

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.

Stackmachine VM Code to Hack Assembly translator

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.

Hack assembly language to binary assembler

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.

Steam Workshop - GoG Mod converter

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.

Kivy based calculator

Testing Kivy.

React Native pomodoro timer

Testing React Native by creating a Pomodoro timer

Javascript todo list

Simple JS todo list.