Skip to content
View trilejay's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report trilejay

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. Data-Analysis-Correlation-Between-NBA-Player-Height-and-3PT-since-1997 Data-Analysis-Correlation-Between-NBA-Player-Height-and-3PT-since-1997 Public

    This data analysis project is an ETL pipeline to extract NBA statistics from various datasets using Pandas and BeautifulSoup4.

    Python

  2. Data-Structure-Implementations Data-Structure-Implementations Public

    Implementations of various data structures, including dynamic arrays, linked lists, BST/AVL trees, min heap, and hash maps.

    Python 1

  3. Job-Portfolio Job-Portfolio Public

    A full-stack job portfolio. Includes a personal introduction, a dynamic job listing section with full CRUD capabilities, a simulated order submission form, and an image gallery.

    JavaScript 1

  4. League-Of-Legends-Item-Builder League-Of-Legends-Item-Builder Public

    A React application that uses BS4 to extract item builds for the game League of Legends.

    JavaScript 1

  5. My-Music-Manager My-Music-Manager Public

    A web-based application for managing music tracks, artists, genres, and albums. Built using MySQL, Flask (Python), and HTML/Jinja2 templates

    HTML 1

  6. Atomic-Chess Atomic-Chess Public

    A variant of chess, called Atomic Chess, with a Piece class that represents a piece in the game, and a ChessVar class that represents the boards and rules of the game.

    Python