Skip to content
View attilatorda's full-sized avatar

Block or report attilatorda

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

  1. Shift-To-Middle_Array Shift-To-Middle_Array Public

    An implementation strategy for lists, queues, deque(ue)s.

    Java 121 1

  2. Windows Explorer Right-Click Tools Windows Explorer Right-Click Tools
    1
    @echo off
    2
    SETLOCAL EnableDelayedExpansion
    3
    
                  
    4
    :: Check if running as admin (required for registry edits)
    5
    net session >nul 2>&1
  3. ReferenceTracker ReferenceTracker Public

    The proposed reference tracking system enhances memory safety in C++ by addressing the long-standing issue of dangling pointers. It offers a robust and efficient solution for developers who need fi…

    C++ 1

  4. TemporaryFolderManager TemporaryFolderManager Public

    Python