Skip to content

Instantly share code, notes, and snippets.

@Cynaria
Cynaria / gist:fc341680dd9cb6425af0
Last active August 29, 2015 14:10
CoverMyMeds code
text = <<-END
WASHINGTON Unable to rest their eyes on a colorful photograph or boldface heading that could be easily skimmed and forgotten about, Americans collectively recoiled Monday when confronted with a solid block of uninterrupted text.
Dumbfounded citizens from Maine to California gazed helplessly at the frightening chunk of print, unsure of what to do next. Without an illustration, chart, or embedded YouTube video to ease them in, millions were frozen in place, terrified by the sight of one long, unbroken string of English words.
"Why won't it just tell me what it's about?" said Boston resident Charlyne Thomson, who was bombarded with the overwhelming mass of black text late Monday afternoon. "There are no bullet points, no highlighted parts. I've looked everywhere, there's nothing here but words."
"Ow," Thomson added after reading the first and last lines in an attempt to get the gist of whatever the article, review, or possibly recipe was about.
A deafening sigh was heard across the country as t
@Cynaria
Cynaria / 0.2.1-boggle_class_from_methods.rb
Created January 31, 2014 20:31 — forked from dbc-challenges/0.2.1-boggle_class_from_methods.rb
phase 0 unit 2 week 1 boggle class challenge
class BoggleBoard
#your code here
end
dice_grid = [["b", "r", "a", "e"],
["i", "o", "d", "t"],
["e", "c", "l", "r"],