Skip to content

Instantly share code, notes, and snippets.

@Akendo
Akendo / svghell.py
Created October 24, 2019 17:00 — forked from majestrate/svghell.py
Generate SVG XML Bomb
#
# svg hell -- xml bomb generator for svg
#
# for educational use
# please don't allow svg on 8ch.net
#
# usage: python svghell.py > evil.svg
#
import random
@Akendo
Akendo / wiki.lua
Created September 6, 2017 15:43 — forked from zhzhxtrrk/wiki.lua
pandoc confluence markup writer
-- that is very similar to that of pandoc's HTML writer.
-- There is one new feature: code blocks marked with class 'dot'
-- are piped through graphviz and images are included in the HTML
-- output using 'data:' URLs.
--
-- Invoke with: pandoc -t sample.lua
--
-- Note: you need not have lua installed on your system to use this
-- custom writer. However, if you do have lua installed, you can
-- use it to test changes to the script. 'lua sample.lua' will