Skip to content
View harkabeeparolus's full-sized avatar

Sponsoring

@brettcannon
Block or Report

Block or report harkabeeparolus

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

  1. tublub tublub Public

    Convert or view tabular data using Tablib.

    Python

  2. Olivia5k/doge Olivia5k/doge Public

    wow very terminal doge

    Python 958 89

  3. Standard bash script template with u... Standard bash script template with unofficial strict mode
    1
    #! /usr/bin/env bash
    2
    set -o errexit -o nounset -o errtrace -o pipefail
    3
    IFS=$'\n\t'
    4
    shopt -s nullglob
    5
    # shellcheck disable=SC2154
  4. Typer — my attempt at reference docu... Typer — my attempt at reference documentation
    1
    # Typer Cheat Sheet
    2
    
                  
    3
    You should read the [Typer Tutorial - User Guide][tutorial]
    4
    before referring to this summary. Information icons [ℹ️][tutorial] link to the relevant sections of the Typer Tutorial.
    5