I calculated disjoint Pythgoras numbers with Kotlin.
Continue reading Kotlin: Calculate Disjoint Pythagoras NumbersTag Archives: Kotlin
Kotlin: Calculate the Ratio of the Circumference in Monte Carlo Method
Kotlin で、 Monte Carlo Methoddを使って円周率を計算しました。
Continue reading Kotlin: Calculate the Ratio of the Circumference in Monte Carlo MethodKotlin: Euclidean Algorithm
Kotlin: String Conversion – First Letter to Lower/Upper, Camel Case and Snake Case
I wrote the code to convert string in Kotlin. This time I tried the following 4 patterns.
- Make first letter lower
- Make first letter upper
- Convert snake case string to camel case
- Convert camel case string to snake case
Start Kotlin with Intellij IDEA
I will explain how to start kotlin with Intellij IDEA. (If you want to begin with command line, without ide, the article “Start Spring Boot with Gradle” will help a little.)
Continue reading Start Kotlin with Intellij IDEA