All pastesPublic feed

Public feed

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

    2128200·text·700 B·2012-03-14 20:06 UTC
    nico@nico-desktop:~/e17_src/eina$ grep -R eina_file_init *
    src/lib/eina_file.c:eina_file_init(void)
    Binary file src/lib/.libs/libeina.so.1 matches
    Binary file src/lib/.libs/libeina.so matches
    Bina
  • anaphaxeton suspend

    2128199·text·11.5 KB·2012-03-14 20:01 UTC
    [root@Wizy ~]# dmesg 
    [ 3286.435626] EXT4-fs (sda2): re-mounted. Opts: discard,commit=0
    [ 3286.438224] EXT4-fs (sda1): re-mounted. Opts: discard,commit=0
    [ 3286.447409] EXT4-fs (sda5): re-mounted.
  • Something

    2128198·text·4.0 KB·2012-03-14 19:55 UTC
    wrapper-slave.log
    
    INFO | jvm 7 | 2012/03/14 19:33:18 | WrapperManager: Initializing...
    INFO | jvm 7 | 2012/03/14 19:33:18 | DrFTPD 3.0.0 Slave starting, further logging will be done thro
  • Stuff

    2128197·text·4.8 KB·2012-03-14 19:54 UTC
    Hello Andrew,
    
    Thank you for your letter regarding Bill C-30, the Protecting Children from Internet Predators Act. I am happy to provide some information to explain the limits of this bill and assur
  • Mine

    2128193·text·247 B·2012-03-14 19:25 UTC
    cat <<'EOF' > /tmp/test.txt;
    
    define command{
     command_name notify-host-by-email
     }
    EOF
    
    ----------------------------------------------------
    user@itpc-005:~$ cat /tmp/test.txt 
    
    define comm
  • Stuff

    2128192·text·185 B·2012-03-14 19:25 UTC
    XINERAMA
     XINERAMA
    Xlib: extension "Multi-Buffering" missing on display ":0.0".
    Xlib: extension "XFree86-Misc" missing on display ":0.0".
    XINERAMA version 1.1 opcode: 128
  • Anonymous

    2128190·text·331 B·2012-03-14 19:22 UTC
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
     var js, fjs = d.getElementsByTagName(s)[0];
     if (d.getElementById(id)) return;
     js = d.createElement(s); js.id = id;
     js.src = "//conne
  • Untitled

    2128189·text·2.8 KB·2012-03-14 19:22 UTC
    configure: creating ./config.status
    config.status: creating Jamfile
    config.status: executing include/csconfig.h commands
    config.status: include/csconfig.h is unchanged
    config.status: executing Jam
  • Anonymous

    2128187·text·668 B·2012-03-14 19:11 UTC
    diff --git a/src/lib/ems_stream_server.c b/src/lib/ems_stream_server.c
    index e40c314..0f16e03 100644
    --- a/src/lib/ems_stream_server.c
    +++ b/src/lib/ems_stream_server.c
    @@ -525,7 +525,7 @@ _stream
  • Untitled

    2128185·text·1.2 KB·2012-03-14 19:00 UTC
    (gdb) bt
    #0 __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136
    #1 0x00007ffff79ad1e5 in _L_lock_883 () from /lib/x86_64-linux-gnu/libpthread.so.0
    #2 0x00007ffff79ad0
  • Mine

    2128183·text·3.2 KB·2012-03-14 18:56 UTC
    --- g_src/SConscript.old 2012-03-14 17:59:30.000000000 +0100
    +++ g_src/SConscript 2012-03-14 19:17:06.000000000 +0100
    @@ -1,6 +1,7 @@
     # -*- mode: python -*-
     from sys import platform
     import os
  • Unnamed

    2128182·text·7.0 KB·2012-03-14 18:56 UTC
    >>> Emerging (1 of 1) games-rpg/dwarf-fortress-9999 from hasufell-overlay
    >>> Unpacking source...
    GIT update -->
     repository: git://github.com/Baughn/Dwarf-Fortress--libgraphics-.gi
  • Untitled

    2128180·text·707 B·2012-03-14 18:54 UTC
    class Foo
    {
    
    private int x = 6;
    private int y = 6;
    public static void main(String[] args)
    {
    ##BEGIN CHOICE (a = 1)
     int x = 11;
    ##CHOICE (a = 2)
     int y = 11;
    ##END CHOICE
     
    
    Sys
  • Miscellany

    2128175·text·436 B·2012-03-14 18:51 UTC
    Büyük oyun şirketleri internship başvurularında neye daha çok bakar? Muhtemelen portfolio oldukça önemlidir. Geliştirdiğimiz projelerin ve demoların, başka bir oyun motorunda geliştirdiğimiz bir oyun
  • Untitled

    2128174·text·564 B·2012-03-14 18:45 UTC
    class Foo
    {
    
    private int x = 6;
    
    public static void main(String[] args)
    {
    ##BEGIN CHOICE (a = 1)
     int x = 11;
    ##END CHOICE
     
    
    System.out.println(x);
    }
    
    That will at times get transl
  • Untitled

    2128173·text·570 B·2012-03-14 18:45 UTC
    class Foo
    {
    
    private int x = 6;
    
    public static void main(String[] args)
    {
    ##BEGIN CHOICE (a = 1)
     int x = 11;
    ##END CHOICE
     
    
    System.out.println(x);
    }
    
    That will at times get transl
  • Miscellany

    2128172·text·1.6 KB·2012-03-14 18:40 UTC
    public class Pay
    {
    
     public static void main (String args[]) 
     {
    
     int hours, rate;
     
     DecimalFormat decFor = new DecimalFormat("0.00");
     
     Scanner scan = new Scanner(System.in);
  • Untitled

    2128168·text·177 B·2012-03-14 18:25 UTC
    class Foo
    {
    
    private int x = 6;
    
    public static void main(String[] args)
    {
    
     if(args.length == 2)
     {
     int x =11;
     } 
    
    System.out.println(x);
    
    }
  • Untitled

    2128167·text·179 B·2012-03-14 18:19 UTC
    class Foo
    {
    
    private int x = 6;
    
    public static void main(String[] args)
    {
    
     if(args.length == 2)
     {
     int x = 6;
     } 
    
    System.out.println(x);
    
    }
  • Unnamed

    2128165·text·1020 B·2012-03-14 18:14 UTC
    x86_64-pc-linux-gnu-gcc -m32 -o g_src/glew.os -c -Dunix -DGLEW_STATIC -pthread -O3 -march=native -O2 -pipe -fPIC -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr

older pastes →