All pastesPublic feed

Public feed

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

    2103956·text·288 B·2012-01-19 01:15 UTC
    dom/interfaces/pointerlock/Makefile.in
    
    +XPIDLSRCS = \
    + nsIDOMMozNavigatorPointerLock.idl \
    + nsIDOMMozPointerLock.idl \
    + nsIMozPoin
  • Stuff

    2103953·text·373 B·2012-01-19 01:03 UTC
    PC Engines ALIX.2 v0.99h
    640 KB Base Memory
    261120 KB Extended Memory
    
    01F0 Master 044A TRANSCEND
    Phys C/H/S 3884/16/63 Log C/H/S 971/64/63
    Using drive 0, partition 3.
    Loading......
    probing: p
  • Miscellany

    2103948·text·942 B·2012-01-19 00:21 UTC
    .../grafx2/trunk% stagingpkg "libpng15 rebuild"
    ==> Signing package ./grafx2-2.3-3-x86_64.pkg.tar.xz...
    
    You need a passphrase to unlock the secret key for
    user: "Alexander R�dseth <rodseth@gmail.
  • Stuff

    2103944·text·294 B·2012-01-18 23:54 UTC
    amd64:/boot/grub# emerge -v --deep --update --pretend --newuse world 
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    [ebuild N ] dev-perl
  • Stuff

    2103934·text·65.2 KB·2012-01-18 23:04 UTC
    
        
  • Miscellany

    2103933·text·653 B·2012-01-18 23:00 UTC
    $insertSQL = "INSERT INTO contacts (contact_hash, date_entered, salutation, first_name, last_name, phone_home, phone_mobile, email1) VALUES (:contact_hash, :date_entered, :salutation, :first_name,
  • Untitled

    2103932·text·394 B·2012-01-18 22:51 UTC
    #define LED 13
    
    void ranum() {
     delay(int(random(30, 1001)));
    }
    
    void setup() {
     pinMode(LED, OUTPUT); //set pin 13 as output
     randomSeed(analogRead(0));
    }
    
    void loop() {
     digitalWrite
  • Miscellany

    2103928·text·655 B·2012-01-18 22:39 UTC
    $insertSQL = "INSERT INTO contacts (contact_hash, date_entered, salutation, first_name, last_name, phone_home, phone_mobile, email1) VALUES (:contact_hash, :date_entered, :salutation, :first_name,
  • Unnamed

    2103925·text·25.4 KB·2012-01-18 22:05 UTC
    Object 2 held by 0x5FBFBEE0 is 1 out of balance.
    
    Put into nsCOMPtr at:
    nsCOMPtr<nsIDOMEventTarget>::assign_assuming_AddRef(nsIDOMEventTarget*)+0x00000043 [/Users/me/firefox/firefox/obj-ff-dbg/dist
  • Anonymous

    2103920·text·416 B·2012-01-18 21:34 UTC
    /* foo.h */
    #ifndef FOO_H
    #define FOO_H
    
    // here we document how awesome foo() is.
    void foo();
    
    #endif // FOO_H
    
    /* foo.c */
    #include "foo.h"
    
    void foo() { ... }
    
    /* main.c */
    #include
  • Stuff

    2103919·text·803 B·2012-01-18 21:31 UTC
    import java.util.*;
    
    public class Gram {
    
     public static void main(String args[]) {
     
     String strVal;
     double numVal = 0;
     double resultVal = 0;
     
     final double CON_RATE = 2.2;
     
     Sc
  • Someone

    2103914·text·30.1 KB·2012-01-18 21:07 UTC
    Process: pharo [15203]
    Path: /Users/justinbull/Downloads/PBE-1.0/Pharo-1.3-13315-OneClick.app/Contents/MacOS/pharo
    Identifier: org.pharo.Pharo
    Version: Pharo 1.3 (21
  • Miscellany

    2103913·text·1.8 KB·2012-01-18 21:05 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    
    /*=========================================================================
     Constants and definitions:
    =======================
  • Unnamed

    2103910·text·1.3 KB·2012-01-18 20:59 UTC
    [root@vps2 usbpen]# mount
    /dev/sda2 on / type ext3 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    /dev/mapper/VolGroup00-LogVol
  • Unnamed

    2103909·text·1.3 KB·2012-01-18 20:58 UTC
    [root@vps2 usbpen]# mount
    /dev/sda2 on / type ext3 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    /dev/mapper/VolGroup00-LogVol
  • Unnamed

    2103908·text·352 B·2012-01-18 20:58 UTC
    [root@vps2 usbpen]# mount
    /dev/sda2 on / type ext3 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    /dev/mapper/VolGroup00-LogVol
  • Untitled

    2103904·text·559 B·2012-01-18 20:44 UTC
    stitch@spongebob:~$ apt-cache show zip
    Package: zip
    Version: 3.0-4
    Installed-Size: 636
    Maintainer: Santiago Vila <sanvila@debian.org>
    Architecture: amd64
    Replaces: zip-crypt (<= 2.30-2)
    Depends
  • Someone

    2103901·text·564 B·2012-01-18 20:33 UTC
    import java.util.*;
    
    public class Test {
    
     private static Scanner in = new Scanner(System.in);
     private static int inputVal = 0;
     private static boolean isBetween = false;
     
     public static boo
  • Mine

    2103900·text·85 B·2012-01-18 20:31 UTC
    x + y - z = 3
    2x -y +z = 4
    3x + 6y -6z = 10
    
    [1 1 -1 3]
    [0 1 -1 2/3]
    [0 0 0 -1]
  • Stuff

    2103898·text·62 B·2012-01-18 20:28 UTC
    #!/bin/sh
    
    echo $1 | awk '{printf "%s\t%d\n",$0,length($0)}'

older pastes →