All pastesPublic feed

Public feed

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

    1940505·text·3.0 KB·2010-09-14 13:00 UTC
    diff --git a/updateServer/src/situpdateInputFilter.c b/updateServer/src/situpdateInputFilter.c
    index 41fb0ba..03d05d8 100644
    --- a/updateServer/src/situpdateInputFilter.c
    +++ b/updateServer/src/situpd
  • Mine

    1940476·text·1.5 KB·2010-09-14 12:04 UTC
    package Battleship;
    
    import java.util.Scanner;
    
    public class textInterface {
    
     private Scanner input = new Scanner(System.in);
    
     private Battleship battleship;
     private Board board;
     private
  • Untitled

    1940475·text·2.2 KB·2010-09-14 12:04 UTC
    package Battleship;
    
    import java.util.ArrayList;
    
    public class Ship {
    
     public enum Direction {NORTH, EAST, WEST, SOUTH};
     private Direction direction;
     private int length;
     private Integer x
  • Something

    1940474·text·2.9 KB·2010-09-14 12:03 UTC
    package Battleship;
    
    import java.util.ArrayList;
    import Battleship.Ship.Direction;
    
    public class Board {
    
     public static final String COORD_STATE_BLANK = " . ";
     public static final String COO
  • Anonymous

    1940473·text·497 B·2010-09-14 12:02 UTC
    package Battleship;
    
    import java.util.ArrayList;
    import Battleship.Ship.Direction;
    
    public class Battleship {
     
     public static final int MAX_WIDTH = 30;
     public static final int MAX_HEIGHT = 3
  • Unnamed

    1940472·text·702 B·2010-09-14 12:01 UTC
    package Battleship;
    
    import Battleship.Ship.Direction;
    
    public class AI {
     
     public AI() {
     }
     
     public boolean generateShip(Board board) {
     int boardHeight = board.getHeight();
     int boar
  • Untitled

    1940470·text·1.8 KB·2010-09-14 11:54 UTC
    Index: src/gui/widget_list.h
    ===================================================================
    --- src/gui/widget_list.h (revision 8471)
    +++ src/gui/widget_list.h (working copy)
    @@ -36,6 +36,7 @
  • root

    1940456·text·1.3 KB·2010-09-14 11:22 UTC
    BusyBox v1.17.1 (2010-08-25 06:09:53 NOVST) multi-call binary.
    
    Usage: udhcpc [-fbnqvoCR] [-i IFACE] [-r IP] [-s PROG] [-p PIDFILE]
    [-H HOSTNAME] [-c CID] [-V VENDOR] [-O DHCP_OPT]...
    
    -i,--interface
  • Someone

    1940429·text·1.8 KB·2010-09-14 10:21 UTC
    #!/usr/bin/env python
    #
    import pw
    import planet
    import fleet
    from sys import stdout
    
    def ParseGameState( s ):
    
     lines = s.split("\n")
    
     list_planets = []
     list_fleets = []
    
     planet_i
  • Anonymous

    1940425·text·1.3 KB·2010-09-14 10:17 UTC
    #!/usr/bin/env python
    
    """
    // The DoTurn function is where your code goes. The PlanetWars object contains
    // the state of the game, including information about all planets and fleets
    // that curr
  • Someone

    1940424·text·12.1 KB·2010-09-14 10:15 UTC
    Bubble says "The module 'dock rendering' may have encountered a problem
    
    It has been restored successfully, but if it happens again, please report it at http://glx-dock.org"
    
    Settings are:
    
    sett
  • Unnamed

    1940415·text·2.1 KB·2010-09-14 10:02 UTC
    rpm name match `drak':
     drak3d
     drakbackup
     drakbt
     drakclick
     drakcluster
     drakconf
     drakconf-icons
     drakcowsay
     drakfax
     drakfirsttime
     drakfon
     drakguard
     dra
  • Rose SVG Clipart

    1940404·xml·16.8 KB·2010-09-14 09:42 UTC
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!-- Created with Inkscape (http://www.inkscape.org/) -->
    
    <svg
     xmlns:svg="http://www.w3.org/2000/svg"
     xmlns="http://www.w3.org/2000/s
  • category.php

    1940373·text·850 B·2010-09-14 09:00 UTC
    <?php include("header.php"); ?>
    
    <!-- BEGIN content -->
    <div id="content">
     <h2 class="title">Archive for the <strong><?php single_cat_title(); ?></strong> Category</h2>
    
     <?php if (have_posts(
  • cd

    1940370·text·3.8 KB·2010-09-14 08:58 UTC
    Quassel IRC: 0.7-pre 34f8c25852c4e030a2384923c7d36211579953c9
    # 0 quasselcore 0x000000000054c703 Quassel::logBacktrace(QString const&)
    # 1 quasselcore 0x0000000000535452 Quassel::h
  • Someone

    1940362·text·7.6 KB·2010-09-14 08:47 UTC
    # #######################################
    #
    # HAL file for HostMot2 with 3 servos
    #
    # Derived from Ted Hyde's original hm2-servo config
    #
    # Based up work and discussion with Seb & Peter & Jeff
  • Miscellany

    1940361·text·5.2 KB·2010-09-14 08:47 UTC
    [HOSTMOT2]
    DRIVER=hm2_pci
    BOARD=5i23
    CONFIG="firmware=hm2/5i23/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
    
    [EMC]
    
    # Name of machine, for use with display, etc.
    MACHINE =
  • erwan

    1940354·text·9.6 KB·2010-09-14 08:37 UTC
    diff --git a/metadataCreator/lib/Makefile b/metadataCreator/lib/Makefile
    index d6795c1..9df066d 100644
    --- a/metadataCreator/lib/Makefile
    +++ b/metadataCreator/lib/Makefile
    @@ -11,8 +11,9 @@ OBJS
  • Unnamed

    1940343·text·5.5 KB·2010-09-14 08:09 UTC
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/ins
  • Unnamed

    1940293·text·15.7 KB·2010-09-14 06:16 UTC
    The Permission System
    =====================================================
    
    The Permission System is a very versatile and feature rich system that determines which
    users are allowed to do which a

older pastes →