-
1930210·java·724 B·2010-09-01 01:31 UTC
// Code excerpts showing the implementation of my collision classes.
// Collision Classes
private ScreenCollisionDetector scrnDet;
private ContactResolver contRes = new ContactResolver(10);
//
-
1930209·java·4.5 KB·2010-09-01 01:25 UTC
package collisions;
import physics.PhysicsData;
import physics.Vector2;
/*
* A contact represents two objects in contact (in this case
* Contact representing two particles). Resolving a
*
-
1930208·java·1.0 KB·2010-09-01 01:24 UTC
package collisions;
import java.util.ArrayList;
public class ContactResolver {
private int iterations = 0,
iterationsUsed = 0;
public ContactResolver(int iterations) {
this.iterat
-
1930207·java·4.2 KB·2010-09-01 01:23 UTC
package collisions;
import graphics.Sprite;
import java.awt.Rectangle;
import java.util.ArrayList;
import physics.PhysicsData;
import physics.Vector2;
import core.GameObject;
import core.
-
1930203·mirc·3.3 KB·2010-09-01 01:12 UTC
alias clonescan {
if ((%waitscan) || (%clonescan)) { echo -a Please wait for your previous scan to finish before starting a new scan. | return }
if ($left($1,1) == $chr(35)) set %scanchan $1
-
1930188·text·10.8 KB·2010-08-31 23:48 UTC
<@esoteric> Fighting evil by moonlight
<@Gin> hi
<@esoteric> Winning love by daylight
<@esoteric> Never running from a real fight
<@esoteric> She is the one named Sailor Moon
<@esoteric> She will
-
1930183·text·20.0 KB·2010-08-31 23:17 UTC
#
# Sample voice configuration file
# -------------------------------
#
# $Id: voice.conf-dist,v 1.13 2005/03/19 16:10:20 gert Exp $
#
# This file is read twice: First the program configuration
-
1930182·text·418.7 KB·2010-08-31 23:16 UTC
-
1930178·text·1.8 KB·2010-08-31 23:07 UTC
#
# mgetty configuration file
#
# this is a sample configuration file, see mgetty.info for details
#
# comment lines start with a "#", empty lines are ignored
# ----- global section -----
#
-
1930170·text·78.8 KB·2010-08-31 22:36 UTC
-
1930149·text·18.3 KB·2010-08-31 22:04 UTC
___ ___ ___ _ _ _
| | |_ | | | |
| | | | | . | | | |
|__ | _|___|_____| 0.8.0.7041
|___|_|
User: ???@ion-R47-1
Date: Tue Aug 31 16:16:46 2010
Arch: BGP
Pid: 100
Dir:
-
1930148·text·32.3 KB·2010-08-31 22:04 UTC
-
1930139·text·20 B·2010-08-31 21:31 UTC
dadada
adadad
adad
-
1930083·text·70.0 KB·2010-08-31 18:51 UTC
-
1930081·text·70.0 KB·2010-08-31 18:50 UTC
-
1930056·text·676 B·2010-08-31 18:10 UTC
Index: SPECS/cg.spec
===================================================================
--- SPECS/cg.spec (revision 574831)
+++ SPECS/cg.spec (working copy)
@@ -62,11 +62,14 @@
Summary: Header files
-
1930002·java·33.7 KB·2010-08-31 16:41 UTC
-
1929895·text·1.9 KB·2010-08-31 12:00 UTC
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/sda
#compact # faster, but won't work on all systems.
# Boot BMP Image.
# Bitmap in BMP fo
-
1929876·text·2 B·2010-08-31 11:44 UTC
1
-
1929818·bash·467 B·2010-08-31 08:46 UTC
alias sf='clear; i=0; while : ; do i=$((i+1)); printf "\e[$((1+RANDOM%LINES));$((1+RANDOM%COLUMNS))H\e[$((RANDOM%2));3$((RANDOM%8))m$(echo $((RANDOM%3))|tr [012] [.\ \*])" ; sleep 0.1; if (( i/200 ==