Skip to content
View pysojic's full-sized avatar
  • University of Chicago
  • Chicago
  • 15:53 (UTC -06:00)
  • LinkedIn in/pysojic

Block or report pysojic

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

    📚 Comprehensive C++ interview prep repository featuring clean implementations of commonly asked data structures, template metaprogramming exercises, and algorithmic patterns. Designed to strengthen…

    C++ 6

  2. MBOOrderBookParser MBOOrderBookParser Public

    A C++ program for parsing PCAP files from exchanges to reconstruct MBO order books and identify trading signals or arbitrage opportunities.

    C++ 2 1

  3. MCOptionPricer MCOptionPricer Public

    A high-performance C++ Monte Carlo pricer for options, supporting Asian, European, and Barrier options with price path simulation using SDEs (GBM, CEV) and Finite Difference Methods (Euler, Exact).

    C++ 2

  4. LiveChat LiveChat Public

    A basic C++ project for Linux that builds a real-time terminal chat app using POSIX sockets. It features a TCP server with poll-based I/O multiplexing, non-blocking communication, and clean connect…

    C++