Stars
[Algorithms and Data Structures] Software package with CLI implementing undirected weighted graphs, and various graph algorithms - BFS, DFS, Prim’s, Kruskal's, Dijkstra’s, Floyd’s, etc.
[Signals and Systems] Frequency division multiplexing model in MATLAB.
[OOP] Object-oriented programming assignments in C++.
[Computer Modeling] SIR/SIRS/SIRQ/ISIR/SEIR compartmental models for numerical epidemic modelling in MATLAB.
Image compression by color quantization using k-means clustering algorithm.
[Computer Engineering] Programmable 8-bit computer based on von Neumann architecture, designed and implemented from scratch in Logisim.
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
Toolkit to train base-resolution deep neural networks on functional genomics data and to interpret them
Mini preemptive os kernel for 8086 architecture (with semaphores, multithreading and events)
Implementation of kernel’s subsystem for managing threads. The subsystem also provides the concept of semaphores and events.
The message entered by a user in a computer’s terminal are encrypted/decrypted using microcontroller’s AD conversion. After the conversion, the user receives encrypted/decrypted message. Simultaneo…
jovanstevanovic / virtual-memory-manager-simulation-and-realization-of-pager-s-basic-functionalities
Implementation of two-pass assembler for fictional architecture. With simple linker and emulator. Written in C++.
Implementation of compiler for microjava programming language. Written in Java.
Finding, inserting and deleting words in a huge dictionary using the technique of cuckoo hashing. Written in C++.
Finding, inserting and deleting words in a huge dictionary using operations with B and Red-Black tree. Written in C++.
Android application for food ordering with mobile application written in Java and XML, server application written in PHP, and database part of application written in MySQL.
E-learning platform for NASA space program.
Messenger with possibility to send text messages, images, sound and video records. Every message was encrypted/decrypted using algorithm from Serbian identity card.
Implementation of online quiz "ETFKviskoteka", with frontend implemented in Angular using HTML, Bootstrap, JavaScript and JQuery. Backend part implemented in NodeJS, and database part implemented i…
Social network analysis of science publications and co-operations between professors on University of Belgrade.
Android implementation of famous pocket soccer game.
College team project for SQL comments clafisication.
Implementation of Sudoku game with GUI implemented using JavaSwing.
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modi…
Implementation of a simple assembler and emulator for a school assignment