My Recent Pastes (106 and counting)
Pastes by kiba (106 and counting)
Below are the 15 most recent pasties by kiba.
July 25, 2008
5:57PM EDT
by kiba
Could not chdir to home directory /data/git: No such file or directory bash: gerve: command not found fatal: The remote end hung up unexpectedly
July 25, 2008
5:53PM EDT
by kiba
--($:~/projects/playground-wars)(master)-- git pull Could not chdir to home directory /data/git: No such file or directory bash: gerve: command not found fatal: The remote end hung up unexpectedly
July 23, 2008
12:30PM EDT
by kiba
View all 20 lines
require "rubygems" require "rubygame" include Rubygame Rubygame.init() TTF.setup()
July 23, 2008
12:16PM EDT
by kiba
View all 7 lines
/usr/lib/ruby/gems/1.8/gems/rbgooey-0.0.6/lib/textrender.rb:47:in `new': could not load font: Couldn't open data/fonts/freesansbold.ttf (Rubygame::SDLError)
from /usr/lib/ruby/gems/1.8/gems/rbgooey-0.0.6/lib/textrender.rb:47:in `render'
from /usr/lib/ruby/gems/1.8/gems/rbgooey-0.0.6/lib/text.rb:35:in `add'
from test.rb:17:in `testing'
from test.rb:29
July 23, 2008
12:14PM EDT
by kiba
View all 29 lines
require "rubygems" require "rubygame" require "rbgooey" require "yaml" include Rubygame
July 23, 2008
12:04PM EDT
by kiba
View all 70 lines
require "rubygems" require "rubygame" require "rbgooey" require "yaml" include Rubygame
July 23, 2008
10:58AM EDT
by kiba
View all 15 lines
/usr/lib/ruby/gems/1.8/gems/rbgooey-0.0.6/lib/textrender.rb:47:in `new': could not load font: Couldn't open data/fonts/freesansbold.ttf (Rubygame::SDLError)
from /usr/lib/ruby/gems/1.8/gems/rbgooey-0.0.6/lib/textrender.rb:47:in `render'
from /usr/lib/ruby/gems/1.8/gems/rbgooey-0.0.6/lib/text.rb:35:in `add'
from ./lib/scrollerui.rb:43:in `process'
from ./lib/scrollerui.rb:41:in `each'
July 21, 2008
7:41PM EDT
by kiba
View all 13 lines
--($:~/games/burning_dust)(master)-- make Creating obj/debug.o ... Creating obj/sys_main.o ... Creating obj/engine/script/Script.o ... /home/kiba/games/burning_dust/src/engine/script/Script.cc:23:20: error: Script.h: No such file or directory
July 14, 2008
4:19PM EDT
by kiba
View all 12 lines
apr-1.pc flickrnet-2.1.5.pc gmime-sharp.pc gtkhtml-sharp-2.0.pc libtasn1.pc ndesk-dbus-1.0.pc rsvg-sharp-2.0.pc x11.pc apr-util-1.pc flickrnet.pc gnome-doc-utils.pc gtkhtml-sharp-3.14.pc libxml-2.0.pc ndesk-dbus-glib-1.0.pc scim_kdeutils.pc xau.pc art-sharp-2.0.pc fontutil.pc gnome-mount.pc gtk-sharp-2.0.pc lua5.1.pc neon.pc sdl.pc xbitmaps.pc avahi-sharp.pc freetype2.pc gnome-screensaver.pc inputproto.pc lua5.1-posix.pc notify-python.pc sigc++-2.0.pc xcb.pc CEGUI-OPENGL.pc f-spot.pc gnome-sharp-2.0.pc kbproto.pc mad.pc ogg.pc skim.pc xcb-xlib.pc
July 12, 2008
11:08AM EDT
by kiba
View all 14 lines
Warning: SyntaxHighlight_GeSHi::require() [function.SyntaxHighlight-GeSHi-require]: Unable to access /var/www/sites/kibabase/HTML/geshi/geshi.php in /var/www/sites/kibabase/HTML/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php on line 269 Warning: SyntaxHighlight_GeSHi::require() [function.SyntaxHighlight-GeSHi-require]: Unable to access /var/www/sites/kibabase/HTML/includes/geshi/geshi.php in /var/www/sites/kibabase/HTML/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php on line 269
July 11, 2008
2:40PM EDT
by kiba
#Stick it at the bottom of MapFile's initialize method @dataset['map'].each do |map| puts map end
July 11, 2008
2:38PM EDT
by kiba
View all 6 lines
m = MapFiles.new m.create("hello") stuff = m.read("hello") stuff['map'].each do |map| puts map
July 11, 2008
11:42AM EDT
by kiba
task :create , :name do |args| file = MapFiles.new file.create(args.name) puts args.name end
