- 英雄の導師、アジャニ/Ajani, Mentor of Herose(1600)
- マナの合流点/Mana Confluence(1404)
- 疾病の神殿/Temple of Malady(1026)
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
-- メインボード 60 | |
-- クリーチャー 6 | |
1x グリセルブランド/Griselbrand | |
1x エメリアの盾、イオナ/Iona, Shield of Emeria | |
1x 墨溜まりのリバイアサン/Inkwell Leviathan | |
1x 大修道士、エリシュ・ノーン/Elesh Norn, Grand Cenobite | |
1x 墓所のタイタン/Grave Titan | |
1x 灰燼の乗り手/Ashen Rider | |
-- スペル 24 |
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
-- メインボード 60 | |
-- クリーチャー 2 | |
1x 冥界のスピリット/Nether Spirit | |
1x ゴブリンの太守スクイー/Squee, Goblin Nabob | |
-- スペル 21 | |
4x 無垢の血/Innocent Blood | |
4x 小悪疫/Smallpox | |
3x 悪疫/Pox | |
2x 思考囲い/Thoughtseize |
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
-- メインボード 60 | |
-- クリーチャー 14 | |
4x ゴブリンの先達/Goblin Guide | |
3x 渋面の溶岩使い/Grim Lavamancer | |
4x ケルドの匪賊/Keldon Marauders | |
3x ボール・ライトニング/Ball Lightning | |
-- スペル 26 | |
4x 稲妻/Lightning Bolt | |
4x 溶岩の撃ち込み/Lava Spike |
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
// 処理対象の文字列 | |
var str = "Hello, JavaScript!"; | |
// 通常のfor文で行う | |
for (var i = 0; i < str.length; i++) { | |
console.log(str[i]); | |
} | |
// 一応動くけど、まぁやめた方が良い | |
for (var i in str) { |
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
/* 2013/09/06 | |
* { | |
* "dependencies": { | |
* "tobi": "git://github.com/yssk22/tobi.git" | |
* }, | |
* "engine": { | |
* "node": "0.10" | |
* } | |
* } | |
*/ |
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
function fact(n) { | |
return Y(fact0)(n); | |
} | |
document.write(fact(6)); |
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
-- メインボード 60 | |
-- クリーチャー 9 | |
4x ゴブリンの先達/Goblin Guide | |
2x 渋面の溶岩使い/Grim Lavamancer | |
3x ケルドの匪賊/Keldon Marauders | |
-- スペル 27 | |
3x ギタクシア派の調査/Gitaxian Probe | |
3x はらわた撃ち/Gut Shot | |
4x 稲妻/Lightning Bolt |
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
Attribute VB_Name = "Module1" | |
Sub Clear() | |
Dim wsCurrent As Worksheet | |
For Each wsCurrent In ThisWorkbook.Worksheets | |
wsCurrent.Range("xy").Value = "foo" | |
Next | |
End Sub |
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
【メインボード】 | |
生物 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 |
NewerOlder