My Recent Pastes (31 and counting)
Pastes by jp_tix (31 and counting)
Below are the 15 most recent pasties by jp_tix.
February 17, 2008
5:52AM EDT
by jp_tix
View all 7 lines
[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 all 21 lines
~> 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 all 21 lines
~> 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 all 15 lines
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 all 30 lines
---> 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 all 19 lines
---> 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 all 10 lines
#!/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 all 29 lines
require 'rexml/document' include REXML file = DATA.read doc = Document.new(file)
July 29, 2007
7:40PM EDT
by jp_tix
View all 14 lines
> array1 := {'foo', 'bar'}
> array2 := {'boo', 'far'}
July 26, 2007
10:50PM EDT
by jp_tix
View all 12 lines
#!/usr/bin/env ruby -wKU palindrome = 0 (100..999).each do |a|
July 04, 2007
3:26PM EDT
by jp_tix
View all 9 lines
# PieSpy color settings BackgroundColor = #000000 ChannelColor = #eeeeff LabelColor = #ffffff
July 04, 2007
1:14AM EDT
by jp_tix
View all 22 lines
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
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 all 16 lines
IRCEvent.add_callback('privmsg') do |event|
unless event.channel == bot.nick
if event.message =~ /^!(.+)/
line = $1.split
if $commands[line.first].nil?
