My Recent Pastes (238113 and counting)

All Pasties (over 238,113 and counting)

Pages: 1 6931 6933 6935 11906

Below are summaries of the most recent pasties.

November 23, 2007
3:34AM EDT

1
2
3
4
5
 g++ -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -c usbpp.cpp  -fPIC -DPIC -o .libs/usbpp.o
 /var/tmp/portage/dev-libs/libusb-0.1.12-r1/work/libusb-0.1.12/compile gcc -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -Wall -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c usb.c  -fPIC -DPIC -o .libs/usb.o
 /var/tmp/portage/dev-libs/libusb-0.1.12-r1/work/libusb-0.1.12/compile gcc -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -Wall -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o .libs/error.o
./libtool: line 1360: g++: command not found
make[2]: *** [usbpp.lo] Error 1

November 23, 2007
3:30AM EDT

1
2
3
4
5
puts clio.inspect     #=> {}
defaults(clio, :message => 'blah')
puts clio.inspect     #=> {}

def defaults(opts, defaults={})

November 23, 2007
3:29AM EDT

1
2
3
4
5
# **********************************************************************
# /etc/hosts - Edited 21st May, 2005 - Pierre-Andre Leclair  -
#              Taken from bsodmike and modified by me.
# **********************************************************************

November 23, 2007
3:16AM EDT

1
2
3
4
5
mkdir gentoo 
tar xjpvf /stage1-x86-2007.0.tar.bz2 -C gentoo
tar xjpvf /portage-latest.tar.bz2 -C gentoo/usr
$EDITOR gentoo/etc/make.conf
mount -o bind /proc gentoo/proc

November 23, 2007
3:06AM EDT

1
2
3
4
5
## _folders
<%= render :partial => 'tasks/folder', :locals => Folder.main_folder %>
<%= render :partial => 'tasks/folder', :collection => @folders %>

## folder.rb

November 23, 2007
2:55AM EDT

1
2
3
4
5
#!/usr/bin/ruby

unusable = ["5.22", "5.22", 5.745, 5.765, '5.785', '5.805', '5.825']

unusable.map { |s| s.to_f }

November 23, 2007
2:38AM EDT

1
2
3
4
5
I am trying to create a new rails project in edge:

rails campus
cd campus
rake rails:freeze:edge

November 23, 2007
2:22AM EDT
by headius

1
2
3
4
5
require 'benchmark'

TIMES = (ARGV[0] || 5).to_i
Benchmark.bm(30) {|bm|
  TIMES.times {

November 23, 2007
2:21AM EDT
by headius

1
2
3
4
5
##~/NetBeansProjects/rubinius-new $ shotgun/rubinius -Istdlib ../jruby/test/bench/bench_literal_hash.rb 1
                                    user     system      total        real
loop alone  0.012939   0.000000   0.012939 (  0.012967)
no-element hash  8.388812   0.000000   8.388812 (  8.388803)
1-element hash 12.469486   0.000000  12.469486 ( 12.469473)

November 23, 2007
2:16AM EDT

1
2
3
4
5
class Combination < ActiveRecord::Base
  has_and_belongs_to_many :baugruppe
end

class Group < ActiveRecord::Base

November 23, 2007
2:07AM EDT

1
2
3
4
5
Thing findSomething(int id); // throws Exception
// if nothing is found, throw an Exception or return null

Collection findSomething(Collection idList);
// if nothing is found, return null

November 23, 2007
2:06AM EDT

1
2
3
4
5
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hda3 -- converted during upgrade to edgy

November 23, 2007
2:03AM EDT

1
2
3
4
5
FingerPrintImage::FingerPrintImage(FingerPrintImage const & image) {

        _data = new unsigned char[GR_MAX_IMAGE_HEIGHT * GR_MAX_IMAGE_WIDTH];

        if(NULL != _data)

November 23, 2007
2:01AM EDT

1
2
3
4
5
        private static void GetEntityInfoForError(string entityType, Int32 entityId, out string name, out bool active,
                                           SqlConnection dbConn, SqlTransaction dbTrans)
        {
            string query = "";
            if (entityType == PosGeneralLedgerAccountRepository.DiscountReasonForCompositeId)

November 23, 2007
1:22AM EDT
by headius

1
2
3
4
5
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       Test.class

November 23, 2007
1:14AM EDT

1
kjhkjhkjhkjh

November 23, 2007
12:52AM EDT

1
2
3
4
5
      *******************************************************************
      * config.breakpoint_server has been deprecated and has no effect. *
      *******************************************************************
      
                 root        /                                {:action=>"index", :controller=>"topics"}

November 23, 2007
12:46AM EDT

1
2
3
4
5
ActionController::Routing::Routes.draw do |map|
  # The priority is based upon order of creation: first created -> highest priority.
  
  # Sample of regular route:
  # map.connect 'products/:id', :controller => 'catalog', :action => 'view'

November 23, 2007
12:42AM EDT

1
2
3
4
5
MICRO MOSQUITO HELICOPTER FAQ

> I have messaged a bunch of people about their Micro Mosquito, but nobody is yet to reply. Would you ...

I have messaged a bunch of people about their Micro Mosquito, but nobody is yet to reply. Would you please answer a few questions of mine? I was considering to buy it. I would deeply appreciate it.

November 23, 2007
12:41AM EDT

1
2
3
4
5
Original Message:

> I have messaged a bunch of people about their Micro Mosquito, but nobody is yet to reply. Would you ...

I have messaged a bunch of people about their Micro Mosquito, but nobody is yet to reply. Would you please answer a few questions of mine? I was considering to buy it. I would deeply appreciate it.

Next page

Previous page