All pastesPublic feed

Public feed

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

    1857276·text·220 B·2010-04-06 18:54 UTC
    0.7.5-1mdv2010.0 in contrib/testing, current for x86_64
    0.7.5-1mdv2010.0 in contrib/testing, current for i586
    0.7.2-1mdv2010.0 in contrib/release, current for x86_64
    0.7.2-1mdv2010.0 in contrib/releas
  • baonn

    1857267·text·22.9 KB·2010-04-06 18:44 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Tue Apr 6 18:44:20 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • pfloyd

    1857229·text·1.1 KB·2010-04-06 17:39 UTC
    # include the GENERIC kernel
    include GENERIC
    
    # build options
    makeoptions COPTFLAGS="-O2 -pipe"
    
    # identify our custom kernel
    ident PFLOG
    
    # devices to explicitly remove/exclude
    
    # additional devi
  • aJ00000001

    1857114·text·9.4 KB·2010-04-06 15:57 UTC
    znwTpdAczsx9jpwKzap0T9vKgUPgTIGBMrSYGITO2bN5PXIv5quYoAy0S2ppEuGhnNcVSoNvBywrG6FLZb4lFQV9gMTKgfvqO94YfCDiTYVR35yFzNJFWmCePJTDMGoiYVuA43/NAWXrlnUGKq9VR3iI5HfCryLUGln Q4j7WYGDqQuffvtdAMaz4eXPZ9BTzzY6kFv
  • Someone

    1857096·text·24.6 KB·2010-04-06 15:28 UTC
    Thread 15 (Thread 0x7fffbf7fe910 (LWP 25756)):
    #0 0x00007ffff40f8049 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
    #1 0x00007ffff43a72e1 in QWaitConditionPrivate::wait (this=0x1
  • Something

    1857092·diff·8.3 KB·2010-04-06 15:22 UTC
    diff --git a/class/Mono.Debugger.Soft/Mono.Debugger.Soft.dll.sources b/class/Mono.Debugger.Soft/Mono.Debugger.Soft.dll.sources
    index c3920d3..7b066b2 100644
    --- a/class/Mono.Debugger.Soft/Mono.Debug
  • mike

    1857031·text·28.2 KB·2010-04-04 22:21 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Sun Apr 4 22:20:29 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • alicja

    1857021·text·23.1 KB·2010-04-04 22:10 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Sun Apr 4 22:10:09 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • Stuff

    1856981·text·622 B·2010-04-04 21:43 UTC
    Umeaboy: rpm name match `vesa':
     invesalius
     invesalius-debug
     vesautils
     vesautils-debug
     x11-driver-video-vesa
     x11-driver-video-vesa-debug
    Umeaboy: rpm provide match `vesa':
     k
  • root

    1856935·text·24.9 KB·2010-04-04 20:58 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Sun Apr 4 20:58:50 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • root

    1856865·text·8.3 KB·2010-04-04 20:27 UTC
    !!################################
    !!ALSA Information Script v 0.4.48
    !!################################
    
    !!Script ran on: Sun Apr 4 17:28:18 ART 2010
    
    !!Linux Distribution
    !!------------------
    
    De
  • Unnamed

    1856827·text·4.5 KB·2010-04-04 19:46 UTC
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Fri Mar 12 02:12:40 PST 2010
    
    Section "ServerLayout"
     Identifier
  • Something

    1856822·text·1.9 KB·2010-04-04 19:38 UTC
    Section "ServerLayout"
     Identifier "Xorg Configured"
     Screen 0 "Screen0" 0 0 
    # Option "OffTime" "5"
     Option "DontZap" "false"
     Option "ignoreABI"
    EndSection
    
    Secti
  • Unbenannt

    1856801·text·5.6 KB·2010-04-04 19:11 UTC
    <--- Processing data with offset 0 --->
     File: 20100404_20100404_de_qy Size: 1528 kB
    220 vdr01 SVDRP VideoDiskRecorder 1.7.12; Sun Apr 4 20:56:12 2010; UTF-8
    250 EPG data processed from "/var/cac
  • tivira 6

    1856754·java·1.7 KB·2010-04-04 18:01 UTC
    import java.util.LinkedList;
    import java.util.List;
    
    public class Colaborador {
    
     // atributos
    
     private int codigo;
     private String nome, endereco, telefone, bairro, cep, cpf;
     private float
  • tivira 5

    1856747·java·938 B·2010-04-04 17:49 UTC
    public class OcorrenciaFolha {
    
     private String descricao;
     private float valor;
    
     private Colaborador colaborador;
    
     private TipoOcorrencia tipo;
    
     public OcorrenciaFolha() {
     }
    
     public
  • tivira 4

    1856739·java·147 B·2010-04-04 17:38 UTC
    public class OcorrenciaFolha {
     String descricao;
     float valor;
     
     Colaborador colaborador;
    
     TipoOcorrencia tipo;
     
     // gets e sets
    }
  • tivira 3

    1856734·java·228 B·2010-04-04 17:34 UTC
    public enum TipoOcorrencia {
     
     P,
     D;
     
    // P("Provento"),
    // D("Desconto");
    // 
    // private String tipo;
    //
    // TipoOcorrencia(String s){
    // tipo=s;
    // }
    // 
    // public String getTipo()
  • Julien Nicoulaud

    1856722·text·7.1 KB·2010-04-04 17:15 UTC
    #!/usr/bin/env bash
    # ------------------------------------------------------------------------------
    # Description
    # "Modular" bash_profile.
    # - First executes every script in header/active to o
  • Julien Nicoulaud

    1856720·text·7.1 KB·2010-04-04 17:14 UTC
    #!/usr/bin/env bash
    # ------------------------------------------------------------------------------
    # Description
    # "Modular" bash_profile.
    # - First executes every script in header/active to o

older pastes →