search/tweets
では一週間以上前のツイートは検索できないので注意
search/universal
は公式のConsumerKey/ConsumerSecretでないと使用できない
当方では一切の責任を負いません
{ | |
"boxes" : [ { | |
"box" : { | |
"maxclass" : "message", | |
"text" : "salt", | |
"outlettype" : [ "" ], | |
"style" : "", | |
"numinlets" : 2, | |
"id" : "obj-37", | |
"patching_rect" : [ 383.0, 19.0, 29.5, 22.0 ], |
パリティ | |
ストップビット | |
paf daddy | |
痛み十条 | |
スーパーの女 | |
1A = 100w | |
1A=1W÷1Vです |
/*! | |
// for iOS: https://gist.github.com/motoishmz/5645053 | |
// cite: http://qiita.com/Jacminik/items/a4c8fe20a4cba62f428b | |
[email protected] (1024px) | |
icon_512x512.png | |
[email protected] (512px) | |
icon_256x256.png | |
[email protected] (256px) | |
icon_128x128.png |
tell application "Keynote" | |
activate | |
if not (exists document 1) then error number -128 | |
try | |
if playing is false then start the front document | |
end try | |
tell the front document -- or "tell document 1" | |
-- my console_log("slide number of current slide: " & slide number of current slide, "my_log") | |
-- my console_log("slide number of last slide: " & slide number of last slide, "my_log") | |
if slide number of current slide is less than slide number of last slide then |
// Amazonの注文履歴をTSV形式で出力するスクリプト | |
// | |
// 2015-01-01 時点での DOM 構造に対応, GoogleCrome, Opera でテスト済。 | |
// formatEntry関数を書き換えれば自由な書式で出力できます。 | |
// | |
// 参考: | |
// - Amazonの注文履歴をCSV形式にして出力するスクリプト | |
// https://gist.github.com/arcatdmz/8500521 | |
// - Amazon で使った金額の合計を出す奴 (2014 年バージョン) | |
// https://gist.github.com/polamjag/866a8af775c44b3c1a6d |
#!/bin/sh | |
### Desktop & Screen Saver | |
# Desktopを黒に | |
echo "Change Desctop Pictures" | |
osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/Library/Desktop Pictures/Solid Colors/Black.png"' | |
# ScreenSaver Kill | |
echo "Disable screensaver" |
Extracted from https://github.com/rpavlik/maya2osg/tree/master/src/GLSL
varying vec2 vTexCoord;
varying vec3 vNormal;
varying vec3 vEye;
void main() {