Skip to content
View Sno0wFl4ke's full-sized avatar
πŸ’œ
Studying applied computer science
πŸ’œ
Studying applied computer science

Highlights

  • Pro

Organizations

@cafestube

Block or report Sno0wFl4ke

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
Sno0wFl4ke/README.md
package de.sno0wfl4ke.aboutme

class Sno0wFl4ke {
    val name = "Philip"
    val age = 19
    val occupation = Occupation("[AI] Student", "RUB")
    val origin = Countries.GERMANY
    val languages = listOf(Languages.GERMAN, Languages.ENGLISH, Languages.FRENCH, Languages.NORWEGIAN)
    val interests = listOf("Coding", "Illustration", "Biology", "Music", "Cooking")

    fun getProgrammingLanguages() : List<String> {
        return listOf("Kotlin", "Java", "Python", "SwiftUI")
    }

    fun getInTouch() : Contact {
        return Contact(
            Discord("sno0wfl4ke"),
            Mail("langenbrink@outlook.com"),
            Twitter("@meSno0wFl4ke")
        )
    }
}

Pinned Loading

  1. wordfilter wordfilter Public

    Wordfilter that uses a *.csv file as a base to filter out and censor harmful words

    Kotlin 1

  2. filetrainedchatbot filetrainedchatbot Public

    Simple chatbot that uses files to train its neural network.

    Python

  3. promodoro promodoro Public

    πŸ‡ Flat promodoro timer website for focusing

    TypeScript