Skip to content
View faysou's full-sized avatar

Block or report faysou

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

    Object Oriented Programming in Mathematica 10+

    Mathematica 28 9

  2. nautechsystems/nautilus_trader nautechsystems/nautilus_trader Public

    A high-performance algorithmic trading platform and event-driven backtester

    Rust 16.8k 2k

  3. RunaCapital/awesome-oss-alternatives RunaCapital/awesome-oss-alternatives Public

    Awesome list of open-source startup alternatives to well-known SaaS products 🚀

    Python 18.5k 988

  4. Install nautilus_trader dev env from... Install nautilus_trader dev env from scratch using uv only
    1
    ```bash
    2
    curl https://sh.rustup.rs -sSf | bash -s -- -y
    3
    source ~/.cargo/env
    4
    
                  
    5
    curl -LsSf https://astral.sh/uv/install.sh | sh
  5. UgurcanAkkok/AreWeRustYet UgurcanAkkok/AreWeRustYet Public

    Awesome list of "Are We *thing* Yet" for Rust

    619 20

  6. Install nautilus_trader dev env from... Install nautilus_trader dev env from scratch, using pyenv and uv
    1
    ```bash
    2
    curl https://sh.rustup.rs -sSf | bash -s -- -y
    3
    source ~/.cargo/env
    4
    
                  
    5
    curl -LsSf https://astral.sh/uv/install.sh | sh