My Recent Pastes (2897058 and counting)
Pastes Showing All
Below are the most recent pasties.
September 16, 2009
1:58PM EDT
View all 77 lines
<script type="text/javascript"> $(window).load(function(){ $('.FormDisable').css('background-color', '#d2d1d3'); if( $("#tender-rebuttal").css("display") == "block" ) { $('#tenderRebuttal').css('display', 'none');}
September 16, 2009
1:54PM EDT
View all 24 lines
## the test describe ".process_aftersale" do before do @orders = [Order.make, Order.make] Order.stub!(:paid).and_return(@orders)
September 16, 2009
1:53PM EDT
script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \
create=static components=TimeStamp dbi:SQLite:myapp.db
September 16, 2009
1:52PM EDT
View all 62 lines
<?php //folder to upload the files into $target_path="uploads/"; //adds the file name to the path $target_path= $target_path.basename($_FILES['uploadedfile']['name']);
September 16, 2009
1:51PM EDT
View all 26 lines
[root@vzopenvpn /]# ifconfig eth1 Link encap:Ethernet HWaddr 00:18:51:D2:AD:F1 inet addr:10.2.40.1 Bcast:0.0.0.0 Mask:255.255.255.255 inet6 addr: fe80::218:51ff:fed2:adf1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
September 16, 2009
1:51PM EDT
View all 101 lines
//********************************************************************************************************************* // Edward Reyna CSCI 1381.01 FALL 2009 Prog. Assignment # 1 // Joey // Due date: 9/15/09 //
September 16, 2009
1:50PM EDT
View all 67 lines
<? class MockDictionaryTest extends PHPUnit_Framework_TestCase { public $o = NULL;
September 16, 2009
1:50PM EDT
View all 34 lines
[root@vz01 sysconfig]# ifconfig eth1 Link encap:Ethernet HWaddr 00:11:43:DD:16:49 inet addr:10.2.82.108 Bcast:10.2.255.255 Mask:255.255.0.0 inet6 addr: fe80::211:43ff:fedd:1649/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
September 16, 2009
1:50PM EDT
View all 66 lines
------------------------------------------------------------------------------- Test set: com.sonatype.nexus.plugin.staging.api.test.nxcm1112.NXCM1112StagingRepoInGroupTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 22.009 sec <<< FAILURE! testPromotedRepoRemovedFromGroup(com.sonatype.nexus.plugin.staging.api.test.nxcm1112.NXCM1112StagingRepoInGroupTest) Time elapsed: 19.736 sec <<< ERROR!
September 16, 2009
1:48PM EDT
View all 25 lines
GroupMessageUtil groupUtil; public NXCM1112StagingRepoInGroupTest() { groupUtil = new GroupMessageUtil( this.getJsonXStream(), MediaType.APPLICATION_JSON );
September 16, 2009
1:45PM EDT
View all 164 lines
module MolSeq where import Hugs.Observe import Data.List
September 16, 2009
1:45PM EDT
View all 7 lines
class MyModel def valor= valor if valor =~ /^R\$ ([\d.,]+)$/ write_attribute :valor, $1.gsub('.', '').gsub(',', '.').to_f end
September 16, 2009
1:44PM EDT
View all 42 lines
#!/usr/bin/env bash cd "$1"; # PATH=$( echo `pwd` | sed -e "s/ /\\\ /g" ) PATH=`pwd`;
September 16, 2009
1:44PM EDT
View all 28 lines
# lvs LV VG Attr LSize Origin Snap% Move Log Copy% lvroot vgrootdisk -wi-ao 4.00G lvvar vgrootdisk -wi-ao 5.00G # lvextend /dev/vgrootdisk/lvroot -l 5000
September 16, 2009
1:42PM EDT
$.fn.extend({ slide_fade_toggle: function(speed, easing, callback) { return this.animate({opacity: "toggle", height: "toggle"}, speed, easing, callback); } });
September 16, 2009
1:41PM EDT
View all 38 lines
cat: /Users/michael/.rvm/VERSION.yml: No such file or directory rvm (2009.09.15) [http://rvm.beginrescueend.com/] ruby: interpreter: "ruby"
September 16, 2009
1:39PM EDT
View all 21 lines
<?php $ReAPI = new COM('EEAPI7.EEAPI'); $Login = 'Supervisor'; $Password = 'Admin'; //$recordid = studentrecordid - created in BB SIS