All pastesPublic feed

Public feed

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

    2090391·text·825 B·2011-10-16 01:26 UTC
    0 0.514
    0.2 0.514
    0.4 0.514
    0.6 0.514
    0.8 0.514
    1 0.514
    1.2 0.514
    1.4 0.514
    1.6 0.514
    1.8 0.514
    2 0.514
    2.2 0.514
    2.4 0.904
    2.6 0.904
    2.8 0.904
    3 0.904
    3.2 0.944
    3.4 0.972
    3.6 0.972
  • Unnamed

    2090390·text·557 B·2011-10-16 01:22 UTC
    evilantishadow: I don't know if you've heard about the new brane theory research.
    evilantishadow: I can't find a link for it...
    evilantishadow: Anyway, seems most oscillate in multiple frequencies i
  • paste

    2090387·text·3.1 KB·2011-10-16 00:50 UTC
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
     <key>bug_type</key>
     <s
  • paste

    2090386·text·3.1 KB·2011-10-16 00:50 UTC
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
     <key>bug_type</key>
     <s
  • Unnamed

    2090380·text·110 B·2011-10-15 23:52 UTC
    sub processFile
    {
     return parsePerf($_) if /^perf.*/;
     return parseSamples($_) if /^samples_.*/;
    }
  • Nate660

    2090378·text·168.8 KB·2011-10-15 23:49 UTC
    
        
  • My best character ever

    2090377·text·41.1 KB·2011-10-15 23:34 UTC
    
        
  • asd

    2090373·text·398 B·2011-10-15 22:19 UTC
    The TS Gateway service is shutting down. To diagnose possible causes for this problem, verify whether the following services are installed and started: (1) World Wide Web Publishing Service (2) Intern
  • Someone

    2090372·text·1.3 KB·2011-10-15 22:18 UTC
    cat > /etc/group << "EOF"
    root:x:0:
    bin:x:1:
    sys:x:2:
    kmem:x:3:
    tty:x:4:
    tape:x:5:
    daemon:x:6:
    floppy:x:7:
    disk:x:8:
    lp:x:9:
    dialout:x:10:
    audio:x:11:
    video:x:12:
    utmp:x:13:
    usb:x:14:
  • Someone

    2090371·text·1.2 KB·2011-10-15 22:16 UTC
    cat > /etc/passwd << "EOF"
    root:x:0:0:root:/root:/bin/bash
    bin:x:1:1:bin:/dev/null:/bin/false
    nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
    EOF
    
    touch /var/run/utmp /var/log/{btmp,la
  • Someone

    2090369·text·2.3 KB·2011-10-15 22:10 UTC
    PROGRAM MYPROG
    
    INTEGER NX, NY ! Variables to hold number of intervals in each direction
    REAL XSTART, XEND ! Variables defining the interval in x-direction
    REAL YSTART, YEND ! Variables defining t
  • Someone

    2090366·text·193 B·2011-10-15 22:04 UTC
    ln -sv /tools/bin/{bash,cat,echo,pwd,stty} /bin
    ln -sv /tools/bin/perl /usr/bin
    ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
    ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib
    ln -sv bash /bin/s
  • Mine

    2090365·text·1.8 KB·2011-10-15 22:04 UTC
    Setting up libgmime-2.4-2 (2.4.24-0ubuntu1) ...
    Setting up libquvi0 (0.2.11-1) ...
    Setting up libtotem-plparser17 (2.32.4-0ubuntu1) ...
    Setting up growisofs (7.1-9) ...
    Setting up dvd+rw-tools (7.
  • Someone

    2090363·text·613 B·2011-10-15 21:59 UTC
    mkdir -pv /{bin,boot,etc/opt,home,lib,mnt,opt}
    mkdir -pv /{media/{floppy,cdrom},sbin,srv,var}
    install -dv -m 0750 /root
    install -dv -m 1777 /tmp /var/tmp
    mkdir -pv /usr/{,local/}{bin,include,lib
  • Mine

    2090361·text·5.9 KB·2011-10-15 21:50 UTC
    sudoman@igo ~$ exaile --debug
    17:48:29,997:INFO : Loading Exaile 0.3.2.1... (xl.main)
    17:48:29,998:INFO : Loading settings... (xl.main)
    17:48:30, 43:DEBUG : Provider tags registered for ser
  • Someone

    2090360·diff·1.0 KB·2011-10-15 21:40 UTC
    sudoman@igo ~$ diff debian-bad trisquel-bad
    7c7
    < /usr/lib/gstreamer-0.10/libgstautoconvert.so
    ---
    > /usr/lib/gstreamer-0.10/libgstaudioparsersbad.so
    18d17
    < /usr/lib/gstreamer-0.10/libgstcurl.s
  • Something

    2090359·text·1.6 KB·2011-10-15 21:35 UTC
    while 1: 
     valeur_a = False
     valeur_b = False
     valeur_c = False
     while valeur_a == False:
     print("Entrez la valeur du coefficient du premier terme (ex: 2x²) :")
     a=inp
  • Mine

    2090357·text·687.5 KB·2011-10-15 21:18 UTC
    
        
  • Something

    2090356·text·5.3 KB·2011-10-15 21:15 UTC
    <?php
    $this->AddHook('produce_coins', 'Produce');
    function Produce($bot)
    {
     // scripted original by GML fix by high comunity
     if ($bot->firstrun)
     return;
     $bot->ReloadConfig();
     $data = $bot
  • Anonymous

    2090355·text·65.4 KB·2011-10-15 21:14 UTC
    
        

older pastes →