My Recent Pastes (631717 and counting)
Pastes Showing All
Pages: 1 … 29451 29452 29453 29454 29455 … 31586
Below are the most recent pasties.
March 22, 2007
6:52PM EDT
View more (39 lines)
## app/model/jokes.rb (snippit) has_many :taggings has_many :tags, :through => :taggings ## app/model/taggings.rb
March 22, 2007
6:50PM EDT
View more (49 lines)
* expecting success:
{
echo; echo;
echo A; echo B; echo C;
echo;
March 22, 2007
6:49PM EDT
View more (50 lines)
$ ./t4118-apply-empty-context.sh -i -v * expecting success: { echo; echo; echo A; echo B; echo C;
March 22, 2007
6:48PM EDT
View more (31 lines)
root@lightstar:/usr/src/linux# dmesg | grep usb usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb usbmon: debugfs is not available
March 22, 2007
6:46PM EDT
View more (100 lines)
CONFIG_USB_IRDA=m CONFIG_USB_ZD1201=m CONFIG_USBPCWATCHDOG=m CONFIG_USB_VICAM=m CONFIG_USB_IBMCAM=m
March 22, 2007
6:46PM EDT
View more (26 lines)
>> class Left >> def ===(other) >> puts '=== on left' >> end >> end
March 22, 2007
6:33PM EDT
View more (6 lines)
#menubar li a#current { color: #000; background: white; /*border-bottom: 20px solid white;*/ padding-bottom:20px;
March 22, 2007
6:32PM EDT
View more (49 lines)
dmesg outuput: scsi 2:0:0:0: Direct-Access SONY NWWM MEM AAD2 1.00 PQ: 0 ANSI: 0 CCS sd 2:0:0:0: Attached scsi removable disk sda sd 2:0:0:0: Attached scsi generic sg0 type 0
March 22, 2007
6:32PM EDT
View more (38 lines)
=item xs_duration_to_seconds Convert the time part of xs:duration format to seconds.
March 22, 2007
6:27PM EDT
View more (26 lines)
##application.rb before_filter :create_menu def create_menu @menu_items = Array.new
March 22, 2007
6:26PM EDT
View more (73 lines)
What I need to do to mount the device: root@lightstar:/home/flujan# mount /dev/sda1 /mnt/hd mount: special device /dev/sda1 does not exist
March 22, 2007
6:25PM EDT
View more (25 lines)
diff --git a/file1 b/file1 index ef53ec1..bc57d6f 100644 --- a/file1 +++ b/file1 @@ -1,6 +1,5 @@
March 22, 2007
6:24PM EDT
View more (14 lines)
diff --git a/file2 b/file2 index ef026f7..6c6c20a 100644 --- a/file2 +++ b/file2 @@ -1,7 +1,6 @@
March 22, 2007
6:19PM EDT
View more (47 lines)
* expecting success:
{
echo; echo;
echo A; echo B; echo C;
echo;
March 22, 2007
6:18PM EDT
View more (33 lines)
SyntaxError in Classified#list Showing app/views/classified/list.rhtml where line #7 raised: compile error
March 22, 2007
6:16PM EDT
View more (48 lines)
./t4118-apply-empty-context.sh -i -v
* expecting success:
{
echo; echo;
echo A; echo B; echo C;
March 22, 2007
6:16PM EDT
View more (12 lines)
<% if @classifieds.blank? %> <p>There aren't any ads currently in the system.</p> <% else %> <p>These are the current classified ads in our system</p>
March 22, 2007
6:11PM EDT
View more (15 lines)
* FAIL 2: apply --numstat git apply --numstat diff.output >actual && {
March 22, 2007
6:01PM EDT
by Yi Qiang
View more (11 lines)
# Create the main DSage object
dsage_server = DSageServer(jobdb, log_level=LOG_LEVEL)
p = _SSHKeyPortalRoot(portal.Portal(Realm(dsage_server)))
# Get authorized keys
