All pastesPublic feed

Public feed

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

    2123062·text·2.8 KB·2012-03-01 03:21 UTC
    A popular trend in fine dining is to elevate the mundane to luxurious heights. New York's best meatball parm is strictly reservation only, and the feted Momofuku Milk Bar bills amongst its' signature
  • Anonymous

    2123060·text·7.6 KB·2012-03-01 03:10 UTC
    2012-03-01 14:09:40,836 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/user/manage]] (main) Servlet /user/manage threw load() exception
    java.lang.ClassNotFoundException: com.
  • Anonymous

    2123059·text·234 B·2012-03-01 03:00 UTC
    [magnus@89026985-c3a1-4466-909e-d4b724126379 ~]$ cat ./foo/bar/baz 
    #!/bin/sh
    echo `dirname $0`
    [magnus@89026985-c3a1-4466-909e-d4b724126379 ~]$ ./foo/bar/baz 
    ./foo/bar
    [magnus@89026985-
  • MYSQL

    2123057·sql·955 B·2012-03-01 02:50 UTC
    /*SEARCH BY PROJECT NAME*/
    
    SELECT items . * , matters . * , bins . *
    FROM items, matters, bins
    WHERE items.f_num = matters.f_num
    AND matters.name LIKE "%kProject_Name%"
    
    /*SEARCH BY F NUMBER*
  • Unnamed

    2123056·text·567 B·2012-03-01 02:43 UTC
    120301 3:42:00 InnoDB: Database was not shut down normally!
    InnoDB: Starting crash recovery.
    InnoDB: Reading tablespace information from the .ibd files...
    InnoDB: Restoring possible half-written
  • Anonymous

    2123047·bash·6.8 KB·2012-03-01 02:01 UTC
    root@bt:~/Desktop/ssh_kex_keygen-1.1# ruby ssh_decoder.rb ../tcpick_10.1.7.5_10.1.5.5_ssh.* -v
     * read handshake
    SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1
    "KEXINIT"
    {:cookie=>"~\3671.o\260\323\272\f\0
  • Zach 3050 8380 7624##nope

    2123044·text·1.8 KB·2012-03-01 01:36 UTC
    Okay, so as I said on the note
    Creativity = Points
    and Points = Something! (still haven't decided...)
    
    in order of replies here are your points /10
    
    Driftir got 6/10 (nice sk8r dude)
    Lucius got
  • Mine

    2123042·text·3.9 KB·2012-03-01 01:05 UTC
    /*
    
    Name: Zach Hoggard
    Student No. 250611551
    Email: zhoggard@uwo.ca
    Section: 004
    Date: February 15, 2012
     
     */
    
    #include <iostream>
    #include <cmath>
    
    using namespace std;
    
    int main (voi
  • Untitled

    2123034·cpp·3.5 KB·2012-03-01 00:11 UTC
    #pragma once
    
    namespace dg
    {
     class String
     {
     public:
     /************************************************************************/
     /* Constructors
  • Untitled

    2123033·cpp·3.5 KB·2012-03-01 00:11 UTC
    #pragma once
    
    namespace dg
    {
     class String
     {
     public:
     /************************************************************************/
     /* Constructors
  • Something

    2123032·text·483 B·2012-02-29 23:53 UTC
    root@trisquel5:/etc/apt# apt-get dist-upgrade
    Leyendo lista de paquetes... Hecho
    Creando árbol de dependencias 
    Leyendo la información de estado... Hecho
    Calculando la actualización... Falló
  • Stuff

    2123031·text·771 B·2012-02-29 23:50 UTC
    # zpool status mont1
     pool: mont1
     state: ONLINE
    status: One or more devices has experienced an unrecoverable error. An
     attempt was made to correct the error. Applications are unaffecte
  • Unnamed

    2123029·text·3.8 KB·2012-02-29 23:48 UTC
    /*
    
    Name: Zach Hoggard
    Student No. 250611551
    Email: zhoggard@uwo.ca
    Section: 004
    Date: February 15, 2012
     
     */
    
    #include <iostream>
    #include <cmath>
    
    using namespace std;
    
    int main (voi
  • repeatoffenders

    2123028·text·2.9 KB·2012-02-29 23:41 UTC
    --------------------------
    dr_andrea
    dieandyandrea
    theandyandrea
    theprettycoolandrea
    drandrea64
    andreaisclean
    thesweetkittengirl
    andyshorty
    andylinz
    andriana64
    andregass
    drandreaheidiklumt
  • Xorg.0.log

    2123022·text·55.3 KB·2012-02-29 23:28 UTC
    
        
  • Unnamed

    2123019·text·2.1 KB·2012-02-29 23:11 UTC
    New info from SAFG (Something Awful Forum Guy), from this pge: http://forums.somethingawful.com/showthread.php?threadid=3449196&userid=0&perpage=40&pagenumber=166:
    
    ----------------
    Destroy:
    1. Sy
  • Anonymous

    2123018·text·2.1 KB·2012-02-29 23:11 UTC
    New info from SAFG (Something Awful Forum Guy), from this pge: http://forums.somethingawful.com/showthread.php?threadid=3449196&userid=0&perpage=40&pagenumber=166:
    
    ----------------
    Destroy:
    1. Sy
  • Miscellany

    2123013·text·403 B·2012-02-29 22:59 UTC
    Destroy:
    1. Synthetics Destroyed. Earth Destroyed. Shepard Dead.
    2. Synthetics Destroyed. Earth Devastated. Shepard Dead.
    3. Synthetics Destroyed. Earth OK. Shepard Dead.
    4. Synthetics Destroyed.
  • me3 lol

    2123010·text·3.6 KB·2012-02-29 22:28 UTC
    Your EMS affects the success of Sword and Hammer. Sword is your combined ship fleet that punches a hole in the Reaper armada surrounding Earth while Hammer is your ground forces that escort you to the
  • Miscellany

    2123002·text·1.6 KB·2012-02-29 21:58 UTC
    #include <iostream>
    using namespace std;
    
    int count = 0;
    
    class Fraction {
    public:
     int num, den;
    
     Fraction() {
     num = 1;
     den = 1;
     };
     Fraction(int a, int b) {
     num = a;
     den = b

older pastes →