I think you mean team...
I think you mean squad..
I think you mean gang...
I think you mean pals...
# | |
# metakoans.rb is an arduous set of exercises designed to stretch | |
# meta-programming muscle. the focus is on a single method 'attribute' which | |
# behaves much like the built-in 'attr', but whose properties require delving | |
# deep into the depths of meta-ruby. usage of the 'attribute' method follows | |
# the general form of | |
# | |
# class C | |
# attribute 'a' | |
# end |
{ | |
"name": "What are you doing here? Do you have clearance to pick apples in this orchard?", | |
"children": [ | |
{ | |
"name": "Yes", | |
"children": [ | |
{ | |
"name": "Let's see some ID.", | |
"exitEvent": "checkID" | |
} |
talk: | |
message: What do you want? | |
children: | |
- message: I'd like a snocone. | |
children: | |
- message: Here you go, friend. | |
after: giveSnocone | |
- message: How about the phone number for a beholder hunter? | |
children: | |
- message: Last beholder hunter left town years ago. |
rooms: | |
Auditorium: | |
starter: true | |
description: Panic fills the air instead of ideas. What's left of the Keynote Speaker rests in a shimmering puddle. | |
items: | |
Slag Heap: | |
look: Eyebeamed to death by a beholder. And right as he was about to crack the Keynesian foundations of 1970s Korean shipbuilding. | |
paths: | |
East: Lounge | |
Lounge: |
require 'rubygems'; require 'mechanize' | |
agent = Mechanize.new | |
# Tor (of sci-fi and fantasy publishing fame) has been posting these great blog posts of art reminiscent of a given season. So far they've done summer, winter and spring. Run this script to get all of the art in tidy folders on your desktop. | |
seasons = [ | |
'http://www.tor.com/blogs/2012/06/picturing-summer-a-solstice-celebration', | |
'http://www.tor.com/blogs/2011/12/picturing-winter-a-solstice-celebration', | |
'http://www.tor.com/blogs/2012/03/picturing-spring-an-equinox-celebration', | |
'http://www.tor.com/blogs/2012/09/picturing-autumn-an-equinox-celebration' |
[["Strength",313],["Dexterity",202],["Intelligence",198],["Agility",133],["Charisma",127],["Constitution",114],["Perception",91],["Stamina",68],["Willpower",62],["Speed",54],["Body",54],["Endurance",51],["Appearance",51],["Presence",50],["Luck",49],["Mind",48],["Will",47],["Wits",42],["Wisdom",34],["Brains",32],["Coordination",32],["Manipulation",31],["Awareness",31],["[no standard attributes]",31],["Reflexes",30],["Intellect",28],["Health",28],["Knowledge",27],["Soul",24],["Fitness",23],["Reasoning",22],["Power",22],["Intuition",20],["Size",19],["Looks",19],["Spirit",18],["Resolve",18],["Ego",18],["Comeliness",17],["Physical Strength",16],["Physique",16],["Influence",15],["Personality",14],["Charm",14],["Craftiness",14],["Intelligence Quotient",13],["Physical Beauty",13],["Toughness",13],["Cool",13],["Education",12],["Creativity",12],["Mental Endurance",12],["Mental Affinity",12],["Physical Prowess",12],["Physical Endurance",12],["Vigor",11],["Brawn",11],["Piety",11],["Body Pips",11],["Composure",11],["Quick |
### Keybase proof | |
I hereby claim: | |
* I am hoverbird on github. | |
* I am hoverbird (https://keybase.io/hoverbird) on keybase. | |
* I have a public key whose fingerprint is 8D18 7698 BA9F 32AE 13E2 2D0A F42F EB22 8EDE 142E | |
To claim this, I am signing this object: |
// Copyright (c) 2012 Calvin Rien | |
// http://the.darktable.com | |
// | |
// This software is provided 'as-is', without any express or implied warranty. In | |
// no event will the authors be held liable for any damages arising from the use | |
// of this software. | |
// | |
// Permission is granted to anyone to use this software for any purpose, | |
// including commercial applications, and to alter it and redistribute it freely, | |
// subject to the following restrictions: |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/Assets/AssetStoreTools* | |
# Autogenerated VS/MD solution and project files | |
ExportedObj/ | |
*.csproj |