My Recent Pastes (264508 and counting)
All Pasties (over 264,508 and counting)
Pages: 1 … 7868 7869 7870 7871 7872 … 13226
Below are summaries of the most recent pasties.
December 27, 2007
4:30PM EDT
1 |
<script src="/javascripts/prototype.js?1198785524" type="text/javascript"></script> |
December 27, 2007
4:29PM EDT
View more (24 lines)
1 2 3 4 5 |
@echo off goto endofruby #!/bin/ruby # # This file was generated by RubyGems. |
December 27, 2007
4:24PM EDT
View more (14 lines)
1 2 3 4 5 |
module ActiveSupport #:nodoc: module CoreExtensions #:nodoc: module String #:nodoc: # Makes it easier to access parts of a string, such as specific characters and substrings. module Access |
December 27, 2007
4:23PM EDT
View more (40 lines)
1 2 3 4 5 |
function $tag(tag, properties, text){ var all = []; text = text || ''; properties = properties || {}; properties.type = properties.type || 'text/javascript'; |
December 27, 2007
4:22PM EDT
View more (43 lines)
1 2 3 4 5 |
require "rubygems" require "activerecord" require "csv" |
December 27, 2007
4:07PM EDT
1 2 |
irb(main):018:0> Gst::Element.instance_methods => ["locked_state?", "inspect", "get_static_pad", "set_locked_state", "freeze_notify", "clone", ">>", "method", "public_methods", "link", "get_state", "instance_variable_defined?", "link_pads", "stop", "equal?", "freeze", "signal_emit_stop", "clock", "ref_count", "signal_handler_is_connected?", "base_time", "signal_emit", "methods", "respond_to?", "clock=", "set_state", "locked_state=", "base_time=", "get_request_pad", "sync_state_with_parent", "thaw_notify", "dup", "link_filtered", "instance_variables", "unlink_pads", "__id__", "signal_handler_block", "indexable?", "eql?", "object_id", "num_pads", "parent", "id", "send_event", "index", "state=", "singleton_methods", "send", "ready", "release_request_pad", "taint", "no_more_pads", "frozen?", "instance_variable_get", "index=", "__send__", "instance_of?", "add_pad", "to_a", "signal_handler_unblock", "name", "each_pad", "type", "set_index", "protected_methods", "instance_eval", "gtype", "signal_has_handler_pending?", "pause", "name=", "destroyed?", "==", "display", "set_name", "provides_clock?", "disposing?", "get_compatible_pad", "===", "signal_connect", "query_position", "instance_variable_set", "unlink", "seek", "kind_of?", "extend", "remove_pad", "notify", "signal_handler_disconnect", "to_s", "get_pad", "hash", "set_property", "get_property", "class", "play", "tainted?", "=~", "private_methods", "requires_clock?", "get_compatible_pad_template", "floating?", "nil?", "query_duration", "untaint", "signal_connect_after", "set_clock", "remove_ghost_pad", "[]", "is_a?"] |
December 27, 2007
4:05PM EDT
1 2 3 4 |
<reading-offset> <message-digest>3283283238293829473289472389472389472389472893</message-digest> <offset-value>1.38</offset-value> </reading-offset> |
December 27, 2007
3:44PM EDT
View more (40 lines)
1 2 3 4 5 |
When the following command is executed: bin/ci -c spec/core/string/inspect_spec.rb Compilation error on ./tmp/last_ci.rb:32 An exception has occurred: |
December 27, 2007
3:44PM EDT
View more (9 lines)
1 2 3 4 5 |
class Array include Math def std_dev tot = sum.to_f # cache |
December 27, 2007
3:43PM EDT
View more (12 lines)
1 2 3 4 5 |
$ jedit
Warning: $JAVA_HOME environment variable not set! Consider setting it.
Attempting to locate java...
Found a virtual machine at: /usr/bin/java...
$ #
|
December 27, 2007
3:39PM EDT
View more (53 lines)
1 2 3 4 5 |
<P style="FONT-SIZE: 16px; COLOR: navy; FONT-FAMILY: arial"><STRONG>CFI Campus Leaders Storm New York City</STRONG></P> <P style="FONT-FAMILY: arial">NEW YORK, NY—<A href="http://www.centerforinquiry.net/nyc">CFI New York City</A> held the landmark, sold-out conference “The Secular Society and Its Enemies” at the New York Academy of Sciences from November 9-11. Covering religion, science, culture, and politics, the conference attracted a diverse crowd of more than four hundred, including over forty student members of CFI On Campus. Many of the students were previously funded to attend the <A href="http://ga1.org/cfi_oncampus/notice-description.tcl?newsletter_id=5490703">2007 CFI Student Leadership Conference</A> in June, while others, from regions including Chicago, Boston, Ontario, Florida, and Colorado, became involved more recently with the Center for Inquiry. Registration, accomodations, and travel for many students was covered by funds from CFI as well as by generous donations from CFI supporters.</P> <P style="FONT-SIZE: 10px; COLOR: #555; FONT-FAMILY: arial" align=center><IMG src="https://admin4.getactive.com/img/dawn/custom_images/cfi_oncampus/NYCConf_Students.jpg" width=440 border=0><BR>Center for Inquiry campus leaders and CFI outreach staff in the conference hall</P> <P style="FONT-FAMILY: arial">Read on for an account of the conference from one of the student attendees.</P> <P> |
December 27, 2007
3:35PM EDT
View more (22 lines)
1 2 3 4 5 |
function $include(id, url, callback){ callback = callback || $empty; var open = '<sc' + 'ript ', close = '</sc' + 'ript>', type = 'type="text/javascript"'; |
December 27, 2007
3:26PM EDT
View more (9 lines)
1 2 3 4 5 |
rake db:migrate RAILS_ENV=test
(in /home/leon/Workspaces/huisrekening)
== 6 AddActiveToUsers: migrating ==============================================
-- transaction()
-- add_column("users", "active", :boolean, {:default=>true})
|
December 27, 2007
3:25PM EDT
View more (7 lines)
1 2 3 4 5 |
#include <stdio.h>
// Save as test.c and then gcc -o test test.c
int main(void) {
|
December 27, 2007
3:23PM EDT
View more (22 lines)
1 2 3 4 5 |
GLfloat ambientLight[] = { 0.2f, 0.2f, 0.2f, 1.0f };
GLfloat diffuseLight[] = { 0.8f, 0.8f, 0.8, 1.0f };
GLfloat specularLight[] = { 0.5f, 0.5f, 0.5f, 1.0f };
//glLightfv(GL_LIGHT0, GL_AMBIENT, ambientLight);
//glLightfv(GL_LIGHT0, GL_DIFFUSE, diffuseLight);
|
December 27, 2007
3:13PM EDT
View more (53 lines)
1 2 3 4 5 |
Relates to http://dev.plone.org/plone/ticket/7510 [grahamperrin:Plone-3.0.4/Instance/bin] gjp22% sudo ./zopectl debug Password: Starting debugger (the name "app" is bound to the top-level Zope object) |
December 27, 2007
3:08PM EDT
View more (261 lines)
1 2 3 4 5 |
? sites/all/modules ? sites/default/settings.php Index: modules/system/system.admin.inc =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v |
December 27, 2007
3:08PM EDT
View more (19 lines)
1 2 3 4 5 |
<dl class="clearfix"> <dt class="first"><a href="#"><strong>Print Magazine Experts</strong> <span class="more">tell me more</span></a></dt> <dd>1 asdfjasldkfjas;doifjwekl jas;dlkfjasldfasldfk</dd> <dt><a href="#"><strong>Content Microsite Experts</strong> <span class="more">tell me more</span></a></dt> <dd>2 asdfjasldkfjas;doifjwekl jas;dlkfjasldfasldfk</dd> |
December 27, 2007
3:00PM EDT
View more (20 lines)
1 2 3 4 5 |
[fileserver]
allow *.madstop.com
[puppetmaster]
allow *.madstop.com
|
December 27, 2007
2:42PM EDT
View more (91 lines)
1 2 3 4 5 |
<script type="text/javascript" src="templates/rt_mediamogul/js/rokvideoscroller.js"></script> <script type="text/javascript"> window.addEvent('domready', function() { var x = new RokVideoScroller('video-list',{ 'duration': 1000 |
Pastie