Skip to content
View nth10sd's full-sized avatar

Block or report nth10sd

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

    Start a Python project with pytest, ruff, pylint, mypy, coverage and GitHub Actions integration. There is some uv usage though mostly uv pip for now

    Python

  2. search-keys Public

    A WebExtension that lets you go to search results by pressing the number of the search.

    JavaScript

  3. rustpy01 Public

    Demo of fusion between Python and Rust using maturin and PyO3

    Python 1 1

  4. chiuinan.github.io Public

    Forked from chiuinan/chiuinan.github.io

    HTML

  5. Calculations of pi approximations an...
    1
    ### Start
    2
    # Tested on Linux only, as of 20240903, rustup required, Rust/Cargo at 1.83.0 on nightly
    3
    # Copy and paste the entire code into the terminal
    4
    export CARGO_SCRIPT_PATH=/tmp/cargo-script-"$(date -u +%Y%m%d)".rs ;
    5
    export RUSTUP_DEFAULT="$(rustup default | awk -F "-" '{ print $1 }')" ;