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

Block or report marmal95

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

Pinned

  1. Bomberman-Game Bomberman-Game Public

    Two-player Bomberman Game created with modern C++ with the use of SFML library and Entity Component System (entityx).

    C++

  2. 2048-Game 2048-Game Public

    The clone of popular 2048 game created with modern C++ with the use of SFML library and Entity Component System (entityx).

    C++ 1

  3. image-processor image-processor Public

    Sequential, multithreaded and parallel implementation of digital image transformation with the use of modern C++ and OpenMP/OpenMPI (CPU) and CUDA (GPU).

    C++ 1

  4. kNN kNN Public

    Sequential, multithreaded and parallel implementation of kNN classifier with the use of modern C++ and OpenMP/OpenMPI (CPU) and CUDA (GPU).

    C++ 2

  5. monte-carlo monte-carlo Public

    Sequential, multithreaded and parallel implementation of Monte Carlo method with the use of modern C++ and OpenMP/OpenMPI (CPU) and CUDA (GPU).

    C++ 2 2

  6. Web-Server Web-Server Public

    Very simple web server written in C++ using boost Asio.

    C++