All pastesPublic feed

Public feed

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

    2055877·text·979 B·2011-05-09 19:44 UTC
    #
    # PHP-Module setup
    #
    LoadFile "C:/xampp/php/php5ts.dll"
    LoadModule php5_module modules/php5apache2_2.dll
    
    <IfModule php5_module>
     <FilesMatch "\.php$">
     SetHandler application/x-ht
  • Miscellany

    2055876·text·641 B·2011-05-09 19:39 UTC
    #
    # PHP-Module setup
    #
    LoadFile "C:/xampp/php/php5ts.dll"
    LoadModule php5_module modules/php5apache2_2.dll
    
    <IfModule php5_module>
     <FilesMatch "\.php$">
     SetHandler application/x-ht
  • Unnamed

    2055873·text·1007 B·2011-05-09 19:37 UTC
    /* display.c - interface to VFD displays */
    
    #include <inttypes.h>
    #include <avr/io.h>
    #include <util/delay_basic.h>
    
    #include "config.h"
    #include "display.h"
    
    inline void push_bit(uint8_t b)
  • Rift - AutoMailOpner

    2055872·text·4.3 KB·2011-05-09 19:36 UTC
    ; ****************************************************************************************************************************************************************
    ; System check
    ; ******************
  • Mine

    2055871·text·2.3 KB·2011-05-09 19:34 UTC
    app-admin/sudo
    app-admin/syslog-ng
    app-arch/p7zip
    app-arch/rar
    app-cdr/cdrkit
    app-cdr/dvd+rw-tools
    app-editors/gvim
    app-editors/vim
    app-emulation/wine
    app-i18n/jfbterm
    app-misc/mc
    app-misc/
  • Someone

    2055870·c·326 B·2011-05-09 19:26 UTC
    // http://www.nicksays.co.uk/2009/05/awesome-c-exam-question/
    // Answer: 5 16 -1 21
    
    #include <stdio.h>
    
    int func (int a, int b) {
     static int c = 1;
     return a + b * (c *= -1);
    }
    
    int main (
  • Something

    2055869·text·154 B·2011-05-09 19:21 UTC
    bool x = false
    x |= someoperation1()
    x |= someoperation2()
    x |= someoperation3()
    x |= someoperation4()
    x |= someoperation5()
    if(x)
     HandleError()
  • Stuff

    2055865·text·930 B·2011-05-09 19:13 UTC
    [root@RickS ~]# cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    #
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adj
  • Something

    2055864·text·456 B·2011-05-09 19:06 UTC
    [lars@x201 ~]$ pacman -Qqet | grep -v "$(pacman -Qqg base base-devel)"
    acpi
    alsa-utils
    canto
    chromium
    dmenu
    dosfstools
    dwm
    flashplugin-prerelease
    gimp
    gimp-ufraw
    hdapsd
    imagemagick
    irssi
  • Miscellany

    2055863·text·522 B·2011-05-09 19:04 UTC
    # chkconfig: 2345 90 10
    # description: vnconboot - Starts the VNC server on boot
    
    HOME="/root"
    
    start() {
     vncserver
    }
    
    stop() {
     echo "Kill the VNC server with the command."
  • Miscellany

    2055861·text·275 B·2011-05-09 18:57 UTC
    SELECT
     c.cab_driver,
     ROUND(GLength(LineStringFromWKB(LineString(AsBinary(c.cab_loc),
     AsBinary(a.address_loc)))))
     AS distance
    FROM cab c, addre
  • Anonymous

    2055860·text·360 B·2011-05-09 18:57 UTC
    [channel0]
    TunerType=1
    Frequency=10968
    Polarity=h
    Symbolrate=19200
    FEC=-1
    APID=4112
    Language=
    VPID=512
    PMTPID=2048
    TelePID=0
    PCRPID=512
    StreamID=17185
    NetworkID=235
    SID=1
    AC3=0
    LNB-Sel
  • Something

    2055859·text·4.4 KB·2011-05-09 18:56 UTC
    ; ****************************************************************************************************************************************************************
    ; System check
    ; ******************
  • Unnamed

    2055858·text·23.8 KB·2011-05-09 18:49 UTC
    [Mon May 09 10:53:36 2011] [notice] Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/1.0.0d configured -- resuming normal operations
    *** glibc detected *** /usr/local/apache2/bin/httpd: double free or cor
  • Unnamed

    2055857·text·47 B·2011-05-09 18:39 UTC
    I don't know where I got the images; been ages.
  • Unnamed

    2055854·text·2.3 KB·2011-05-09 18:27 UTC
    # LILO configuration file
    # generated by 'liloconfig'
    #
    # Start LILO global section
    # Append any additional kernel parameters:
    append=" vt.default_utf8=0"
    boot = /dev/sda
    default = Linux
    # Boo
  • Someone

    2055853·text·2.1 KB·2011-05-09 18:26 UTC
    # LILO configuration file
    # generated by 'liloconfig'
    #
    # Start LILO global section
    # Append any additional kernel parameters:
    append=" vt.default_utf8=0"
    boot = /dev/sda
    
    # Boot BMP Image.
    #
  • Unnamed

    2055851·text·2.9 KB·2011-05-09 18:23 UTC
    ------------
     PHY2 REG: 53313
     PHY2 ADDR: 0
     PHY2 ID: 5099585
     ------------
     PHY2 REG: 53313
     PHY2 ADDR: 1
     PHY2 ID: 5099585
     --
  • Stuff

    2055850·text·1.7 KB·2011-05-09 18:21 UTC
    init: ureadahead main process (333) terminated with status 5
    
    fsck from util-linux-ng 2.17.2
    fsck from util-linux-ng 2.17.2
    fsck from util-linux-ng 2.17.2
    fsck from util-linux-ng 2.17.2
    fsck fro
  • Someone

    2055847·text·1.1 KB·2011-05-09 18:11 UTC
    ant -Dport=5555 -Denvironment="*firefox" -Dhost=selenium-ubuntu -DhubURL=http://lightcorp.net:4444 launch-remote-control
    Buildfile: /home/tester/Desktop/selenium-grid-1.0.8/build.xml
    
    launch-remote

older pastes →