My Recent Pastes (31 and counting)
All Pasties (over 31 and counting)
Below are summaries of the 15 most recent pasties by jp_tix.
February 17, 2008
5:52AM EDT
by jp_tix
View more (7 lines)
1 2 3 4 5 |
[jp] ~/Dev/rubinius> shotgun/rubinius -e0 Fatal error in bootstrap/core: Unable to resolve type 'off_t' (FFI::TypeError) [jp] ~/Dev/rubinius> cd shotgun [jp] ~/Dev/rubinius/shotgun> ./rubinius -e0 |
November 05, 2007
4:03PM EDT
by jp_tix
View more (21 lines)
1 2 3 4 5 |
~> fri Array Couldn't initialize DRb and locate the Ring server. Please make sure that: * the fastri-server is running, the server is bound to the correct interface, |
November 05, 2007
4:02PM EDT
by jp_tix
View more (21 lines)
1 2 3 4 5 |
~> fri Array [s003@JariBook] Couldn't initialize DRb and locate the Ring server. Please make sure that: * the fastri-server is running, the server is bound to the correct interface, |
November 05, 2007
2:57PM EDT
by jp_tix
View more (15 lines)
1 2 3 4 5 |
require "osx/cocoa" require "/Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/plist" require "benchmark" Benchmark.bm(100) do |x| |
October 28, 2007
9:20AM EDT
by jp_tix
View more (30 lines)
1 2 3 4 5 |
---> Building sqlite3 with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.5.1" && gnumake all " returned error 2 Command output: ./libtool --mode=compile --tag=CC gcc -O2 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c gcc -O2 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c -fno-common -DPIC -o .libs/alter.o ./src/alter.c: In function 'renameTableFunc': |
October 28, 2007
9:00AM EDT
by jp_tix
View more (19 lines)
1 2 3 4 5 |
---> Building sqlite3 with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.5.1" && gnumake all " returned error 2
Command output: sed -e s/--VERS--/3.5.1/ ./src/sqlite.h.in | \
sed -e s/--VERSION-NUMBER--/3005001/ >sqlite3.h
gcc -O2 -o lemon ./tool/lemon.c
|
September 28, 2007
5:23PM EDT
by jp_tix
View more (10 lines)
1 2 3 4 5 |
#!/usr/bin/env ruby -wKU
def anchor(string)
"<A href=\"%s\">%s</A>" % [string,yield]
end
|
September 26, 2007
10:40AM EDT
by jp_tix
View more (29 lines)
1 2 3 4 5 |
require 'rexml/document' include REXML file = DATA.read doc = Document.new(file) |
September 08, 2007
4:27PM EDT
by jp_tix
View more (10 lines)
1 2 3 4 5 |
begin loop do puts "hello" sleep 1 |
July 29, 2007
7:40PM EDT
by jp_tix
View more (14 lines)
1 2 3 4 5 |
> array1 := {'foo', 'bar'}
> array2 := {'boo', 'far'}
|
July 26, 2007
10:50PM EDT
by jp_tix
View more (12 lines)
1 2 3 4 5 |
#!/usr/bin/env ruby -wKU palindrome = 0 (100..999).each do |a| |
July 04, 2007
3:26PM EDT
by jp_tix
View more (9 lines)
1 2 3 4 5 |
# PieSpy color settings BackgroundColor = #000000 ChannelColor = #eeeeff LabelColor = #ffffff |
July 04, 2007
1:14AM EDT
by jp_tix
View more (22 lines)
1 2 3 4 5 |
Copyright (c) 2007 Sune Foldager Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without |
July 04, 2007
1:11AM EDT
by jp_tix
1 2 |
Can't locate lib.pm in @INC (@INC contains: /sw/lib/perl5 /sw/lib/perl5/darwin /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at /opt/local/bin/git-remote line 2. BEGIN failed--compilation aborted at /opt/local/bin/git-remote line 2. |
July 03, 2007
10:31PM EDT
by jp_tix
View more (16 lines)
1 2 3 4 5 |
IRCEvent.add_callback('privmsg') do |event|
unless event.channel == bot.nick
if event.message =~ /^!(.+)/
line = $1.split
if $commands[line.first].nil?
|
Pastie