by shigemk2

当面は技術的なことしか書かない

2017-10-25から1日間の記事一覧

kotlin with sdkman

kotlin with sdkman sdkman使って入れた sdk install kotlin で入る。 $ kotlinc Welcome to Kotlin version 1.1.51 (JRE 1.8.0_144-8u144-b01-2-b01) Type :help for help, :quit for quit >>> 1 + 2 3 >>> 3 + 4 7 >>> 5.0 / 2.0 2.5 >>> :quit

try kotlin

try kotlin 例のアレのKotlinを試せるやべーやつ

open local file in Ubuntu 17.10

open local file in Ubuntu 17.10 なんか挙動が違う。17.04まではopenでもOKだったのに、17.10からopenじゃダメになった。 $ open test.html Couldn't get a file descriptor referring to the console $ xdg-open test.html This tool has been deprecated,…