All pastesPublic feed

Public feed

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

    2127605·text·167 B·2012-03-13 09:24 UTC
    National University of Singapore
    School of Computing
    Dean's Office, Graduate Studies
    Computing 1, #03-27, 13 Computing Drive 
    Singapore 117417 
    Attn: Ms Cindy Loh
  • Joel Yliluoma

    2127604·cpp·11.8 KB·2012-03-13 09:22 UTC
    // Integer types
    typedef unsigned char u8;
    // Bitfield utilities
    template<unsigned bitno, unsigned nbits=1, typename T=u8>
    struct RegBit
    {
     T data;
     enum { mask = (1u << nbits) - 1u };
  • Stuff

    2127598·c·6.8 KB·2012-03-13 08:58 UTC
    //Main
    /****************************************************************
    * Author: kh@ipimp.at
    *****************************************************************
    * Minimum setup of GPIO 
    *********
  • Unnamed

    2127597·c·6.8 KB·2012-03-13 08:58 UTC
    //Main
    /****************************************************************
    * Author: kh@ipimp.at
    *****************************************************************
    * Minimum setup of GPIO 
    *********
  • Someone

    2127594·c·3.5 KB·2012-03-13 08:56 UTC
    /*
     * days_in_month(month, year)
     * Returns the number of days in a given month and year, taking into account leap years.
     *
     * month: numeric month (1-12)
     * year: numeric year
     *
     * Prec: mon
  • Untitled

    2127578·text·4.5 KB·2012-03-13 07:19 UTC
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  • Unnamed

    2127576·text·1.0 KB·2012-03-13 07:08 UTC
    [Mar 13 14:02:40] WARNING[28529]: res_odbc.c:1402 _ast_odbc_request_obj2: SetConnectAttr (Txn isolation) returned an error: HY000: [MySQL][ODBC 5.1 Driver]MySQL server has gone away
    [Mar 13 14:02:40]
  • Stuff

    2127575·text·7.4 KB·2012-03-13 07:06 UTC
    -------------------------------------------------------------------------------
    \\//\\//\\//\\// _ |_ _ \ \/ /_ _ _ \\//\\//\\//\\//\\//\\//\\//\\//\\//\\
    //\\//\\//\\//\\ (_||_)(_|/ /\ \_||_ |
  • Someone

    2127574·text·7.4 KB·2012-03-13 07:06 UTC
    -------------------------------------------------------------------------------
    \\//\\//\\//\\// _ |_ _ \ \/ /_ _ _ \\//\\//\\//\\//\\//\\//\\//\\//\\//\\
    //\\//\\//\\//\\ (_||_)(_|/ /\ \_||_ |
  • HUGE Security Resource - version

    2127573·text·44.9 KB·2012-03-13 07:05 UTC
    
        
  • Unnamed

    2127567·text·329 B·2012-03-13 06:27 UTC
    Anaheim
    Arlington (Dallas)
    Atlanta
    Baltimore
    Boston
    Chicago (2)
    Cincinnati
    Cleveland
    Denver
    Detroit
    Houston
    Los Angeles
    Kansas City
    Miami
    Milwaukee
    Minneapolis
    New York (2)
    Oakland
    P
  • Something

    2127560·c·78 B·2012-03-13 05:58 UTC
    #include <stdio.h>
    int main(){
     printf("hello world!");
    
    return 1;
    }
  • Someone

    2127549·text·3.2 KB·2012-03-13 05:48 UTC
    on *:text:.box:#: {
     if (%match == $null) {
     msg $chan $nick is looking for a boxing partner! Type ".box" to challenge him!
     var %match 1
     var %p1 $nick
     }
     elseif (match == 2) {
  • Unnamed

    2127545·text·248 B·2012-03-13 05:36 UTC
    #include <stdio.h>
    
    int test = 'test';
    char testStr[5];
    
    int main() {
     switch (test) {
     case 'test':
     printf("here\n");
     break;
     };
    
     test = ntohl(test);
     strcpy(testStr, (char*)&tes
  • Something

    2127544·c·78 B·2012-03-13 05:33 UTC
    #include <stdio.h>
    int main(){
     printf("hello world!");
    
    return 1;
    }
  • Something

    2127543·text·78 B·2012-03-13 05:32 UTC
    #include <stdio.h>
    int main(){
     printf("hello world!");
    
    return 1;
    }
  • NERV LA Session 1

    2127542·text·30.5 KB·2012-03-13 05:31 UTC
    [16:27] <Pendragon> Rembrandt wakes up in one of the group dormitories of the Nerv base. That was a hell of a simulation marathon Dr. Savez put him through... Tamara is back to wandering the Nerv base
  • Unnamed

    2127541·text·225 B·2012-03-13 05:28 UTC
    #include <stdio.h>
    
    int test = 'test';
    char testStr[4];
    
    int main() {
     switch (test) {
     case 'test':
     printf("here\n");
     break;
     };
    
     strcpy(testStr, (char*)&test);
     printf("%s\n", t
  • Unnamed

    2127533·text·147 B·2012-03-13 05:05 UTC
    #include <stdio.h>
    
    int test = 'test';
    
    int main() {
     switch (test) {
     case 'test':
     printf("here\n");
     break;
     };
    
     return 0;
    }
  • Stuff

    2127529·text·11.3 KB·2012-03-13 04:50 UTC
    [2012-03-12 21:49:09 1744] DEBUG (XendDomainInfo:103) XendDomainInfo.create(['vm', ['name', 'spacewalk.soleks.net'], ['memory', 2048], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['vcpus'

older pastes →