Skip to content
View YRBIII's full-sized avatar

Block or report YRBIII

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. Cant-Stop-Board-Game Cant-Stop-Board-Game Public

    A simple C++ version of the classic board game Can’t Stop. Built from scratch using object-oriented programming.

    C++

  2. Campus-Networking Campus-Networking Public

    This project demonstrates the design and simulation of a complete university campus network using Cisco Packet Tracer.

  3. Payroll-GUI-Password-System Payroll-GUI-Password-System Public

    Java Payroll System with password encryption (SHA-256 + salt) and multi-screen GUI using JavaFX. Implements login, employee management, payroll display, and data persistence.

    Java

  4. Planets Planets Public

    JavaFX simulation of the Solar System, showing planets’ rotation, orbit speed, and interactive GUI visualization

    CSS

  5. RoboTickets RoboTickets Public

    Java console-based ticket ordering system with pricing for adults, children, and seniors, including multiple payment options.

    Java

  6. Substring-Generator Substring-Generator Public

    Generates all substrings of a given string using only loops, conditions, and string slicing, with optional duplicate removal.