Skip to content
View bintcoded's full-sized avatar

Block or report bintcoded

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Polynomial-LinkedList-Java Polynomial-LinkedList-Java Public

    A Java program created for CIS 2353 – Data Structures. This project focuses on handling polynomial expressions using singly linked lists. It reads polynomial strings from a file, stores each as a l…

  2. BPMCalculator2353 BPMCalculator2353 Public

    Heart rate calculator built for my CIS 2353 Data Structures class. It allows multiple users to input their birth date and receive personalized heart rate stats. Includes error handling and uses cus…

  3. RetailPOS_System RetailPOS_System Public

    A C++ Point-of-Sale (POS) system for retail stores, inspired by Target’s workflow. It lets employees manage inventory through search, sales, and updates, while demonstrating OOP concepts like inher…

  4. EnemyOOPGame EnemyOOPGame Public

    A beginner-friendly Java OOP game featuring enemy class hierarchies and combat simulation.

  5. Student_Grading_Managment_System Student_Grading_Managment_System Public

    A simple Python program to manage student grades. You can add up to 20 students, view stats, search by ID, delete records, and save everything to a file using JSON.

  6. C-Inheritance-and-Polymorphism C-Inheritance-and-Polymorphism Public

    This project demonstrates multilevel inheritance in C++ by creating an Employee, Manager, and CEO class. It uses encapsulation and modular design to gather user input, display data, and show how cl…