All pastesPublic feed

Public feed

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

    2049234·text·5.4 KB·2011-04-22 05:17 UTC
    root@squeeze-wrk:/home/ykpon# lspci
    00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
    00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev
  • Unnamed

    2049229·text·208 B·2011-04-22 04:54 UTC
    void treeFree(struct tnode *p)
     {
     
     if (p != NULL) 
     {
     treeprint(p->left);
     
     treeprint(p->right);
     }
     else 
     {
     free(p);
     }
  • Unnamed

    2049228·text·376 B·2011-04-22 04:45 UTC
    -bash-3.2$ ./PA5 test.txt test2.txt
    File:test.txt
    File:test2.txt
     1 about
     3 dog
     1 eight
     1 farts
     1 five
     2 four
     1 he
     1 his
     1 johnny
     1 kinds
     1 lover
     3 lov
  • Mine

    2049226·text·2.5 KB·2011-04-22 04:41 UTC
    ________________________________________
    / Keep emotionally active. Cater to your \
    \ favorite neurosis. /
     ----------------------------------------
     \
     \
     ___
  • Mine

    2049225·text·1.2 KB·2011-04-22 04:41 UTC
    ________________________________________
    / Keep emotionally active. Cater to your \
    \ favorite neurosis. /
     ----------------------------------------
     \
     \
     ___
  • Unnamed

    2049224·text·996 B·2011-04-22 04:33 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

    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

older pastes →