by shigemk2

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

2014-06-12から1日間の記事一覧

The Task Form

ScalaTodoList どこに追加したらええんやってなったので。 コントローラーに追加する。

traceroute

traceroute - ネットワークの経路を調査する man traceroute traceroute tracks the route packets take across an IP network on their way to a given host. It utilizes the IP protocol’s time to live (TTL) field and attempts to elicit an ICMP TIME…

EmacsのキーバインドはそのままLinuxのコンソールでも使えるよって話

C-a(左端へ移動) C-e(右端へ移動) C-f(一文字右へ移動) C-b(一文字左へ移動) C-n(一行下へ移動) C-p(一行上へ移動) C-k(ヤンク) など。

hub clone

$ hub clone shigemk2/qunit-sample hubコマンドを使えばこんな感じで、GitHubのリポジトリをclone出来るという覚書。

QUnit ことはじめ

[QUnit]テストコードを実行し、ブラウザで結果を確認する - Build Insider 公式をなぞってみてもうまくいかなかったので、↑のリンクから。 shigemk2/qunit-sample · GitHub プロダクトコード テストコード HTML これだけでおーけー。

play-scalaのごにょごにょ その1

The first line defines the function signature. Here it takes a single String parameter. Then the template content mix HTML (or any text based language) with Scala statements. The Scala statements starts with the special @ character. With t…