My Recent Pastes (173102 and counting)
All Pasties (628 and counting)
Below are summaries of the most recent pasties.
July 05, 2008
2:33PM EDT
View more (22 lines)
1 2 3 4 5 |
Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/gutsy/Release.gpg Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/gutsy/main/i18n/Translation-en_US.bz2 Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/gutsy/restricted/i18n/Translation-en_US.bz2 Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/gutsy/universe/i18n/Translation-en_US.bz2 Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/gutsy/multiverse/i18n/Translation-en_US.bz2 |
July 05, 2008
2:26PM EDT
View more (18 lines)
1 2 3 4 5 |
word="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" chars=Array.new for i in (0..word.size-1) chars[i]=word[i].chr |
July 05, 2008
2:16PM EDT
View more (22 lines)
1 2 3 4 5 |
def procnew Proc.new { return :inside }.call :outside end |
July 05, 2008
2:15PM EDT
1 |
http://www.webmarchand.com/a/liste_produit/id_mag/28021958/liste_produit.htm |
July 05, 2008
2:12PM EDT
View more (9 lines)
1 2 3 4 5 |
require "rubygame" include Rubygame class ScrollSpriteGroup < Sprites::Group include Sprites::DepthSortGroup |
July 05, 2008
2:12PM EDT
View more (55 lines)
1 2 3 4 5 |
class Admin::LawyersController < ApplicationController # Remove this line if your controller should only be accessible to users # that are logged in: # no_login_required before_filter :add_tinymce_javascripts, :only => [:edit, :new] |
July 05, 2008
2:11PM EDT
View more (43 lines)
1 2 3 4 5 |
#!/usr/bin/env ruby class Parameters attr_accessor :line |
July 05, 2008
2:11PM EDT
View more (10 lines)
1 2 3 4 5 |
chars = ['', *'a'..'z', *'A'..'Z', *'0'..'9']
chars.each |c1|
chars.each |c2|
chars.each |c3|
chars.each |c4|
|
July 05, 2008
2:09PM EDT
View more (26 lines)
1 2 3 4 5 |
# Uncomment this if you reference any of your controllers in activate # require_dependency 'application' class SsbbExtension < Radiant::Extension version "1.0" |
July 05, 2008
2:04PM EDT
View more (93 lines)
1 2 3 4 5 |
Processing ApplicationController#index (for my.ip.address at 2008-07-05 10:42:01) [GET]
Session ID: 64aa779bafb593f2430ed22ab557263c
Parameters: {"action"=>"index", "controller"=>"admin/lawyers"}
|
July 05, 2008
1:53PM EDT
View more (159 lines)
1 2 3 4 5 |
#!/bin/bash
print_usage() {
echo "Syntax: $0 firstrun/newpackage/editpackage"
echo
|
July 05, 2008
1:53PM EDT
1 2 |
steven@steven-laptop:~/dev/ir8$ jruby warbler Error opening script file: /home/steven/dev/ir8/warbler (No such file or directory) |
July 05, 2008
1:53PM EDT
View more (457 lines)
1 2 3 4 5 |
/* * parse.c - parsing functions for X-Sys * by mike9010 * Copyright (C) 2003, 2004, 2005 Michael Shoup * Copyright (C) 2005, 2006, 2007 Tony Vroon |
July 05, 2008
1:51PM EDT
View more (174 lines)
1 2 3 4 5 |
Process: XBMC [32748] Path: /Applications/OSXBMC.app/Contents/MacOS/XBMC Identifier: com.plexsquared.Plex Version: 0.5.0b10 (0.5.0b10) Build Info: XBMC-0000~1 |
July 05, 2008
1:48PM EDT
View more (57 lines)
1 2 3 4 5 |
# Automatically generated sources.list # http://www.ubuntu-nl.org/source-o-matic/ # # If you get GPG errors with this sources.list, locate the GPG key in this file # and run these commands (where KEY is replaced with that key) |
July 05, 2008
1:46PM EDT
View more (28 lines)
1 2 3 4 5 |
# Automatically generated sources.list # http://www.ubuntu-nl.org/source-o-matic/ # # If you get GPG errors with this sources.list, locate the GPG key in this file # and run these commands (where KEY is replaced with that key) |
July 05, 2008
1:46PM EDT
View more (24 lines)
1 2 3 4 5 |
## gtest [c++] #include "laissez.h" #include <gtest/gtest.h> class BitboardTest : public testing::Test; |
July 05, 2008
1:45PM EDT
View more (9 lines)
1 2 3 4 5 |
number = 24
string = "a"
File.open("rainbow.txt", "a") do |f|
28656969456006.times do
puts string
|
July 05, 2008
1:45PM EDT
View more (28 lines)
1 2 3 4 5 |
mysql> select * from postcodes where postcode = "SW11 3NG" and address_1 REGEXP '6(\s|$)'; +----------+----------+----------+--------------+--------------+-----------------+-----------------+------------+-----------------------+--------------+----------+-------------+--------+------------------+-----------+-----------------+-----------------------+-----------+-----------+-----------+-----------+ | id | postcode | dps_code | organisation | sub_building | building_name | building_number | dep_street | street | dep_location | locality | postal_town | county | full_county_name | address_1 | address_2 | address_3 | address_4 | address_5 | address_6 | address_7 | +----------+----------+----------+--------------+--------------+-----------------+-----------------+------------+-----------------------+--------------+----------+-------------+--------+------------------+-----------+-----------------+-----------------------+-----------+-----------+-----------+-----------+ | 24013360 | SW11 3NG | 4S | | FLAT 76 | SELWORTHY HOUSE | | | BATTERSEA CHURCH ROAD | | | LONDON | LONDON | LONDON | Flat 76 | Selworthy House | Battersea Church Road | LONDON | | | | |
July 05, 2008
1:40PM EDT
View more (8 lines)
1 2 3 4 5 |
irb(main):003:0> "6 things" =~ /(^|\s)6(\s|$)/ => 0 irb(main):004:0> "things like 6" =~ /(^|\s)6(\s|$)/ => 11 irb(main):005:0> "6" =~ /(^|\s)6(\s|$)/ |
July 05, 2008
1:28PM EDT
View more (10 lines)
1 2 3 4 5 |
http://canadacomputers.com/index.php?do=ShowProduct&cmd=pd&pid=014823&cid=CPU.84 http://canadacomputers.com/index.php?do=ShowProduct&cmd=pd&pid=017027&cid=MB.157 http://canadacomputers.com/index.php?do=ShowProduct&cmd=pd&pid=011138&cid=RAM.346.307 http://canadacomputers.com/index.php?do=ShowProduct&cmd=pd&pid=016901&cid=999.243.390 http://canadacomputers.com/index.php?do=ShowProduct&cmd=pd&pid=010671&cid=HD.443.877 |
Pastie