My Recent Pastes (49 and counting)

Pastes by octopod (49 and counting)

Below are the 15 most recent pasties by octopod.

January 19, 2007
10:17AM EDT
by octopod

>> module Foo
>> def bar
>> puts "baz"
>> end
>> end

December 26, 2006
3:22PM EDT
by octopod

set -o autocd
set -o autonamedirs
set -o correctall
set -o extendedglob
set -o extendedhistory

November 27, 2006
7:22AM EDT
by octopod

>> all_combinations([["red", "green"], ["large", "small"], ["denim", "silk"]]) { |*a| p a }
["red", "large", "denim"]
["red", "large", "silk"]
["red", "small", "denim"]
["red", "small", "silk"]

November 27, 2006
6:28AM EDT
by octopod

on perform_mail_action(info)
        tell application "Mail"
                try
                        set NewMail to |SelectedMessages| of info
                        

November 05, 2006
5:06PM EDT
by octopod

require 'osx/cocoa'

class AppController < OSX::NSObject
  ib_outlet :textField
  ib_outlet :colorWell

November 05, 2006
5:02PM EDT
by octopod

Date/Time:      2006-11-05 22:02:07.679 +0000
OS Version:     10.4.8 (Build 8L127)
Report Version: 4

Command: SpeakLine

November 02, 2006
7:54AM EDT
by octopod

[ aniero   ] [ dblack   ] [ jchris    ] [ maiha     ] [ queuetue] [ zf] 

12:13 [ bitsweat ] [ Defiler_ ] [ jerrett   ] [ octopod   ] [ radsaq  ] 

12:13 [ bricolage] [ drbrain  ] [ jvoorhis  ] [ pdsphil   ] [ regexp  ] 

November 01, 2006
7:55PM EDT
by octopod

class Foo
  def hash
    1
  end
  

October 29, 2006
4:32PM EDT
by octopod

## test_server.rb

#!/usr/bin/env ruby -w

require "open3"

October 09, 2006
5:06AM EDT
by octopod

Index Refs Address    Size       Wired      Name (Version) <Linked Against>
apple.AppleOnboardDisplay (1.4.8) <67 66 16 11>
apple.BootCache (25.1) <6 5 4 3 2>
apple.GeForce (4.1.8) <68 67 66 16 11>
apple.NVDAResman (4.1.8) <67 66 16 11>

September 20, 2006
4:35PM EDT
by octopod

rake 2>/dev/null                                                      
(in /Users/chris/dev/mephisto/personal)
Loaded suite /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader
Started
......................................................................................................................................................................................................................................................................E....................

September 06, 2006
11:57AM EDT
by octopod

## routes.rb

  map.with_options(:controller => 'property') do |property|
    property.property             '/property/:id',                          :action => 'index'
  end

September 05, 2006
6:12PM EDT
by octopod

## code

<%= link_to_remote(image_tag('icons/email_delete', :alt => 'Delete'), :url => message_url(message), :confirm => 'Are you sure?', :method => :delete) %>

## warning

September 05, 2006
6:07PM EDT
by octopod

Loaded suite test/functional/carts_controller_test

Started

DEPRECATION WARNING: You called url_for(:products_url), which is a deprecated API call. Instead you should use the named route directly, like products_url(). Using symbols and parameters with url_for will be removed from Rails 2.0.  See http://www.rubyonrails.org/deprecation for details. (called from redirect_to at /home/chris/dev/clients/spanglish/site/config/../vendor/rails/actionpack/lib/action_controller/base.rb:898)

September 02, 2006
10:16AM EDT
by octopod

!! Untested!

<script type="text/javascript">
  function change_concept(select) {
    concept_id = select.options[select.selectedIndex].value;

Next page

Previous page