Skip to content

Instantly share code, notes, and snippets.

View ShadowKyogre's full-sized avatar

ShadowKyogre

View GitHub Profile
@ShadowKyogre
ShadowKyogre / test_case1.py
Last active July 13, 2016 19:53
Sphinx Theming Test Cases
'''
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::
@ShadowKyogre
ShadowKyogre / fp_cfg.js
Last active August 14, 2016 15:58
Greasemonkey Utilities
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');
@ShadowKyogre
ShadowKyogre / blog-design-redo-manual-selectors.markdown
Last active August 16, 2016 23:33
Blog design redo - Manual Selectors
@ShadowKyogre
ShadowKyogre / main.py
Last active May 18, 2017 21:24
DnD 5e Stat Sheet Processor created by ShadowKyogre - https://repl.it/Hxsr/70
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')

Keybase proof

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: