-
-
marc-parser Public
A parser for the Marc format for bibliographic data.
-
distributed-chaos Public
Self-organizing distributed system, that supports failure of up to 2 nodes at the same time.
distributed-systems concurrency distributed-computing fractal-algorithms fractals self-organizing-networkJava UpdatedJun 5, 2020 -
snapshots Public
Snapshots system implemented using Li version of Lai-Yang algorithm combined with Spezialleti-Kearns algorithm
-
word-distribution-tool Public
Word distribution tool system I made for a university course.
Java UpdatedApr 10, 2020 -
bobaka Public
A compiler for a programming language called "bobaka" that I have created. The programming language is compiled to Python.
-
ssao Public
A demonstration of the Screen-space ambient occlusion technique in OpenGL.
-
An implementation for the Shortest Path Among Obstacles for a point robot problem, using the Visibility Graph.
-
fashionMNIST-classifier Public
Forked from raf-bsn/ML-project2Convoluted Neural Network for classifying the FashionMNIST data set. Recognition of multiple clothing objects on the same picture with noise using the trained model and OpenCV.
Python UpdatedSep 29, 2019 -
An algorithm for creating a good timetable for the Faculty of Computing. The algorithm is based on evolutionary strategies, more precisely on the 1+1 evolutionary strategy and Shotgun hill climbing.
-
machine-learning-algorithms Public
Forked from raf-bsn/ML-project1An implementation of the following machine learning algorithms: polynomial regression, k-NN, Naive Bayes classifier.
-
binary-genetic-algorithm Public
A binary genetic algorithm using one point crossover and inversion for mutations. The algorithm was written for optimization of the McCormick function.
Python UpdatedSep 22, 2019 -
simple-interpreter Public
A simple interpreter for evaluating mathematical and logical expressions in prefix, infix and postfix notations.
Python UpdatedSep 22, 2019 -
fat16 Public
A simulation of the FAT16 file system written in Java. I worked on it as part of an assignment for a course on university. Most of the underlying classes are not my work, my assignment was to work …
Java UpdatedJan 4, 2019 -
dos-debug-tool Public
A DOS debug tool I developed for a university assignment. It uses a TSR program to show the values of the main registers and the values located on the top of the stack (the 6 top-most values).
Assembly UpdatedJan 4, 2019 -
producer-consumer-system Public
A concurrent producer-consumer system written for DOS that works in protected mode. I developed it as part of an assignment for university.
Assembly UpdatedJan 4, 2019 -
Graphics-2D Public
Forked from RAF-BANTer/Graphics-2DA 2D game written in Java, using only the Graphics2D library, as well as the RAFgx library. The game consists of several parts (modules), which can be accessed from the main world.
Java UpdatedNov 18, 2018 -
simple-ftp-server Public
A simple FTP server I did for a university assignment. The FTP server is capable of basic operations, including transferring and deleting files. The recommend client to try it out with is FileZilla.
Java UpdatedNov 17, 2018 -
minimax-chess Public
The minimax algorithm demonstrated in chess. I worked on it for a course on university. The project was written in Java, Swing was used for the GUI.
Java UpdatedNov 17, 2018