Pinned Repositories
binary-genetic-algorithm
A binary genetic algorithm using two-point crossover and inversion for mutation. The algorithm was written for optimization of the Goldstein-Price function.
distributed-chaos-game
A distributed system that computes fractal structures by applying the game of chaos. Implemented in Java.
dos-debug-tool
DOS debug tool intended to facilitate solving problems in DOS programs using TSR. Main functionality is showing values of the main registers and the 6 most recent values on the top of the stack.
facility-location
Program that for given set of points in the plane and a number R, computes where a disc with radius R should be placed in order to maximize the number of input points covered by the disc.
fat16
FAT16 simulation written in Java, along with a graphical representation of data storage in the simulated cluster files of the system and sectors on the disk.
Graphics-2D
A 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.
intelligent-agents
Implementation of various intelligent agents (reactive, deliberative, centralized, auction) to solve the Pickup and Delivery Problem (PDP) using Logist Platform.
marc-parser
Parser from MARC standards to JSON format implemented in Haskell.
nonek
Creation of my own simple programming language with grammar that describes it, editor as a plugin for Sublime Text and compiler for the language.
timetable-generator
Timetable generator for university schedule implemented in Python using genetic algorithms.
NDresevic's Repositories
NDresevic/timetable-generator
Timetable generator for university schedule implemented in Python using genetic algorithms.
NDresevic/nonek
Creation of my own simple programming language with grammar that describes it, editor as a plugin for Sublime Text and compiler for the language.
NDresevic/binary-genetic-algorithm
A binary genetic algorithm using two-point crossover and inversion for mutation. The algorithm was written for optimization of the Goldstein-Price function.
NDresevic/intelligent-agents
Implementation of various intelligent agents (reactive, deliberative, centralized, auction) to solve the Pickup and Delivery Problem (PDP) using Logist Platform.
NDresevic/distributed-chaos-game
A distributed system that computes fractal structures by applying the game of chaos. Implemented in Java.
NDresevic/facility-location
Program that for given set of points in the plane and a number R, computes where a disc with radius R should be placed in order to maximize the number of input points covered by the disc.
NDresevic/dos-debug-tool
DOS debug tool intended to facilitate solving problems in DOS programs using TSR. Main functionality is showing values of the main registers and the 6 most recent values on the top of the stack.
NDresevic/fat16
FAT16 simulation written in Java, along with a graphical representation of data storage in the simulated cluster files of the system and sectors on the disk.
NDresevic/Graphics-2D
A 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.
NDresevic/marc-parser
Parser from MARC standards to JSON format implemented in Haskell.
NDresevic/Higgs_Bosson_Project
NDresevic/ML-project1
NDresevic/ML-project2
NDresevic/monkey-opengl
Simple game/animation in OpenGL.
NDresevic/raf-ml
Machine Learning code examples - ML course at Faculty of Computing, Union University, Belgrade
NDresevic/word-distribution-tool
WDT which enables calculating the distribution of occurrences of bags of words in a text. The calculation is concurrent, with the ability to add new sources of text to analyze in real-time. The system makes it possible to calculate the distribution of the number of occurrences of bags of words for individual documents, as well as aggregation of the results of several previous calculations.