This file contains hidden or 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
a | b | |
---|---|---|
1 | 2 | |
3 | 4 to 5 | |
6 | 7 |
This file contains hidden or 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
name | count | |
---|---|---|
アーケオス | 1 | |
アーケン | 1 | |
アーゴヨン | 26 | |
アーボ | 12 | |
アーボック | 4 | |
アーマルド | 3 | |
アイアント | 1 | |
アギルダー | 1 | |
アクジキング | 22 |
This file contains hidden or 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
224, 2172, 9253, 12441, 9206, 879, 7745, 1349, 193, 344, 2202, 322, 8984, 4973, 14803, 27096, 18728, 333, 23408, 26521, 22629, 28865, 329, 14845, 328, 14499, 14662, 28042, 26463, 26468, 22589, 29863, 28729, 22932, 18542, 18779, 27471, 331, 4560, 20992, 27282, 5021 |
This file contains hidden or 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
僕の考えた最強のサーチカード (3)(青)(青) | |
エンチャント | |
僕の考えた最強のサーチカードが戦場に出たとき、あなたがそれを自分の手札から唱えた場合、あなたはあなたのライブラリーからインスタント・カード1枚かソーサリー・カード1枚を探し、それを公開してあなたの手札に加えてもよい。そうした場合、あなたのライブラリーを切り直す。 | |
あなたのアップキープの開始時に、あなたは僕の考えた最強のサーチカードをオーナーの手札に戻してもよい。 |
This file contains hidden or 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
#container { | |
width: auto; | |
} | |
#right_column { | |
float:left; | |
position: absolute; | |
} | |
#left_column { |
This file contains hidden or 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
Array.apply(0, $$('img[onmousedown^=toggle_pin]')).map(function(el){return el.onmousedown();}); | |
// |
This file contains hidden or 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
/** | |
関数呼び出し | |
値A | |
: 関数A | |
; | |
値Aを関数Aの第一引数として呼び出す。 | |
----- |
This file contains hidden or 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
<h3>a</h3> | |
<p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{block:a}aaaaaaaaaa</p> |
This file contains hidden or 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 Page Link on Dashboard | |
// @namespace https://github.com/poochin | |
// @include http://www.tumblr.com/dashboard* | |
// @include http://www.tumblr.com/show* | |
// @include http://www.tumblr.com/tagged* | |
// @version 1.0.0 | |
// @description ダッシュボードで次ページの読み込み時にページリンクを挿入させます | |
// | |
// @author poochin |
This file contains hidden or 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
var result = "", | |
l = [0,0,0,0,0], | |
i = 0, | |
f; | |
function carry (l) { | |
if (l.length <= 1) { | |
return l; | |
} | |
var f = l.slice(1).some(function(v) { | |
return v == l[0] || v == l[0] - 1 |
NewerOlder