Skip to content
View SCUS3's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report SCUS3

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. UAlbanyIntramuralWebsite UAlbanyIntramuralWebsite Public

    This project comprises a website showcasing my teams achievements, roster, and game records. It features HTML pages styled with CSS for consistency and includes JavaScript functionalities for dynam…

    HTML

  2. StringMatchingLogic StringMatchingLogic Public

    Implemented the resume comparison feature to assess the similarity between the skills and experiences in the resume and predefined reference data. This tool is used to ensure the effectiveness of t…

    Python

  3. PongGameUsingTurtleIBM PongGameUsingTurtleIBM Public

    PYTHON: Pong game using Turtle IBM. Created paddles on the left and right sides of the screen. Both players can control the in-game paddle by dragging it vertically. Players use their paddles to st…

    Python

  4. SlidingPuzzleClientAndServer SlidingPuzzleClientAndServer Public

    I made my sliding puzzle game into a single client and server program. The client is a child of the server process, and they use pipes for interprocess communication. The goal of the project is to …

    C