Skip to content
View marcustut's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report marcustut

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
marcustut/README.md

Currently studying MSc Computer Science in University College Dublin.

Pinned

  1. orderbook orderbook Public

    Local order book implementation in C++ with hooks and visualiser.

    C++ 1

  2. algorithm algorithm Public

    This is a repo where I store the code of me doing data structure and algorithm problems

    C++ 2

  3. perceptron perceptron Public

    Multi-layer perceptron (a.k.a. neural network) implemented in C++

    C++

  4. exchange exchange Public

    Trying to replicate a trading exchange in C

    C

  5. cybotrade/tardis-rs cybotrade/tardis-rs Public

    Rust API client for Tardis.dev and tardis machine server.

    Rust 3

  6. threadpool threadpool Public

    Manage a pool of dynamically spawned threads with shared state.

    Rust