Skip to content
View prabhask5's full-sized avatar
  • San Francisco, CA
  • 17:49 (UTC -12:00)
  • LinkedIn in/prabhask

Block or report prabhask5

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. distributed-stock-exchange distributed-stock-exchange Public

    FIX Protocol based high frequency distributed Linux stock exchange. Features FIX Gateway with user authentication using in-memory SQLite Database, matching support for all order types, and inter-no…

    C++

  2. typed-python-compiler typed-python-compiler Public

    A compiler inspired by the ChocoPy compiler class project in COMPSCI 164, then translated into Rust and now targetting x86. This project features all parts of the compiler stack, including a lexer …

    Rust

  3. real-time-ray-tracing-engine real-time-ray-tracing-engine Public

    A real time Linux ray tracing engine with command line input. Features physical light simulation for rendering, optimized through CUDA GPU implementation, CPU SIMD, optimized memory layout for cach…

    C++

  4. unix-operating-system unix-operating-system Public

    A unix operating system created as part of a class project (COMPSCI 162), then worked on after to add additional features covered in popular OSes. This OS implements primitives for concurrency, mem…

    C

  5. fullstack-decal/fullstackdecal fullstack-decal/fullstackdecal Public

    Full Stack Development DeCal Website

    MDX 10 23

  6. path-finding-visualizer path-finding-visualizer Public

    Python path finding algorithm visualizer using several commonly used path finding algorithms, including A*, Bidirectional A*, BFS, Bidirectional BFS, DFS, Random Walk, Greedy Best-First, and Geneti…

    Python