Skip to content
View 18leaf's full-sized avatar
  • Atlanta, GA
  • 15:38 (UTC -04:00)

Block or report 18leaf

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

Pinned Loading

  1. ir_class_search_engine ir_class_search_engine Public

    WIP (Due March 15)Search engine implementing BM25+ and TF-IDF for my information retrieval class

    Python

  2. os-cpu-sim os-cpu-sim Public

    cpu scheduling simulation with graphical analysis for my operating systems class. MLFQ, SRTF, FCFS supported. Includes a python/plotly visualization suite and synthetic workloads

    C++

  3. pur pur Public

    **IN PROGRESS - Halted Until ~May 2026** Config validation and basic LSP based in rust (using tower-lsp). Pronounced pure. Inline Diagnostics for json syntax and json schema mismatches

    Rust

  4. ratemyprofessor-etl-pipeline ratemyprofessor-etl-pipeline Public

    ETL demo that ingests RateMyProfessor-derived data, normalizes it into a relational schema with Python/pandas, bulk-loads a SQLite snapshot with indexes, and exposes a Next.js API as a downstream q…

    TypeScript

  5. BitBoardCheckers BitBoardCheckers Public

    Checkers Implementation using bitwise operations and a 64-bit bitboard representing the state of the game

    C++