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

Block or report td-shi

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