Skip to content
View joaonsantos's full-sized avatar

Highlights

  • Pro

Organizations

@cloud-discord

Block or report joaonsantos

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

    Non-POSIX cli flag parser with imperative style flag declaration instead of the usual declarative style.

    Rust

  2. tomlenv tomlenv Public

    Environment wrapped TOML.

    Python

  3. rsping rsping Public

    Ping clone written in Rust.

    Rust

  4. gotestcolor gotestcolor Public

    Bring some color to go test.

    Go 1

  5. Create a gif from any file Create a gif from any file
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    # In case there is no args given
    5
    if [ $# -lt 2 ]
  6. zero-lexer zero-lexer Public

    Lexer written in Go for a made-up language inspired mainly by Rust and Go.

    Go