Skip to content
View patrickcousins's full-sized avatar

Organizations

@squareup

Block or report patrickcousins

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. nasa-pic-of-the-day nasa-pic-of-the-day Public

    Nasa Pic of the Day - Practice Android app

    Kotlin

  2. emojidownload emojidownload Public

    Download emojis from slack (Unsupported personal practice app for Compose Desktop)

    Kotlin

  3. breadit breadit Public

    demo reddit app

    Kotlin

  4. kotlin-helpful-links.md kotlin-helpful-links.md
    1
    # Resources for learning [Kotlin](https://kotlinlang.org/)
    2
    
                  
    3
    ##Main
    4
    
                  
    5
    * [Kotlin](https://kotlinlang.org/)
  5. enumerate the branches of a sealed c... enumerate the branches of a sealed class up to 2 levels
    1
    import kotlin.reflect.KClass
    2
    
                  
    3
    sealed class States {
    4
        sealed class StateA : States() {
    5
            object One : StateA()
  6. point point Public

    dotfiles and notes in a readme

    Shell 1 2