Skip to content

Instantly share code, notes, and snippets.

View netarrows's full-sized avatar

netarrows netarrows

  • Tokyo
View GitHub Profile
@netarrows
netarrows / blinkpage.html
Created August 30, 2013 11:48
背景が点滅するページ。自転車のランプが故障したときにお使い下さい。
<!DOCTYPE html>
<html>
<head>
<title>Blinking</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<style>
html, body {
width:100%;
@netarrows
netarrows / appiary.1.0.1.js
Last active December 21, 2015 20:58
日本製BaaSのappiaries(アピアリーズ)をJavaScriptで利用するためのライブラリ。
console.log('appiary.1.0.1.js');
/******
for
JavaScript appiaries appli
constructor
Appiary(datastore_id,app_id,app_token,client_id,scope)
[propaties] app, app_token, datastore_url, oauth_url, profile_url, store_token, uset_token
[methods] collection(collection_id,type), getUser(settings)
collection Object
@netarrows
netarrows / AIDE-Default-Files
Last active December 21, 2015 17:09
AIDE で自動作成されるファイル
AIDEで新規にプロジェクトを作成したときに自動的に生成されるファイル類です。