A Pen by ShadowKyogre on CodePen.
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
''' | |
I AM A MODULE LEVEL DOCSTRING | |
.. topic:: Topic Title | |
Subsequent indented lines comprise | |
the body of the topic, and are | |
interpreted as body elements. | |
.. attention:: |
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 ConfigField = function(key, dfv, label, toNode) { | |
this.key = key; | |
this.dfv = dfv; | |
this.label = label; | |
this.toNode = toNode; | |
} | |
var Nodifiers = { | |
textarea: function() { | |
var node = document.createElement('textarea'); |
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
from ast import literal_eval | |
from collections import Counter, OrderedDict | |
from itertools import chain | |
import math | |
import yaml | |
## Constants | |
STATS = ('str', 'dex', 'con', 'int', 'wis', 'cha') |
I hereby claim:
- I am shadowkyogre on github.
- I am shadowkyogre (https://keybase.io/shadowkyogre) on keybase.
- I have a public key ASBdEHGsfD550WdpWiycXDeQgzrMmXniUIqvCavJIpRFjQo
To claim this, I am signing this object:
OlderNewer