アンドレイさんが来日する予定なので、東京滞在に合わせてイベントを開催する。
Elmでのグラフィック表現をテーマとして扱う。
アンドレイさんの東京滞在最終日に合わせて開催する。(8日朝に東京を離れるとのこと)
Elm以外のコミュニティの人にも来てもらえるようにしたい。
User |> where(id: ^user_id) を実行しようとすると、 Ecto.Query.where で内部で以下のような実装になっていました。
defmacro where(query, binding \\ [], expr) do
Filter.build(:where, query, binding, expr, __CALLER__)
endCopyright © 2016-2018 Fantasyland Institute of Learning. All rights reserved.
A function is a mapping from one set, called a domain, to another set, called the codomain. A function associates every element in the domain with exactly one element in the codomain. In Scala, both domain and codomain are types.
val square : Int => Int = x => x * xシーケンス図とかフローチャートをしごとで描画することになった場合、 テキストから生成できたら楽なので、それ系のツールまとめ
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| "net/url" | |
| "strings" | |
| "time" | |
| ) |
| Java のコードを | |
| pythonista に持ち込む:まぁ、Java も書けなくはないけどね | |
| rubyist に持ち込む:ツマラン、どこかに細工してやろうか・・・ | |
| perler に持ち込む:出てけゴルァァァァァァァァァァァ!! | |
| Python のコードを | |
| Java エンジニアに持ち込む:おぅ、Python のコードか | |
| rubyist に持ち込む:スクリプト言語の僚友だ、バッチリ直してやるぜ | |
| perler に持ち込む:けっ、優等生か |