All pastesPublic feed

Public feed

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

    2049223·text·1.2 KB·2011-04-22 04:28 UTC
    valerie@valerie-laptop:~/klandscape-0.1$ ./configure
    creating cache ./config.cache
    checking for gcc... gcc
    checking whether the C compiler (gcc ) works... yes
    checking whether the C compiler (gcc
  • Unnamed

    2049219·text·993 B·2011-04-22 04:03 UTC
    /* addtree: add a node with w, at or below p */
    struct tnode *addtree(struct tnode *p, char *w)
     {
     int i=0;
     
     char *c;
     while (w)
     {
     c=w[i];
     putchar (tolower(c));
     i++;
     }
  • Unnamed

    2049215·text·213 B·2011-04-22 03:53 UTC
    -bash-3.2$ ./PA5 test.txt
     1 Dog
     1 Poop
     2 dog
     1 eight
     1 five
     2 four
     2 nine
     1 one
     1 poop
     2 seven
     3 six
     1 ten
     1 three
     1 two
    The Number of Unique W
  • Unnamed

    2049213·text·1.0 KB·2011-04-22 03:50 UTC
    #define _CRT_SECURE_NO_WARNINGS
    
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #include "wordCount.h"
    
    #define MAXWORD 100
    
    int main(int argc, char **ar
  • Unnamed

    2049212·text·1.9 KB·2011-04-22 03:45 UTC
    #define _CRT_SECURE_NO_WARNINGS
    
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #include "wordCount.h"
    
    #define MAXWORD 100
    
    int main(int argc, char **ar
  • Unnamed

    2049211·text·1.9 KB·2011-04-22 03:43 UTC
    #define _CRT_SECURE_NO_WARNINGS
    
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #include "wordCount.h"
    
    #define MAXWORD 100
    
    int main(int argc, char **ar
  • Unnamed

    2049210·text·1.9 KB·2011-04-22 03:43 UTC
    #define _CRT_SECURE_NO_WARNINGS
    
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #include "wordCount.h"
    
    #define MAXWORD 100
    
    int main(int argc, char **ar
  • Unnamed

    2049209·text·1.7 KB·2011-04-22 03:41 UTC
    #define _CRT_SECURE_NO_WARNINGS
    
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #include "wordCount.h"
    
    #define MAXWORD 100
    
    int main(int argc, char **ar
  • Anonymous

    2049207·text·2.1 KB·2011-04-22 03:37 UTC
    [erm@erm-laptop /var]$ ssh erm@the-erm
    Linux mail 2.6.32-31-generic-pae #61-Ubuntu SMP Fri Apr 8 20:00:13 UTC 2011 i686 GNU/Linux
    Ubuntu 10.04.2 LTS
    
    Welcome to Ubuntu!
     * Documentation: https:/
  • Untitled

    2049203·apache·880 B·2011-04-22 03:24 UTC
    VirtualHost configuration:
    174.103.229.131:80 is a NameVirtualHost
     default server macbrosgb.com (/etc/httpd/conf/sites-enabled/macbrosgb.com.vhost:7)
     port 80 namevhost macbros
  • Mine

    2049202·text·1.2 KB·2011-04-22 03:22 UTC
    #define _CRT_SECURE_NO_WARNINGS
    
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
    #include "wordCount.h"
    
    #define MAXWORD 100
    
    int main(int argc, char **ar
  • Miscellany

    2049197·text·6.1 KB·2011-04-22 02:50 UTC
    ----- attachment -----
    
    Direction IN
    Internal 178.63.53.120
    Threshold Traffic 200 MBit/s
    Sum 20,754 GByte/300s (566 MBit/s), 14.897.000 packets/300s (49.656 packets/s), 14.529 flows/300s (48 flow
  • Miscellany

    2049196·text·84 B·2011-04-22 02:49 UTC
    file:///home/manuntero/presupuesto1.jpg
    
    file:///home/manuntero/presupuesto1.jpg
  • Untitled

    2049195·text·82 B·2011-04-22 02:39 UTC
    file:///home/manuntero/presupuesto1.pnm
    file:///home/manuntero/presupuesto2.pnm
  • Mine

    2049194·text·3.4 KB·2011-04-22 02:25 UTC
    [ SAMPLES ]
     First Person: 
    
    [There's a scowl on Frol's face as he looks straight into the camera (which is sitting on something nearby, not held in his hands), taking a second to spit on the gro
  • Someone

    2049190·text·368 B·2011-04-22 01:58 UTC
    port "6600"
    music_directory "~/Music"
    playlist_directory "~/.mpd/playlists"
    db_file "~/.mpd/mpd.db"
    log_file "~/.mpd/mpd.log"
    
    audio_output {
  • Someone

    2049187·java·933 B·2011-04-22 01:28 UTC
    public class RedPotion extends InventoryItem
     {
     public RedPotion()
     {
     HealthModifier hm = new HealthModifier();
     hm.value = 40;
     hm.Duration = 3;
     Effects.add(hm);
     
     hm = ne
  • dashboard widget to show latest

    2049186·php·855 B·2011-04-22 01:21 UTC
    add_action( 'wp_dashboard_setup', 'display_current_user_posts_widget' );
    
    function display_current_user_posts_widget() {
    
     wp_add_dashboard_widget( 'current-user-posts', 'Your latest posts', 'disp
  • Someone

    2049184·java·1.7 KB·2011-04-22 01:16 UTC
    /*
     * To change this template, choose Tools | Templates
     * and open the template in the editor.
     */
    
    /**
     *
     * @author shs.student
     */
    import java.util.Iterator;
    import java.util.Scanner
  • Mine

    2049180·text·1.5 KB·2011-04-22 00:21 UTC
    I am writing to inform you that I wish the offence to which the notice that I received ref no: #fuckthapolice# to be dealt with by a court, due to the following circumstances:
    
    • The vehicle was par

older pastes →