Skip to content
View td-shi's full-sized avatar
  • Near Port

Block or report td-shi

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ULID on shell script. Universally Un... ULID on shell script. Universally Unique Lexicographically Sortable Identifier. [ULID](https://github.com/ulid/spec)
    1
    #!/bin/sh
    2
    # -*- coding:utf-8 posix -*-
    3
    # === Initialize shell environment =============================================
    4
    #set -u # Just stop undefined values.
    5
    #set -e # Just stop error.
  2. uuidv7gen.sh uuidv7gen.sh
    1
    #!/bin/sh
    2
    # -*- coding:utf-8 posix -*-
    3
    # === Initialize shell environment =============================================
    4
    #set -u # Just stop undefined values.
    5
    #set -e # Just stop error.