Skip to content

Instantly share code, notes, and snippets.

@ashikawa
ashikawa / munin_install.md
Last active October 11, 2015 23:28
Muninインストールログ

munin インストールログ (Cent6)

インストールと自動起動設定

wget http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/6/i386/epel-release-6-7.noarch.rpm
vi /etc/yum.repos.d/epel-testing.repo
@ashikawa
ashikawa / motion.js
Created July 26, 2012 07:51
iOs deveice
function handleMotion(event) {
var orientData = event.accelerationIncludingGravity,
x = orientData.x,
y = orientData.y,
z = orientData.z;
// メインの処理
}
@ashikawa
ashikawa / main.js
Created July 17, 2012 04:09
「美しいプログラムを書く」の添削
/**
* 美しいプログラムを書く
* @see http://labs.timedia.co.jp/2012/07/beautiful-code-vs-mr-oldtype.html
*/
// $(document).ready()の短縮形。
$(function () {
// single var pattern
// jQuery オブジェクトを差す変数は、先頭に「$」を付ける (その方が見やすいので)
@ashikawa
ashikawa / index.html
Created June 15, 2012 03:40
JavaScript Babbling
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Js Babbling</title>
</head>
<body>
<section>
<div id="parent">