All pastesPublic feed

Public feed

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

    1864207·text·1.6 KB·2010-04-17 02:00 UTC
    I seem to be having some problems with the compile. I'm using rtmpdump-2.2b and using these paramaters for make: make posix XCFLAGS="-arch ppc"
    I'm building it on an intel-based mac as I don't have a
  • keenan

    1864194·text·7.5 KB·2010-04-17 01:41 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Sat Apr 17 01:41:41 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • pinguin

    1864193·text·21.5 KB·2010-04-17 01:41 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Sat Apr 17 01:40:33 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • anonymous

    1864069·text·88.9 KB·2010-04-16 23:36 UTC
    
        
  • noo

    1864045·text·21.1 KB·2010-04-16 23:15 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Fri Apr 16 23:13:48 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • jlawrence

    1864028·text·20.7 KB·2010-04-16 22:56 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Fri Apr 16 22:56:04 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • prova

    1863946·text·3.2 KB·2010-04-16 21:46 UTC
    Index: core/fileprinter.cpp
    ===================================================================
    --- core/fileprinter.cpp (revisione 1115533)
    +++ core/fileprinter.cpp (copia locale)
    @@ -307,6 +307,43 @
  • prova

    1863935·text·3.2 KB·2010-04-16 21:33 UTC
    Index: core/fileprinter.cpp
    ===================================================================
    --- core/fileprinter.cpp (revisione 1115533)
    +++ core/fileprinter.cpp (copia locale)
    @@ -307,6 +307,41 @
  • prova

    1863934·text·3.2 KB·2010-04-16 21:32 UTC
    Index: core/fileprinter.cpp
    ===================================================================
    --- core/fileprinter.cpp (revisione 1115533)
    +++ core/fileprinter.cpp (copia locale)
    @@ -307,6 +307,41 @
  • geert

    1863929·text·2.6 KB·2010-04-16 21:28 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Fri Apr 16 21:28:43 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • prova

    1863927·text·3.0 KB·2010-04-16 21:26 UTC
    Index: core/fileprinter.cpp
    ===================================================================
    --- core/fileprinter.cpp (revisione 1115533)
    +++ core/fileprinter.cpp (copia locale)
    @@ -307,6 +307,41 @
  • prova

    1863925·text·3.3 KB·2010-04-16 21:25 UTC
    Index: core/fileprinter.cpp
    ===================================================================
    --- core/fileprinter.cpp (revisione 1115533)
    +++ core/fileprinter.cpp (copia locale)
    @@ -307,9 +307,43 @
  • Miscellany

    1863761·text·192 B·2010-04-16 20:24 UTC
    RewriteCond %{SCRIPT_URI} !-f
    RewriteCond %{SCRIPT_URI} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*)$ /index.php?q=$1&%{QUERY_STRING} [NE]
  • jacek

    1863716·text·19.5 KB·2010-04-16 19:56 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Fri Apr 16 19:55:53 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • bamo

    1863680·text·18.2 KB·2010-04-16 19:35 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Fri Apr 16 19:35:31 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • Anonymous

    1863597·text·1.0 KB·2010-04-16 18:28 UTC
    #include "labeledpersonlistwidgetitem.h"
    
    LabeledPersonListWidgetItem::LabeledPersonListWidgetItem(QListWidget* view, int type) : QListWidgetItem(view, type)
    { 
    }
    
    LabeledPersonListWidgetItem::L
  • Something

    1863596·text·838 B·2010-04-16 18:28 UTC
    #ifndef PERSONLISTWIDGETITEM_H
    #define PERSONLISTWIDGETITEM_H
    
    #include <QListWidget>
    #include <QString>
    
    class LabeledPersonListWidgetItem : public QListWidgetItem
    {
     public:
     Labe
  • massimo

    1863567·text·3.5 KB·2010-04-16 17:59 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Fri Apr 16 17:59:02 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • pobegam

    1863556·text·421 B·2010-04-16 17:44 UTC
    #!/usr/bin/env perl
    
    use strict;
    use warnings;
    
    use WWW::Curl::Easy;
    use Perl6::Slurp;
    
    my $curl = new WWW::Curl::Easy;
    
    my $file = slurp("file.png");
    
    my @values = (
     ["key", "e7d4bf208cf3a1afa398ac9
  • pobegam

    1863552·text·421 B·2010-04-16 17:42 UTC
    #!/usr/bin/env perl
    
    use strict;
    use warnings;
    
    use WWW::Curl::Easy;
    use Perl6::Slurp;
    
    my $curl = new WWW::Curl::Easy;
    
    my $file = slurp("file.png");
    
    my @values = (
     ["key", "e7d4bf208cf3a1afa398ac9

older pastes →