Skip to content

Instantly share code, notes, and snippets.

View Nerian's full-sized avatar

Gonzalo Rodríguez-Baltanás Díaz Nerian

View GitHub Profile
➜ ~ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install openssl098 2>&1
==> Downloading http://www.openssl.org/source/openssl-0.9.8y.tar.gz
Already downloaded: /Library/Caches/Homebrew/openssl098-0.9.8y.tar.gz
tar xf /Library/Caches/Homebrew/openssl098-0.9.8y.tar.gz
==> ./config --prefix=/usr/local/Cellar/openssl098/0.9.8y --openssldir=/usr/local/etc/openssl zlib-dynamic shared
./config --prefix=/usr/local/Cellar/openssl098/0.9.8y --openssldir=/usr/local/etc/openssl zlib-dynamic shared
Operating system: i386-apple-darwinDarwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
Configuring for darwin-i386-cc
Configuring for darwin-i386-cc
no-camellia [default] OPENSSL_NO_CAMELLIA (skip dir)
➜ gem install rake
dyld: NSLinkModule() error
dyld: Symbol not found: _dump_conf_value_doall_arg
Referenced from: /Users/Nerian/.rvm/rubies/ruby-1.8.6-p383/lib/ruby/1.8/i686-darwin12.3.0/openssl.bundle
Expected in: flat namespace
in /Users/Nerian/.rvm/rubies/ruby-1.8.6-p383/lib/ruby/1.8/i686-darwin12.3.0/openssl.bundle
@Nerian
Nerian / .zprofile
Last active December 15, 2015 02:19
[[ -s "/Users/Nerian/.rvm/scripts/rvm" ]] && source "/Users/Nerian/.rvm/scripts/rvm" # This loads RVM into a shell session.
@Nerian
Nerian / .guardrc
Last active December 13, 2015 22:39
Put this in ~/.guardrc and then, once you are in Guard, you can do `doc` to switch to RSpec documentation format and 'fuu' to switch to Fuubar fornat.
Pry::Commands.block_command 'fuu', "Use fuubar formatter in rspec" do
options = ::Guard.guards(:rspec).runner.options
options[:cli] = options[:cli].sub(/\-\-format \w+/, '--format Fuubar')
output.puts "Using Fuubar as RSpec formatter."
end
Pry::Commands.block_command 'doc', "Use documentation formatter in rspec" do
options = ::Guard.guards(:rspec).runner.options
options[:cli] = options[:cli].sub(/\-\-format \w+/, '--format documentation')
output.puts "Using Documentation as RSpec formatter."
/* @group Base */
.chzn-container {
position: relative;
display: inline-block;
}
.chzn-container .chzn-drop {
background: #fff;
border: 1px solid #aaa;
border-top: 0;
position: absolute;
➜ ~ brew doctor
Your system is raring to brew.
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install libinfinity
==> Downloading http://releases.0x539.de/libinfinity/libinfinity-0.5.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/libinfinity-0.5.2.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/libinfinity-0.5.2.tar.gz
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.3 (Ruby 1.8.7-358; Mac OS X 10.8.2) https://trac.macports.org/export/92297/trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff -o 000-homebrew.diff
######################################################################## 100,0%
==> Patching
/usr/bin/patch -f -p0 -i 000-homebrew.diff
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
Hello world
require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
url 'https://github.com/antirez/redis/tarball/v1.3.10'
sha1 'e4d22d8b0df0e9d686069a40bff4b91219c68676'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
devel do