Skip to content
View bjford's full-sized avatar
🪐
🪐
Block or Report

Block or report bjford

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
bjford/README.md

Hi there 👋

Pinned

  1. bjford.github.io bjford.github.io Public

    Personal website of bjford. Powered by Github and Jekyll

    Ruby

  2. swift-composable-debug-extension swift-composable-debug-extension Public

    Print debug messages for any build configurations in TCA

    Swift 2

  3. 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]}