All pastes›Public feed

Public feed

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

    1972157·text·21.2 KB·2010-10-24 20:46 UTC
    show map/f 0xffff800056bef188
    MAP 0xffff800056bef188: [0x0->0x7f8000000000]
     #ent=126, sz=81133568, ref=1, version=282, flags=0x41
     pmap=0xffff800056bfa538(resident=878, wired=0)
     -
  • Untitled

    1972149·text·5.5 KB·2010-10-24 20:40 UTC
    rpm name match `opera':
     opera
    rpm provide match `opera':
     dkms-v4l-dvb-testing
     evolution
     gap-system-packages
     gnome-do-plugins
     kaddressbook
     kernel-desktop-2.6.31.12-1mnb
  • Stuff

    1972146·text·332 B·2010-10-24 20:39 UTC
    10.63-1mdv2010.0 in contrib/updates, 2010.0 for x86_64
    10.63-1mdv2010.0 in contrib/updates, 2010.0 for i586
    10.62-2mdv2010.0 in non-free/updates, 2010.0 for x86_64
    10.62-2mdv2010.0 in non-free/updates
  • Miscellany

    1972145·text·3.9 KB·2010-10-24 20:38 UTC
    rpm name match `opera':
     opera
    rpm provide match `opera':
     dkms-v4l-dvb-testing
     evolution-exchange
     gap-system-packages
     gnome-do-plugins
     kernel-desktop-2.6.33.5-2mnb
     kernel-de
  • Sandworm2

    1972133·perl·13.5 KB·2010-10-24 20:16 UTC
    #!/usr/bin/perl
    # copyright by sonadi
    #
    # If we're gonna kill each other how we're gonna live forever?
    # If we're gonna live forever how we're gonna kill each other?
    #
    
    use IO::Socket;
    use IO
  • Mine

    1972132·text·268 B·2010-10-24 20:14 UTC
    8.0.554.0.r62433-1mdv2010.1 in contrib/backports, current for i586
    8.0.554.0.r62433-1mdv2010.1 in contrib/backports, current for x86_64
    5.0.389.0.r45688-1mdv2010.1 in contrib/release, current for x86_
  • sum.s test file

    1972115·text·574 B·2010-10-24 19:42 UTC
    .pos 0x100
    sum_function:
     irmovl $a, %edx
     xorl %eax, %eax
    L2:
     mrmovl (%edx), %ebx
     addl %ebx, %eax
     irmovl $4, %ebx
     addl %ebx, %edx
     irmovl $aend, %ebx
     subl %edx, %ebx
     jne L2
  • Miscellany

    1972114·text·21.2 KB·2010-10-24 19:41 UTC
    diff -U 3 -H -d -r -N -- pm.orig/CMakeLists.txt pm.new/CMakeLists.txt
    --- pm.orig/CMakeLists.txt 2010-09-20 18:36:42.352405831 -0400
    +++ pm.new/CMakeLists.txt 2010-10-22 05:45:38.245083627 -0400
    @@
  • Pipe File

    1972113·java·15.5 KB·2010-10-24 19:40 UTC
    /**
     * Assignment 3 part 2
     * CL Leavitt, x2p4
     * modified pipe cpu.java
     */
    
    package Arch.Y86.Machine.Pipe.Student;
    
    import Arch.Y86.Machine.AbstractY86CPU;
    import Arch.Y86.Machine.MainMem
  • Stuff

    1972112·text·1.6 KB·2010-10-24 19:39 UTC
    rpm name match `jack':
     ac3jack
     ac3jack-debug
     allegro-jack-plugin
     alsaplayer-plugin-output-jack
     asterisk-plugins-jack
     audacious-jack
     csound-jack
     feedjack
     gstreamer0.
  • Steven Murdoch

    1972111·diff·4.0 KB·2010-10-24 19:34 UTC
    From c0dfe271dab26cb7b6e565885822e5b3b5bdc811 Mon Sep 17 00:00:00 2001
    From: Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
    Date: Sun, 10 Oct 2010 23:30:24 +0100
    Subject: [PATCH 1/2] Update build ins
  • Someone

    1972106·diff·4.0 KB·2010-10-24 19:27 UTC
    From 0a44dcf6b67974dae96bc961236f448251fce386 Mon Sep 17 00:00:00 2001
    From: Steven Murdoch <stevenm@cronto.com>
    Date: Sun, 10 Oct 2010 23:30:24 +0100
    Subject: [PATCH 1/2] Update build instructions
  • debug.js

    1972092·javascript·1.7 KB·2010-10-24 18:57 UTC
    // 光らせる
     function flashElement (elem) {
     try {
     let indicator = elem.ownerDocument.createElement('div');
     let rect = elem.getBoundingClientRect();
     indicator.id = 'nyantoro-element
  • Anonymous

    1972091·text·2.0 KB·2010-10-24 18:55 UTC
    1963-tt0056801-812.avi
    1966-tt0060196-Il.Buono.il.brutto.il.cattivo-1of2.avi
    1966-tt0060196-Il.Buono.il.brutto.il.cattivo-1of2.idx
    1966-tt0060196-Il.Buono.il.brutto.il.cattivo-1of2.sub
    1966-tt0060
  • Unnamed

    1972086·text·136.9 KB·2010-10-24 18:43 UTC
    
        
  • malloc.c

    1972062·c·490 B·2010-10-24 18:09 UTC
    #include <stdio.h>
    #include <assert.h>
    
    int main(int argc, char *argv[])
    {
     int i;
     int malloc_size = 0x1 << 28;
     int call_time = 1;
     void *p;
     char dummy;
    
     for(i=0; i<ca
  • delay.c

    1972060·c·822 B·2010-10-24 18:03 UTC
    #include <stdio.h>
    #include <fcntl.h>
    
    int main(int argc, char *argv[])
    {
     int fd = 0;
     char buf[BUFSIZ];
     int wait_sec_of_beginning = 5;
     int wait_usec_per_byte = 5000;
     int w
  • Something

    1972044·text·1.1 KB·2010-10-24 17:40 UTC
    [main/release](cooker) 2:1.0.23-6mdv2011.0
     [main/testing](current)[main/testing](2010.1) 2:1.0.23-2.0.2mdv2010.1
     [main/release](current)[main/release](2010.1) 2:1.0.23-2mdv2010.1
     [main/upd
  • gustav kirchoff

    1971979·text·2.4 KB·2010-10-24 16:31 UTC
    -- Gustav Kirchoff
    -- Invoke with: ghci GustavProb.hs -hide-package mtl-1.1.0.2
    -- Or in ghci: :set -hide-package mtl
    module GustavProb where
    
    --For nickie's read
    import Char
    import Data.List
  • Miscellany

    1971969·text·2.9 KB·2010-10-24 16:15 UTC
    Expires: 300
    Event: dialog;sla;ma
    Content-Length: 0
    Max-Forwards: 70
    
    2010/10/24 18:11:21.578 8:19.836 Housekeeper:0x48157710 OpalUDP Setting interface to 192.168.2.100%wlan0
    2010/10/2

older pastes →