Skip to content

Instantly share code, notes, and snippets.

@murgatroid99
murgatroid99 / mtg_english_cards.md
Last active December 9, 2015 23:08
MTG Cards with names that are English words

Cards with names that match English words

Absorb, Acquire, Aggression, Ambush, Amnesia, Anarchist, Anarchy, Anger, Annihilate, Archangel, Arena, Armageddon, Avalanche, Backdraft, Backfire, Backlash, Badlands, Balance, Bayou, Berserk, Bind, Blaze, Blessing, Blight, Blizzard, Boomerang, Brainstorm, Brainwash, Brawl, Brawn, Breach, Breakthrough, Browbeat, Browse, Burnout, Camel, Camouflage, Cancel, Carapace, Cartographer, Castle, Cataclysm, Channel, Chastise, Clairvoyance, Claustrophobia, Cleanse, Cleansing, Clone, Cocoon, Commandeer, Condemn, Condescend, Congregate, Conquer, Conspiracy, Conversion, Cooperation, Crash, Cremate, Crevasse, Crusade, Cunning, Curiosity, Cyclone, Darkness, Deadfall, Decomposition, Deflection, Dehydration, Demolish, Desert, Detonate, Disarm, Disfigure, Disharmony, Disintegrate, Dismantle, Disorder, Dispatch, Disperse, Distress, Downdraft, Dredge, Drought, Drowned, Dystopia, Earthquake, Enrage, Enslave, Envelop, Equilibrium, Equinox, Erase, Erosion, Evacuation, Evaporate, Exclude, E

@murgatroid99
murgatroid99 / node-pre-gyp-alpn-check-plugin.js
Created April 20, 2017 22:36
Proposed node-pre-gyp plugin for checking ALPN compatibility in Node
exports.checkVersion = function(callback) {
var TEST_KEY = "-----Insert TLS private key-----";
var TEST_CERT = "------Insert TLS certificate-----";
var tls = require('tls');
var server = tls.createServer({key: TEST_KEY, cert:TEST_CERT, ALPNProtocols: ['h2']});
@murgatroid99
murgatroid99 / node_dns_strace.txt
Created September 5, 2019 16:43
Strace output of `node -p 'require("dns").resolve4("localhost", console.log)` on docker
execve("/root/.nvm/versions/node/v12.9.1/bin/node", ["node", "-p", "require(\"dns\").resolve4(\"localho"...], [/* 10 vars */]) = 0
brk(NULL) = 0x29b5000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=8662, ...}) = 0
mmap(NULL, 8662, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9070747000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
@murgatroid99
murgatroid99 / knative_log.txt
Created February 19, 2020 23:19
knative log
This file has been truncated, but you can view the full file.
2020/02/14 00:47:32 Registering 6 clients
2020/02/14 00:47:32 Registering 5 informer factories
2020/02/14 00:47:32 Registering 19 informers
2020/02/14 00:47:32 Registering 12 controllers
{"level":"info","ts":"2020-02-14T00:47:32.922Z","caller":"logging/config.go:108","msg":"Successfully created the logger."}
{"level":"info","ts":"2020-02-14T00:47:32.922Z","caller":"logging/config.go:109","msg":"Logging level set to info"}
{"level":"info","ts":"2020-02-14T00:47:32.925Z","logger":"controller.domainmapping-controller","caller":"domainmapping/controller.go:80","msg":"Setting up event handlers","commit":"9afb93e","knative.dev/controller":"domainmapping-controller"}
{"level":"info","ts":"2020-02-14T00:47:32.926Z","logger":"controller.domainmapping-controller","caller":"domainmapping/controller.go:123","msg":"Setting up ConfigMap receivers","commit":"9afb93e","knative.dev/controller":"domainmapping-controller"}