All pastesPublic feed

Public feed

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

    2090276·text·541 B·2011-10-15 11:32 UTC
    import java.util.Scanner;
    public class Targil7 
    
    {
     static Scanner reader = new Scanner(System.in);
     public static void main(String[] args) 
     {
     int choise,cod1=0,cod2=0;
     System.out.println
  • dsadas

    2090271·text·14.2 KB·2011-10-15 11:09 UTC
    #!/usr/bin/perl
     # copyright by sonadi
     #
     # If we're gonna kill each other how we're gonna live forever?
     # If we're gonna live forever how we're gonna kill each other?
     #
  • hhhh

    2090270·text·13.8 KB·2011-10-15 11:05 UTC
    #!/usr/bin/perl
     # copyright by sonadi
     #
     # If we're gonna kill each other how we're gonna live forever?
     # If we're gonna live forever how we're gonna kill each other?
     #
  • Untitled

    2090263·text·462 B·2011-10-15 09:58 UTC
    2011-10-15 20:51:57: (mod_fastcgi.c.868) new proc, socket: 9003 
    2011-10-15 20:51:57: (mod_fastcgi.c.3061) got proc: pid: 4305 socket: tcp:127.0.0.1:9003 load: 1 
    2011-10-15 20:51:57: (mod_fastcgi.
  • Stuff

    2090255·php·906 B·2011-10-15 09:04 UTC
    <?php
     $filas=$_GET[filas];
     $columnas=$_GET[columnas];
     $contador=0;
     echo"<div align=\"center\"><table border=\"1\" align=\"center\">";
     if($filas==0)
     {
     echo"<font size=\"4\" color=\"re
  • Stuff

    2090254·text·906 B·2011-10-15 09:03 UTC
    <?php
     $filas=$_GET[filas];
     $columnas=$_GET[columnas];
     $contador=0;
     echo"<div align=\"center\"><table border=\"1\" align=\"center\">";
     if($filas==0)
     {
     echo"<font size=\"4\" color=\"re
  • Untitled

    2090250·text·243 B·2011-10-15 08:05 UTC
    --prefix=/tools \
     --host=$LFS_TGT --build=$(../glibc-2.13/scripts/config.guess) \
     --disable-profile --enable-add-ons \
     --enable-kernel=2.6.22.5 --with-headers=/tools/include \
     libc
  • bcm6345gw2 latest bootlog

    2090249·text·8.6 KB·2011-10-15 08:00 UTC
    CFE version 1.0.37-5.6 for BCM96345 (32bit,SP,BE)
    Build Date: Tue Nov 16 20:48:23 CST 2004 (root@weiyu.tecom.com.tw)
    Copyright (C) 2000,2001,2002,2003 Broadcom Corporation.
    
    Initializing Arena.
    I
  • Untitled

    2090245·text·85 B·2011-10-15 07:30 UTC
    ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \
     sed 's/libgcc/&_eh/'
  • Unnamed

    2090226·nasm·2.6 KB·2011-10-15 05:40 UTC
    _printf: ;;;void _cdecl _printf(fmt, ...)
     .fmt: equ 8
     
     .curparam: equ 20
     .minlen: equ 24
     
     push ebp
     mov ebp, esp
     sub esp, 24
    
     and dword [ebp - .curparam], 0
     mov ebx, dword [
  • Untitled

    2090224·text·6.5 KB·2011-10-15 05:08 UTC
    │ ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ 
     │ │

older pastes →