My Recent Pastes (169 and counting)
Pastes by court3nay (169 and counting)
Below are the 15 most recent pasties by court3nay.
November 05, 2006
9:53PM EDT
by court3nay
View all
32 lines
Includes file attachment.
root ~/yum/fedora/core/5/i386/os/Fedora/RPMS # rpm -Uvh initscripts-8.31.1-1.i386.rpm error: Failed dependencies: /usr/share/locale/ar/LC_MESSAGES is needed by initscripts-8.31.1-1.i386 /usr/share/locale/bg/LC_MESSAGES is needed by initscripts-8.31.1-1.i386 /usr/share/locale/bn/LC_MESSAGES is needed by initscripts-8.31.1-1.i386
November 04, 2006
4:56PM EDT
by court3nay
View all
230 lines
Includes file attachment.
all i wanted was a pepsi [root@grippy sysconfig]# yum update ImageMagick Setting up Update Process Setting up repositories
November 02, 2006
6:34PM EDT
by court3nay
View all
20 lines
Includes file attachment.
in test_helper.rb def check_associations(m) @m = m.new m.reflect_on_all_associations.each do |assoc| assert_nothing_raised("#{assoc.name} caused an error") do
November 02, 2006
1:34AM EDT
by court3nay
View all
10 lines
Includes file attachment.
def check_associations(m) @m = m.new assert_nothing_raised do m.reflect_on_all_associations.each { |assoc| @m.send(assoc.name, true) } end
October 30, 2006
5:22PM EDT
by court3nay
View all
11 lines
Includes file attachment.
def with_revert(what, new_value, &blk) old = what.dup what = new_value yield &blk ensure
October 28, 2006
5:07AM EDT
by court3nay
View all
9 lines
Includes file attachment.
event_states :opened, :candidated, :approved, :submitted, :closed events :cancel => { :opened => :closed }, :candidate => { :opened => :candidated }, :approve => { :candidated => :approved }, :submit => { :approved => :submitted },
October 28, 2006
3:48AM EDT
by court3nay
View all
14 lines
Includes file attachment.
state :opened state :candidated state :approved state :submitted state :closed
October 27, 2006
3:03PM EDT
by court3nay
View all
22 lines
Includes file attachment.
# watch.rhtml # watch.rjs # works def watch
October 27, 2006
2:21PM EDT
by court3nay
View all
30 lines
Includes file attachment.
[11:17am] eriberri left the chat room. ("ta")
[11:17am] court3nay: argh
[11:17am] court3nay: missed her
[11:17am] court3nay: WHERE'S MY FUCKING LAYOUT
[11:18am] kastner: http://pastie.caboo.se/paste/asset/19834/caboose-document-project.png
October 25, 2006
9:57PM EDT
by court3nay
View all
24 lines
Includes file attachment.
<div id="video-credits" class="hide-if-empty"> <h3>Credits</h3> <p class="editable" id="credits"><%=h @video.credits %></p> </div>
October 23, 2006
10:08PM EDT
by court3nay
View all
112 lines
Includes file attachment.
#!/usr/bin/python2 # # timeconfig.py: text mode timezone selection dialog # # Large parts of this file were taken from the anaconda
October 23, 2006
6:14PM EDT
by court3nay
View all
8 lines
Includes file attachment.
#!/usr/bin/env ruby #svndiff diff = `svn diff #{ARGV}`
October 17, 2006
5:09AM EDT
by court3nay
View all 30 lines
# domains.yml first: id: 1 name: first.com description: my first domain
September 19, 2006
1:52PM EDT
by court3nay
View all 11 lines
def load_response_in_browser(&block) begin yield ensure