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

Popular repositories Loading

  1. AlgoTrack AlgoTrack Public

    Cross-platform C++17 & Qt6 desktop application using an IPC architecture to track algorithmic problems.

    C++ 3

  2. ResourceManagerPP ResourceManagerPP Public

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

    C++

  3. 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++

  4. 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++

  5. Custom-Smart-Pointer-System-with-Cycle-Handling Custom-Smart-Pointer-System-with-Cycle-Handling Public

    Custom C++ smart pointer system (SharedPtr + WeakPtr) with counted references and support for cycles via weak locking. A minimal implementation that demonstrates correct resource management, owners…

    C++

  6. SocialGraph SocialGraph Public

    A modern C++ social graph where SocialNetwork owns all Person objects via std::unique_ptr. Friendships use ID-based references, avoiding shared ownership and lifetime issues. Logic is separated fro…

    C++