Skip to content

Instantly share code, notes, and snippets.

View lindsaykwardell's full-sized avatar

Lindsay Wardell lindsaykwardell

View GitHub Profile
[{"id":"_meta","author":"Lindsay","name":"Oops All Pit Hags, RCC Edition"},"cannibal","chef","choirboy","clockmaker","courtier","dreamer","empath","exorcist","farmer","fisherman","flowergirl","fool","fortune_teller","gambler","general","gossip","grandmother","high_priestess","huntsman","innkeeper","juggler","king","knight","librarian","lycanthrope","magician","mathematician","mayor","minstrel","nightwatchman","noble","professor","sage","sailor","savant","slayer","snake_charmer","soldier","steward","tea_lady","town_crier","undertaker","washerwoman","barber","butler","drunk","golem","goon","klutz","snitch","sweetheart","assassin","baron","boomdandy","cerenovus","devils_advocate","fearmonger","godfather","marionette","organ_grinder","monk","virgin","acrobat","tinker","mastermind","mezepheles","pit-hag","poisoner","artist","balloonist","oracle","pacifist","philosopher","pixie","preacher","ravenkeeper","seamstress","witch","shugenja","harpy","al-hadikhia","village_idiot","fang_gu","imp","lunatic","leviathan","llee
animalName : Pet -> String
animalName pet =
if canSqueak pet then
"mouse"
else if canBark pet then
if isScary pet then
"wolf"
else
"dog"
else if canMeow pet then
@lindsaykwardell
lindsaykwardell / LocalSettings.php
Last active September 30, 2021 19:40
Useful scripts for working on Abstract Wikipedia
<?php
# This file was automatically generated by the MediaWiki 1.37.0-alpha
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#