Let’s create an application with Kotlin and Spring. Spring is a highly sophisticated framework in Java, which can do almost everything.
Continue reading Kotlin 1.2.0 + Spring create Web Application (1 of 4)Write build.gradle and settings.gradle in Kotlin
I summarized the way to write build.gradle and settings.gradle in Kotlin.
Windows: Easy Bitcoin Mining
I wrote easy Bitcoin mining way in windows computer.
Continue reading Windows: Easy Bitcoin MiningKotlin in Terminal
I introduce the way to use Kotlin in terminal. Thanks for that, we can use interpreter of Kotlin, which we can often see in LL.
Continue reading Kotlin in TerminalExcel: Move Cursor in All Sheets to Top Left
When you opened the excel file other man saved, have you thought “Why didn’t he move cursor to A1 cell” before ? Not to be thought so, conversely, I will introduce the way to move cursor in all sheets to top left, move scroll bars in all sheets to top left and activate first sheet.
Continue reading Excel: Move Cursor in All Sheets to Top Left