All pastesPublic feed

Public feed

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

    2058373·text·550 B·2011-05-13 15:57 UTC
    _____ _ _ _ _ ________ ___ _ _ _ 
    | ___| | | | \ | |__ /_ _/ _ \| \ | | / \ 
    | |_ | | | | \| | / / | | | | | \| | / _ \ 
    | _| | |_| | |\ |/ /_ | | |_| | |\ |/ ___ \ 
    |_|
  • Anonymous

    2058372·text·243 B·2011-05-13 15:57 UTC
    _____ _ _ _ _ ________ ___ _ _ _ 
    | ___| | | | \ | |__ /_ _/ _ \| \ | | / \ 
    | |_ | | | | \| | / / | | | | | \| | / _ \ 
    | _| | |_| | |\ |/ /_ | | |_| | |\ |/ ___ \ 
    |_|
  • Drupal Audio Nodes with Multiple

    2058368·text·230 B·2011-05-13 15:53 UTC
    SELECT tn.nid, count(*) as ct
    FROM um_term_node tn
    inner join um_node n on (n.nid = tn.nid)
    inner join um_term_data td on (tn.tid = td.tid)
    where td.vid = 5 and n.type = 'audio'
    group by tn.nid
  • Stuff

    2058367·text·3.9 KB·2011-05-13 15:52 UTC
    UNNations
     =========
    
    Author:
    Date: 2011-05-13 09:51:44
    
    Table of Contents
    =================
    1 General Assembly
    2 Security Council
  • Drupal Audio Nodes with Multiple

    2058357·text·246 B·2011-05-13 15:48 UTC
    SELECT tn.nid, td.vid, count(*) as ct
    FROM um_term_node tn
    inner join um_node n on (n.nid = tn.nid)
    inner join um_term_data td on (tn.tid = td.tid)
    where td.vid = 5 and n.type = 'audio'
    group by
  • naromero

    2058351·text·3.1 KB·2011-05-13 15:44 UTC
    from gpaw import parsize, parsize_bands
    from gpaw.io.hdf5_highlevel import File, HyperslabSelection
    from gpaw.mpi import world
    import numpy as np
    
    # TAU set-up
    import pytau
    pytau.setNode(world.rank)
    p
  • Memory leak in decklinsink

    2058347·text·940 B·2011-05-13 15:42 UTC
    ==29964== 94,322,424 bytes in 71,763 blocks are possibly lost in loss record 3,773 of 3,773
    ==29964== at 0x4C26676: memalign (vg_replace_malloc.c:581)
    ==29964== by 0x4C266CF: posix_memalign (v
  • Mine

    2058344·text·5.7 KB·2011-05-13 15:40 UTC
    # smartctl -a -d 3ware,0 /dev/twa0 |less
    smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce Allen
    Home page is http://smartmontools.sourceforge.net/
    
    === START OF INFORMAT
  • Miscellany

    2058338·text·7.3 KB·2011-05-13 15:30 UTC
    [root@nagios init.d]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
    
    Nagios 2.0b2
    Copyright (c) 1999-2005 Ethan Galstad (www.nagios.org)
    Last Modified: 02-09-2005
    License: GPL
  • Untitled

    2058337·text·2.9 KB·2011-05-13 15:29 UTC
    #include <a_samp>
    #include <zcmd>
    #include <sscanf2>
    
    main() {
    }
    
    public OnGameModeInit() {
     return 1;
    }
    
    stock GetCharacterStuff(szName[], szItem[]) {
     new
     szItem2[64 + MAX_PLAYER_N
  • Anonymous

    2058330·text·34.1 KB·2011-05-13 15:21 UTC
    
        
  • Anonymous

    2058329·text·34.1 KB·2011-05-13 15:20 UTC
    
        
  • Untitled

    2058327·text·2.9 KB·2011-05-13 15:19 UTC
    #include <a_samp>
    #include <zcmd>
    #include <sscanf2>
    
    main() {
    }
    
    public OnGameModeInit() {
     return 1;
    }
    
    stock GetCharacterStuff(szName[], szItem[]) {
     new
     szItem2[64 + MAX_PLAYER_N
  • woman

    2058295·text·255 B·2011-05-13 14:46 UTC
    <Zebar> ska-fan, do you speak Russian?
    <ska-fan> Zebar: мало и очень плохо
    <Zebar> ska-fan, your Russian better my English
    <ska-fan> Zebar: я об этом сомневаюсь :)
    <drF_ckoff> ska-fan: "_в_ этом"
  • Someone

    2058294·text·42.7 KB·2011-05-13 14:45 UTC
    
        
  • Unnamed

    2058291·text·255 B·2011-05-13 14:42 UTC
    <Zebar> ska-fan, do you speak Russian?
    <ska-fan> Zebar: мало и очень плохо
    <Zebar> ska-fan, your Russian better my English
    <ska-fan> Zebar: я об этом сомневаюсь :)
    <drF_ckoff> ska-fan: "_в_ этом"
  • Stuff

    2058290·html·1.3 KB·2011-05-13 14:41 UTC
    <div id="output">
     <b>Please contact me with any questions.</b><br /> <b>Thank you for your time.</b>
     </div><br />
     <form id="contactForm" action="">
     <div style="float: left; width: 10
  • Mine

    2058280·javascript·3.8 KB·2011-05-13 14:35 UTC
    function AJAX_READY()
    {
     var AJAX;
     try
     {
     AJAX = new XMLHttpRequest(); // FireFox, Opera 8.0+, Safari
     return AJAX;
     }
     catch (e)
     {
     try
     {
     AJAX = new ActiveXObject("Msxml2.XMLHT
  • Miscellany

    2058275·text·1.2 KB·2011-05-13 14:25 UTC
    Error:
    You chose to compile NDOutils with MySQL support, but I was unable to
    locate the MySQL library on your system. If the library is
    installed, use the --with-mysql-lib argument to specify the
  • Miscellany

    2058270·text·35.5 KB·2011-05-13 14:15 UTC
    
        

older pastes →