All pastesPublic feed

Public feed

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

    2130806·text·239 B·2012-03-20 19:13 UTC
    _ _
     \`\ /`/
     \ V / 
     /. .\ 
     =\ T /= 
     / ^ \ 
     {}/\\ //\
     __\ " " /__ 
     (____/^\____)
  • Untitled

    2130805·text·229 B·2012-03-20 19:13 UTC
    post shows you want below
    
     _ _
     \`\ /`/
     \ V / 
     /. .\ 
     =\ T /= 
     / ^ \ 
     {}/\\ //\
     __\ " " /__
  • Unnamed

    2130803·text·1.7 KB·2012-03-20 18:38 UTC
    Subject:Re: Exceptions Propagated from Attribute Functions
    From:
    Robert Dewar <dewar@adacore.com>
    Date:
    10/20/2011 12:56 PM
    
    >
    > When an exception is propagated from an attribute function,
    > s
  • Anonymous

    2130795·text·2.0 KB·2012-03-20 17:52 UTC
    My statement of purpose is going to highlight my interests and motivation behind achieving my career objectives and pursuing graduate program at University of Liverpool.
    The four year undergraduate p
  • gitreset.sh

    2130794·text·1.4 KB·2012-03-20 17:49 UTC
    cd drm
    git clean -x -f -d ; git reset --hard 2.4.31
    cd ..
    cd wayland
    git clean -x -f -d ; git reset --hard origin/master 
    cd ..
    cd weston
    git clean -x -f -d ; git reset --hard origin/master 
    c
  • Untitled

    2130793·sql·339 B·2012-03-20 17:49 UTC
    -- THIS ONE
    SELECT `urlaub`.*
    FROM `urlaub` , `users`
    WHERE `users`.`userid` = `urlaub`.`userid`
    AND `users`.`enddate` > '2012-01-01'
    AND `urlaub`.`status` =3
    
    -- OR THIS ONE
    
    SELECT `urlaub`
  • gitclone.sh

    2130792·text·1.2 KB·2012-03-20 17:48 UTC
    git clone git://anongit.freedesktop.org/git/mesa/drm
     git clone git://anongit.freedesktop.org/wayland/wayland
     git clone git://anongit.freedesktop.org/wayland/weston
     git clone git://anong
  • wayland-build-ubuntu-all-noupdat

    2130791·text·8.9 KB·2012-03-20 17:46 UTC
    #!/bin/bash
    
    # This builds and installs Wayland on Ubuntu Maverick machines with most video cards.
    #
    # 2010-11-20 Changes from Andr de Souza Pinto
    # 2010-12-06 "set -e" instead of "set -u". More
  • Unnamed

    2130790·text·1.5 KB·2012-03-20 17:38 UTC
    following the README linked at: 
    
    http://fedoraproject.org/w/index.php?title=Architectures/s390x&printable=yes
    
    under F16 (x86_64) 
    
    on the hercules instance, I get the segfault as the SSHD is
  • Untitled

    2130789·text·184 B·2012-03-20 17:34 UTC
    //#define DEBUG_PCI
    #ifdef DEBUG_PCI
    # define PCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
    #else
    # define PCI_DPRINTF(format, ...) do { } while (0)
    #endif
  • Someone

    2130788·text·10.7 KB·2012-03-20 17:33 UTC
    Command ==> *** buffer overflow detected ***: hercules terminated
    ======= Backtrace: ========= 000002000012600A 64.....P.Z instcount=80,482,323,02
    /lib64/libc.so.6(__fortify_fail+0x37)[0x7f967a6d7
  • Mine

    2130786·text·243 B·2012-03-20 17:31 UTC
    int& List::access(char *player) {
    
     Node *tmp = this->head;
     while(tmp) {
    
     if (strcmp(tmp->getName(), player) == 0) {
     int i = tmp->getScore();
     return i;
     }
     else
     tmp = tmp->getN
  • Something

    2130784·text·142 B·2012-03-20 17:26 UTC
    (Filename: /Applications/buildAgent/work/842f9557127e852/Runtime/Serialize/SerializedFile.cpp Line: 857)
    
    Could not produce class with ID 65
  • Unnamed

    2130783·text·1.8 KB·2012-03-20 17:05 UTC
    Exception: Error building Player because scripts had compiler errors
    UnityEditor.BuildPlayerWindow.BuildPlayerWithDefaultSettings (Boolean askForBuildLocation, BuildOptions forceOptions)
    UnityEditor
  • Unnamed

    2130782·text·1.1 KB·2012-03-20 17:02 UTC
    Exception: Error building Player because scripts had compiler errors
    UnityEditor.BuildPlayerWindow.BuildPlayerWithDefaultSettings (Boolean askForBuildLocation, BuildOptions forceOptions)
    UnityEditor
  • Mine

    2130759·text·5.2 KB·2012-03-20 16:16 UTC
    # ctctl cull
    prev filename /var/spool/cyphertite/20120309-044634-pineapple.usr
    file not found in ctfilelist [/var/spool/cyphertite/20120309-044634-pineapple.usr]
    prev filename /var/spool/cyphertite
  • Someone

    2130758·text·5.2 KB·2012-03-20 16:15 UTC
    # ctctl cull
    prev filename /var/spool/cyphertite/20120309-044634-pineapple.usr
    file not found in ctfilelist [/var/spool/cyphertite/20120309-044634-pineapple.usr]
    prev filename /var/spool/cyphertite
  • Someone

    2130754·text·5.8 KB·2012-03-20 16:06 UTC
    #!/usr/bin/env bash
    nome="Test"
    estensione=".txt"
    sintetic="Sintetic"
    giorno=$(date '+%m-%d-%y--%H-%M-%S')
    vm2=192.168.0.3
    
    filetmp=tmp.dat
    
    file=$nome-$giorno$estensione
    filesintetic=$sinte
  • client.sh

    2130750·text·5.8 KB·2012-03-20 16:04 UTC
    #!/usr/bin/env bash
    nome="Test"
    estensione=".txt"
    sintetic="Sintetic"
    giorno=$(date '+%m-%d-%y--%H-%M-%S')
    vm2=192.168.0.3
    
    filetmp=tmp.dat
    
    file=$nome-$giorno$estensione
    filesintetic=$sinte
  • client.sh

    2130749·text·5.8 KB·2012-03-20 16:02 UTC
    #!/usr/bin/env bash
    nome="Test"
    estensione=".txt"
    sintetic="Sintetic"
    giorno=$(date '+%m-%d-%y--%H-%M-%S')
    vm2=192.168.0.3
    
    filetmp=tmp.dat
    
    file=$nome-$giorno$estensione
    filesintetic=$sinte

older pastes →