Skip to content

Instantly share code, notes, and snippets.

View booch's full-sized avatar

Craig Buchek booch

View GitHub Profile
@booch
booch / new_laws.md
Created October 29, 2014 03:45
Ideas for new laws

These are ideas that came up during reading articles and discussions about the recent happenings in Ferguson.

New Laws

  1. All police officers shall have their names clearly displayed at all times while in uniform. Violation shall be a felony of impersonating a police officer. The names must be in a legible font, at least 30 points in size.

  2. All police officers shall wear video recording devices. These recordings shall

@booch
booch / generative-poc.rb
Created August 25, 2014 17:26
Proof of concept for an idiomatic RSpec generative testing library
# TODO:
#
# Allow specifying number of runs.
# Ensure child contexts get run multiple times.
# Check what happens on failure in one of the runs.
# Different color for dots.
# Shrinking.
module RandomlyGenerated