like a virtual cracker jack
- poignant guide home page =>
- T-Shirts!

- "Chunky. Bacon."
- clickety-click
- page not there - redirected to https://www.cafepress.com/+gifts
- Search for "Chunky. Bacon."
- FIND THIS IMAGE!
| #!/bin/sh | |
| # Uninstall ImageMagic library and imagick PHP extension using it (installed previously) | |
| yum remove -y php-pecl-imagick ImageMagick | |
| # Install libraries for JPG, PNG, GIF, WebP, and TIFF image formats | |
| yum install -y libpng-devel libjpeg-devel openjpeg2-devel libtiff-devel libwebp-devel giflib-devel | |
| # Install latest ImageMagick library compiled from downloaded sources | |
| yum install -y tar gzip gcc make |
like a virtual cracker jack

| Fetching gem metadata from https://rubygems.org/........ | |
| Fetching version metadata from https://rubygems.org/. | |
| Starting resolution (2016-10-06 10:14:12 -0500) | |
| Resolving dependencies...Creating possibility state for fog (= 1.38.0) (1 remaining) | |
| Attempting to activate fog (1.38.0) | |
| Activated fog at fog (1.38.0) | |
| Requiring nested dependencies (fog-core (~> 1.32), fog-json, fog-xml (~> 0.1.1), ipaddress (~> 0.5), fog-aliyun (>= 0.1.0), fog-atmos, fog-aws (>= 0.6.0), fog-brightbox (~> 0.4), fog-cloudatcost (~> 0.1.0), fog-dynect (~> 0.0.2), fog-ecloud (~> 0.1), fog-google (<= 0.1.0), fog-local, fog-openstack, fog-powerdns (>= 0.1.1), fog-profitbricks, fog-rackspace, fog-radosgw (>= 0.0.2), fog-riakcs, fog-sakuracloud (>= 0.0.4), fog-serverlove, fog-softlayer, fog-storm_on_demand, fog-terremark, fog-vmfusion, fog-voxel, fog-vsphere (>= 0.4.0), fog-xenserver) | |
| Creating possibility state for fog-core (~> 1.32) (14 remaining) | |
| Attempting to activate fog-core (1.43.0) | |
| Activated fog-core at fog-core (1.43.0) |
| => bundle outdated | |
| Fetching source index from file:/Users/chrismo/dev/bundler-cases/out/repo/ | |
| Resolving dependencies... | |
| Outdated gems included in the bundle: | |
| * bar (newest 1.1.0, installed 1.0.0) in group "default" | |
| * foo (newest 2.0.0, installed 1.0.0) in group "default" | |
| * qux (newest 1.0.1, installed 1.0.0) in group "default" | |
| => bundle outdated --major |
| .bundle |
| module Car | |
| def vroom | |
| '<car noise>' | |
| end | |
| end | |
| module Boat | |
| def vroom | |
| '<boat noise>' | |
| end |
| (fn [x coll] | |
| (keep #(if (= (count %) x) % nil) | |
| (map #(map last %) | |
| (vals | |
| (group-by | |
| #(quot (first %) x) | |
| (map-indexed #(vector % %2) coll))))) | |
| ) |
| (fn [coll x] | |
| (apply concat | |
| (map | |
| (fn [item] | |
| (map | |
| (fn [_] identity item) | |
| (range x))) | |
| coll))) |
| ruby formatsql.rb "$(cat)" |
| Coloured fox fur production, HOPEDALE, Labrador, 1834-1842 | |
| #Source: C. Elton (1942) "Voles, Mice and Lemmings", Oxford Univ. Press | |
| #Table 17, p.265--266 | |
| 29 | |
| 22 | |
| 2 | |
| 16 | |
| 12 | |
| 35 | |
| 8 |