Skip to content
View TwistedRazors's full-sized avatar

Block or report TwistedRazors

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. Online-Book-Store Online-Book-Store Public

    Created with a partner in my Database Management Systems I class. Customers can purchase books and it will be delivered to their address. Additionally, managers can insert, delete, or modify books …

    PHP

  2. Tic-Tac-Toe-Unbeatable-AI Tic-Tac-Toe-Unbeatable-AI Public

    Created in my Intermediate Software Project class. You can choose to go first or let the computer go first. The minimax algorithm is used to make the computer player impossible to beat.

    JavaScript

  3. Polling-Site Polling-Site Public

    Created in my Intermediate Software Project class. Users can insert and vote on polls. After a poll is voted on, the percentages for the number of votes on each answer is displayed along with a bar…

    PHP

  4. Hotel-Reservation-System Hotel-Reservation-System Public

    Created in my Database Management Systems II class. Customers can reserve a room in a hotel or submit service requests. The employees can check in or check out guests and can view the service reque…

    PHP

  5. BST-and-AVL-Trees-in-Java BST-and-AVL-Trees-in-Java Public

    Created with a partner in my Data Structures and Algorithm Analysis class. A binary search tree and an AVL tree are implemented and several functions can be performed on them.

    Java

  6. Find-Words-in-Phone-Numbers-Using-Java Find-Words-in-Phone-Numbers-Using-Java Public

    Created with a partner in my Data Structures and Algorithm Analysis class. The user enters a phone number and the digits are converted to all possible symbols on a keypad for that digit. Then, file…

    Java