My Recent Pastes (245368 and counting)

All Pasties (over 245,368 and counting)

Pages: 1 2 3 5 7 12269

Below are summaries of the most recent pasties.

December 04, 2008
11:10AM EDT

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

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

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

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

1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

int main(void){
        int i,j;

December 04, 2008
11:03AM EDT

1
2
3
4
5
H18.12.18


 

December 04, 2008
11:03AM EDT

1
2
3
4
5
require 'net/ftp'

class SimpleFtp
   
  def self.pull(config, from_remote, to_local)

December 04, 2008
11:02AM EDT

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

1
2
3
4
5
## Model
class User
  attr_accessor :password_confirmation
  validates_confirmation_of :password

December 04, 2008
11:01AM EDT

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

1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>
                                                                                
int main(void)
{

December 04, 2008
10:58AM EDT

1
2
3
4
5
-(void)mouseUp:(NSEvent *)e {
        
        [self updatePositionForColor:[NSColor blueColor]];
}

December 04, 2008
10:58AM EDT

1
#

December 04, 2008
10:58AM EDT

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

1
2
3
4
5
Macで編集←→touch


 textGru お気に入りに登録済み。
Macで編集したいテキストを選んで、

December 04, 2008
10:55AM EDT

1
2
3
4
5
Macで編集←→touch


 textGru お気に入りに登録済み。
Macで編集したいテキストを選んで、

December 04, 2008
10:55AM EDT

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

1
2
3
4
5
        [TestMethod]
        public void ParseInvalidPathTest ()
        {
            Assert.IsTrue(Utilities.ExpectsException(typeof(ArgumentException), () => PathParser.Parse(@":controller/*path/:id")));
        }

Next page

Previous page