My Recent Pastes (623296 and counting)
Pastes Showing All
Pages: 1 … 29446 29447 29448 29449 29450 … 31165
Below are the most recent pasties.
February 09, 2007
4:26PM EDT
View more (153 lines)
Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:8001 *:* LISTEN tcp 0 0 *:imaps *:* LISTEN tcp 0 0 *:pop3s *:* LISTEN
February 09, 2007
4:18PM EDT
View more (19 lines)
module Decorator def decorate(obj, &block) extender = Module.new extender.module_eval(&block) obj.extend extender
February 09, 2007
4:07PM EDT
View more (72 lines)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hmm</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
February 09, 2007
4:00PM EDT
def all_children(parent) parent.children.each do |child| all_children(child) end end
February 09, 2007
3:57PM EDT
View more (24 lines)
avails = [] blocked = [] puts "starting..." blocked_count = 0 for first in ("a".."z")
February 09, 2007
3:57PM EDT
View more (49 lines)
require 'active_support' class Class def class_inheritable_attributes(*syms, &block) eigenclass = class << self; self; end
February 09, 2007
3:26PM EDT
View more (43 lines)
!ENTRY org.radrails.rails.core 4 0 2007-02-09 21:25:11.314 !MESSAGE Unable to construct database tree !STACK 0 java.lang.NullPointerException
February 09, 2007
3:23PM EDT
View more (16 lines)
Loglines: Feb 9 16:15:04 src@web8 puppetd[13218]: (package provider portage) Executing '/usr/bin/eix --format <category> <name> [<installedversionsshort>] [<best>] <homepage> <description> --exact --category-name dev-php4/eaccelerator' Feb 9 16:15:04 src@web8 puppetd[13218]: (package provider portage) Executing '/usr/bin/eix --format <category> <name>
February 09, 2007
3:17PM EDT
View more (20 lines)
saurasaurusrex:~/software/xfn cdcarter$ ruby autodiscover.rb /usr/local/lib/ruby/gems/1.8/gems/mofo-0.1.2/lib/microformat.rb:2:Warning: require_gem is obsolete. Use gem instead. Welcome Steve Ivy... checking http://redmonk.net/about-this-site for your other sites... Checking http://redmonk.net/ for subscribable content
February 09, 2007
3:16PM EDT
View more (43 lines)
# http://pastie.caboo.se/36010 evolved # vjt@openssl.it # require 'blank' # http://pastie.caboo.se/26558
February 09, 2007
3:16PM EDT
by KirinDave_
View more (24 lines)
function updateFrontend(e, xml_req) { obj = document.getElementById("fe-light").object; if( xml_req.ready_state == 4 && xml_req.status == 200 ) { // Indicator goes light
February 09, 2007
3:08PM EDT
View more (10 lines)
names = ["peace", "love", "understanding"] names.inject(nil) do |intersection, name| current_group = Tag.find_by_name(name).taggables if intersection
February 09, 2007
2:48PM EDT
View more (114 lines)
#!/usr/bin/env ruby # # Created by Steve Ivy on 2007-02-01. # Copyright (c) 2007. All rights reserved.
February 09, 2007
2:46PM EDT
by captproton
View
Includes file attachment.
## What could cause: Application error Rails application failed to start properly"
February 09, 2007
2:45PM EDT
View more (30 lines)
#Java base class public abstract class BaseTest { public BaseTest() {
February 09, 2007
2:43PM EDT
by John Butler
https?://([a-z0-9\-\_]+?\.)?google\.com(:\d+)?/?((index|default).[a-z0-9\-\_]*?(?=(\?|$)))?(\?.*)?$
February 09, 2007
2:39PM EDT
View more (111 lines)
require 'rubygems' require 'hpricot' require 'open-uri' require 'ostruct'
February 09, 2007
2:35PM EDT
View more (83 lines)
sid@sherwood:~/aplikacje> sudo gem install mysql -y root's password: Need to update 2 gems from http://gems.rubyforge.org .. complete
February 09, 2007
2:34PM EDT
View more (27 lines)
install.rb: entering doc phase... ---> framework /opt/local/bin/ruby gen_bridge_doc.rb build ../bridge-doc mkdir -p /Users/chris/dev/rubycocoa/apple-unstable/src/framework/bridge-doc /opt/local/bin/ruby -I../../ext/rubycocoa -I../../lib gen_bridge_doc/rdocify_framework.rb '/Developer/ADC Reference Library/documentation/Cocoa/Reference/ApplicationKit/' /Users/chris/dev/rubycocoa/apple-unstable/src/framework/bridge-doc/ruby
