All pastesPublic feed

Public feed

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

    2088154·text·119 B·2011-10-08 21:48 UTC
    let rec join = function
     | p::ps, q::qs -> p::join(ps, q::qs)
     | [p], q::qs -> line(p,q)::qs
     | _,_ -> [];;
  • min anskan

    2088150·text·5.0 KB·2011-10-08 21:42 UTC
    Your Name: 
    
    Marcus 
    
    Age: 
    
    19 
    
    Genre: 
    
    Male 
    
    Email: 
    
    mail@marcusfredman.com 
    
    Main Character: 
    
    Vjatjeslav 
    
    Race: 
    
    Troll 
    
    Class: 
    
    Hunter 
    
    Please post a link to y
  • The Brony Code

    2088146·text·950 B·2011-10-08 21:24 UTC
    The Brony Code
    
    1. Bronies never hurt Fluttershy.
    2. Bronies NEVER hurt Fluttershy.
    3. Bronies are Legion.
    4. Bronies always Love and Tolerate, no matter what.
    5. Bronies openly declare their br
  • The Brony Code

    2088145·text·950 B·2011-10-08 21:24 UTC
    The Brony Code
    
    1. Bronies never hurt Fluttershy.
    2. Bronies NEVER hurt Fluttershy.
    3. Bronies are Legion.
    4. Bronies always Love and Tolerate, no matter what.
    5. Bronies openly declare their br
  • myfnvloadorder

    2088142·text·2.5 KB·2011-10-08 21:15 UTC
    FalloutNV.esm
    CaravanPack.esm
    ClassicPack.esm
    DeadMoney.esm
    HonestHearts.esm
    OldWorldBlues.esm
    LonesomeRoad.esm
    GunRunnersArsenal.esm
    NVInteriors_Core.esm
    NVInteriors_WastelandEditon.esm
    NVC
  • Mine

    2088137·text·2.4 KB·2011-10-08 20:32 UTC
    Botale Xazik (Class Rep/Head Maid)
    386 (Looks 19)
    5'8
    Sexy Boyish
    Ath 2
    Aff 2
    Skl 2
    Cun 4
    Luk 2
    Wil 1
    Metallic eyes
    Purple hair
    Brown uniform
    Uncultured Thieving Demoncat
    Infiltrating th
  • Someone

    2088136·text·364 B·2011-10-08 20:10 UTC
    <intent-filter>
     <action android:name="android.intent.action.VIEW" />
     <action android:name="android.intent.action.MAIN" /> 
     <category android:name="android.intent.category.LAUNCHER" />
     <categor
  • Untitled

    2088135·text·2.9 KB·2011-10-08 20:02 UTC
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  • Stuff

    2088134·text·5.8 KB·2011-10-08 19:59 UTC
    First of all--Rules:
    
    1. Must be at least 17 years of age. No exceptions.
    3. NO PvP against any other Faction.
    
    About the Traders:
    
    We are at the birth stage and looking for members, but only i
  • Mine

    2088132·text·592 B·2011-10-08 19:48 UTC
    Reem Hotel has a hard working staff entitled 'Reem Team'. It is their duty to ensure that each player has an enjoyable and safe experience whilst on the hotel. Each staff member has been hand picked b
  • Something

    2088131·text·14.7 KB·2011-10-08 19:45 UTC
    0:00:00.015146681 2426 0xe98080 DEBUG alsa gstalsaplugin.c:75:plugin_init: binding text domain gst-plugins-base-0.10 to locale dir /usr/share/locale
    0:00:00.015632745 2426
  • Unnamed

    2088130·php·730 B·2011-10-08 19:39 UTC
    <?php
    /* this tests the contact_info class */
    
    /*use include to get all the class definition code */
    include ("contact_info.php");
    
    /* because the class code is included, now we could declare a
  • Unnamed

    2088129·text·730 B·2011-10-08 19:38 UTC
    <?php
    /* this tests the contact_info class */
    
    /*use include to get all the class definition code */
    include ("contact_info.php");
    
    /* because the class code is included, now we could declare a
  • Miscellany

    2088127·text·9.8 KB·2011-10-08 16:12 UTC
    Abyssal Conundrums - By Moe Is 4210 - Your Chance to Get an Idea In-game!
    
    Brief: A mysterious rift to another dimension has opened within the Abyss. The Dark Mage of the Abyss and the Monks of Zamo
  • Anonymous

    2088101·python·2.8 KB·2011-10-08 13:38 UTC
    #!/usr/bin/python
    
    ## added library path
    import sys
    sys.path.append('./lib')
    sys.path.append('./lib/external')
    
    ## required modules
    import ConfigParser
    import curses
    #from TomcatMirrorPar
  • Anonymous

    2088075·text·1.5 KB·2011-10-08 11:08 UTC
    Warning: Object directory not changed from original /usr/src/sbin/newfs
    cc -O -pipe -DMFS -DFSIRAND -I/usr/src/sbin/newfs/../mount -std=gnu99 -Wsystem-headers -Werror -Wall -W -Wno-unused-paramet
  • Miscellany

    2088072·text·373 B·2011-10-08 11:04 UTC
    Error from client:
     java.net.SocketException: The connection was reset
    
    Extract from /var/log/exim/exim_main.log:
    
    2011-10-08 11:53:33 TLS error on connection from genld-224-049.t-mobile.co.uk (
  • Mine

    2088071·text·373 B·2011-10-08 11:03 UTC
    Error from client:
     java.net.SocketException: The connection was reset
    
    Extract from /var/log/exim/exim_main.log:
    
    2011-10-08 11:53:33 TLS error on connection from genld-224-049.t-mobile.co.uk (
  • Stuff

    2088062·text·1.1 KB·2011-10-08 10:39 UTC
    sub _extract_images {
     my $self = shift;
    
     $self->{images} = [];
    
     if ( defined $self->{content} ) {
     my $parser = HTML::TokeParser->new(\$self->{content});
     while ( my $
  • Unnamed

    2088035·text·3.3 KB·2011-10-08 07:54 UTC
    npvhash=4095
    Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
    vm_page_bootstrap: 1007057 free pages and 33327 wired pages
    kext submap [0xffffff7f80800

older pastes →