Bilkent University alumni and mobile developer at Yapı Kredi Teknoloji
- İstanbul, Turkey
Highlights
- Pro
Pinned Loading
-
RickAndMortyMVVM
RickAndMortyMVVM PublicRick and Morty android app based on rickandmortyapi.com
-
3DHumanPoseEstimation
3DHumanPoseEstimation PublicCV project for BOUN SWE 583 - Computer Vision class.
-
-
Replace Turkish characters to their ...
Replace Turkish characters to their English representations 1fun String.toEnglishChars(): String {
2var res = this
3mapOf("Ç" to "C", "ç" to "c", "Ğ" to "G", "ğ" to "g", "İ" to "I", "ı" to "i", "Ö" to "O", "ö" to "o", "Ş" to "S", "ş" to "s", "Ü" to "U", "ü" to "u").entries.forEach { res = res.replace(it.key, it.value) }
4return res
5}
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.