Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
My coding skill practice project
Kotlin 2
Android boilerplate project for RAD
Kotlin 1
GRPC on Spring boot demo
Kotlin 3
Simple image async download & display app to practice Flutter.
Dart 3
class EvenOddPickGame(private val randomIntGen : RandomValueGenerator<Integer>) {
fun pick(times: Int): List<String> {
return ArrayList<String>().apply {
for (i in 0 until times) {
val rolled = randomIntGen.nextRandom(lowerBound = 1, upperBound = 2) % 2
Seeing something unexpected? Take a look at the GitHub profile guide.