My Recent Pastes (264400 and counting)
All Pasties (over 264,400 and counting)
Below are summaries of the most recent pasties.
January 09, 2009
2:17PM EDT
1 2 3 4 |
<div id="asdfasdf">blah blah</div> <input type="checkbox" onclick="$(asdfasdf).hide()" /> |
January 09, 2009
2:15PM EDT
View more (40 lines)
1 2 3 4 5 |
## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. |
January 09, 2009
2:14PM EDT
View more (27 lines)
1 2 3 4 5 |
var ToolTip = new Class({ initialize: function(options) { this.trigger = options.trigger || '.tooltip-trigger'; // the CSS selector (class) of the html elements which triggers the tooltip this.registerEventHandlers(); |
January 09, 2009
2:10PM EDT
View more (35 lines)
1 2 3 4 5 |
namespace :logs do desc "tail production log files" task :tail_for_errors, :roles => :app do |
January 09, 2009
2:09PM EDT
View more (51 lines)
1 2 3 4 5 |
CXX Debug/obj/wxImageProcessing.o In file included from /usr/include/wx-2.8/wx/memory.h:16, from /usr/include/wx-2.8/wx/object.h:20, from /usr/include/wx-2.8/wx/image.h:17, from ../src/wxImageProcessing.cpp:6: |
January 09, 2009
2:08PM EDT
View more (37 lines)
1 2 3 4 5 |
def match(a, b):
return a[0] == b[0] or a[1] == b[1]
def make_a_move(table):
for i in range(len(table)):
|
January 09, 2009
2:02PM EDT
View more (90 lines)
1 2 3 4 5 |
Page Load (29.1ms) SELECT * FROM "pages" WHERE ("pages".container_id = 58066) ORDER BY position Page Load (28.7ms) SELECT * FROM "pages" WHERE ("pages".container_id = 58067) ORDER BY position Page Load (28.7ms) SELECT * FROM "pages" WHERE ("pages".container_id = 58068) ORDER BY position Page Load (28.7ms) SELECT * FROM "pages" WHERE ("pages".container_id = 58069) ORDER BY position Page Load (28.7ms) SELECT * FROM "pages" WHERE ("pages".container_id = 58070) ORDER BY position |
January 09, 2009
1:59PM EDT
View more (23 lines)
1 2 3 4 5 |
<strong><%= rate.room_description %></strong> <ul> <li> <strong>Costs Per Room</strong> <ul> |
January 09, 2009
1:59PM EDT
View more (29 lines)
1 2 3 4 5 |
# Model - property.rb class Property < ActiveRecord::Base belongs_to :assessment # has_many :mortgages has_one :mortgage_existing_primary, :through => :mortgages, |
January 09, 2009
1:59PM EDT
1 2 3 |
catch (WebException e)
{
if (e.Status == WebExceptionStatus.ProtocolError)
|
January 09, 2009
1:55PM EDT
View more (10 lines)
1 2 3 4 5 |
<?php
$con = mysql_connect($server, $user, $pass);
if(!$con) {
die("Mysql connect failed: ".mysql_error());
}
|
January 09, 2009
1:54PM EDT
View more (35 lines)
1 2 3 4 5 |
Fast Debugger (ruby-debug-ide 0.4.2) listens on localhost:4448 "6516" => Booting Mongrel (use 'script/server webrick' to force WEBrick) => Rails 2.2.2 application starting on http://127.0.0.1:3000 => Call with -d to detach |
January 09, 2009
1:53PM EDT
View more (429 lines)
1 2 3 4 5 |
/* ******************************************************************************
* Name: delete_students.js
* Last Updated: 1/2/08:CBF
*
* Notes: The list of students to be deleted must be in the same directory
|
January 09, 2009
1:53PM EDT
View more (8 lines)
1 2 3 4 5 |
Fast Debugger (ruby-debug-ide 0.4.2) listens on localhost:4448 "6516" => Booting Mongrel (use 'script/server webrick' to force WEBrick) => Rails 2.2.2 application starting on http://127.0.0.1:3000 => Call with -d to detach |
January 09, 2009
1:53PM EDT
View more (47 lines)
1 2 3 4 5 |
""" Checks the status of the StoryBox servers """ import socket |
January 09, 2009
1:53PM EDT
View more (47 lines)
1 2 3 4 5 |
""" Checks the status of the StoryBox servers """ import socket |
January 09, 2009
1:52PM EDT
View more (15 lines)
1 2 3 4 5 |
var tags = [
'a', 'br', 'button', 'canvas', 'div', 'fieldset', 'form',
'h1', 'h2', 'h3', 'hr', 'img', 'input', 'label', 'legend',
'li', 'ol', 'optgroup', 'option', 'p', 'pre', 'select',
'span', 'strong', 'table', 'tbody', 'td', 'textarea',
|
Pastie