Skip to content
View iliarusskikh's full-sized avatar

Block or report iliarusskikh

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Mini-AES-Cpp Mini-AES-Cpp Public

    C++ implementation of Mini-AES — a compact educational 16-bit block cipher that mirrors the structure of the real AES. Includes NibbleSub (S-box), ShiftRow, MixColumn over GF(2⁴), full key schedule…

    HTML

  2. Cpp-Learning-Lab Cpp-Learning-Lab Public

    Every day challenges with C++

    C++

  3. TCP-Market-Data-Simulator-Cpp TCP-Market-Data-Simulator-Cpp Public

    C++ TCP market-data feed simulator: fixed-size binary TICK/HEARTBEAT protocol, multi-client poll() server, RAII sockets, synthetic random-walk ticks, app heartbeats with client reconnect/backoff, a…

    HTML

  4. Bayes-Deck-App Bayes-Deck-App Public

    Interactive Bayes' theorem utility for quantitative developers and analysts. Manipulate priors and likelihoods with live LaTeX, natural-frequency grids, and sensitivity charts.

    Python

  5. Call-Put-Options-Calculator Call-Put-Options-Calculator Public

    An interactive Python app for planning call and put option trades. Enter your strike price, current price, option cost, shares, and fees to instantly see profit/loss across a range of stock prices.…

    Python

  6. Limit-Order-Book-and-Matching-Engine-Cpp Limit-Order-Book-and-Matching-Engine-Cpp Public

    In-memory C++17 limit order book and matching engine with price-time priority: limit and market orders, partial fills, cancels, and L2 depth snapshots. Integer tick prices, map+deque book with id i…

    HTML