All pastesPublic feed

Public feed

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

    2121020·text·72.7 KB·2012-02-23 12:12 UTC
    
        
  • Unnamed

    2121019·text·7.7 KB·2012-02-23 11:43 UTC
    The capital was busy as usual, Alistair noted. The flow of the market was brisk and loud, deals and haggling amongst the men and wise beasts, arguing over valuables and trinkets alike. It was a bright
  • Anonymous

    2121016·text·4.7 KB·2012-02-23 10:50 UTC
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x40173614 in raise (sig=5) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:46
    46 ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or di
  • Anonymous

    2121015·text·4.7 KB·2012-02-23 10:45 UTC
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x40156614 in raise (sig=5) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:46
    46 ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or di
  • Stuff

    2121014·text·4.8 KB·2012-02-23 10:42 UTC
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x400d6614 in raise (sig=5) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:46
    46 ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or di
  • Untitled

    2121012·csharp·25 B·2012-02-23 10:36 UTC
    public void main() {
    
    }
  • Anonymous

    2121010·text·5.0 KB·2012-02-23 10:10 UTC
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x4008b614 in raise (sig=5) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:46
    46 ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or di
  • Mine

    2121008·text·5.1 KB·2012-02-23 10:08 UTC
    (gdb) cont
    Continuing.
    
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x40ebd614 in raise (sig=5) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:46
    46 ../nptl/sysdeps/unix/sysv/linux/pt-
  • Anonymous

    2121005·cpp·2.0 KB·2012-02-23 10:02 UTC
    #include<stdio.h>
    #include<windows.h>
    int main ()
    {
    
    int dez;
    int tmp;
    int rest;
    char hex1;
    char hex2;
    char hex3;
    
    printf("Hallo\n");
    printf("Bitte geben Sie hier Dezimalzahl ein, die Sie
  • Someone

    2121004·cpp·2.4 KB·2012-02-23 10:01 UTC
    #include<stdio.h>
    #include<windows.h>
    int main ()
    {
    
    int dez;
    int Rest;
    int Rest2;
    int Rest3;
    char hex;
    char hex2;
    char hex3;
    
    printf("Hallo\n");
    printf("Bitte geben Sie hier Dezimalzahl
  • Mine

    2121003·text·409 B·2012-02-23 09:58 UTC
    /*
     * Smallest program to get the error
     *
     */
    
    #include "wx/wx.h" 
    
    class TestPrintV: public wxApp
    {
     virtual bool OnInit();
    };
    
    IMPLEMENT_APP(TestPrintV)
    
    bool TestPrintV::OnInit()
  • Unnamed

    2121002·text·7.2 KB·2012-02-23 09:57 UTC
    (gdb) cont
    Continuing.
    
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x40ede614 in raise (sig=5) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:46
    46 ../nptl/sysdeps/unix/sysv/linux/pt-
  • Miscellany

    2121000·text·378 B·2012-02-23 09:52 UTC
    /*
     * Smallest program to get the error
     *
     */
    
    #include "wx/wx.h" 
    
    class TestPrintV: public wxApp
    {
     virtual bool OnInit();
    };
    
    IMPLEMENT_APP(TestPrintV)
    
    bool TestPrintV::OnInit()
  • Miscellany

    2120999·diff·2.8 KB·2012-02-23 09:52 UTC
    diff --git a/src/comm.cc b/src/comm.cc
    index 3a90a04..0545c26 100644
    --- a/src/comm.cc
    +++ b/src/comm.cc
    @@ -496,9 +496,20 @@ comm_set_transparent(int fd)
     /* mark the socket as having tr
  • Mine

    2120998·text·5.8 KB·2012-02-23 09:51 UTC
    (gdb) target remote 127.0.0.1:3333
    Remote debugging using 127.0.0.1:3333
    Reading symbols from /srv/nfs/oe_rootfs_qemuarm/lib/ld-linux.so.3...Reading symbols from /srv/nfs/oe_rootfs_qemuarm/lib/.debu
  • Something

    2120997·diff·2.8 KB·2012-02-23 09:51 UTC
    diff --git a/src/comm.cc b/src/comm.cc
    index 3a90a04..0545c26 100644
    --- a/src/comm.cc
    +++ b/src/comm.cc
    @@ -496,9 +496,20 @@ comm_set_transparent(int fd)
     /* mark the socket as having tr
  • Mine

    2120988·text·727 B·2012-02-23 08:32 UTC
    [9:19:04] Luis Rodríguez: Ok acabo de hacer push de los cambios, están sin probar
    [9:19:23] Luis Rodríguez: Los cambios concretamente se corresponden con lo que te decía, es decir, la práctica que se
  • Untitled

    2120987·text·268.7 KB·2012-02-23 08:14 UTC
    
        
  • Anonymous

    2120986·text·5.6 KB·2012-02-23 08:10 UTC
    import java.util.ArrayList;
    import java.util.LinkedList;
    import java.util.Map;
    import java.util.logging.Logger;
    
    import net.minecraft.server.Block;
    
    import org.bukkit.Chunk;
    import org.bukkit.
  • Buffered Read/Write (Noob Way)

    2120985·text·2.2 KB·2012-02-23 08:03 UTC
    public class ListMaker extends Main {
     static ArrayList<Playerloc> tempList2;
     private static Playerloc p;
    
     public static List<Playerloc> readDataFromFile() {
     List<Playerloc> listofusers = new

older pastes →