My Recent Pastes (106 and counting)
Pastes by kiba (106 and counting)
Below are the 15 most recent pasties by kiba.
March 13, 2007
8:06PM EDT
by kiba
View all 58 lines
# rbGooey. -- Game GUI library to be used with rubygame # Copyright (C) 2007 Han 'kiba' Dao # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public
March 12, 2007
7:50PM EDT
by kiba
<file name = 'begin'> data/dyngui/menu.dyngui </file> <file name = 'optionmenu'> data/sharegui/optionmenu.dyngui </file> <file name = 'file'> data/dyngui/filemenu.dyngui </file> <file name = 'creation'> data/dyngui/creation.dyngui </file>
March 12, 2007
7:37PM EDT
by kiba
View all 58 lines
# rbGooey. -- Game GUI library to be used with rubygame # Copyright (C) 2007 Han 'kiba' Dao # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public
February 17, 2007
8:31AM EDT
by kiba
View all 43 lines
#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
February 17, 2007
12:02AM EDT
by kiba
View all 98 lines
ruby setup.rb setup ---> lib ---> lib/rubygame <--- lib/rubygame <--- lib
February 13, 2007
7:36PM EDT
by kiba
View all 21 lines
rake config (in /home/kiba/rubygame/trunk) ruby setup.rb config ---> lib ---> lib/rubygame
February 11, 2007
7:42PM EDT
by kiba
View all 43 lines
#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
February 11, 2007
6:25PM EDT
by kiba
View all 31 lines
rake config (in /home/kiba/rubygame/trunk) ruby setup.rb config ---> lib
December 24, 2006
5:26PM EDT
by Kiba
View all 111 lines
#Copyright (C) 2006 by Han Dao #This is an example program that demostrate the input system of the rbGooey library. # 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
December 23, 2006
4:22PM EDT
by Kiba
View all 26 lines
#include <stdio.h>
//This is a C program for "collision detection"//
int collide(int x, int y , int x2 , int y2)
{
December 16, 2006
3:05PM EDT
by Kiba
View all 26 lines
#include <stdio.h>
//This is a C program for "collision detection"//
int collide(int x, int y , int x2 , int y2)
{
December 12, 2006
11:06PM EDT
by Kiba
View all 64 lines
#Copyright (C) 2006 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
December 12, 2006
9:52PM EDT
by Kiba
View all 67 lines
#Copyright (C) 2006 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
November 28, 2006
5:59PM EDT
by kiba
View all 77 lines
#Copyright (C) 2006 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 # (at your option) any later version.
