Skip to content
View uros-bojanic's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report uros-bojanic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
uros-bojanic/README.md

Hi, I'm Uroš Bojanić 👋

Check out my projects 🚀

  • 📟 Cyclic redundancy check tool - Python (URL)
  • 💾 Multithreaded OS kernel - C++ (URL)
  • 🖥️ 8-bit computer implementation - Logisim (URL)
  • 🦠 Epidemic prediction model - MATLAB (URL)
  • 📡 Computer network simulation - Cisco PT (URL)
  • 🖼️ Image compression - MATLAB (URL)
  • 💻 Object oriented programming - Java (URL), C++ (URL)
  • 🚈 Traffic infrastructure planning - C++ (URL)
  • 📊 Bernoulli trials simulation - Python (URL)
  • 🧮 Numerical methods - MATLAB (URL)
  • 🛰️ Frequency division multiplexing - MATLAB (URL)
  • 🤖 Particle filter localization - Java (URL)

Connect with me 🔗

Visit my portfolio website! 🌐
https://uros-bojanic.github.io

Find me on other platforms: 👇
linkedin.com/in/uros-bojanic
scholar.google.com/citations?user=IUmbjKEAAAAJ
researchgate.net/profile/Uros-Bojanic


Pinned

  1. epidemic-modelling epidemic-modelling Public

    [Computer Modeling] SIR/SIRS/SIRQ/ISIR/SEIR compartmental models for numerical epidemic modelling in MATLAB.

    MATLAB 4

  2. 8-bit-computer 8-bit-computer Public

    [Computer Engineering] Programmable 8-bit computer based on von Neumann architecture, designed and implemented from scratch in Logisim.

    2

  3. oop-java oop-java Public

    [OOP] Object-oriented programming assignments in Java.

    Java

  4. cyclic-redundancy-check cyclic-redundancy-check Public

    [Telecommunications] A Python package for cyclic redundancy check (CRC) using polynomial long division in GF(2).

    Python 1

  5. multithreaded-kernel multithreaded-kernel Public

    [Operating Systems] Multithreaded kernel implementation in C++ with time sharing, semaphores, and events.

    C++