Downgrading a brew package can sometimes be super easy with:
brew switch <package> <version>
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -euo pipefail | |
IFS=$'\n\t' | |
sudo aptitude install -y build-essential libtool automake autoconf libcurl4-gnutls-dev check libevent-dev libmemcached-dev memcached | |
git clone https://github.com/couchbase/libconflate.git | |
cd libconflate | |
git checkout 2.1.1r |
#!/usr/bin/env ruby | |
# Solar eclipses on the earth by the moon have the peculiar characteristic of the moon having about the same apparent | |
# size as the sun in the sky thus obscuring it exactly. Does this happen on other planets too? This script queries | |
# the Wolfram Alpha engine for this information for every planet and moon. Run it to find out! | |
# | |
# For a really scientific approach check out this paper: http://astrogeo.oxfordjournals.org/content/40/3/3.18.short | |
# | |
# Instructions: | |
# |
$(document).keydown(function(e) { | |
switch(e.which) { | |
case 37: | |
$('#remoteContainer').find('#left').click(); | |
break; | |
case 38: | |
$('#remoteContainer').find('#up').click(); | |
break; | |
case 39: | |
$('#remoteContainer').find('#right').click(); |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<style type="text/css"> | |
.google-sprite { | |
background: url(https://www.google.gr/images/nav_logo114.png) no-repeat; | |
display: inline-block; | |
vertical-align: middle; |
rvm --create ree@benchmarks |