Skip to content
View joaonsantos's full-sized avatar

Highlights

  • Pro

Organizations

@cloud-discord
Block or Report

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

    Environment wrapped TOML.

    Python

  2. gotestcolor gotestcolor Public

    Bring some color to go test.

    Go 1

  3. zero-lexer zero-lexer Public

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

    Go

  4. slashbot slashbot Public

    Discord Bot in Go

    Go

  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. redis-queue redis-queue Public

    Simple Redis Queue Implemented in Python

    Python