Skip to content
View ffaustin17's full-sized avatar
🎯
Focusing, Learning, Building
🎯
Focusing, Learning, Building
  • 02:35 (UTC -05:00)

Block or report ffaustin17

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. job_tracker_frontend job_tracker_frontend Public

    React application for tracking job applications, filtering statuses, and managing your job hunt. Designed to integrate with a secure Spring Boot backend and support authentication-based access cont…

    TypeScript

  2. ASCEND-CAPSTONE-PROJECT ASCEND-CAPSTONE-PROJECT Public

    Forked from ChanningAndrews/TeamProject

    SW Engr Team Project

    Java 1

  3. KMeansClassifier_Implementation KMeansClassifier_Implementation Public

    This C++ project implements and evaluates the performance of K-Means clustering using internal validation metrics such as the Calinski-Harabasz (CH) Index and Davies-Bouldin (DB) Score. It also inc…

    C++ 1

  4. Jack_Lexical_Analyzer Jack_Lexical_Analyzer Public

    This project implements a Lexical Analyzer (Tokenizer) for the Jack programming language (used in Nand2Tetris course). It processes .jack source files and outputs XML-formatted token streams.

    Java