This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem list | cut -d" " -f1 | xargs gem uninstall -aIx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo port install postgres84 | |
export PATH=/opt/local/lib/postgresql84/bin:${PATH} | |
env ARCHFLAGS="-arch x86_64" bundle install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en-GB: | |
date: | |
formats: | |
# Use the strftime parameters for formats. | |
# When no format has been given, it uses default. | |
# You can provide other formats here if you like! | |
default: "%d/%m/%Y" | |
short: "%d %b" | |
long: "%d %B, %Y" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
UserControl: | |
Name: AddressBookControl | |
BackgroundColor: White | |
Controls: | |
StackPanel: | |
Children: | |
- Label: {Color: Blue, Content: This is the title} | |
- TextBox: {Text: Hello World, FontSize: 14} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: why the lucky stiff <[email protected]> | |
Date: 21 June 2004 18:17:08 BST | |
To: Scott <[email protected]> | |
Subject: Re: Low | |
Scott wrote: | |
>> Um... can I have extra oats, a sugar lump and a ruby gem | |
>> in my nose-bag, please mister? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# If not running interactively, don't do anything | |
#[ -z "$PS1" ] && return | |
if [[ -n "$PS1" ]] ; then | |
# don't put duplicate lines in the history. See bash(1) for more options | |
#export HISTCONTROL=ignoredups | |
# check the window size after each command and, if necessary, | |
# update the values of LINES and COLUMNS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo launchctl load -w /Library/LaunchDaemons/org.macports.nginx.plist | |
sudo launchctl remove org.macports.nginx | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A couple of build steps that I'll forget when building Nokogiri from source on Mac OS X | |
racc -l -o lib/nokogiri/css/generated_parser.rb lib/nokogiri/css/parser.y | |
rex --independent -o lib/nokogiri/css/generated_tokenizer.rb lib/nokogiri/css/tokenizer.rex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jruby-head - #fetching | |
++[/Users/scott/.rvm/scripts/manage] : 1281 : __rvm_fetch_ruby() $ [[ 1 -eq 0 ]] | |
++[/Users/scott/.rvm/scripts/manage] : 1400 : __rvm_fetch_ruby() $ mkdir -p /Users/scott/.rvm/repos | |
++[/Users/scott/.rvm/scripts/manage] : 1402 : __rvm_fetch_ruby() $ [[ -z git://github.com/jruby/jruby.git ]] | |
++[/Users/scott/.rvm/scripts/manage] : 1406 : __rvm_fetch_ruby() $ echo git://github.com/jruby/jruby.git | |
++[/Users/scott/.rvm/scripts/manage] : 1406 : __rvm_fetch_ruby() $ grep -q git | |
++[/Users/scott/.rvm/scripts/manage] : 1409 : __rvm_fetch_ruby() $ [[ -z '' ]] | |
++[/Users/scott/.rvm/scripts/manage] : 1411 : __rvm_fetch_ruby() $ [[ -n head ]] | |
++[/Users/scott/.rvm/scripts/manage] : 1413 : __rvm_fetch_ruby() $ [[ -n head ]] | |
++[/Users/scott/.rvm/scripts/manage] : 1414 : __rvm_fetch_ruby() $ rvm_ruby_repo_branch=ruby_1_head_head |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scotts-macbook-pro:~ scott$ rvm install jruby-head --trace | |
jruby-head --trace | |
rvm 1.2.0 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
+ [[ -z '' ]] | |
+ export 'PS4=+[${BASH_SOURCE}] : ${LINENO} : ${FUNCNAME[0]:+${FUNCNAME[0]}() $ }' | |
+ PS4='+[${BASH_SOURCE}] : ${LINENO} : ${FUNCNAME[0]:+${FUNCNAME[0]}() $ }' | |
+[/Users/scott/.rvm/scripts/cli] : 597 : __rvm_parse_args() $ [[ -z install ]] | |
+[/Users/scott/.rvm/scripts/cli] : 599 : __rvm_parse_args() $ [[ 0 -eq 1 ]] |
OlderNewer