All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • php compile dns.c problem

    2092756·text·3.9 KB·2011-10-23 07:13 UTC
    /opt/local/src/php-5.3.8/ext/sqlite3/libsqlite -I/opt/local/src/php-5.3.8/TSRM -I/opt/local/src/php-5.3.8/Zend -no-cpp-precomp -I/opt/local/include -arch x86_64 -g -Os -pipe -no-cpp-precomp -fvisibi
  • Something

    2092739·text·200 B·2011-10-23 06:13 UTC
    <K-1> #4 smoogy -- R:6.445 W:699 L:332 (68%) +2
    <K-1> #6 wims -- R:6.311 W:330 L:159 (67%) +7
    ****
    [K-1] #4 smoogy -- R:6.459 W:846 L:407 (68%) +3
    [K-1] #5 wims -- R:6.423 W:447 L:198 (69%) +8
  • ^devil^

    2092702·text·3.6 KB·2011-10-23 05:04 UTC
    <@Crazy> Ok la
    <@Crazy> Sape bg aku hop
    <@Crazy> Reson
    <@munge> @@
    <@munge> welkam
    <@Crazy> Alasan yg munasabah
    <@munge> ?
    <@munge> alasan apa
    <@Crazy> Asal hop kat kg
    <@munge> @@
    <@Crazy> P
  • Someone

    2092701·text·204 B·2011-10-23 04:39 UTC
    # In case you need to replace some part of the REMOTE_USER, you can
    # use the following RegExp ($1 will be new login).
     $Self->{'Customer::AuthModule::HTTPBasicAuth::ReplaceRegExp'} = '^(.+?)@.+?$
  • Unnamed

    2092686·css·1.6 KB·2011-10-23 02:41 UTC
    /*
     * This is a manifest file that'll automatically include all the stylesheets available in this directory
     * and any sub-directories. You're free to add application-wide styles to this file and th
  • Someone

    2092685·text·558 B·2011-10-23 02:40 UTC
    LITEON iHAS-324-32 (B) Results:
    
    GOOD #1 forza 4 pal complex - disc 1 - 100% hd install complete ( OPC enabled, 4x ) verify, kprobe 81 pi /2 pif - media: mkm003 singapore @ 4x imgburn 2.5.6
    FA
  • Miscellany

    2092684·css·1.2 KB·2011-10-23 02:36 UTC
    /* Before */
    * {
     font-family: Verdana, sans-serif;
    }
    
    div#content {
     width: 750px;
     margin: 0 auto;
     padding-top: 25px;
    }
    
    nav {
     padding-top: 60px;
     background-image: url("soflogo.png")
  • Anonymous

    2092670·c·424 B·2011-10-23 01:08 UTC
    #include <stdlib.h>
    
    typedef struct list ListT, *ListTP;
    typedef struct list_node ListNodeT, *ListNodeTP;
    
    struct list {
     ListNodeTP* head;
    };
    
    struct list_node {
     ListNodeTP* next;
  • Untitled

    2092666·bash·3.9 KB·2011-10-23 00:11 UTC
    #!SHEBANG
    
    PATH=/opt/bin:/opt/local/bin:/opt/sbin:/opt/local/sbin/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/syno/bin
    
    SOURCE="SOURCELINE"
    TARGET="TARGETLINE"
    NAME=NAMELINE
    COMPRESS=COMPRESSLINE
    EXPI
  • arf

    2092661·text·655 B·2011-10-22 23:48 UTC
    var teststring = window.location.href
    var startsearchpos = window.location.protocol.length + 2 + window.location.host.length
    var englishFound = teststring.indexOf ( "english", startsearchpos )
    var
  • Nico

    2092656·text·432 B·2011-10-22 23:32 UTC
    Option 1)
    
    du -csh iptables/usr/
    328K iptables/usr/
    328K total
    
    Option 2)
    
    du -csh iptables/usr libip4tc/usr libxtables/usr xtables/usr/
    40K iptables/usr
    32K libip4tc/usr
    48K libxtables/u
  • Untitled

    2092655·text·536 B·2011-10-22 23:32 UTC
    [general]
    static=yes
    writeprotect=no
    
    [incoming]
    exten => s,1,Log(NOTICE, Incoming call from ${CALLERID(all)})
    exten => s,n,Dial(SIP/1000)
    exten => s,n,Hangup()
    
    [myphones]
    
    exten => any,
  • Someone

    2092654·text·11.8 KB·2011-10-22 23:25 UTC
    sip set debug on
    SIP Debugging enabled
    crowenix*CLI> 
    crowenix*CLI> 
    crowenix*CLI> 
    [Oct 22 16:25:07] NOTICE[16711]: chan_sip.c:11655 sip_reregister: -- Re-registration for 4083517293@cps.onv
  • Nico

    2092652·text·195 B·2011-10-22 23:24 UTC
    du -csh ip{,6}tables/usr libip{4,6}tc/usr libxtables/usr xtables/usr/
    40K iptables/usr
    96K ip6tables/usr
    32K libip4tc/usr
    32K libip6tc/usr
    48K libxtables/usr
    136K xtables/usr/
    384K total
  • Unnamed

    2092650·c·489 B·2011-10-22 23:14 UTC
    void PhysMemMarkAddrRange(uint32_t addr, unsigned int len) {
     unsigned int subwordlen;
     int i, part;
    
     part = !!(len & 0xfff);
     addr >>= 12;
     len >>= 12;
    
     subwordlen = 32 - (addr & 31);
  • Stuff

    2092645·text·479 B·2011-10-22 22:23 UTC
    jwc@gumby:~/Public/gnome/gnome-user-docs$ git push
    To ssh://jcampbell@git.gnome.org/git/gnome-user-docs
     ! [rejected] gnome-3-0 -> gnome-3-0 (non-fast-forward)
    error: failed to push some ref
  • Anonymous

    2092643·text·1.7 KB·2011-10-22 22:06 UTC
    #include <cstdio>
    #include <iostream>
    #include <string>
    #include <vector>
    #include <algorithm>
    #include <cstring>
    
    using namespace std;
    
    void _generatePasswordForSize(char* pwd, int index, in
  • Something

    2092639·c·2.0 KB·2011-10-22 21:39 UTC
    po2debconf debian/templates.in > debian/templates.l10n
    sed -e 's/=V/2.6.33-custom-wl/g' -e 's/=IB//g' \
     -e 's/=ST/linux/g' -e 's/=R//g' \
     -e 's/=KPV/12.036+nmu1/g'
  • Anonymous

    2092635·c·13.0 KB·2011-10-22 21:16 UTC
    set but not used [-Wunused-but-set-variable]
    include/linux/vmstat.h:81:1: warning: variable ‘pto_tmp__’ set but not used [-Wunused-but-set-variable]
    include/linux/vmstat.h: In function ‘count_vm_eve
  • Anonymous

    2092634·text·62.4 KB·2011-10-22 21:14 UTC
    
        

older pastes →