My Recent Pastes (245368 and counting)
All Pasties (over 245,368 and counting)
Below are summaries of the most recent pasties.
December 04, 2008
11:10AM EDT
View more (106 lines)
1 2 3 4 5 |
<?php
require_once('config.php');
require_once('functions.php');
session_start();
|
December 04, 2008
11:08AM EDT
1 2 3 4 5 |
<input id="field_of_interest_1" name="field_of_interest[1]" type="checkbox" value="yes" /><input name="field_of_interest[1]" type="hidden" value="no" /> Arts & Humanities <input id="field_of_interest_2" name="field_of_interest[2]" type="checkbox" value="yes" /><input name="field_of_interest[2]" type="hidden" value="no" /> Beauty & Style |
December 04, 2008
11:08AM EDT
View more (125 lines)
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" /> <script src="../../js/jquery-latest.js"></script> |
December 04, 2008
11:07AM EDT
View more (12 lines)
1 2 3 4 5 |
Derivative of ChroCore, Copyright 2008 ChroCore Team Under GNU GENERAL PUBLIC LICENSE Version 3 ( 29/June/2007) Copyright (c) <YEAR>, <OWNER> All rights reserved. |
December 04, 2008
11:06AM EDT
View more (165 lines)
1 2 3 4 5 |
NoMethodError in Back office/supportsController#index undefined method `user' for #<Message:0x7f8d48118550> RAILS_ROOT: /home/install/webdev/insales |
December 04, 2008
11:04AM EDT
View more (14 lines)
1 2 3 4 5 |
#include <stdio.h>
#include <stdlib.h>
int main(void){
int i,j;
|
December 04, 2008
11:03AM EDT
View more (28 lines)
1 2 3 4 5 |
H18.12.18月次祭祭文 これの神床にお鎮まり下さいます。親神天理王命の御前に天理教南華分教会長松谷政一慎んで申し上げます。 親神様には世界一列陽気暮らしを楽しみにこの世をお創め下され更には旬刻限の到来と共に教祖をやしろとして、この世の表にお現れになり、つきせぬ親心のまにま |
December 04, 2008
11:03AM EDT
View more (22 lines)
1 2 3 4 5 |
require 'net/ftp' class SimpleFtp def self.pull(config, from_remote, to_local) |
December 04, 2008
11:02AM EDT
View more (42 lines)
1 2 3 4 5 |
<div id="primary_information">
<ul>
<?php foreach ($departments as $department): ?>
<li>
<a href="service_groups/<?=$department['Department']['name'];?>">
|
December 04, 2008
11:02AM EDT
View more (36 lines)
1 2 3 4 5 |
## Model class User attr_accessor :password_confirmation validates_confirmation_of :password |
December 04, 2008
11:01AM EDT
View more (9 lines)
1 2 3 4 5 |
def primary_image album = Album.find_by_albumeable_id(self.id, :conditions => ["name = ?", "Group\'s Pictures"]) if album != nil return album.photos.find_by_primary(true) |
December 04, 2008
10:59AM EDT
1 2 |
~ MEMCACHE: BAD CLASS: expected Contest, got Array ~ MEMCACHE: BAD CLASS: expected Array, got BoxContest |
December 04, 2008
10:59AM EDT
View more (21 lines)
1 2 3 4 5 |
#include<stdio.h>
#include<stdlib.h>
int main(void)
{
|
December 04, 2008
10:58AM EDT
View more (22 lines)
1 2 3 4 5 |
-(void)mouseUp:(NSEvent *)e {
[self updatePositionForColor:[NSColor blueColor]];
}
|
December 04, 2008
10:58AM EDT
View more (29 lines)
1 2 3 4 5 |
def self.get(key,duration=0,expected_class=nil,returns_store_flag=false) begin unless Merb.env?(:test) val = CACHE.get(key) if !val.nil? and !expected_class.nil? and (expected_class != val.class and |
December 04, 2008
10:57AM EDT
View more (17 lines)
1 2 3 4 5 |
Macで編集←→touch 双方向に編集できるかどうかのテストです。 ブックマーク グーグルの項目にtextGru お気に入りに登録済み。 Macで編集したいテキストを選んで、 |
December 04, 2008
10:55AM EDT
View more (17 lines)
1 2 3 4 5 |
Macで編集←→touch 双方向に編集できるかどうかのテストです。 ブックマーク グーグルの項目にtextGru お気に入りに登録済み。 Macで編集したいテキストを選んで、 |
December 04, 2008
10:55AM EDT
View more (432 lines)
1 2 3 4 5 |
find_library: checking for mysql_query() in -lmysqlclient... -------------------- no "/usr/bin/gcc-4.0 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin9.1.0 -I. -I/usr/local/include -I/opt/local/include -O2 -fno-common -pipe -fno-common conftest.c -L"." -L"/opt/local/lib" -L"/usr/local/lib" -L. -L/opt/local/lib -lruby-static -lmysqlclient -lpthread -ldl -lobjc " conftest.c: In function ‘t’: conftest.c:3: error: ‘mysql_query’ undeclared (first use in this function) |
December 04, 2008
10:55AM EDT
View more (19 lines)
1 2 3 4 5 |
[TestMethod]
public void ParseInvalidPathTest ()
{
Assert.IsTrue(Utilities.ExpectsException(typeof(ArgumentException), () => PathParser.Parse(@":controller/*path/:id")));
}
|
Pastie