All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • xbmc debug log

    2109117·text·55.3 KB·2012-02-02 20:01 UTC
    
        
  • Someone

    2109116·text·2.2 KB·2012-02-02 19:59 UTC
    hard_2 = {4 =>[0,0,2,2,2,2,2,2,2,2,2,2],
     5 =>[0,0,2,2,2,2,2,2,2,2,2,2],
     6 =>[0,0,2,2,2,2,2,2,2,2,2,2],
     7 =>[0,0,2,2,2,2,2,2,2,2,2,2],
     8 =>[0,0,2,2,2,2,2,2,2
  • Anonymous

    2109115·text·472 B·2012-02-02 19:57 UTC
    if (polyA.length >= polyB.length) {
     polychoice = 1;
     for (int p = 0; p < polyB.length; p++) {
     int coefA;
     int coefB;
     coefA = polyA[p].getCoef();
     coefB = polyB[p].getCoef();
     coefA = co
  • Stuff

    2109114·text·35.5 KB·2012-02-02 19:56 UTC
    
        
  • Miscellany

    2109113·text·6 B·2012-02-02 19:53 UTC
    sfdasd
  • Something

    2109112·text·3 B·2012-02-02 19:52 UTC
    sfd
  • Stuff

    2109111·text·200 B·2012-02-02 19:48 UTC
    #include <stdarg.h>
    
    void my_printf(const char *fmt, ...)
    { 
     char bufText[4096]; 
     va_list args; 
     
     va_start(args, fmt); 
     vsprintf(bufText, fmt, args); 
     
     va_end(args);
    }
  • Miscellany

    2109109·c·132 B·2012-02-02 19:45 UTC
    #define buffer_MAX 16 
    PROGMEM unsigned char data_buffer[] = "0123456789ABCDEF";
    unsigned char *pntr_buffer = data_buffer;
  • Miscellany

    2109108·c·719 B·2012-02-02 19:44 UTC
    #define buffer_MAX 16 
    unsigned char data_buffer[] PROGMEM= "0123456789ABCDEF";
    unsigned char *pntr_buffer;
    pntr_buffer = data_buffer[];
    
    Warning 1 data definition has no type or storag
  • Anonymous

    2109106·text·4.3 KB·2012-02-02 19:06 UTC
    sketch_feb02a.cpp: In function 'void setup()':
    sketch_feb02a:100: error: invalid conversion from 'char' to 'const char*'
    sketch_feb02a:100: error: initializing argument 1 of 'size_t strlen(const cha
  • Stuff

    2109098·text·1.2 KB·2012-02-02 18:39 UTC
    [root@dom0 ~]# cat /proc/cpuinfo
    processor : 0
    vendor_id : AuthenticAMD
    cpu family : 15
    model : 5
    model name : AMD Opteron(tm) Processor 242
    stepping : 1
  • Stuff

    2109097·text·5.4 KB·2012-02-02 18:27 UTC
    //Melody - Will play a melody 
    // Sort-of-MIDI
    
    // Alter the variable string 'melody' in setup() to change the melody played.
    // notes are defined with 4 characters
    // Xa01
    // X is the not
  • Stuff

    2109095·text·5.2 KB·2012-02-02 18:06 UTC
    //Melody - Will play a melody 
    // Sort-of-MIDI
    
    // Alter the variable string 'melody' in setup() to change the melody played.
    // notes are defined with 4 characters
    // Xa01
    // X is the not
  • Unnamed

    2109094·text·95.0 KB·2012-02-02 17:57 UTC
    
        
  • Unnamed

    2109084·text·383 B·2012-02-02 16:38 UTC
    mysql> select id, type, count(type) from kv group by id, type;
    +----+------+-------------+
    | id | type | count(type) |
    +----+------+-------------+
    | 1 | 1 | 1 |
    | 1 | 2 |
  • Someone

    2109083·text·1.2 KB·2012-02-02 16:33 UTC
    new level = PlayerInfo[playerid][pFishSkill];
     if(level >= 0 && level <= 50) { SendClientMessage(playerid, COLOR_YELLOW, "Your Fishing Skill Level = 1."); format(string, sizeof(string), "You need
  • stgraber

    2109082·text·2.0 KB·2012-02-02 16:31 UTC
    #!/usr/bin/python
    import xmlrpclib, sys, random
    drupal=xmlrpclib.ServerProxy("http://iso.qa.ubuntu.com/xmlrpc.php")
    config_milestone = "Precise Alpha 2"
    
    # Getting the milestone
    print "Getting milesto
  • Unnamed

    2109081·text·240 B·2012-02-02 16:26 UTC
    function compute(){
     $.post('http://barker-creations.net/geopoly/ajax/get/property/setUnvisited.php', 
     {onOff: form.onoff.value,
     pid: form.pid.value}, 
     function(output){
     $('#debug'
  • parentOu

    2109080·vb·469 B·2012-02-02 16:17 UTC
    _resultDn = DSQuery OU -name _name
    
    if UBound(_resultDn) > 0
     if Wscript.Parameters(0) = "0"
     _tabDn = Split(_resultDn(0), ",")
     _container = ""
     for i = 1 to Ubound(_tabDn)
     _container =
  • can not get fax to work

    2109079·text·11.2 KB·2012-02-02 16:06 UTC
    == Using SIP RTP TOS bits 184
     == Using SIP RTP CoS mark 5
     == Using SIP VRTP TOS bits 136
     == Using SIP VRTP CoS mark 6
     == Using UDPTL TOS bits 184
     == Using UDPTL CoS mark 5
     -- Exe

older pastes →