All pastesPublic feed

Public feed

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

    2071399·text·19.6 KB·2011-05-29 00:06 UTC
    import java.awt.*;
    import java.awt.FlowLayout;
    import java.awt.event.*;
    import java.awt.Color.*;
    
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.JMenu;
    import javax.sw
  • Anonymous

    2071379·cpp·4.1 KB·2011-05-28 22:46 UTC
    //
    // influence_map.h
    // Metaballs_2d
    //
    // Created by Simon Harvey on 11-05-10.
    // Copyright 2011 __MyCompanyName__. All rights reserved.
    //
    
    #include <list>
    #include <set>
    #include <ma
  • Miscellany

    2071373·text·3.7 KB·2011-05-28 22:09 UTC
    [ 3796.589829] radeon 0000:01:00.0: f35cd800 reserve failed for wait
    [ 3797.313447] radeon 0000:01:00.0: f35cd800 reserve failed for wait
    [ 3807.924508] radeon 0000:01:00.0: f35cd800 reserve failed
  • Untitled

    2071369·text·9.6 KB·2011-05-28 21:48 UTC
    David McKeegan
    Tiocfaidh ar la
    52 minutes ago via iPhone · Like · 
    Ronan McAuley doubt it
    52 minutes ago · Like
    David McKeegan How did Liverpool do in the past 4 years in the champions league, in
  • Something

    2071368·text·21.3 KB·2011-05-28 21:47 UTC
    import java.awt.*;
    import java.awt.FlowLayout;
    import java.awt.event.*;
    import java.awt.Color.*;
    
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.JMenu;
    import javax.sw
  • Untitled

    2071367·text·9.0 KB·2011-05-28 21:46 UTC
    David McKeegan
    Tiocfaidh ar la
    52 minutes ago via iPhone · Like · 
    Ronan McAuley doubt it
    52 minutes ago · Like
    David McKeegan How did Liverpool do in the past 4 years in the champions league, in
  • Something

    2071366·text·19.3 KB·2011-05-28 21:45 UTC
    import java.awt.*;
    import java.awt.FlowLayout;
    import java.awt.event.*;
    import java.awt.Color.*;
    
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.JMenu;
    import javax.sw
  • Unnamed

    2071365·text·89.4 KB·2011-05-28 21:39 UTC
    
        
  • Untitled

    2071364·text·7.8 KB·2011-05-28 21:39 UTC
    David McKeegan
    Tiocfaidh ar la
    52 minutes ago via iPhone · Like · 
    Ronan McAuley doubt it
    52 minutes ago · Like
    David McKeegan How did Liverpool do in the past 4 years in the champions league, in
  • Anonymous

    2071363·c·2.0 KB·2011-05-28 21:37 UTC
    /* 
     The question is, how to initialize prob.x?
    
     Q) What is struct feature_node **x ?
     A) <cortexman> declare x as pointer to pointer to struct feature_node
     <candide> struct feature_
  • Miscellany

    2071360·text·4.1 KB·2011-05-28 21:25 UTC
    � 0.532000� sd 0:0:0:0: �sda� Attached SCSI disk
    � 0.548000� EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
    � 0.572000� EXT4-fs (sda2): couldn't mount as ext2 due t
  • Anonymous

    2071358·text·354 B·2011-05-28 21:10 UTC
    Start of turn 22
    _Ke$ha_ called Dragonite back!
    _Ke$ha_ sent out Tornadus!
    Pointed stones dug into Tornadus!
    
    The foe's Gyarados sprang up!
    
    Rain continues to fall!
    The foe's Gyarados restored
  • Trakr Makefile

    2071357·bash·4.7 KB·2011-05-28 21:06 UTC
    SHELL = sh
    CC = arm-elf-gcc 
    AS = arm-elf-as 
    BIN = arm-elf-ld 
    LD = arm-elf-ld 
    AR = arm-elf-ar
    OC = arm-elf-objcopy
    
    PROGRAM_NAME = test_app
    OUTPUT_PATH = .
    OUTPUT_NAME = $(OUTPUT_PATH)/$(
  • Anonymous

    2071349·text·517 B·2011-05-28 20:50 UTC
    from pyglet.gl import *
    
    # Direct OpenGL commands to this window.
    window = pyglet.window.Window()
    
    @window.event
    def on_draw():
     glClearColor(0.0, 0.0, 0.0, 0.0)
     glClear(GL_COLOR_BUFFER
  • Unnamed

    2071346·text·769 B·2011-05-28 20:36 UTC
    from pyglet.gl import *
    
    # Direct OpenGL commands to this window.
    window = pyglet.window.Window()
    
    #glShadeModel (GL_FLAT);
    #glDepthFunc(GL_LEQUAL)
    #glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NI
  • Stuff

    2071345·text·936 B·2011-05-28 20:34 UTC
    Deoxys-S @ Leftovers
    Trait: Pressure
    EVs: 252 HP / 40 Atk / 216 Def
    Impish Nature (+Def, -SAtk)
    - Stealth Rock
    - Spikes
    - Taunt
    - Superpower
    
    Politoed (M) @ Leftovers
    Trait: Drizzle
    EVs: 25
  • Queue Implementation in C

    2071344·c·1.2 KB·2011-05-28 20:32 UTC
    #include <malloc.h>
    #define QMAX 3
    typedef struct
    {
     int id;
    } TCB;
    
    typedef struct
    {
     TCB * arr[QMAX];
     int first;
     int last;
     int empty;
    } tcbqueue;
    
    void initialize_queue(tcbqueue *
  • Unnamed

    2071341·text·658 B·2011-05-28 20:29 UTC
    SELECT
     sta_title,
     count(DISTINCT iss_id) as total
     FROM
     eventum.eventum_issue,
     eventum.eventum_stat
  • Mine

    2071340·text·17.6 KB·2011-05-28 20:28 UTC
    import java.awt.*;
    import java.awt.FlowLayout;
    import java.awt.event.*;
    import java.awt.Color.*;
    
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.JMenu;
    import javax.sw
  • Mine

    2071329·text·38 B·2011-05-28 20:01 UTC
    sdfafdsafds
    fdsafdsafd
    fdsafdsafffff

older pastes →