All pastesPublic feed

Public feed

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

    2092917·text·140 B·2011-11-08 03:50 UTC
    for (int x = 0; x < cPhrase.length(); x++)
     {
     if (cPhrase.charAt(x) == ' ')
     gPhrase += cPhrase.charAt(x) == ' '? ' ' : '?'; 
     }
  • Miscellany

    2092916·text·478 B·2011-11-08 03:38 UTC
    <C><P /><Z><S><S X="400" H="80" Y="167" T="0" P="0,0,0.3,0.2,0,0,0,0" L="80" /><S X="400" H="30" Y="320" T="0" P="0,0,0.3,0.2,0,0,0,0" L="200" /><S X="655" H="80" Y="167" T="0" P="0,0,0.3,0.2,50,0,0,0
  • Something

    2092915·java·1.5 KB·2011-11-08 03:37 UTC
    package PA4;
    
    public class BinaryTree {
     
     Node root;
     
     public BinaryTree() {
     
     }
     
     public BinaryTree(Node root) {
     this.setRoot(root);
     }
    
     public Node getRoot() {
     return root;
  • Plant Transgenesis

    2092914·text·6.1 KB·2011-11-08 03:31 UTC
    Whole Plants can be grown from Single Cells
    When a plant is wounded mechanically, a patch of soft cells called a callus grows over the wound
    Removal of the callus into a culture medium containing ap
  • Untitled

    2092912·text·476 B·2011-11-08 03:31 UTC
    <C><P /><Z><S><S P="0,0,0.3,0.2,50,0,0,0" L="80" X="62" H="80" Y="344" T="0" /><S P="0,0,0.3,0.2,50,0,0,0" L="80" X="761" H="80" Y="344" T="0" /><S P="0,0,0.3,0.2,0,0,0,0" L="80" X="415" H="80" Y="167
  • kamil

    2092909·text·5.9 KB·2011-11-08 03:30 UTC
    /etc/dynagen.ini
    /usr/bin/dynagen
    /usr/share/doc/dynagen
    /usr/share/doc/dynagen/README.txt
    /usr/share/doc/dynagen/docs
    /usr/share/doc/dynagen/docs/tutorial.htm
    /usr/share/doc/dynagen/docs/tutorial_fil
  • Anonymous

    2092908·text·590 B·2011-11-08 03:30 UTC
    public class Program01 {
    
     public static void main(String[] args) {
     
     Scanner stdIn = new Scanner(System.in);
     
     String cPhrase = ""; //common phrase entered by the user
     String gPhrase =
  • Someone

    2092907·text·549 B·2011-11-08 03:06 UTC
    mysql-admin mysql-common mysql-query-browser
    mysql-client mysql-gui-tools-common mysql-server
    mysql-client-5.1 mysql-mmm-agent mysql-ser
  • Someone

    2092906·javascript·578 B·2011-11-08 03:01 UTC
    import java.util.Scanner;
    
    public class Take_Home_Exam_01 {
    
     public static void main(String[] args) {
     
     Scanner stdIn = new Scanner(System.in);
     
     String cPhrase = ""; //common phrase en
  • Unnamed

    2092901·mirc·3.1 KB·2011-11-08 02:24 UTC
    on $*^:text:/(dragoy|cedoux|cedrik|zablez|Cedoux|ced)/Si:#:{
     ;/run trompette.wav
     set %Talk_Chan $chan
     haltdef
     if ($istok(Banhammer captain_falcon willem client coder machine milk mirc noob
  • Unnamed

    2092900·mirc·3.1 KB·2011-11-08 02:24 UTC
    on $*^:text:/(dragoy|cedoux|cedrik|zablez|Cedoux|ced)/Si:#:{
     ;/run trompette.wav
     set %Talk_Chan $chan
     haltdef
     if ($istok(Banhammer captain_falcon willem client coder machine milk mirc noob
  • Unnamed

    2092893·php·139 B·2011-11-08 01:38 UTC
    (la vanidad la tienen sólo aquellos que necesitan disimular sus carencias y aparentar que son superiores a alguien, sabiendo que no lo son
  • Untitled

    2092892·text·1.8 KB·2011-11-08 01:36 UTC
    Dear Mr Mirian Nunes Paes Pereira,
    
    We have received information that there was an attack from your server.
    
    Please take all necessary measures to avoid this in the future and to solve the problem
  • kamil

    2092885·perl·506 B·2011-11-08 01:09 UTC
    #!/usr/bin/perl
    
    use strict;
    use warnings;
    
    use File::ReadBackwards;
    
    if (@ARGV != 2)
    {
     die "[input_file] [string]";
    }
    
    my $bw = File::ReadBackwards->new($ARGV[0]) or die "can't read $ARGV[0] $!";
  • Miscellany

    2092880·text·27.0 KB·2011-11-08 01:00 UTC
    #!/bin/sh
    # Quick and dirty script to download and install various 
    # redistributable runtime libraries
    #
    # Copyright 2007 Google (Dan Kegel, dank@kegel.com)
    # Thanks to Detlef Riekenberg for lot
  • kamil

    2092863·text·289 B·2011-11-07 23:43 UTC
    #!/usr/bin/perl -w
    
    use File::ReadBackwards;
    
    if (scalar @ARGV != 2)
    {
     die "[input_file] [string]";
    }
    
    $bw = File::ReadBackwards->new($ARGV[0]) or die "can't read $ARGV[0] $!";
    
    $str = $ARGB[1];
  • Untitled

    2092862·text·302 B·2011-11-07 23:42 UTC
    #!/bin/bash
    
    MODELNAME=$( awk '/model name/ {print $4}' < /proc/cpuinfo )
    KERNELVERSION=$( awk '/Linux version/ {print $3}' < /proc/version )
    MEMINFO=$( awk '/MemTotal/ {print $2}' < /proc/memi
  • kamil

    2092861·text·288 B·2011-11-07 23:42 UTC
    #!/usr/bin/perl -w
    
    use File::ReadBackwards;
    
    if (scalar @ARGV != 2)
    {
     die "[input_file] [string]";
    }
    
    $bw = File::ReadBackwards->new($ARGV[0]) or die "can't read $ARGV[0] $!";
    
    $str = $ARGB[1];
  • Unnamed

    2092860·text·5.8 KB·2011-11-07 22:59 UTC
    <?php /*
    
     CHFEEDBACK.PHP Feedback Form PHP Script Ver 2.16.2
     Generated by thesitewizard.com's Feedback Form Wizard 2.16.2.
     Copyright 2000-2011 by Christopher Heng. All rights reserved.
  • Anonymous

    2092859·text·10.6 KB·2011-11-07 22:53 UTC
    <!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml -->
    <!-- -->
    <!-- How to add remotes

older pastes →