All pastesPublic feed

Public feed

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

    2001788·text·36.8 KB·2010-11-25 09:42 UTC
    
        
  • phil

    2001783·text·2.5 KB·2010-11-25 09:35 UTC
    From 1f5983bc7b33d25cf7e37bc2546fc73b0f02c98e Mon Sep 17 00:00:00 2001
    From: Philippe Normand <pnormand@igalia.com>
    Date: Thu, 25 Nov 2010 10:32:45 +0100
    Subject: [PATCH] 2010-11-25 Philippe Normand
  • phil

    2001782·text·4 B·2010-11-25 09:34 UTC
    goo
  • Miscellany

    2001769·text·1.2 KB·2010-11-25 08:58 UTC
    --- /home/Ilari/nethack-bios-queue.r-sync 2010-11-25 07:06:59.000000000 +0200
    +++ /home/Ilari/nethack-bios-queue.r-nosync 2010-11-25 07:06:53.000000000 +0200
    @@ -2478,13 +2478,13 @@
     710250 pushed
  • xnxx

    2001761·ada·1.0 KB·2010-11-25 08:21 UTC
    Calculating dependencies... done!
    
    [ebuild NS ] sys-devel/gcc-4.4.4-r2 [4.1.1-r3] USE="fortran mudflap nls nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -gcj -graphite -gtk (-har
  • Conversation

    2001732·text·2.2 KB·2010-11-25 06:56 UTC
    R. Hey Soraya, What have you been up to?
    S. Hi Richard, Just fooling around, watching some interesting things.
    R. I see, so, those interesting things has nothing to do with zombies, are they?
    S. We
  • aguerreiro

    2001616·perl·30.1 KB·2010-11-25 02:42 UTC
    #!/usr/bin/perl -w
    
    # Paulo Trezentos - Caixa Mágica 2009
    # This is the main wrapper responsible for the pipeline of apt-pbo
    #
    # For example:
    # apt-pbo install car
    # |__ apt-get pboinstall car
    #
  • Unnamed

    2001612·text·2.4 KB·2010-11-25 02:32 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include<cstring>
    #include<iostream>
    using namespace std;
    #define TAM_STR 10
    #define TAM_TAB 10
    
    int hash1(char []);
    int hashN(char [],int);
    void inser
  • Mine

    2001580·c·6.2 KB·2010-11-25 01:34 UTC
    #include "mem.h"
    #include <stdio.h>
    #include <stdlib.h>
    
    typedef struct fb
    {
     size_t taille;
     struct fb *next;
    }fb_t;
    
    typedef struct ab
    {
     size_t taille;
    }ab_t;
    
    static mem_fit_funct
  • Something

    2001563·cpp·8.1 KB·2010-11-25 01:02 UTC
    #include "ocelot.h"
    #include "db.h"
    #include <string>
    #include <iostream>
    #include <boost/thread/thread.hpp>
    #include <boost/thread/mutex.hpp>
    #include <boost/thread/locks.hpp>
    
    mysql::mysql(s
  • Something

    2001558·c·6.2 KB·2010-11-25 00:55 UTC
    #include "mem.h"
    #include <stdio.h>
    #include <stdlib.h>
    
    typedef struct fb
    {
     size_t taille;
     struct fb *next;
    }fb_t;
    
    typedef struct ab
    {
     size_t taille;
    }ab_t;
    
    static mem_fit_funct
  • tuVeuxLaSauce

    2001444·c·4.5 KB·2010-11-24 22:29 UTC
    #include "mem.h"
    
    typedef struct fb
    {
     size_t taille;
     struct fb *next;
    }fb_t;
    
    typedef struct ab
    {
     size_t taille;
    }ab_t;
    
    static mem_fit_function_t *fonctionRecherche;
    static fb_t *tet
  • prendLaSauce

    2001441·c·1.2 KB·2010-11-24 22:26 UTC
    void mem_free(void* zone) {
     struct fb* nouveau;
    
     nouveau = (struct fb*) (((char *) zone) - sizeof(struct ab));
     nouveau->taille = ((struct ab*) nouveau)->taille;
    
     if ((tete == NULL) || (((s
  • Sonnet IX

    2001408·text·603 B·2010-11-24 22:00 UTC
    Well you didnt say this would come so soon
    It seems like now its all over again
    Watching sun rise up high, before the moon
    It wasnt shining so bright just back when,
    You came to me and I cleared a
  • Someone

    2001407·text·1.5 KB·2010-11-24 21:56 UTC
    WHY DOES NCSOFT SUPPORT FAIL:
    
    Power2All:
    You sure your one of the technical people ?
    You can connect with telnet just fine to different ports, both in Linux and Windows environment.
    Im myself a
  • lasauce

    2001370·c·2.6 KB·2010-11-24 21:13 UTC
    #include "mem.h"
    
    typedef struct fb
    {
     size_t taille;
     struct fb *next;
    }fb_t;
    
    typedef struct ab
    {
     size_t taille;
    }ab_t;
    
    static mem_fit_function_t *fonctionRecherche;
    static fb_t *t
  • Stuff

    2001324·text·208 B·2010-11-24 20:27 UTC
    2.7.7-0.1mdv2010.1 in main/backports, 2010.1 for i586
    2.7.4-0.1mdv2010.1 in main/updates, 2010.1 for i586
    2.7.2-0.2mdv2010.1 in main/testing, 2010.1 for i586
    2.7.1-1mdv2010.1 in main/release, 2010.1 f
  • Short 7 (1)

    2001292·text·4.4 KB·2010-11-24 19:57 UTC
    (Continuation of Short #3 found here: >>/th/118235 )
    
    What is something if it isn't yours? As the number of people in Gensokyo, so too are the number of responses.
    
    "Something to be treasured."
  • How to implement IDisposable

    2001278·csharp·745 B·2010-11-24 19:36 UTC
    public abstract class DisposablePattern : IDisposable
     {
     protected abstract void FreeManaged();
     protected abstract void FreeUnmanaged();
    
     private bool disposed;
    
     pr
  • Mine

    2001271·text·356 B·2010-11-24 19:33 UTC
    Index: asf-authorization-template
    ===================================================================
    --- asf-authorization-template (revision 779250)
    +++ asf-authorization-template (working copy)

older pastes →