My Recent Pastes (49 and counting)

Pastes by octopod (49 and counting)

Pages:

Below are the 15 most recent pasties by octopod.

February 05, 2008
4:56PM EDT
by octopod

## ~/.gemrc
:update_sources: false

## to update
sudo gem source -u

July 26, 2007
4:43PM EDT
by octopod

Rehearsal --------------------------------------------------------------
sax                          4.230000   0.070000   4.300000 (  4.395537)
hpricot                     10.520000   0.130000  10.650000 ( 10.813350)
rexml light (just parsing)   3.790000   0.040000   3.830000 (  3.878322)
---------------------------------------------------- total: 18.780000sec

June 19, 2007
9:50AM EDT
by octopod

(in /Users/chris/dev/rubycocoa/trunk/src)
/opt/local/bin/ruby install.rb test
install.rb: entering test phase...
---> tests
extention ok: dyld: loaded: ../ext/rubycocoa/rubycocoa.bundle, cpu-sub-type: 3

June 14, 2007
4:08PM EDT
by octopod

#!/usr/bin/env ruby

# Marshmallow, the campfire chatbot
#
# You need to know one the following:

March 31, 2007
6:16AM EDT
by octopod

=== test/unit/section_drop_test.rb
==================================================================
--- test/unit/section_drop_test.rb        (revision 2624)
+++ test/unit/section_drop_test.rb        (local)
@@ -36,7 +36,7 @@

March 28, 2007
7:10AM EDT
by octopod

all fixed

March 22, 2007
4:52PM EDT
by octopod

sh: line 1: : command not found
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/dialog.rb:52:in `initialize': No such dialog () (TextMate::WindowNotFound)
} for command: '' -a -c -p \<\?xml\ version\=\"1.0\"\ encoding\=\"UTF-8\"\?\>'
'\<\!DOCTYPE\ plist\ PUBLIC\ \"-//Apple\ Computer//DTD\ PLIST\ 1.0//EN\"\ \"http\://www.apple.com/DTDs/PropertyList-1.0.dtd\"\>'
'\<plist\ version\=\"1.0\"\>'

March 21, 2007
5:39AM EDT
by octopod

class Fixture
  attr_reader :class_name
  
  def find_id
    if @class_name.is_a?(Class)

March 12, 2007
3:36PM EDT
by octopod

require 'rake'
require 'rake/testtask' 

PIPES_PRODUCTION_DOMAIN = 'pipes.re3.yahoo.com'
LIVE_PIPES_BOXES = 16

February 16, 2007
2:29PM EDT
by octopod

autoload -U compinit;
compinit

export LC_CTYPE=en_IE.UTF-8
export EDITOR='mate -w'

February 16, 2007
1:26PM EDT
by octopod

# nice prompt
# slightly modified from http://www.aperiodic.net/phil/prompt/

function precmd {

January 27, 2007
10:13AM EDT
by octopod

diff -ur nginx-0.5.10/auto/lib/pcre/conf nginx-0.5.10.osx/auto/lib/pcre/conf
--- nginx-0.5.10/auto/lib/pcre/conf        2007-01-10 16:15:49.000000000 +0000
+++ nginx-0.5.10.osx/auto/lib/pcre/conf        2007-01-27 14:30:10.000000000 +0000
@@ -169,6 +169,31 @@
             CORE_LIBS="$CORE_LIBS $ngx_feature_libs"

January 25, 2007
1:42PM EDT
by octopod

>> class Foo
>> SOME_CONST = 1
>> end
=> 1
>> Foo::SOME_CONST = 2

January 25, 2007
12:02PM EDT
by octopod

>> A.class_eval do
?> class << self
>> attr_accessor :bar
>> end
>> end

January 19, 2007
11:06AM EDT
by octopod

Working on: /Developer/ADC Reference Library/documentation/Cocoa/Reference/ApplicationKit/

Processing reference file: CIColor_AppKitAdditions
/Users/chris/dev/rubycocoa/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb:661:in `join': can't convert nil into String (TypeError)

Next page