Pinned Repositories
99bottles
Simple solution to the 99 bottles problem
AssemblerAndEmulator
Implementation of a simple assembler and emulator for a school assignment
compiler-micro-java
Implementation of a compiler for a simplified version of Java, done as a school assignment
etf-mups
Multiprocessor systems class at ETF Belgrade
kernelOS
Implementation of a preemptive multitasking kernel with time sharing for x86 CPUs
Pacman
Implementation of the popular arcade game Pacman
PortAssemblyLanguage
Definition of an assembly like language and an implementation of a translation program from port to mif format
real-estate-notifier
Reads information about real estate in Belgrade from some popular websites and notifies the user via Telegram.
vscode-ext-cuda
A simple vscode extension for cuda support
vscode-ext-x86-64-assembly
A simple vscode extension for x86-64 assembly language support
bogdanbebic's Repositories
bogdanbebic/AssemblerAndEmulator
Implementation of a simple assembler and emulator for a school assignment
bogdanbebic/real-estate-notifier
Reads information about real estate in Belgrade from some popular websites and notifies the user via Telegram.
bogdanbebic/etf-mups
Multiprocessor systems class at ETF Belgrade
bogdanbebic/PortAssemblyLanguage
Definition of an assembly like language and an implementation of a translation program from port to mif format
bogdanbebic/vscode-ext-cuda
A simple vscode extension for cuda support
bogdanbebic/vscode-ext-x86-64-assembly
A simple vscode extension for x86-64 assembly language support
bogdanbebic/99bottles
Simple solution to the 99 bottles problem
bogdanbebic/AirLevitation
A simple air levitation process control, done as a school project
bogdanbebic/asm-reddit-analysis
Course project for social network analysis
bogdanbebic/compiler-micro-java
Implementation of a compiler for a simplified version of Java, done as a school assignment
bogdanbebic/etf-opdm-games
Collection of simple discrete math games created for a school assignment.
bogdanbebic/InverseSquareRoot
Implementation of several numerical algorithms for finding the inverse of a square root
bogdanbebic/kernelOS
Implementation of a preemptive multitasking kernel with time sharing for x86 CPUs
bogdanbebic/Pacman
Implementation of the popular arcade game Pacman
bogdanbebic/Battleships
A simple Battleships game implementation, written as a school assignment in web design
bogdanbebic/Bloxorz
Simplified implementation of the Bloxorz game, written as a school assignment
bogdanbebic/dotfiles
Collection of some of my dotfiles
bogdanbebic/DotsAndBoxes
Implementation of the Dots and Boxes 2D game
bogdanbebic/etf-oop-grading
Helper scripts for grading OOP lab work at ETF, University of Belgrade
bogdanbebic/etf-openpgp
OpenPGP key handling and message encryption/signing, done as a school project
bogdanbebic/etf-pia
Web application programming class project at ETF Belgrade
bogdanbebic/filesystemOS
Implementation of a simplified one-partition hard drive filesystem
bogdanbebic/FuzzyLevenshtein
A simple fuzzy string matching lev distance implementation
bogdanbebic/gitignore
A collection of useful .gitignore templates
bogdanbebic/P2-Rokovi
Rešeni zadaci iz jezika C sa rokova iz Programiranja 2 na ETF-u
bogdanbebic/PriorityQueue
Implementation of a priority queue using a Fibonacci heap for an algorithms and data structures course
bogdanbebic/si3is1
Implementation of an information system for issuing ID documents, done as a school project.
bogdanbebic/SortingAlgorithms
Program which implements several sorting algorithms and benchmarking functions.
bogdanbebic/VirtualPianoConverter
bogdanbebic/vscode-arm
ARM Syntax highlighting for VSCode