Skip to content
View vasilecristian's full-sized avatar

Block or report vasilecristian

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 Loading

  1. SignalSlot SignalSlot Public

    This is the Signal Slot (Emitter/Observer) pattern implemented using c++11 .

    C++ 2

  2. ThreadPool ThreadPool Public

    This is a library that implements a thread pool. Is based on C++11 features. The base code was inspired by https://github.com/nbsdx/ThreadPool.

    C++ 1

  3. FastRTTI FastRTTI Public

    This is a simple library based on templates that can be used to implement Run-Time Type Information(RTTI).

    C++ 1

  4. MemoryLeaksTracker MemoryLeaksTracker Public

    MemoryLeaksTracker is a small memory leaks detector that use the overloaded operator new and delete.

    C++ 1 1

  5. FindPathEngine FindPathEngine Public

    This is a library that implements the A* (A star) search algorithm.

    C++

  6. MemPool MemPool Public

    Automatically exported from code.google.com/p/general-utils

    C++