Skip to content
View patrickcousins's full-sized avatar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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-daynasa-pic-of-the-dayPublic

    Nasa Pic of the Day - Practice Android app

    Kotlin

  2. emojidownloademojidownloadPublic

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

    Kotlin

  3. breaditbreaditPublic

    demo reddit app

    Kotlin

  4. kotlin-helpful-links.mdkotlin-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
    importkotlin.reflect.KClass
    2
    3
    sealedclassStates {
    4
    sealedclassStateA : States() {
    5
    object One : StateA()
  6. pointpointPublic

    dotfiles and notes in a readme

    Shell 1 2