Skip to content

Instantly share code, notes, and snippets.

スタンダード

ニクスへの旅

  • 英雄の導師、アジャニ/Ajani, Mentor of Herose(1600)
  • マナの合流点/Mana Confluence(1404)
  • 疾病の神殿/Temple of Malady(1026)

神々の軍勢

@aoi0308
aoi0308 / mtg_recipe_20140324_PoxReani
Created March 27, 2014 07:00
3月24日のレガシー杯に出た黒単ポックスリアニ。
-- メインボード 60
-- クリーチャー 6
1x グリセルブランド/Griselbrand
1x エメリアの盾、イオナ/Iona, Shield of Emeria
1x 墨溜まりのリバイアサン/Inkwell Leviathan
1x 大修道士、エリシュ・ノーン/Elesh Norn, Grand Cenobite
1x 墓所のタイタン/Grave Titan
1x 灰燼の乗り手/Ashen Rider
-- スペル 24
@aoi0308
aoi0308 / mtg_recipe_20140222_Pox
Last active August 29, 2015 13:56
2月22日のレガシー杯に出た黒単Pox。
-- メインボード 60
-- クリーチャー 2
1x 冥界のスピリット/Nether Spirit
1x ゴブリンの太守スクイー/Squee, Goblin Nabob
-- スペル 21
4x 無垢の血/Innocent Blood
4x 小悪疫/Smallpox
3x 悪疫/Pox
2x 思考囲い/Thoughtseize
@aoi0308
aoi0308 / mtg_recipe_20131018_Burn
Last active December 26, 2015 12:29
10月18日のモダン杯に出たデッキ
-- メインボード 60
-- クリーチャー 14
4x ゴブリンの先達/Goblin Guide
3x 渋面の溶岩使い/Grim Lavamancer
4x ケルドの匪賊/Keldon Marauders
3x ボール・ライトニング/Ball Lightning
-- スペル 26
4x 稲妻/Lightning Bolt
4x 溶岩の撃ち込み/Lava Spike
@aoi0308
aoi0308 / string_each.js
Created September 7, 2013 02:46
JavaScriptの文字列をforEachでループ処理する。
// 処理対象の文字列
var str = "Hello, JavaScript!";
// 通常のfor文で行う
for (var i = 0; i < str.length; i++) {
console.log(str[i]);
}
// 一応動くけど、まぁやめた方が良い
for (var i in str) {
@aoi0308
aoi0308 / tobi_failed.js
Created September 6, 2013 02:25
Node 0.10.x でtobiが上手く動かないケース。 5回目のリダイレクトをする際に、なぜかリダイレクト後のリクエストを飛ばしてくれない。
/* 2013/09/06
* {
* "dependencies": {
* "tobi": "git://github.com/yssk22/tobi.git"
* },
* "engine": {
* "node": "0.10"
* }
* }
*/
@aoi0308
aoi0308 / fact.js
Last active December 20, 2015 17:58
JavaScriptでYコンビネータ。 fact.jsはそれを使って定義した関数。
function fact(n) {
return Y(fact0)(n);
}
document.write(fact(6));
@aoi0308
aoi0308 / mtg_recipe_20130413_Burn
Last active December 16, 2015 04:59
4月13日のレガシー杯に出たデッキ
-- メインボード 60
-- クリーチャー 9
4x ゴブリンの先達/Goblin Guide
2x 渋面の溶岩使い/Grim Lavamancer
3x ケルドの匪賊/Keldon Marauders
-- スペル 27
3x ギタクシア派の調査/Gitaxian Probe
3x はらわた撃ち/Gut Shot
4x 稲妻/Lightning Bolt
@aoi0308
aoi0308 / Module1.bas
Created March 4, 2013 06:16
Excelの全部のシートの特定セルを置換する
Attribute VB_Name = "Module1"
Sub Clear()
Dim wsCurrent As Worksheet
For Each wsCurrent In ThisWorkbook.Worksheets
wsCurrent.Range("xy").Value = "foo"
Next
End Sub
@aoi0308
aoi0308 / mtg_recipe_200108_Burn.txt
Last active December 12, 2015 06:09
2001年8月当時 の赤単バーン 7E, MM, NE, PR, IN, PS, AP
【メインボード】
生物 12
Raging Goblin 4 7E
Mogg Sentry 4 PS
Goblin Raider 4 7E
火力 26
Shock 4 7E
Seal of Fire 4 NE
Volcanic Hammer 4 7E