Skip to content
View SCUS3's full-sized avatar

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.

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

Pinned Loading

  1. SAAB-ground-traffic-monitor SAAB-ground-traffic-monitor Public

    Concept demo: real-time airport ground-traffic anomaly detection using density-based clustering, built for Saab's ATM Automation & Surveillance domain.

    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

  5. 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

  6. ADTPriorityQueueWithHeap ADTPriorityQueueWithHeap Public

    Developed a Generic ADT Priority Queue (min-priority queue) which was implemented with min-Heap ADT Priority Queue organizes a list of comparable objects of any type can be used to store a set of e…

    Java