Skip to content
View aw0lid's full-sized avatar

Block or report aw0lid

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. StringLib StringLib Public

    This library is designed to simplify string manipulation operations in C++, offering a wide range of advanced tools to efficiently and easily perform various string operations. The library includes…

    C++

  2. DateLib DateLib Public

    DateLib is an C++ library designed to simplify working with dates and time periods. This library contains a wide range of functions that allow you to perform multiple operations on dates with ease …

    C++

  3. Double-Linked-List-Implementation Double-Linked-List-Implementation Public

    A simple generic implementation of a doubly linked list in C++ for educational purposes. Supports insertion, deletion, traversal, and reversal operations

    C++

  4. DVLD-System DVLD-System Public

    DVLD – Initial release of a Driving License Management System built with .NET, ADO and SQL Server for educational purposes

    C#

  5. My-Own-LINQ-To-Object My-Own-LINQ-To-Object Public

    A custom LINQ implementation in C# to understand how LINQ works under the hood.

    C#

  6. Generic-AVL-Tree Generic-AVL-Tree Public

    Generic AVL Tree implementation in C# with insert, delete, search, and traversal operations supporting any IComparable<T> type.

    C#