All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • 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])
  • Something

    2090309·text·11.6 KB·2011-10-15 14:59 UTC
    2011-10-14 19:04:28.043381 I [1907/1907] CoreContext tv_play.cpp:4859 (StartPlayer) - TV: Created player.
    2011-10-14 19:04:28.043403 I [1907/1907] CoreContext tv_play.cpp:4866 (StartPlayer) - TV: Sta
  • Untitled

    2090308·text·3.5 KB·2011-10-15 14:55 UTC
    Andaphelmor: 7
    Andaphelmor: 10 HDÜ leicht/normal B7
    
    Andriol: 4
    Andriol: 6 HDÜ leicht/normal B1
    
    Androlier: 7 DF 
    
    Annelia: 17 Grafu schwer B7
    
    Anubis: 9
    Anubis: 17 Kawak leicht/schwer B5
  • Unnamed

    2090306·text·672 B·2011-10-15 14:39 UTC
    #!/usr/bin/env perl
    
    use strict;
    use warnings;
    
    @ARGV == 3
     or die "Usage: $0 current-total interest-rate days\n";
    
    my ( $current_total, $interest_rate, $days ) = @ARGV;
    
    my $original_t
  • Unnamed

    2090300·php·354 B·2011-10-15 13:54 UTC
    $query = '';
     foreach ($words as $word)
     {
     $word_id = $this->get_id_word($word);
     $query .= '->or_where("id_words",'. $word_id.')';
     }
     ret
  • Myncnains

    2090299·actionscript·60 B·2011-10-15 13:38 UTC
    Продам краску ПФ-115, эмаль, и лаки.
  • Someone

    2090291·text·9.1 KB·2011-10-15 12:59 UTC
    08:13 < mysis> someone make/get a screen with 'dev_blind' etc. and paste it on ps360team forum :>
    08:16 < nevik> Snowy foxbrew and gotbrew not up.
    08:16 < Korben> nevik: fowbrew.org or ps3devwiki.co
  • gamontecarlo

    2090283·diff·2.0 KB·2011-10-15 12:21 UTC
    --- mkvdts2ac3.sh 2011-10-14 19:26:47.000000000 +0200
    +++ mkvdts2ac3-ffmpeg.sh 2011-10-15 14:21:08.000000000 +0200
    @@ -63,6 +63,7 @@
     echo " original matroska file. This overr
  • gamontecarlo

    2090282·diff·2.0 KB·2011-10-15 12:19 UTC
    --- mkvdts2ac3.sh 2011-10-14 19:26:47.000000000 +0200
    +++ mkvdts2ac3-ffmpeg.sh 2011-10-15 14:12:45.000000000 +0200
    @@ -63,6 +63,7 @@
     echo " original matroska file. This overr
  • Someone

    2090279·text·45.1 KB·2011-10-15 11:45 UTC
    
        
  • Untitled

    2090277·text·582 B·2011-10-15 11:41 UTC
    <h3>Posts</h3>
     <ul>
    
     <?php while(have_posts()) : the_post(); ?>
    
     <?php foreach((get_the_category()) as $category)
     { $my_query = new WP_Query('catego

older pastes →