All pastesPublic feed

Public feed

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

    2092962·text·1.5 KB·2011-11-08 08:17 UTC
    [00:13:00] <Fish> ok. are you able to read the channel topic?
    [00:13:02] * Topic for #GoodChatting is: Welcome to the HELP channel for GoodChatting.com. Please do not idle here, and keep in mind thi
  • kamil

    2092959·text·523.3 KB·2011-11-08 07:52 UTC
    
        
  • kamil

    2092958·text·329.5 KB·2011-11-08 07:52 UTC
    
        
  • Someone

    2092940·text·1.1 KB·2011-11-08 05:48 UTC
    Sample run(s):
    
    Please enter the phrase to guess at : who do you love
    
    Common Phrase
    -------------
    ??? ?? ??? ????
    
    Enter a lowercase letter guess : f
    
    Common Phrase
    -------------
  • Untitled

    2092939·text·1.0 KB·2011-11-08 05:25 UTC
    /* Name: Lukas Nikolau
     * Take Home Exam 01
     * CS 201
     */
    
    import java.util.Scanner;
    
    public class Take_Home_Exam_01 {
    
     public static void main(String[] args) {
     
     Scanner stdIn = new Sc
  • Someone

    2092936·cpp·7.7 KB·2011-11-08 05:13 UTC
    ///////////////////////////////////////////////////////////////////////////////
    // 
    // FUNCTION NAME: removeNode
    // PARAMETERS: NodePtr& graph
    // const char& data
    //
  • Mine

    2092931·text·814 B·2011-11-08 05:01 UTC
    import java.util.Scanner;
    
    public class Hangman01 {
    
     public static void main(String[] args) {
     
     Scanner stdIn = new Scanner(System.in);
     
     String cPhrase = ""; //common phrase entered by
  • Mine

    2092930·text·921 B·2011-11-08 04:43 UTC
    /* Name: Lukas Nikolau
     * Take Home Exam 01
     * CS 201
     */
    
    import java.util.Scanner;
    
    public class Take_Home_Exam_01 {
    
     public static void main(String[] args) {
     
     Scanner stdIn = new Sc
  • Something

    2092929·text·678 B·2011-11-08 04:38 UTC
    inp = "Welcome to CCC have a nice day".split(' ')
    l = int(raw_input("Enter a width: "))
    count = 0
    stor = ''
    star = []
    
    for i in inp:
     count += 1
     if (len(stor) + len(i)) < l:
     st
  • Miscellany

    2092924·text·654 B·2011-11-08 04:28 UTC
    inp = "Welcome to CCC have a nice day".split(' ')
    l = int(raw_input("Enter a width: "))
    count = 0
    stor = ''
    star = []
    
    for i in inp:
     count += 1
     if (len(stor) + len(i)) < l:
     stor += i + '
  • Someone

    2092920·text·60.1 KB·2011-11-08 04:18 UTC
    
        
  • dd

    2092919·text·41 B·2011-11-08 04:16 UTC
    echo "<form action=login.php method=post>
  • Anomalous

    2092918·text·1.6 KB·2011-11-08 04:12 UTC
    anomalous@anomaly ~/Downloads $ wine EVE_Premium_Setup_306979.exe 
    wine: created the configuration directory '/home/anomalous/.wine'
    fixme:system:SetProcessDPIAware stub!
    fixme:dwmapi:DwmIsComposit
  • 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 =

older pastes →