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", "GoLang")
}
fun getInTouch() : Contact {
return Contact(
Discord("sno0wfl4ke"),
Mail("langenbrink@outlook.com"),
Twitter("@meSno0wFl4ke")
)
}
}
π
Studying applied computer science
πΏ 19, from Germany
π Applied computer science Student
πΌ Learning: Java, Kotlin, Python, SwiftUI, TypeScript, GoLang
-
CafeStube
- Hattingen, Germany
-
03:12
(UTC +01:00) - dc.cafestu.be
- @meSno0wFl4ke
Highlights
- Pro
Pinned Loading
-
wordfilter
wordfilter PublicWordfilter that uses a *.csv file as a base to filter out and censor harmful words
Kotlin 1
-
filetrainedchatbot
filetrainedchatbot PublicFTCB (FileTrainedChatBot) is a simple, file-trained chatbot that learns from structured data in intents.json. Using nltk, numpy, and pytorch, it builds a neural network to respond accurately based β¦
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.