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")
        )
    }
}

Popular repositories Loading

  1. wordfilter wordfilter Public

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

    Kotlin 1

  2. Sno0wFl4ke Sno0wFl4ke Public

    Config files for my GitHub profile.

  3. ContentMessageHelper ContentMessageHelper Public

    Minecraft message helper

    Kotlin

  4. AutoGG AutoGG Public

    Forked from EinsLucaaa/AutoGG

    AutoGG for LabyMod4

    Java

  5. server-media server-media Public

    Forked from LabyMod/server-media

    This repository collects icons, logos & information about game servers.

  6. filetrainedchatbot filetrainedchatbot Public

    Simple chatbot that uses files to train its neural network.

    Python