My Recent Pastes (264486 and counting)
All Pasties (over 264,486 and counting)
Pages: 1 … 6920 6921 6922 6923 6924 … 13225
Below are summaries of the most recent pasties.
February 29, 2008
12:34AM EDT
View more (8 lines)
1 2 3 4 5 |
C:\InstantRails\rails_apps\Hello>rake db:create (in C:/InstantRails/rails_apps/Hello) rake aborted! Don't know how to build task 'db:create' |
February 29, 2008
12:25AM EDT
1 2 3 4 5 |
Foo.java:21: incompatible types
found : Bar
required: Baz
cur = cur.add(step);
^
|
February 29, 2008
12:21AM EDT
View more (9 lines)
1 2 3 4 5 |
Given a beta user 'jimbo@fat.com'
When she follows her private signup link
And fills out a valid password and password confirmation
And submits the signup form
|
February 29, 2008
12:20AM EDT
View more (12 lines)
1 2 3 4 5 |
$('#' + id).load(linkObject.href, {'ajax':'true'}, function(){ $('#' + id).slideDown(); $('#id_budget').hide(); $('#id_request').change(function(){ if ($(this).val() == 'RFQ') { |
February 29, 2008
12:19AM EDT
by agardiner
View more (23 lines)
1 2 3 4 5 |
Before allocate: om->contexts->current is 0xb738d4c4 After allocate: om->contexts->current is 0xb738d53c Before allocate: om->contexts->current is 0xb738d53c After allocate: om->contexts->current is 0xb738d5ac Before retire: om->contexts->current is 0xb738d5ac |
February 29, 2008
12:14AM EDT
View more (134 lines)
1 2 3 4 5 |
/** * Program: GuessGame.java * @author: TuxRug * Date: 28-FEB-2008 * Desc: Guessing Game |
February 29, 2008
12:11AM EDT
View more (46 lines)
1 2 3 4 5 |
// // Screensaver using RubyCocoa - ObjC part // http://pitecan.com/RubySaver/ // #import <Cocoa/Cocoa.h> |
February 29, 2008
12:09AM EDT
View more (6 lines)
1 2 3 4 5 |
dear diego,
i love that you are so nerdy. it's cute.
love,
|
February 29, 2008
12:08AM EDT
View more (23 lines)
1 2 3 4 5 |
module CurrentUserInModels module Controller def self.included(base) |
February 29, 2008
12:05AM EDT
View more (26 lines)
1 2 3 4 5 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
|
February 29, 2008
12:04AM EDT
View more (184 lines)
1 2 3 4 5 |
Running system commands to create the databases. Note: mysql needs to be in the current PATH Creating databases: build_norton_ibis build_norton_cms |
February 28, 2008
11:57PM EDT
View more (138 lines)
1 2 3 4 5 |
static short z[][] = {
{
18322, 17304, 16289, 15929, 6569, 7613, 7630, 6364, 7054, 7079,
5056, 6988, 8481, 7475, 7364, 8412, -21990, -21969, -21952, -22182,
-27211, -27198, -27186, -27302, 542, 555, 941, 951, 8076, 6936,
|
February 28, 2008
11:39PM EDT
View more (12 lines)
1 2 3 4 5 |
william-smiths-computer:~/code/sites/mashtags williamsmith$ rake spec (in /Users/williamsmith/code/sites/mashtags) /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.3/lib/spec/runner/options.rb:195:in `files_to_load': File or directory not found: spec/_spec.rb (RuntimeError) from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.3/lib/spec/runner/options.rb:187:in `each' from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.3/lib/spec/runner/options.rb:187:in `files_to_load' |
February 28, 2008
11:39PM EDT
1 2 3 4 5 |
Range.java:17: cannot find symbol
symbol : method compareTo(int)
location: class java.lang.Number
if (step.compareTo(0) > 0 && cur.compareTo(max) >= 0) return max;
^
|
February 28, 2008
11:38PM EDT
View more (10 lines)
1 2 3 4 5 |
_iTunes = [SBApplication applicationWithBundleIdentifier: @"com.apple.iTunes"];
if (_iTunes == nil || ![_iTunes isRunning] || [_iTunes playerState] == iTunesEPlSStopped) {
[self noSongPlaying];
}
|
February 28, 2008
11:37PM EDT
View more (25 lines)
1 2 3 4 5 |
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: packimports(3) import java.applet.Applet; |
February 28, 2008
11:26PM EDT
View more (23 lines)
1 2 3 4 5 |
module Math class Ellipse attr_accessor :h attr_accessor :k attr_accessor :a |
February 28, 2008
10:41PM EDT
View more (34 lines)
1 2 3 4 5 |
/**
* This functions returns an array containing 36 points to draw an
* ellipse.
*
* @param x {double} X coordinate
|
February 28, 2008
10:40PM EDT
View more (36 lines)
1 2 3 4 5 |
class ID3Tag def initialize(tag, title, artist, album, year, comment, genre) unless tag[/^TAG/] puts 'Not a valid ID3 Tag' exit |
Pastie