All pastesPublic feed

Public feed

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

    2078470·text·442 B·2011-08-26 03:52 UTC
    Total of 300 station blocks, 296 free
    Codes: P - permanent, S - self
    
    Bridge Group 1:
    
     Address Action Interface Age RX count TX count
    7071.bc61.0008 forward Vlan1
  • Unnamed

    2078469·text·4.1 KB·2011-08-26 03:51 UTC
    Log Buffer (4096 bytes):
     peer
    *Aug 26 03:43:30.287: Vi2 PAP: Using hostname from interface PAP
    *Aug 26 03:43:30.287: Vi2 PAP: Using password from interface PAP
    *Aug 26 03:43:30.287: Vi2 PAP: O AU
  • Stuff

    2078466·text·4.1 KB·2011-08-26 03:03 UTC
    Log Buffer (4096 bytes):
    *Aug 26 02:57:10.434: Vi2 PPP: No remote authentication for call-out
    *Aug 26 02:57:10.434: Vi2 LCP: O CONFREQ [Starting] id 1 len 10
    *Aug 26 02:57:10.434: Vi2 LCP: Magic
  • Mine

    2078465·text·9.7 KB·2011-08-26 03:02 UTC
    fs/cifs/cifsfs.c: Devname: //localhost/alldrives/ flags: 64
    fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 52 with uid: 0
    fs/cifs/connect.c: Username: flash
    fs/cifs/connect.c: UNC: \\localhost\
  • Daisywall

    2078463·text·3.0 KB·2011-08-26 02:55 UTC
    Daisy swallows the last of her pasta and settles back in her chair, satisfied and happy. Feliciano was sitting next to her, as was normal for these occasions, with Chiara on her other side. Lovino and
  • Anonymous

    2078455·text·13.7 KB·2011-08-26 02:20 UTC
    ATM0 is up, line protocol is up 
     Hardware is MPC ATMSAR, address is e8b7.488b.9594 (bia e8b7.488b.9594)
     MTU 1520 bytes, sub MTU 1520, BW 865 Kbit/sec, DLY 420 usec, 
     reliability 255/255, t
  • Stuff

    2078454·text·150 B·2011-08-26 02:20 UTC
    Start
    Stop
    10.10.0.34 - - [26/Aug/2011 12:13:59] "GET / HTTP/1.1" 200 -
    Start
    Stop
    10.10.0.34 - - [26/Aug/2011 12:14:14] "GET / HTTP/1.1" 200 -
  • Something

    2078453·text·2.8 KB·2011-08-26 02:19 UTC
    Bridge group 1 is executing the ieee compatible Spanning Tree protocol
     Bridge Identifier has priority 32768, address e8b7.488b.9594
     Configured hello time 2, max age 20, forward delay 15
     We a
  • Untitled

    2078452·text·254 B·2011-08-26 02:17 UTC
    from flask import Flask
    import time
    
    app = Flask(__name__)
    
    @app.route("/")
    def hello():
     print "Start"
     time.sleep(15)
     print "Stop"
     return "Hello World!"
    
    if __name__ == "__
  • Unnamed

    2078432·text·5 B·2011-08-25 22:51 UTC
    Teste
  • Mine

    2078431·text·12.0 KB·2011-08-25 22:51 UTC
    #!/usr/bin/perl
    #
    # AST_CRON_audio_4_ftp2.pl
    #
    # This is a STEP-4 program in the audio archival process
    #
    # runs every 3 minutes and copies the recording files to an FTP server
    # 
    # put an ent
  • Mine

    2078430·text·12.2 KB·2011-08-25 22:48 UTC
    #!/usr/bin/perl
    #
    # AST_CRON_audio_4_ftp2.pl
    #
    # This is a STEP-4 program in the audio archival process
    #
    # runs every 3 minutes and copies the recording files to an FTP server
    # 
    # put an ent
  • Mine

    2078429·text·12.0 KB·2011-08-25 22:47 UTC
    #!/usr/bin/perl
    #
    # AST_CRON_audio_4_ftp2.pl
    #
    # This is a STEP-4 program in the audio archival process
    #
    # runs every 3 minutes and copies the recording files to an FTP server
    # 
    # put an ent
  • Mine

    2078420·text·351 B·2011-08-25 22:30 UTC
    (riak@127.0.0.1)25> erlang:list_to_existing_atom("backend").
    ** exception error: bad argument
     in function list_to_existing_atom/1
     called as list_to_existing_atom("backend")
    (riak@127
  • would you like to take a moment

    2078419·text·2.6 KB·2011-08-25 22:30 UTC
    You're now chatting with a random stranger. Say hi!
    
    Question to discuss:
    would you like to take a moment and talk about jesus???
    
    You: Yes
    Stranger: yes
    Stranger: ok
    You: Jeebus is a pretty c
  • Something

    2078414·text·7.2 KB·2011-08-25 21:40 UTC
    dev1]$ curl -X PUT -H "Content-Type: application/json" -d '{"props":{"backend":"test"}}' http://127.0.0.1:8098/riak/x124
    <html><head><title>500 Internal Server Error</title></head><body><h1>Internal
  • (SMTC, CRWE, AMRS, CTRN, SYMX) S

    2078411·text·8.4 KB·2011-08-25 21:38 UTC
    Semtech Corporation is a leading supplier of high-quality analog and mixed-signal semiconductor products. We are dedicated to providing you with proprietary solutions and breakthrough
  • Miscellany

    2078408·text·1.6 KB·2011-08-25 20:59 UTC
    In file included from src/client/psengine.cpp:201:0:
    src/client/gui/pawsmusicwindow.h:135:5: error: a class-key must be used when declaring a friend
    src/client/gui/pawsmusicwindow.h:135:5: error: fr
  • Unnamed

    2078407·nasm·2.8 KB·2011-08-25 20:58 UTC
    BITS 16
    CPU 386
    ORG 7c00h
    
    %define IVT_OFFSET(n) (n*4) ; n'th entry in the IVT, offset part
    %define IVT_SEGMENT(n) ((n*4)+2) ; segment selector part
    
    DIV8_OPCODE equ 0xf6
    DIV16_OPCODE equ 0xf7
  • Something

    2078399·text·4.5 KB·2011-08-25 20:10 UTC
    <!doctype html>
    <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
    <!--[if IE 7]> <html clas

older pastes →