Skip to content
View PopoviciGabriel's full-sized avatar

Block or report PopoviciGabriel

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 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 Loading

  1. C-Smart-Pointers-11-Real-Patterns-Bugs C-Smart-Pointers-11-Real-Patterns-Bugs Public

    Real C++ examples for smart pointers and STL

    1

  2. EventBus-RAII EventBus-RAII Public

    Modern C++20 Event Bus / Observer framework with RAII subscriptions (header-only).

    1

  3. MiniSTL-Algorithms MiniSTL-Algorithms Public

    Educational C++20 STL-like algorithms implemented from scratch using iterators.

    1

  4. ResourceManagerPP ResourceManagerPP Public

    A modern C++ resource-management framework with interfaces, templates, smart pointers, and semantic ID ownership transfer.

    C++

  5. Matrix-Template-Library Matrix-Template-Library Public

    A compile-time sized matrix library using C++ templates, NTTPs, operator overloading, static assertions, and custom iterators. Focused on type safety, performance, and modern C++ design.

    C++

  6. Generic-Data-Processing-Pipeline Generic-Data-Processing-Pipeline Public

    A generic data processing pipeline using templates, polymorphism, smart pointers, and the Factory pattern. Demonstrates ownership management, extensibility, and separation of concerns.

    C++