Coordinated Traffic Lights simulator - 2004
Master thesis application
A integral part of my master thesis dissertation: Computer simulation of traffic in coordinated intersections with intelligent lights control. The application demonstrates and simulates the concept of using fuzzy logic to control coordinated traffic lights with prioritization. For traffic simulation purposes cellular automata were used.
The application has two modes of operation:
Screencast demo can be found here.
Master thesis application
A integral part of my master thesis dissertation: Computer simulation of traffic in coordinated intersections with intelligent lights control. The application demonstrates and simulates the concept of using fuzzy logic to control coordinated traffic lights with prioritization. For traffic simulation purposes cellular automata were used.
The application has two modes of operation:
- edit & design of intersections arrangements and their parameters,
- simulation where properties of traffic feeds & sinks along with intersection behavior can be changed live.
Screencast demo can be found here.
Simulation of UNIX filesystem - 2002 GCC/G++
A university project to simulate in-memory UNIX like filesystem using objected programming with inheritance and polymorphism. Due to lack of time the scope had been reduced to most important functions and commands. The additional requirement was to simulate cpio command.
download
A university project to simulate in-memory UNIX like filesystem using objected programming with inheritance and polymorphism. Due to lack of time the scope had been reduced to most important functions and commands. The additional requirement was to simulate cpio command.

Random number generator - 2002 GCC/G++
A project from algorithms - random number generator written in C++ with Pi and Chi2 tests of the results.
download
A project from algorithms - random number generator written in C++ with Pi and Chi2 tests of the results.

Sorting - 2001 GCC/G++
A project from algorithms - shell-sort and bubble sort (sorting class handling any data types) written in C++.
download
A project from algorithms - shell-sort and bubble sort (sorting class handling any data types) written in C++.
