Skip to content
View mjshakir's full-sized avatar
Block or Report

Block or report mjshakir

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

Popular repositories

  1. ThreadPool ThreadPool Public

    Efficient, flexible parallel task execution in C++ using std::jthread. ThreadPool simplifies thread management and offers priority-based task scheduling with Deque or PriorityQueue.

    C++ 1

  2. circle_predictor circle_predictor Public

    Simple libtorch example that predict circle points

    C++

  3. RankedVoting RankedVoting Public

    Ranked Voting System

    Python

  4. ProgressBar ProgressBar Public

    Progress bar with Estimated Time to Completion (ETC) and elapsed time tracking

    C++

  5. TimeIt TimeIt Public

    a lightweight library designed to provide low-overhead timing functionality.

    C++

  6. CircularBuffer CircularBuffer Public

    Circular Buffer that can either use a fixed-size buffer in a lock-free manner or a dynamic buffer in a thread-safe manner.

    C++