Skip to content
View leachryan's full-sized avatar

Block or report leachryan

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. MacOS UUID Generator MacOS UUID Generator
    1
    # uuidgen generates a UUID, but in capital letters
    2
    # The generated UUID is piped into tr which transforms it to lowercase
    3
    # The lowercase output is piped into another tr, but this removes any newline characters
    4
    # Finally, that output is piped into pbcopy, which copies the UUID to the clipboard
    5
    
                  
  2. edu-101-java-code edu-101-java-code Public

    Forked from temporalio/edu-101-java-code

    Code Exercises for Temporal 101 in java

    CSS

  3. harpocrates-codec harpocrates-codec Public

    Kotlin

  4. harpocrates-web-backend harpocrates-web-backend Public

    Kotlin

  5. kotlin-strategy-pattern kotlin-strategy-pattern Public

    Kotlin

  6. testcontainers-examples testcontainers-examples Public

    Showcasing different examples with testcontainers

    Kotlin