Skip to content
View Covag94's full-sized avatar

Block or report Covag94

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Custom-vector Custom-vector Public

    A custom implementation of a dynamic array class in C++.

    C++

  2. Custom-Optional Custom-Optional Public

    A lightweight, high-performance Optional implementation for C++20, optimized for both trivial and non-trivial types.

    C++

  3. Mutli-client-TCP-server Mutli-client-TCP-server Public

    Basic TCP server in C++ handling multiple clients concurrently.

    C++

  4. RR-Scheduler RR-Scheduler Public

    A C++ implementation of a round-robin CPU scheduler with support for pluggable scheduling strategies and unit tests.

    C++

  5. Thread-safe-queue Thread-safe-queue Public

    A simple thread-safe queue implementation using std::mutex and std::condition_variable to demonstrate the producer-consumer pattern in C++.

    C++

  6. Movie-Recommender Movie-Recommender Public

    Implements a simple movie recommender system using Python and scikit-learn.

    Jupyter Notebook