Skip to content
View matteo-girardi's full-sized avatar
🪐
🪐
  • NTP Technology
  • Pale Blue Dot

Block or report matteo-girardi

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. swift-composable-debug-extension swift-composable-debug-extension Public

    Print debug messages for any build configurations in TCA

    Swift 2

  2. Start your working day with a fortun... Start your working day with a fortune cookie
    1
    # Add the following at the end of your .zshrc file
    2
    
                  
    3
    echo "Welcome back and HAPPY CODING!" | lolcat
    4
    ARRAYISO=("@" "0" "o" "O" "x" "X" "." "-" "*" "6" "C" "c" "^" "~")
    5
    random_char=${ARRAYISO[RANDOM % ${#ARRAYISO[@]} + 1]}