- 日時: 2015-05-27 19:15-20:50
- 講師: 野島 梨恵氏 (東京山王法律事務所)
- 場所: Co-Edo
http://bit.ly/co-edo-2015-05-27_pdf
- 半分くらいが初めての参加者
- 今回はこれまでの復習も兼ねて、まとめながら新しいトピックも取り上げる
http://bit.ly/co-edo-2015-05-27_pdf
LINE DEVELOPER DAY_2015
11:00 - 11:23
A-3
世界中で使われているがバイナリはひとつ。運用サーバも1式
2011年末くらいから東南アジアを中心に海外ユーザが増えてきた
品質の問題が顕在化
http://bit.ly/co-edo-2015-04-23-doc
<!SGML "ISO 8879:1986" | |
-- This character set declaration is suitable for use with the ujis or | |
sjis coding systems. It's probably rather easier to lie a bit. -- | |
CHARSET | |
BASESET | |
"ISO Registration Number 1//CHARSET C0 set of ISO 646//ESC 2/1 4/0" | |
DESCSET 0 9 UNUSED | |
9 2 9 |
#「メタデータが切り拓く音楽の未来」参加メモ
<iframe src="https://docs.google.com/presentation/d/1QwOWKQT0cNuiqU4pKDnIp5z17GQNSXrFdhTnjUPmv4k/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="749" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> |
#!/bin/bash | |
opt_host=localhost | |
opt_port=27017 | |
while getopts "h:p:" flag; do | |
case $flag in | |
h) opt_host="$OPTARG";; | |
p) opt_port="$OPTARG";; | |
esac |