All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • CollisionImplementation

    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);
    
    //
  • Contact

    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
     *
  • ContactResolver

    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
  • ScreenCollisionDetector

    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.
  • IRCop and Clone Scan

    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
  • Sailor...ASCII

    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
  • Something

    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
  • Stuff

    1930182·text·418.7 KB·2010-08-31 23:16 UTC
    
        
  • Anonymous

    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 -----
    #
  • Miscellany

    1930170·text·78.8 KB·2010-08-31 22:36 UTC
    
        
  • naromero

    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:
  • naromero

    1930148·text·32.3 KB·2010-08-31 22:04 UTC
    
        
  • Bakazooka-Subs | Release file li

    1930139·text·20 B·2010-08-31 21:31 UTC
    dadada
    adadad
    adad
  • root

    1930083·text·70.0 KB·2010-08-31 18:51 UTC
    
        
  • root

    1930081·text·70.0 KB·2010-08-31 18:50 UTC
    
        
  • alien

    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
  • Javax Crypto Example |

    1930002·java·33.7 KB·2010-08-31 16:41 UTC
    
        
  • Raggs lilo

    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
  • filin

    1929876·text·2 B·2010-08-31 11:44 UTC
    1
  • Anonymous

    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 ==

older pastes →