http://d.hatena.ne.jp/ray0mg/20100905 ※サンプル数の値は、Wave の周波数が 44100Hz の場合のもの
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<style> | |
#node_conts{font-family:monospace} | |
p{word-wrap:break-word;white-space:pre;margin:1ex 0;padding:0 0 1ex;border-bottom:1px solid #000;} | |
p[data-omit="1"]{color:#ccc} | |
</style> | |
<script> | |
var Grailbird = {data:{}}; | |
var stt_ok = false; | |
try { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vk1Csc079 & h::Send {blind}{Left} | |
vk1Csc079 & j::Send {blind}{Down} | |
vk1Csc079 & k::Send {blind}{Up} | |
vk1Csc079 & l::Send {blind}{Right} | |
vk1Csc079 & u::Send {blind}{Home} | |
vk1Csc079 & i::Send {blind}{End} | |
vk1Csc079 & o::Send {blind}{PgDn} | |
vk1Csc079 & p::Send {blind}{PgUp} | |
vk1Csc079 & 1::Send {blind}{F1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// disable post a tweet in AM | |
addEventListener("click", function(e) { | |
if (e.target.id === "status_update") { | |
if (new Date().getHours() < 12) { | |
alert("keep quiet in AM"); | |
e.stopPropagation(); | |
} | |
} | |
}, true); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby { | |
display: inline-block; | |
position: relative; | |
} | |
rp { | |
display: none; | |
} | |
rt { | |
display: block; | |
position: absolute; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @include http://www.nicovideo.jp/my/mylist/* | |
// ==/UserScript== | |
addEventListener("DOMContentLoaded", function() { | |
var boxid = "MarkdownBox"; | |
if (document.querySelector("#" + boxid)) return; | |
var dst = document.querySelector("#footerWrap"); | |
var box = document.createElement("textarea"); | |
var btn = document.createElement("input"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name tw-minus developer | |
// @include https://api.twitter.com/robots.txt?-=/* | |
// ==/UserScript== | |
var props = function(arg) { | |
if (arg === null || arg === undefined) return arg; | |
var proplist = []; | |
for (var i in arg) proplist.push(i + " : " + arg[i]); | |
proplist.unshift(arg); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# qaac.exe require | |
ASL.dll | |
CoreAudioToolbox.dll | |
CoreFoundation.dll | |
icudt46.dll | |
libdispatch.dll | |
libicuin.dll | |
libicuuc.dll | |
msvcp100.dll |
NewerOlder