'',
'checked' => array(),
);
$ss_id = $_COOKIE[$key];
if (! $ss_id) {
return $result;
}
$database = yaml_parse_file($yml);
$hash = $database[$env];
$mysql = mysql_connect($hash['host'], $hash['username'], $hash['password']);
if (! $mysql) {
return $result;
}
mysql_select_db($hash['database']);
mysql_query('SET NAMES utf8');
$ss_id = mysql_real_escape_string($ss_id);
$pref = mysql_query(
"SELECT * FROM `preferences` WHERE `key` = '$ss_id';"
);
if (! $pref || mysql_num_rows($pref) == 0) {
return $result;
}
$row = mysql_fetch_assoc($pref);
$result['user_name'] = $_COOKIE[$alive] ? $row['user_name'] : '';
$result['checked'] = syck_load($row['checked']);
}
return $result;
}
}
$i = fetch_rails_info();
if (! empty($i['checked'])) {
?>
The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 2);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 2;
}
if(isset($_SERVER['QUERY_STRING'])) {
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = preg_replace("/&page_section=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
} else {
$paginate_self = '';
}
$paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page";
?>
2012年07月31日
2012/07/29に行なわれたワンダーフェスティバルで人型四脚エンジン駆動陸戦型巨大ロボ「クラタス」 が初お披露目されるということで、仕事半分趣味半分で取材に行ってきました。
会場はすごい人で入場に制限がかかるほどでした。水道橋重工さんのブースのど真ん中にお披露目を待つばかりの「クラタス」が圧倒的な存在感を放ちながら鎮座しています。
…
2012年07月12日
電気通信大学の特殊部隊
(社)日本機械学会主催の第15回大道芸ロボット大会準優勝の電気通信大学の大道芸部隊を見学させていただいた。
電気通信大学には、電気通信大学知能機械工学科 (元機械制御工学科) 主催のもと、95年に設立された学科公認のロボメカ工房と呼ばれる工作サークルがある。電気通信大学の学生であれば学科問わず、誰でも参加することができるサークルで、出場する大会ごとに部隊というくくりで活動している。現在は2、3年生だけでも70名以上が在籍しており、全部で12ある部隊は、それぞれ個性的なロボットを作っている。
…