Pinned Repositories
AssemblyProject
Mini project with DMA and KP controllers in assembler.
B-tree
Realisation of B-tree, adding, deleting and searching elements.
Bloxorz_Graphs
Creating bloxorz game using graphs.
BST-Tree_BinarySearch
Adding, searching and removing elements from table using binary search. Creating BST-Tree from elements in table, searching for and adding elements directly from the tree, rotating tree around a selected node.
CircularPriorityQueue
Implementation of circular priority queue structure, and it's basic functions, such as adding and removing elements, showing the first element, capacity and current number of elements.
FPGA_Snowboarder
2D game implementation on FPGA board using Altera Quartus.
HashTable
Searching through files using hash function with double hashing collision resolution.
ImageEditor.cpp
Software for loading, editing and exporting images with .bmp and .pam extensions.
NeuralNetworks_Regression_Classification
Regression and classification of data in neural networks.
OS_Kernel
x86 Kernel with all the basic concepts of OS, concurrency, threads with time sharing, semaphores, events and interrupts, signals
filipandriic's Repositories
filipandriic/RetryGhost
Simple 2D Unity game. Run around the map and use the ghost for boost.
filipandriic/MicroJava-Compiler
Implementation of four phases of a compiler - lexer phase, syntax phase, semantic phase and code generator.
filipandriic/RealEstateManager
Web application used to buy, sell and publish real estates, with all needed methods.
filipandriic/OpenPGP
filipandriic/Election
filipandriic/Cookbook
filipandriic/Skocko
Skocko game in html and javascript.
filipandriic/SmartHome
SmartHome application, with built-in music player, alarm and planner using different APIs (Youtube, MapQuest)
filipandriic/FPGA_Snowboarder
2D game implementation on FPGA board using Altera Quartus.
filipandriic/UnityLearningGame3D
First ever made game using Unity Framework and C#. The goal is to avoid darker objects and stay on the platform.
filipandriic/Tanks2DGame
Game with a terrain of grass and walls, and with tanks and coins. The goal is to run from tanks and collect all coins.
filipandriic/CircularPriorityQueue
Implementation of circular priority queue structure, and it's basic functions, such as adding and removing elements, showing the first element, capacity and current number of elements.
filipandriic/Tournament
Creating tournament in C using trees.
filipandriic/BST-Tree_BinarySearch
Adding, searching and removing elements from table using binary search. Creating BST-Tree from elements in table, searching for and adding elements directly from the tree, rotating tree around a selected node.
filipandriic/AssemblyProject
Mini project with DMA and KP controllers in assembler.
filipandriic/NeuralNetworks_Regression_Classification
Regression and classification of data in neural networks.
filipandriic/Bloxorz_Graphs
Creating bloxorz game using graphs.
filipandriic/HashTable
Searching through files using hash function with double hashing collision resolution.
filipandriic/B-tree
Realisation of B-tree, adding, deleting and searching elements.
filipandriic/White-boxTest
White-box testing of software for recognizing input code and detecting definitions, uses, DU chains and LCSAJ sequences.
filipandriic/ImageEditor.java
Software for loading and exporting .bmp and .pam images using functions from C++ to edit.
filipandriic/ImageEditor.cpp
Software for loading, editing and exporting images with .bmp and .pam extensions.
filipandriic/OS_Kernel
x86 Kernel with all the basic concepts of OS, concurrency, threads with time sharing, semaphores, events and interrupts, signals