All pastesPublic feed

Public feed

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

    2055903·text·131 B·2011-05-09 20:54 UTC
    DEL "e:\Game\World of Warcraft Full\Cache\WDB\enGB\creaturecache.wdb"
    E:
    CD "\Game\World of Warcraft Full\"
    START Launcher.exe
  • Mine

    2055902·scheme·2.6 KB·2011-05-09 20:53 UTC
    (define abscissa car)
    (define weight cdr)
    
    (define coefficients (list
     (cons (- (sqrt (/ (+ 15.0 (* 2.0 (sqrt 30.0))) 35.0))) (/ (- 90.0 (* 5.0 (sqrt 30.0))) 180.0))
     (cons (- (sqrt (/ (- 15.0
  • otakukuma

    2055899·text·2.5 KB·2011-05-09 20:46 UTC
    Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
    That is not dead which can eternal lie. And with strange aeons even death may die.
    Cthulhu still lives, too, I suppose, again in that chasm of stone
  • Something

    2055896·text·2.2 KB·2011-05-09 20:42 UTC
    [quote][size=1]CPU: AMD Phenom(tm) II X4 955 Processor [AMD64 Family 16 Model 4 Stepping 3] [DEP enabled] [4 CPUs]
    Installed RAM: 4095 MBytes
    Operating System: Windows 7 Ultimate [version: 6.1.7601
  • Someone

    2055895·text·10.0 KB·2011-05-09 20:40 UTC
    root@OpenWrt:~# dmesg
    Linux version 2.6.32.10 (nico@desktop-de-nico) (gcc version 4.3.3 (GCC) ) #4 Fri Apr 9 02:25:24 CEST 2010
    CPU revision is: 00029007 (Broadcom BCM3302)
    ssb: Core 0 found: Chi
  • Unnamed

    2055891·text·1.4 KB·2011-05-09 20:29 UTC
    root@OpenWrt:~# opkg list-installed
    base-files - 42-r20728
    busybox - 1.15.3-2
    crda - 1.1.0-2
    dnsmasq - 2.52-2
    dropbear - 0.52-4
    e2fsprogs - 1.41.11-1
    firewall - 1-10
    hotplug2 - 1.0-beta-1
    ipt
  • Anonymous

    2055886·diff·97.1 KB·2011-05-09 20:11 UTC
    
        
  • Stuff

    2055884·text·26 B·2011-05-09 20:01 UTC
    this is a test message.
  • Untitled

    2055881·text·84 B·2011-05-09 19:54 UTC
    F11::Suspend
    +F11::Reload
    
    ; ### Macro Code ###
    
    #IfWinActive Darkfall Online
  • Something

    2055879·diff·696 B·2011-05-09 19:50 UTC
    diff -rupN systemc-2.2.0/include/sysc/datatypes/bit/sc_lv_base.h systemc-2.2.0-tmp/include/sysc/datatypes/bit/sc_lv_base.h
    --- systemc-2.2.0/include/sysc/datatypes/bit/sc_lv_base.h 2011-05-09 15:40:3
  • Unnamed

    2055878·text·9.8 KB·2011-05-09 19:46 UTC
    java.lang.NoClassDefFoundError
     at org.jboss.web.tomcat.service.session.JBossCacheManager.init(JBossCacheManager.java:186)
     at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy
  • 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

older pastes →