All pastesPublic feed

Public feed

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

    2082964·c·738 B·2011-09-26 07:22 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include "tree.h"
    #include "mylib.h"
    
    int main(int argc, char **argv) {
     tree t;
     char word[256];
     int i;
    
     for (i = 1; i
  • Untitled

    2082963·c·4.9 KB·2011-09-26 07:21 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include "tree.h"
    
    typedef enum colour_e { RED, BLACK } colour_t;
    
    struct treenode {
     char *key;
     colour_t colour;
     tree_type
  • Mine

    2082962·c·5.2 KB·2011-09-26 07:20 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include "rbt.h"
    
    typedef enum colour_e { RED, BLACK } colour_t;
    
    struct rbtnode {
     char *key;
     colour_t colour;
     rbt left;
  • Unnamed

    2082960·text·859 B·2011-09-26 07:16 UTC
    [00:13:52] <alexbobp> robbyoconnor: I'm sure he just finds the whole affair funny (which it is)
    [00:14:08] <B2ASpirit> this is kinda funny actually 
    [00:14:22] <LexicalGap> Okay. Drop it. If he e
  • Someone

    2082956·text·174 B·2011-09-26 06:46 UTC
    Failed to open "/media/disk/install_flash_player_10_linux.deb" for writing (Read-only file system).
    install_flash_player_10_linux.deb" for writing (Read-only file system).
  • Something

    2082953·text·1.0 KB·2011-09-26 06:37 UTC
    total 20
    lrwxrwxrwx 1 root root 6 2011-04-16 05:36 cdrom -> cdrom0
    drwxr-xr-x 2 root root 4096 2011-04-16 05:36 cdrom0
    drwxr-xr-x 2 root root 4096 2011-04-16 05:36 cdrom1
    drwx------ 7 and
  • Someone

    2082952·text·391 B·2011-09-26 06:33 UTC
    ls: cannot access /media/disk/Andrew's: Input/output error
    total 20
    drwx------ 3 andrew root 8192 2010-04-09 19:21 Alex
    d????????? ? ? ? ? ? Andrew's
    drwx------ 5 andrew
  • Stuff

    2082951·text·748 B·2011-09-26 06:30 UTC
    <link rel="stylesheet" href="jquery-ui-1.8.16.custom.css" type="text/css" media="all" />
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script
  • Unnamed

    2082947·text·708 B·2011-09-26 06:29 UTC
    /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
    proc on /proc type proc (rw)
    none on /sys type sysfs (rw,noexec,nosuid,nodev)
    none on /sys/fs/fuse/connections type fusectl (rw)
    none on /s
  • OccupyWallStNYC Interview

    2082945·text·3.0 KB·2011-09-26 06:18 UTC
    Hi XY,
    tell us about what's happening in Wall Street...What are your demands? Who is there with you? Which groups attend? Any celebrities? How many are you? And how is the atmosphere?
    
    We are peace
  • Someone

    2082939·text·11.1 KB·2011-09-26 06:06 UTC
    [Mon, 26 Sep 2011 05:34:14 GMT] [error] [<0.7059.0>] OS Process Error <0.7397.0> :: {os_process_error,
     {exit_status,0}}
    [Mon, 26 Sep 2011 05:34:1
  • Miscellany

    2082934·text·7.7 KB·2011-09-26 05:55 UTC
    <os name="MacOS/X">
     <controls>
     <bind action="Forward" key="w" />
     <bind action="Backward" key="s" />
     <bind action="Rotate left" key="" />
     <bind action="Rotate r
  • multiple commands in ob menu

    2082930·text·293 B·2011-09-26 05:18 UTC
    <item label="Screenshot now">
     <action name="Execute"><execute>import -label tela.png -resize 80% -support 0.8 -interlace Plane -quality 100% -screen ~/tela.png</execute>
     </action>
     <acti
  • Anonymous

    2082928·text·9.0 KB·2011-09-26 04:51 UTC
    Logfile of Trend Micro HijackThis v2.0.4
    Scan saved at 10:48:56 PM, on 9/25/2011
    Platform: Windows 7 SP1 (WinNT 6.00.3505)
    MSIE: Internet Explorer v9.00 (9.00.8112.16421)
    Boot mode: Safe mode with
  • Stuff

    2082904·text·589 B·2011-09-26 03:07 UTC
    diff --git a/e/src/modules/start/e_mod_main.c b/e/src/modules/start/e_mod_main.c
    index 7eff93f..cd1f801 100644
    --- a/e/src/modules/start/e_mod_main.c
    +++ b/e/src/modules/start/e_mod_main.c
    @@ -200
  • Kitu

    2082903·text·1.9 KB·2011-09-26 03:06 UTC
    module Lab2(ClK,KEY,LED);
     
    input ClK;
    input [1:0] KEY;
    output [13:0] LED;
     
    reg [15:0] counter;
    reg [15:0] counterMS; //highest number is
    reg [25:0] value;
    reg flag2;
     
    always @(posedge Cl
  • Kitu

    2082902·text·1.9 KB·2011-09-26 03:06 UTC
    module Lab2(ClK,KEY,LED);
     
    input ClK;
    input [1:0] KEY;
    output [13:0] LED;
     
    reg [15:0] counter;
    reg [15:0] counterMS; //highest number is
    reg [25:0] value;
    reg flag2;
     
    always @(posedge Cl
  • Teepan

    2082901·text·1.9 KB·2011-09-26 03:05 UTC
    module Lab2(ClK,KEY,LED);
     
    input ClK;
    input [1:0] KEY;
    output [13:0] LED;
     
    reg [15:0] counter;
    reg [15:0] counterMS; //highest number is
    reg [25:0] value;
    reg flag2;
     
    always @(posedge Cl
  • Teepan

    2082900·text·1.9 KB·2011-09-26 03:05 UTC
    module Lab2(ClK,KEY,LED);
     
    input ClK;
    input [1:0] KEY;
    output [13:0] LED;
     
    reg [15:0] counter;
    reg [15:0] counterMS; //highest number is
    reg [25:0] value;
    reg flag2;
     
    always @(posedge Cl
  • Teepan

    2082897·text·1.2 KB·2011-09-26 02:56 UTC
    module Lab2(ClK,KEY,LED);
    
    input ClK;
    input [1:0] KEY;
    output [13:0] LED;
    
    reg [15:0] counter;
    reg [15:0] counterMS; //highest number is 
    reg [25:0] value;
    reg flag2;
    
    always @(posedge ClK)

older pastes →