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

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

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

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

  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

def with_revert(what, new_value, &blk) 
   old = what.dup
   what = new_value
   yield &blk
ensure

October 28, 2006
5:07AM EDT
by court3nay

  event_states :opened, :candidated, :approved, :submitted, :closed
  events :cancel    => { :opened => :closed },
         :candidate => { :opened => :candidated },
         :approve   => { :candidated => :approved },
         :submit    => { :approved   => :submitted },

October 28, 2006
3:50AM EDT
by court3nay

crap!

October 28, 2006
3:48AM EDT
by court3nay

  state :opened
  state :candidated
  state :approved
  state :submitted
  state :closed

October 27, 2006
3:03PM EDT
by court3nay

# watch.rhtml
# watch.rjs

# works 
def watch

October 27, 2006
2:21PM EDT
by court3nay

[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

    <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

#!/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

#!/usr/bin/env ruby
#svndiff

diff = `svn diff #{ARGV}`

October 17, 2006
5:09AM EDT
by court3nay

# domains.yml
first:
  id: 1
  name: first.com
  description: my first domain

September 19, 2006
1:52PM EDT
by court3nay

  def load_response_in_browser(&block)
    begin
      yield
    ensure

Next page

Previous page