This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsof -i:9000 | |
openssl passwd -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 同説数が多い | |
- transactionaガス居ている | |
- drm計算 | |
- awsネットワーク帯域 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Number < Struct.new(:value) | |
end | |
class Add < Struct.new(:left, :right) | |
end | |
class Number | |
def to_s | |
value.to_s | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.gochiusa.golang.core | |
import scala.util.parsing.combinator.JavaTokenParsers | |
class Parser extends JavaTokenParsers { | |
val ifKeyword = "心" | |
val elseKeyword = "ぴょんぴょん" | |
val varKeyword = "心" |
Javaを書いていると単純な処理はずなのにやたらめったら,長いコードになることがある気がするので, Java8で導入されたFunctionalでイカれたメンバーを紹介するぜ!
ツキノワ 若山 (@r_rudi)さん
- M2M(machine-to-machine)の接続に使うプロトコル