- http://coedo-dev.doorkeeper.jp/events/20181
- 講師: 野島 梨恵氏(東京山王法律事務所)
- 2015-02-10 19:15-20:45
- Co-Edo
- システム開発そのものは素人だけど、裁判にはクライアント/開発側の両方で関わったことがある。
- 裁判官はもっとシステム開発については分かってない。
<?php | |
// $Id$ | |
if (!function_exists('array_val')) { | |
function array_val(&$data, $key, $default = null) { | |
if (!is_array($data)) { | |
return $default; | |
} | |
return isset($data[$key])? $data[$key]: $default; | |
} |
<?php | |
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ | |
// created by bto | |
// via http://blog.bz2.jp/archives/2008/05/1php.html | |
// http://blog.bz2.jp/archives/2008/05/singleexecution.html | |
class singleExecution | |
{ | |
var $key = null; | |
var $options = array( |
#!/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 |
<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> |
#「メタデータが切り拓く音楽の未来」参加メモ
<!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 |
http://bit.ly/co-edo-2015-04-23-doc
LINE DEVELOPER DAY_2015
11:00 - 11:23
A-3
世界中で使われているがバイナリはひとつ。運用サーバも1式
2011年末くらいから東南アジアを中心に海外ユーザが増えてきた
品質の問題が顕在化