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.

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

    Object Oriented Programming in Mathematica 10+

    Mathematica 26 9

  2. nautechsystems/nautilus_trader nautechsystems/nautilus_trader Public

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

    Python 4.7k 730

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

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

    Python 17.3k 934

  4. Install nautilus_trader dev env from... Install nautilus_trader dev env from scratch using uv only
    1
    ```bash
    2
    add_to_zshrc() {
    3
      local line_to_add="$1"
    4
      if ! grep -q "$line_to_add" ~/.zshrc; then
    5
        echo -e "\n$line_to_add" >> ~/.zshrc
  5. UgurcanAkkok/AreWeRustYet UgurcanAkkok/AreWeRustYet Public

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

    565 18

  6. Install nautilus_trader dev env from... Install nautilus_trader dev env from scratch, using pyenv and uv
    1
    ```bash
    2
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    3
    curl -LsSf https://astral.sh/uv/install.sh | sh
    4
    brew install pre-commit pyenv pyenv-virtualenv
    5