Skip to content
View 18leaf's full-sized avatar
  • Atlanta, GA
  • 17:03 (UTC -05: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. 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++

  2. pur pur Public

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

    Rust

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

  4. BitBoardCheckers BitBoardCheckers Public

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

    C++