All pastesPublic feed

Public feed

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

    2073524·text·244 B·2011-06-02 04:32 UTC
    <Directory /srv/www/parlementum.net/public_html/statusnet/>
     Options Indexes FollowSymLinks MultiViews
     AllowOverride All
     Order allow,deny
  • Unnamed

    2073521·bash·394 B·2011-06-02 04:17 UTC
    output=$(/usr/local/bin/ffmpeg -i $file 2>&1 | awk '/Stream/ && /fps/ && /kb\/s/ {for (i=1;i<=NF;i++) if ($i ~ /[0-9]+x[0-9]+/) print $i}');
     if [ "$output"=1440x810 ];
     then
  • Mine

    2073518·text·1.3 KB·2011-06-02 04:02 UTC
    mysql> select user,host from mysql.user;
    +------------+-----------------------------+
    | user | host |
    +------------+-----------------------------+
    | bluethundr |
  • Untitled

    2073517·perl·2.3 KB·2011-06-02 04:00 UTC
    {
     
     $req->set_always( method => 'GET' );
     
     ok( !$stash->{is_first_login}, qq[is_first_login not initialized before login] );
     clear_all_mocks();
     
     $ctl->assert_login($ct
  • Unnamed

    2073513·perl·769 B·2011-06-02 03:41 UTC
    { my($method, $args) = $ctx->next_call;
     is($method => 'user_exists', q{called 'user_exists'} ) }
     
     { my($method, $args) = $ctx->next_call;
     is($method
  • Unnamed

    2073512·text·484 B·2011-06-02 03:40 UTC
    ## mysql table create
    
    mysql> CREATE TABLE ftpgroup ( groupname varchar(16) NOT NULL default '', gid smallint(6) NOT NULL default '5500', members varchar(16) NOT NULL default '', KEY groupname (grou
  • Unnamed

    2073511·perl·842 B·2011-06-02 03:40 UTC
    { 
     my($method, $args) = $ctx->next_call;
     is($method => 'user_exists', q{called 'user_exists'} );
     }
     
     { 
     my($method, $args) = $ctx->nex
  • Miscellany

    2073504·cpp·843 B·2011-06-02 03:00 UTC
    clientRequest* IllbdrClient::GetCompletedRequest()
    {
     // First off, do we even have a completed chunk?
     if( !IsCompleteChunkAvailable() ) return NULL;
    
     // We do! Then lets get the data out of th
  • Something

    2073498·java·10.5 KB·2011-06-02 02:45 UTC
    // ************ heap.java **********************\\
    
    package heap;
    
    import java.util.ArrayList;
    import java.lang.Comparable;
    
    public class Heap<E> implements PriorityQueue<E>
    {
     private ArrayL
  • Miscellany

    2073495·text·1.1 KB·2011-06-02 02:28 UTC
    I find. This work good in FL.
    
    c/p
    
    I have tested the new settings in New security area and its working.
    
    The settings are:
    
    1. Settings:
    
    General Settings
    
    Disable Firmware upgrades
    Forc
  • Mine

    2073494·text·632 B·2011-06-02 02:27 UTC
    left/right
    mens/womens (size of case)
    shape of case
    shape of dial
    kind of numerals on dial: arabic, roman, tick, or none
    which numerals showing? 1-12, 12-3-6-9, etc
    number of lugs
    shape of lug
  • Unnamed

    2073491·text·347 B·2011-06-02 02:15 UTC
    Product: Java(TM) SE Development Kit 6 Update 25 -- Error 1723.There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your suppor
  • Untitled

    2073487·text·19.9 KB·2011-06-02 01:55 UTC
    0.000000 futex(0x22b4d5c, FUTEX_WAIT_PRIVATE, 75, NULL) = 0 <0.839945>
     0.840029 futex(0x22b4d30, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000004>
     0.000019 write(57, "0", 1) = 1 <0.000006
  • votabot.py

    2073486·python·2.7 KB·2011-06-02 01:52 UTC
    '''
    Copyright (c) 2011, Centro de Alumnos Informtica UTFSM Casa Central
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provid
  • Stuff

    2073483·text·2.0 KB·2011-06-02 01:44 UTC
    (handlebars
     (name "Handlebars")
     (artist "Flobots")
     (master TRUE)
     (context 905)
     (song
     (name songs/handlebars/handlebars)
     (tracks
     ((drum (0 1 2 3 4 5))
  • Miscellany

    2073482·text·13.9 KB·2011-06-02 01:37 UTC
    0.000000 futex(0xdd1bcc, FUTEX_WAIT_PRIVATE, 371, NULL) = 0 <0.913937>
     0.913999 futex(0xdd1ba0, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000015>
     0.000043 write(68, "0", 1) = 1 <0.000013>
  • Anonymous

    2073479·text·1.3 KB·2011-06-02 01:23 UTC
    diff --git a/mythtv/programs/mythbackend/filetransfer.cpp b/mythtv/programs/mythbackend/filetransfer.cpp
    index 0e2de25..7606638 100644
    --- a/mythtv/programs/mythbackend/filetransfer.cpp
    +++ b/mytht
  • Mine

    2073473·nasm·789 B·2011-06-02 01:02 UTC
    FIB proc near
     push ax ;empilha ax
     cmp ax,1 ;compara ax com 1
     jz LABEL_IF ;se for verdadeiro vai para label if
     cmp ax,2
  • Mine

    2073469·text·210 B·2011-06-02 00:53 UTC
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    
    RewriteRule ^webmaster/([^/]*)/?$ webmaster.php?sect
  • Stuff

    2073466·text·3.2 KB·2011-06-02 00:49 UTC
    diff --git a/mythtv/libs/libmythbase/msocketdevice.cpp b/mythtv/libs/libmythbase/msocketdevice.cpp
    index 76afc03..5f7e7d8 100644
    --- a/mythtv/libs/libmythbase/msocketdevice.cpp
    +++ b/mythtv/libs/li

older pastes →