This is a dump of random Lua code snippets. Use them however you like.
This is free and unencumbered software released into the public domain.
bf() | |
Prgm | |
Local mem, jmpstk, jsptr, memdim, memptr, pc, op, bfcdim, k, conrow, concol, conpic, sw, sh, pc2 | |
ClrIO | |
StoPic conpic | |
XorPic conpic | |
240 -> sw | |
91 -> sh |
This is a prototype-based class constructor for Lua in <30 unminified lines (5 when minified to 80-char lines). It was designed to be included in other library projects, especially for inclusion into single files.
It is released to the public domain under the Unlicense, so feel free to use it, even without a disclaimer, I don't really care.
# python3 amifucked.py | |
# Public Domain | |
import platform, subprocess | |
# Feel free to poke me in the comments if I missed something here | |
TELEMETRY_MAYBE = { | |
"KB2952664": "Compatibility update for upgrading Windows 7", | |
"KB2976978": "Performs and collect compatibility appraiser logs in order to ease the upgrade experience to Windows 10", |
Ingredients:
// ==UserScript== | |
// @name Colors for qwebirc | |
// @namespace https://nucular.github.io | |
// @version 0.1 | |
// @description Since qwebirc really fucking sucks | |
// @match https://webchat.freenode.net | |
// @copyright 2015, nucular | |
// @license MIT | |
// ==/UserScript== |
The email address from which Okabe received the static video ([email protected]
) replies
to blank mails with the following message:
Your mail concerning "[the subject of your email]"
[email protected] はこの世界線に存在していません. [It does not exist in this world line.]
// ==UserScript== | |
// @name everget | |
// @namespace http://nucular.github.io | |
// @version 0.1.1 | |
// @description Simple GET script for 8chan | |
// @match *://8ch.net/*/* | |
// @copyright 2015+, nucular | |
// @license MIT License | |
// ==/UserScript== |