All pastesPublic feed

Public feed

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

    2063701·text·5.2 KB·2011-05-18 16:18 UTC
    make[2]: Entering directory `/home/james/bzflag/src/net'
    source='Address.cxx' object='libNet_la-Address.lo' libtool=yes \
     DEPDIR=.deps depmode=none /bin/bash ../../misc/depcomp \
     /bin/bash ../../
  • Anonymous

    2063699·text·1.4 KB·2011-05-18 16:17 UTC
    jack server is not running or cannot be started
    no message buffer overruns
    17:14:33.978 JACK was started with PID=3259.
    no message buffer overruns
    jackdmp 1.9.6
    Copyright 2001-2005 Paul Davis and
  • Someone

    2063697·text·1.2 KB·2011-05-18 16:15 UTC
    /*
     * To change this template, choose Tools | Templates
     * and open the template in the editor.
     */
    package question1a;
    import java.util.Scanner;
    /**
     *
     * @author crusoe
     */
    public class Qu
  • Something

    2063677·text·5.4 KB·2011-05-18 16:01 UTC
    RedBoot(tm) bootstrap and debug environment [ROMRAM]
    Ubiquiti Networks certified release, version 0.9.00318M.0905121200 - built 12:01:38, May 12 2009
    
    Copyright (C) 2000, 2001, 2002, 2003, 2004 Red
  • bill

    2063675·text·18.2 KB·2011-05-18 15:59 UTC
    //This code was written by shrsv. This is worthless, and do not refer to it for the good of yourself because it's written by a complete non-professional
    var total = 0; //the grand total
    var numberTo
  • Someone

    2063674·text·6.4 KB·2011-05-18 15:59 UTC
    RedBoot(tm) bootstrap and debug environment [ROMRAM]
    Ubiquiti Networks certified release, version 0.9.00318M.0905121200 - built 12:01:38, May 12 2009
    
    Copyright (C) 2000, 2001, 2002, 2003, 2004 Red
  • Something

    2063671·text·90 B·2011-05-18 15:57 UTC
    http://www.computerworld.com/s/article/9216652/The_3_types_of_insider_threat?taxonomyId=17
  • Stuff

    2063668·text·2.8 KB·2011-05-18 15:53 UTC
    pinpoint - a tool for making hackers do excellent presentation
    ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
    Pinpoint a simple presentation tool that hopes to avoid audience death b
  • Unnamed

    2063667·text·538 B·2011-05-18 15:53 UTC
    [master]
     certname = puppet.lab.local
    
    [production]
     manifest = /etc/puppet/prod/manifests/site.pp
     modulepath = /etc/puppet/prod/modules
    
    [development]
     manifest = /etc/pu
  • Miscellany

    2063662·diff·161.3 KB·2011-05-18 15:46 UTC
    
        
  • Anonymous

    2063649·text·49.6 KB·2011-05-18 15:35 UTC
    
        
  • .htaccess broken?

    2063604·text·1.3 KB·2011-05-18 15:10 UTC
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^profile/(.*)/(.*) profile.php?id=$1&name=$2
    
    RewriteRule ^confirmemail/(.*) confirmemail.php?code=$1
    RewriteRule ^resetpasswo
  • Unnamed

    2063603·java·11.6 KB·2011-05-18 15:09 UTC
    package com.l2dc.gameserver.skills;
    
    import java.util.Collection;
    import java.util.logging.Logger;
    
    import com.l2dc.gameserver.model.L2ClanMember;
    import com.l2dc.gameserver.model.L2Object;
    imp
  • Someone

    2063598·text·2.5 KB·2011-05-18 15:02 UTC
    stdClass Object
    (
     [request] => POST /API/eze_industry.api.php HTTP/1.0
    Content-Type: application/x-www-form-urlencoded
    Host: 194.109.210.129
    User-Agent: Drupal (+http://drupal.org/)
    Content-
  • Something

    2063586·text·534 B·2011-05-18 14:41 UTC
    import java.awt.Graphics;
    
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    
    public class Test extends JComponent
    {
     int width, height;
     public Test()
     {
     width = 100;
     height
  • Untitled

    2063577·python·304 B·2011-05-18 14:31 UTC
    '''
    The German mathematician Gottfried Leibniz developed the following method 
    to approximate the value of pi:
    3.14/4 = 1-1/3+1/5-1/7+1/9-1/11+...
    Write a program that allows the user to specify t
  • Mine

    2063565·text·4.2 KB·2011-05-18 14:17 UTC
    diff --git a/WebCore/dom/Document.cpp b/WebCore/dom/Document.cpp
    index 49c13bb..71f5d1d 100644
    --- a/WebCore/dom/Document.cpp
    +++ b/WebCore/dom/Document.cpp
    @@ -491,7 +491,7 @@ inline void Documen
  • Untitled

    2063563·text·1.7 KB·2011-05-18 14:16 UTC
    [rob@rawb build]$ mvn clean install -U -B -fae -e -Plocal.site,jmx-bootstrap,archives-bootstrap -Dlocal.site=file:///home/rob/code/jbtools/jbosstools/trunk/build/target-platform/REPO/ -Dmaven.test.s
  • Mine

    2063555·text·179 B·2011-05-18 14:08 UTC
    <?php
    $tmp = new StdClass();
    $tmp->id = 5;
    $tmp->name = "Name";
    
    $arr = array();
    $arr[] = $tmp;
    
    $tmp2 = arr[0];
    unset($tmp2->id);
    echo "Output: " . $arr[0]->id;
    
    ?>
  • Untitled

    2063537·text·2.8 KB·2011-05-18 14:00 UTC
    $ grep -i mouse /var/log/Xorg.0.log
    [ 20.564] (==) |-->Input Device "Mouse0"
     Using the first mouse device.
    [ 22.576] (II) LoadModule: "mouse"
    [ 22.576] (II) Loading /usr/lib/xorg/

older pastes →