My Recent Pastes (245405 and counting)

All Pasties (over 245,405 and counting)

Pages: 1 8016 8018 8020 12271

Below are summaries of the most recent pasties.

September 25, 2007
3:19PM EDT

1
2
3
4
5
<!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> new document </title>
<meta name="generator" content="editplus" />

September 25, 2007
3:10PM EDT
by Josh Goebel

1
2
3
4
5
          # this appears superfulous but was added via: http://dev.rubyonrails.org/changeset/5637
          #
          # evidentally sqlite3 needs the connection reset between requests (to 
          # detect schema changes only?) so one would expect this lines impact on 
          # other databases to be minimal... however with sqlite3 there is a real

September 25, 2007
2:58PM EDT

1
2
3
4
5
## /etc/init.d/net.eth1 start
 * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
 * has a modification time in the future!
 * Starting eth1
 *   Configuring wireless network for eth1

September 25, 2007
2:56PM EDT

1
2
3
4
5
GaryMBP:~/RailsDev/current/trunk/vendor gburke$ piston update plugins/MusicStores/
Skipping 'plugins/MusicStores/': pending updates -- run "svn update plugins/MusicStores/"
M            3404   plugins/MusicStores/test/s3_test.rb
M            3404   plugins/MusicStores/test/idea_distributor_test.rb
A  +            -   plugins/MusicStores/test/s3tar_test.rb

September 25, 2007
2:48PM EDT
by nicksieger

1
2
3
4
5
## Model [ruby]

class MyModel < ActiveRecord::Base
  include Nameable
end

September 25, 2007
2:47PM EDT
by rsl

1
2
3
4
5
class UrlController < ApplicationController
  def create_url
   if request.post? and params[:redirect_to]
    @url = Url.new(:redirect_to => params[:redirect_to]
    render :text => @url.link_for(thing) if @url.save

September 25, 2007
2:44PM EDT

1
2
3
4
 <cfset x = '' />
        <cfloop query="delOrders">
                <cfset x = x & '"#customer#","#address#","#city#","#zip#","#country#"' & chr(13) & chr(10) />
        </cfloop>

September 25, 2007
2:42PM EDT

1
2
3
4
5
<cfcontent variable="FileBits">
<cfloop query="delOrders">
'#customer#','#address#','#city#','#zip#','#country#'#chr(13)##chr(10)#
</cfloop>
</cfcontent>

September 25, 2007
2:40PM EDT

1
2
3
4
5
        <cfset x = '' />
        <cfloop query="delOrders">
                <cfset x = x & customer & ',' & address & ',' & city & ',' & zip & ',' & country & chr(13) & chr(10) />
        </cfloop>
                <cffile action="write" file="D:\Inetpub\directinvesting_com\private\model\xxx.txt" output="#x#" />

September 25, 2007
2:35PM EDT

1
2
3
4
5
<cfloop query="delOrders">
<cfset x = listAppend(x,customer & ',' & address & ',' & city & ',' & zip & ',' & country,chr(13) & chr(10)) />
        </cfloop>
                <cffile action="write" file="D:\Inetpub\directinvesting_com\private\model\xxx.txt" output="#x#" />
        <cfabort>

September 25, 2007
2:30PM EDT
by Soares, Philip

1
2
3
4
5
require 'net/https'
require 'time'
require 'cgi'
require 'openssl'
require 'base64'

September 25, 2007
2:25PM EDT

1
2
.subjectCol a { color: #8587d7; }
.subjectCol .unreadMsg { color: #383a8a; }

September 25, 2007
2:25PM EDT

1
2
3
4
5
An exception has occurred:
    Thread has been interrupted (Interrupt)

Backtrace:
                     Channel#receive at kernel/bootstrap/channel.rb:19

September 25, 2007
2:24PM EDT

1
2
3
4
5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pisj Entertainment</title>

September 25, 2007
2:23PM EDT
by wattz

1
2
3
4
5
class UrlController < ApplicationController

  def index
  end

September 25, 2007
2:23PM EDT

1
2
3
4
5
$ autotest
loading autotest/rails_rspec
/opt/local/bin/ruby -S script/spec -O spec/spec.opts  spec/models/user_observer_spec.rb spec/models/user_mailer_spec.rb spec/controllers/sessions_controller_spec.rb spec/models/user_spec.rb spec/controllers/users_controller_spec.rb
script/spec:4:in `run': wrong number of arguments (5 for 3) (ArgumentError)
        from script/spec:4

September 25, 2007
2:18PM EDT

1
2
3
4
5
POST /control/DeviceRegistry-1 HTTP/1.1
PRAGMA: {UUID=uuid:08c19d45-b22c-405f-96d5-8701b9393ee8;HASH=SHA1;ENC=RSA;SIG=RW9qQ+k5dzK4+zYWV/sRIbpn2PXTtTRnssBw+2T+oUM=;}
HOST: 192.168.5.10:60001
CONTENT-LENGTH: 564
CONTENT-TYPE: text/xml; charset="utf-8"

September 25, 2007
2:17PM EDT

1
2
3
4
5
root/
    myapp/
        branches/
        tags/
        trunk/

September 25, 2007
2:14PM EDT

1
2
3
4
5
World of Warcraft Client Patch 2.2.0

The latest patch notes can always be found at http://www.worldofwarcraft.com/patchnotes/

General

September 25, 2007
2:14PM EDT

1
2
3
4
5
  def self.search(options={})
    
    # params and their defaults
    # category=1, low_price=100,000, high_price=300,000, bed=3, bath=2, sq_ft=nil, city=user.city, state=user.state, zip=user.state 
    

Next page

Previous page