My Recent Pastes (109 and counting)

Pastes by kiba (109 and counting)

Pages: 1 3 5 8

Below are the 15 most recent pasties by kiba.

April 02, 2007
12:18PM EDT
by kiba

##application
class Main
        attr_accessor :screen , :font , :bgcolor , :fgcolor , :size , :fname , :background , :x , :y , :cursor , :flags
        def initialize
                @screen = screen

April 01, 2007
10:44PM EDT
by kiba

##dir => ruby/test/test.rb
require"test/unit"
require"program/program.rb"

class MainTest < Test::Unit::TestCase

April 01, 2007
5:37PM EDT
by kiba

gui = Dir.glob("rbgooey/lib/*.rb")
gui.each do |data|
        require(data)
end
require 'test/unit'

April 01, 2007
4:33PM EDT
by kiba

#RAKEFILE
require 'spec/rake/spectask'

#Rules for all tasks.
task :run => [:build,:test]

March 31, 2007
5:21PM EDT
by kiba

#Copyright (C) 2006-2007 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

March 31, 2007
4:50PM EDT
by kiba

#Copyright (C) 2006-2007 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

March 31, 2007
2:57PM EDT
by kiba

desc "Run all tests for rbgooey with rcov"
Spec::Rake::SpecTask.new('gui') do |t|
        t.spec_files = FileList['rbgooey/test/*.rb']
        t.rcov = true
        t.ruby_opts  ['--exclude', 'lib\/spec,bin\/spec']

March 31, 2007
2:10PM EDT
by kiba

desc "Run all tests for rbgooey with rcov"
Spec::Rake::SpecTask.new('gui') do |t|
        t.spec_files = FileList['rbgooey/test/*.rb']
        t.rcov = true
        t.ruby_opts = ['-x', '/usr/local/lib/site_ruby']

March 31, 2007
1:51PM EDT
by kiba

desc "Run all tests for rbgooey with rcov"
Spec::Rake::SpecTask.new('gui') do |t|
        t.spec_files = FileList['rbgooey/test/*.rb']
        t.rcov = true
        t.ruby_opts  ['--exclude', 'lib\/spec,bin\/spec']

March 31, 2007
1:51PM EDT
by kiba

desc "Run all tests for rbgooey with rcov"
Spec::Rake::SpecTask.new('gui') do |t|
        t.spec_files = FileList['rbgooey/test/*.rb']
        t.rcov = true
        t.ruby_opts  ['--exclude', 'lib\/spec,bin\/spec']

March 31, 2007
1:42PM EDT
by kiba

desc "Run all tests for rbgooey with rcov"
Spec::Rake::SpecTask.new('gui') do |t|
        t.spec_files = FileList['rbgooey/test/*.rb']
        t.rcov = true
        t.ruby_opts  ['--exclude', 'lib\/spec,bin\/spec']

March 31, 2007
11:07AM EDT
by kiba

#Copyright (C) 2006-2007 by Han Dao
#This is an example program that demostrate the widget system

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

March 30, 2007
7:23PM EDT
by kiba

#Copyright (C) 2007 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

March 30, 2007
7:16PM EDT
by kiba

<!--
    Copyright (C) 2007 by Han Dao
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

March 29, 2007
3:22PM EDT
by kiba

<data>
        <file name ="message"> 
                <source>data/mapgui/message.xml</source>
        </file> 
        <file name ="optionmenu"> 

Next page

Previous page