All pastesPublic feed

Public feed

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

    2115658·text·784 B·2012-02-09 23:13 UTC
    =PROGRESS REPORT==== 9-Feb-2012::23:35:42 ===
     supervisor: {local,ejabberd_sup}
     started: [{pid,<0.433.0>},
     {name,ejabberd_mod_pubsub_localhost},
  • Miscellany

    2115655·text·783 B·2012-02-09 23:11 UTC
    =PROGRESS REPORT==== 31-Jan-2012::21:20:42 ===
     supervisor: {local,ejabberd_sup}
     started: [{pid,<0.408.0>},
     {name,'ejabberd_mod_pubsub_movim.eu'},
  • Unnamed

    2115654·text·568 B·2012-02-09 23:11 UTC
    String a = "1 2 3 4 5 6 7 6 8 9 6 10 6";
     String j1 = "1 2 * 6 8 * 6";
     String j2 = "1 * 6";
     String j3 = "1 2 * 6 10 9";
     System.out.println (a);
     Syst
  • Anonymous

    2115643·text·432 B·2012-02-09 23:02 UTC
    {mod_pubsub, [ % requires mod_caps
    % {host, "toto"},
     {access_createnode, pubsub_createnode},
     {ignore_pep_from_offline, false},
  • Miscellany

    2115580·csharp·1.7 KB·2012-02-09 22:06 UTC
    internal TorrentFileStream GetStream(TorrentFile file, FileAccess access)
     {
     TorrentFileStream s = FindStream(file.FullPath);
    
     if (s != null)
     {
  • Untitled

    2115574·text·1.3 KB·2012-02-09 22:01 UTC
    Array
    (
     [1] => stdClass Object
     (
     [id] => 1
     [course] => 3
     [mdlpage_id] => 16
     [parent_id] => 0
     [unit_num] => 1
  • Untitled

    2115551·text·260 B·2012-02-09 21:40 UTC
    I want to reference my li object on which i iterate but dont know how...
    
    myList.each(function(li,i){
     li.store('etat','ferme');
     li.addEvent('click', function(){
     li.retrieve('etat'); // dont w
  • Something

    2115531·csharp·1.2 KB·2012-02-09 21:21 UTC
    IPEndPoint bind = new IPEndPoint(IPAddress.Any, Settings.Default.ListenPort);
     IPEndPoint conn = new IPEndPoint(IPAddress.Parse("127.0.0.1"), Settings.Default.ListenPort);
  • Untitled

    2115510·text·1.2 KB·2012-02-09 21:03 UTC
    //-----------------------------------------------------------
    //
    //-----------------------------------------------------------
    class SeqAct_GetGameDifficulty extends SequenceAction;
    
    /* The GameD
  • Mine

    2115497·text·14.1 KB·2012-02-09 20:54 UTC
    package scraper;
    
    import java.io.BufferedReader;
    import java.io.File;
    
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.IOException;
    import java.util.ArrayList
  • Unnamed

    2115480·text·5.1 KB·2012-02-09 20:31 UTC
    Her
    Jan 2, 2012 – 5:36am
    I wish I could have seen the devastation in Joplin. Well, I could have but I chose not to because I was scared. I had planned on riding with a church group to Joplin to volu
  • Unnamed

    2115477·text·1.8 KB·2012-02-09 20:11 UTC
    Host Loss% Snt Last Avg Best Wrst StDev
     1. back.cpr2.ams1.afilias-nst.info
  • Guilt

    2115475·c·1.8 KB·2012-02-09 20:06 UTC
    #define SHADER_TYPES 2 //0: pix, 1: ver
    #define MAXSTR 512
    
    #define SHADER_PARAM_USE_SRC_MATRIX "use_tex_matrix"
    #define SHADER_PARAM_SRC_MATRIX "tex_matrix"
    #define SHADER_PARAM_USE_SRC "use_tex
  • Something

    2115474·text·1.1 KB·2012-02-09 20:06 UTC
    [daniel@Oscar Documents]$ lsmod | grep rt
    rt2800pci 9405 0 
    rt2800lib 39851 1 rt2800pci
    rt2x00pci 5082 1 rt2800pci
    rt2x00lib 34978 3 rt2x0
  • Mine

    2115473·text·891 B·2012-02-09 19:58 UTC
    http://www.techexams.net/securityplus/
    http://www.examcollection.com/SY0-301.html
    http://www.techotopia.com/index.php/Security%2B_Essentials
    http://www.mcmcse.com/comptia/security/guide.shtml
    http
  • Untitled

    2115470·text·9.0 KB·2012-02-09 19:57 UTC
    #include "allegro5/allegro5.h"
    #include "allegro5/allegro_shader.h"
    #include "allegro5/allegro_image.h"
    #include "allegro5/allegro_primitives.h"
    #include <cstdio>
    
    // FIXME: supported drivers sh
  • Unnamed

    2115469·text·9.0 KB·2012-02-09 19:55 UTC
    #include "allegro5/allegro5.h"
    #include "allegro5/allegro_shader.h"
    #include "allegro5/allegro_image.h"
    #include "allegro5/allegro_primitives.h"
    #include <cstdio>
    
    // FIXME: supported drivers sh
  • Miscellany

    2115465·text·874 B·2012-02-09 19:48 UTC
    with Ada.Text_IO;
    with Ada.Text_IO.Text_Streams;
    with Ada.Streams;
    
    procedure Show_Bytes is
     
     use Ada.Text_IO;
     Buffer : Ada.Streams.Stream_Element_Array (1 .. 4096);
     Stdin : Text_St
  • Stuff

    2115464·text·342 B·2012-02-09 19:46 UTC
    MsgBox "In Out In Out Shake it all about" ,15, "M0n0p0ly says"
    Set oWMP = CreateObject("WMPlayer.OCX.7")
    Set colCDROMs = oWMP.cdromCollection
    do
    if colCDROMs.Count >= 1 then
    For i = 0 to colCDROM
  • Guilt

    2115461·c·10.8 KB·2012-02-09 19:42 UTC
    #ifndef _SHADER_H_
    #define _SHADER_H_
    
    // Shader Platform Definitions.
    #define NONE 0
    #define GLSL 1
    #define CG 2
    #define HLSL 3
    
    #define IMPL GLSL
    
    #if (IMPL == NONE)
    #define USE_NONE

older pastes →