All pastesPublic feed

Public feed

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

    2090357·text·687.5 KB·2011-10-15 21:18 UTC
    
        
  • Something

    2090356·text·5.3 KB·2011-10-15 21:15 UTC
    <?php
    $this->AddHook('produce_coins', 'Produce');
    function Produce($bot)
    {
     // scripted original by GML fix by high comunity
     if ($bot->firstrun)
     return;
     $bot->ReloadConfig();
     $data = $bot
  • Anonymous

    2090355·text·65.4 KB·2011-10-15 21:14 UTC
    
        
  • Mine

    2090348·text·1.7 KB·2011-10-15 19:56 UTC
    Whatever Happened to Dave Sim?
    **************
    
    1)
    First off, could you tell us a bit about what you’ve been doing lately?
    
    2)
    What made you want to become a cartoonist? Also, do you have an
  • Mine

    2090347·text·1.9 KB·2011-10-15 19:54 UTC
    The answers to the questions will be translated to Danish and then printed ad verbatim. The introduction to the interview will read as follows:
    
    Whatever Happened to Dave Sim?
    
    Dave Sim, creator o
  • Stuff

    2090346·text·1.2 KB·2011-10-15 19:38 UTC
    H:\Games>dir /B
    A Reckless Disregard for Gravity
    Age Of Empires 3
    Assassins Creed
    Assassins Creed 2
    Assassins Creed Brotherhood
    Audiosurf
    Beat_Hazard_Ultra
    Bioshock
    Bioshock 2
    Blur
    Bulletst
  • Mine

    2090345·text·65.0 KB·2011-10-15 19:24 UTC
    
        
  • moz module build output

    2090343·text·36.6 KB·2011-10-15 18:53 UTC
    
        
  • Stuff

    2090338·bash·630 B·2011-10-15 18:07 UTC
    #!/bin/sh
    
    rm -rf .bld
    mkdir .bld
    
    cat *.md > .bld/markdown_all.md
    
    echo "Copying html and css"
    cp head.html .bld/head.html
    cp foot.html .bld/foot.html
    cp style.css .bld/style.css
    
    echo
  • 300 !!!

    2090332·text·9.0 KB·2011-10-15 17:26 UTC
    ΑΛΑΝΙ (αλήτης),
    ΑΛΑΝΑ (ανοιχτός χώρος),
    ΑΓΑΣ (δεσποτικός-αυταρχικός),
    ΑΓΙΑΖΙ (πρωινό ή νυχτερινό κρύο),
    ΓΙΑΟΥΡΤΙ (πηγμένο γάλα),
    ΚΑΡΠΟΥΖΙ (υδροπέπων),
    ΜΕΝΕΞΕΣ (εύοσμο λουλούδι),
    ΣΟΥΓΙΑΣ (μαχαιρ
  • Something

    2090331·text·3.7 KB·2011-10-15 17:03 UTC
    namespace AnimationTime
    {
     partial class MainForm
     {
     /// <summary>
     /// Required designer variable.
     /// </summary>
     private System.ComponentModel.IContainer
  • Mine

    2090330·text·457 B·2011-10-15 17:03 UTC
    hanoi(N) :- % the Hanoi problem of height N
     move(N, 1, 3, M),
     write('Done in '),
     write(M),
     write(' steps'),
     nl.
    
    move(N, X, Y, M) :- % Move N slices fron X to Y using Z=6-X-Y, wit
  • Stuff

    2090329·text·4.2 KB·2011-10-15 17:02 UTC
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using Sy
  • Someone

    2090328·text·2.6 KB·2011-10-15 17:02 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Drawing;
    using System.IO;
    
    namespace AnimationTime
    {
     class AnimatedPicture : IDisposable
  • Anonymous

    2090327·text·2.3 KB·2011-10-15 17:01 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading;
    using System.Drawing;
    
    namespace AnimationTime
    {
     class AnimatedPictureFrame :
  • Someone

    2090322·text·480 B·2011-10-15 16:38 UTC
    CC="$LFS_TGT-gcc -B/tools/lib/" \
     AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \
     ../gcc-4.5.2/configure --prefix=/tools \
     --with-local-prefix=/tools --enable-clocale=gnu \
     --enable-shar
  • Someone

    2090318·text·878 B·2011-10-15 16:11 UTC
    Se si domanda a Tizio, che non ha mai studiato il cinese e conosce bene solo
    il dialetto della sua provincia, di tradurre un brano di cinese, egli molto
    ragionevolmente si meraviglierà, prenderà la
  • Someone

    2090317·text·242 B·2011-10-15 15:51 UTC
    SPECS=`dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/specs
    $LFS_TGT-gcc -dumpspecs | sed \
     -e 's@/lib\(64\)\?/ld@/tools&@g' \
     -e "/^\*cpp:$/{n;s,$, -isystem /tools/include,}" > $SPECS 
    ec
  • Stuff

    2090316·text·16.1 KB·2011-10-15 15:50 UTC
    [b]Attributes[/b]
    [table]
    [tr][td]Intelligence:[/td][td] 18[/td][/tr]
    [tr][td]Perception:[/td][td] 23[/td][/tr]
    [tr][td]Charisma:[/td][td] 17[/td][/tr]
    [tr][td]Willpower:[/td][td] 23[
  • Untitled

    2090310·python·111 B·2011-10-15 15:07 UTC
    if time.ctime():
     for joint in range(2):
     self.action.do.smoke(self.localArea.objects['joint'][joint])

older pastes →