Skip to content
View 1BRG's full-sized avatar

Block or report 1BRG

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

Pinned Loading

  1. vlaxcs/QR-Code-Generator-Scanner vlaxcs/QR-Code-Generator-Scanner Public

    Experimental step-by-step QR Code Generator & Scanner, involving Reed-Solomon algorithm over Galois Field (GF-256)

    C#

  2. Mario Mario Public

    A remake of the classic Super Mario platformer in C++, designed to showcase strong Object-Oriented Programming (OOP) principles and design patterns.

    C++

  3. Advanced-Heap-Comparison Advanced-Heap-Comparison Public

    A C++ project for implementing and benchmarking advanced heap data structures (Binary, Leftist, RP-Heap) to analyze performance under heavy load.

    C++

  4. Formal-Languages-and-Automata-Toolkit Formal-Languages-and-Automata-Toolkit Public

    A C++ and CMake toolkit for formal languages, featuring a Regex to DFA converter and a Context-Free Grammar (CFG) parser, built from first principles.

    C++

  5. TEMPO TEMPO Public

    A responsive front-end web application for discovering local activities, built from scratch with vanilla JavaScript (ES6+), HTML5, and CSS3.

    HTML

  6. Low-Level_Storage_Manager_in_Assembly Low-Level_Storage_Manager_in_Assembly Public

    From-scratch implementation of a file storage system in x86 Assembly. Handles contiguous allocation, file I/O simulation, and defragmentation for 1D/2D memory models.

    Assembly