Skip to content

Instantly share code, notes, and snippets.

@Drakekin
Drakekin / roman_numerals_no_e.py
Last active June 7, 2019 13:01
Computing roman numerals without es
bad_l_tt_r = chr(101)
num_rals = {
"M": 1000,
"CM": 900,
"C": 100,
"XC": 90,
"L": 50,
"XL": 40,
"X": 10,
from builtins import chr
from random import choice, randint
def random_emoji():
return chr(choice([
randint(0x1F601, 0x1f64f),
randint(0x2702, 0x27b0),
randint(0x1f680, 0x1f6c0),
randint(0x24c2, 0x1f251),
@Drakekin
Drakekin / index.html
Last active August 29, 2015 14:19 — forked from anonymous/index.html
http://jsbin.com/soneyefeye/4/edit?html,js,output <- go here to see what this code actually does

New Roster (500pts)

Eldar: Codex (2013) (Combined Arms Detachment) (500pts)

HQ (100pts)

  • Farseer (100pts)

    Witchblade

Troops (315pts)

Slow Grow Month One (750pts)

Eldar: Codex (2013) (Allied Detachment) (325pts)

HQ (100pts)

  • Farseer (100pts)

    Witchblade

Troops (95pts)

from mcpi import minecraft, vec3, block
from collections import defaultdict, Counter
from random import choice
mc = minecraft.Minecraft.create()
INSTRUCTIONS = {}
INVENTORY = defaultdict(int)
def register(command):

Slow Grow Month Two (1500pts)

Undead Legions (2014) (Standard) (1500pts)

Lords (564pts)

  • Vampire Lord (564pts)

    Dread Knight, Heavy Armour, Lance, Lore of Undeath, Shield, Wizard Level 3, Zombie Dragon

Heroes (136pts)

Strikeforce Omega (1500pts)

Blood Angels: Codex (2014) (Baal Strike Force) (1500pts)

HQ (185pts)

  • Librarian Dreadnought (185pts)

    Psychic Pilot (ML2)

    • Power fist

Slow Grow Month Two (1498pts)

Undead Legions (2014) (End Times) (1498pts)

Lords (544pts)

  • Vampire Lord (544pts)

    Heavy Armour, Lore of Undeath, Shield, Wizard Level 3, Zombie Dragon

Heroes (146pts)

@Drakekin
Drakekin / month_one.md
Created November 29, 2014 23:51
Slow Grow Undead Legion

Undead Legion Slow Grow Month One (746pts)

Undead Legions (2014) (Standard) (746pts)

Heroes (222pts)

  • Vampire (111pts)

    Heavy Armour, Lore of Undeath, Shield, Wizard Level 1

  • Vampire (111pts)