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
// beasts | |
// format: 60 card | |
// https://gist.github.com/1276954 | |
// Lands | |
20 Forest | |
// Creatures | |
4 Norwood Ranger | |
4 Trained Jackal |
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
#!/usr/bin/env runhaskell | |
import Control.Monad (replicateM_) | |
data Dog = Dog { | |
name :: String, | |
breed :: String, | |
barks :: Int | |
} |
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
// goblins | |
// format: 60 card | |
// https://gist.github.com/1293442 | |
// Lands | |
20 Mountain | |
// Artifacts | |
4 Howling Mine |
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
// counter | |
// format: 60 card | |
// https://gist.github.com/1293448 | |
// Lands | |
20 Island | |
// Artifacts | |
4 Darksteel Reactor |
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
// heavenlyinferno | |
// format: EDH | |
// https://gist.github.com/1362869 | |
// Commander | |
Kaalia of the Vast | |
// Lands | |
Akoum Refuge | |
Barren Moor |
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
// yougainsomeyoulosesome | |
// https://gist.github.com/1589773 | |
// Lands | |
4 Godless Shrine | |
10 Plains | |
10 Swamp | |
// Equipment | |
4 Basilisk Collar |
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
// warofattrition | |
// format: 60 card | |
// https://gist.github.com/1594988 | |
// Lands | |
4 Godless Shrine | |
4 Marsh Flats | |
8 Plains | |
8 Swamp |
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
// bloodforthebloodgod | |
// format: 60 card | |
// https://gist.github.com/1671816 | |
// Lands | |
10 Swamp | |
10 Plains | |
// Equipment | |
4 Elbrus, the Binding Blade |
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
// darksacrifice | |
// format: 60 card | |
// https://gist.github.com/1746557 | |
// Lands | |
1 Haunted Fengraf | |
12 Plains | |
11 Swamp | |
// Equipment |
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
// gravepower | |
// format: 60 card | |
// https://gist.github.com/1765930 | |
// Lands | |
14 Forest | |
10 Island | |
// Equipment | |
1 Executioner's Hood |