All pastesPublic feed

Public feed

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

    2047713·text·522 B·2011-04-18 11:26 UTC
    fm@thinkpad:~ $ ssh cassandra1 "nodetool -h localhost ring" 
    Address Status State Load Owns Token 
    192.168.56.101 Up Normal 87.66
  • Stuff

    2047712·text·1.3 KB·2011-04-18 11:25 UTC
    +------------+------------+--------------+---------------+-------------+------------------------+-----------+-----------+-----------------------------+----------+---------------------+
    | playerGuid |
  • Someone

    2047711·text·157 B·2011-04-18 11:25 UTC
    <filter>
     <blacklist>
     <directory>/lib/vendor</directory>
     </blacklist>
     <whitelist>
     <directory>/apps</directory>
     </whitelist>
    </filter>
  • test

    2047700·php·278 B·2011-04-18 10:23 UTC
    <?php
    
    class Test{
     public function __construct()[
     $arrResult = $this->test1();
     }
    
     public function test1(){
     if(1=1){
     $arrOut = array('idk'=>'ffs','fml'=>'lol');
     }
    
     retu
  • Miscellany

    2047698·text·1.0 KB·2011-04-18 10:19 UTC
    Contrail domain controllers (To Viking)
    ad-master7-1 99HT221
    ad-master7-2 99HT082
    ad-master7-3 99HT222
    ad-master7spare 99HT1
  • Miscellany

    2047697·text·1.0 KB·2011-04-18 10:19 UTC
    Contrail domain controllers (To Viking)
    ad-master7-1 99HT221
    ad-master7-2 99HT082
    ad-master7-3 99HT222
    ad-master7spare 99HT1
  • Unnamed

    2047686·text·1.0 KB·2011-04-18 09:40 UTC
    plugin:
     permissions:
     system: default
     copies: 
    groups:
     Default:
     default: true
     info:
     prefix: ''
     suffix: ''
     build: tr
  • Untitled

    2047684·perl·4.2 KB·2011-04-18 09:37 UTC
    #!/usr/bin/env perl
    
    $0 = "portlimit";
    
    ## modules
    use strict;
    use File::Tail;
    use POSIX qw(setsid);
    
    chdir '/' or die "Can't chdir to /: $!";
    umask 0;
    open STDIN, '/dev/nul
  • Stuff

    2047678·text·4.0 KB·2011-04-18 09:05 UTC
    #!/usr/bin/perl
    package MyBot;
    use DBI;
    use Bot::BasicBot;
    use Data::Dumper;
    use strict;
    use warnings;
    
    use base qw( Bot::BasicBot );
    
    my (@users, @captains, @aliens, @humans);
    my $turn = '
  • jjj

    2047676·java·5.0 KB·2011-04-18 08:47 UTC
    package beispiele;
    
    /* 
     * Lecture: Computer Graphics
     * Project: Color Inversion
     * 
     * Author: Marcus Stelke, Volker Schneider
     * Date: 04. April 2011 
     * 
     * Version: 0.0.2
     */
  • Miscellany

    2047674·csharp·362 B·2011-04-18 08:42 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Libmpc;
    
    namespace MPDClient
    { 
     class MPDClient
     {
     //jeg har sat private på her
  • Untitled

    2047673·csharp·315 B·2011-04-18 08:39 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Libmpc;
    
    namespace MPDClient
    { 
     class MPDClient
     {
    
     Client c;
    
     public
  • Miscellany

    2047671·csharp·365 B·2011-04-18 08:30 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Libmpc;
    
    namespace MPDClient
    { 
     class MPDClient
     {
     //jeg har sat private på her
  • Miscellany

    2047669·csharp·274 B·2011-04-18 08:25 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Libmpc;
    
    namespace MPDClient
    { 
     class MPDClient
     {
    
     Client c;
    
     public
  • Untitled

    2047668·csharp·2.0 KB·2011-04-18 08:25 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using MPD;
    
    namespace mpc_win
    {
     class Program
     {
    
     Connection conn;
    
     public Pro
  • tower of jokes

    2047666·c·2.8 KB·2011-04-18 08:17 UTC
    #include<stdio.h>
    # include "iGraphics.h"
    
    int i,j,temp1,temp2,msize=0;
    int coun=-1,max=-1;
    double pos1x,pos1y,pos2x,pos2y,X_Y,ix,iy,lsiz,p;
    bool iup=false,iside=false,idown=false,press=true,fin
  • ultracooler anti abstuerzcode

    2047662·java·4.2 KB·2011-04-18 08:09 UTC
    public void update(Graphics g) {
    
     g2d = (Graphics2D) g;
    
     // Y-ACHSE IN REAL-KOORDINATEN TRANFORMIEREN
     AffineTransform yUp = new AffineTransform();
     yUp.setToScale(1, -1);
     AffineTransfo
  • cooler code

    2047661·java·2.2 KB·2011-04-18 07:58 UTC
    for (int y = bi.getHeight()-1; y >= 0; y--){
     
     // Y wird hochgezählt bis zum obersten Pixel
    // for (int y = 0; y <= bi.getHeight() - 1; y++) {
    
     // X wird hochgezählt bis zum rechtesten P
  • Untitled

    2047659·csharp·2.0 KB·2011-04-18 07:50 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using MPD;
    
    namespace mpc_win
    {
     class Program
     {
    
     Connection conn;
    
     public Pro
  • Untitled

    2047658·csharp·2.0 KB·2011-04-18 07:49 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using MPD;
    
    namespace mpc_win
    {
     class Program
     {
    
     Connection conn;
    
     public Pro

older pastes →