All pastesPublic feed

Public feed

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

    2119655·cpp·288 B·2012-02-18 09:41 UTC
    #ifndef _VTKParser
    #define _VTKParser
    #include <string>
    
    using namespace std;
    
    class VTKParser{
    
     protected:
     string message;
    
     public:
     VTKParser();
     string getMessage();
  • add a post with a attachment pro

    2119648·php·1.1 KB·2012-02-18 08:41 UTC
    $new_post = array(
    'post_title' => $title,
    'post_content' => $content,
    'post_status' => 'pending',
    'post_date' => date('Y-m-d H:i:s'),
    'post_author' => $user_ID,
    'post_type' => 'post',
    'post_th
  • Stuff

    2119639·text·6.5 KB·2012-02-18 08:12 UTC
    [SystemSettings]
    StaticDecals=False
    DynamicDecals=False
    UnbatchedDecals=False
    DecalCullDistanceScale=1.000000
    DynamicLights=False
    DynamicShadows=False
    LightEnvironmentShadows=False
    CompositeDy
  • Someone

    2119629·text·315 B·2012-02-18 07:32 UTC
    if (key == K_UPARROW || key == K_RIGHTARROW) // FS: Remember last 3 things we typed
     {
     cls.key_dest = key_message;
    
    if (chat_index != chat_tail) {
     chat_index = (chat_index - 1) % MAX_CHAT;
  • Someone

    2119628·text·1.5 KB·2012-02-18 07:31 UTC
    #define MAX_CHAT 4
    
    qboolean chat_team;
    char chat_buffer[MAXCMDLINE];
    
    char chat_buffer1[MAXCMDLINE]; // FS: Remember what we said
    char chat_buffer2[MAXCMDLINE];
    char chat_buffer3[MAXCMDL
  • Untitled

    2119626·text·2.9 KB·2012-02-18 07:29 UTC
    [00:26:21] <igor242> [22:39:37] <TechnoDon> i swapped only them two files euss and its still got xmb restrictions :p
    [00:26:21] <igor242> [22:40:33] * trivex (~c@ns2a.ncct.uottawa.ca) Quit
    [00:26:21
  • Anonymous

    2119623·text·2.2 KB·2012-02-18 07:24 UTC
    qboolean chat_team;
    char chat_buffer[MAXCMDLINE];
    char chat_buffer1[MAXCMDLINE]; // FS: Remember what we said
    char chat_buffer2[MAXCMDLINE];
    char chat_buffer3[MAXCMDLINE];
    char chat_buffer
  • Mine

    2119622·text·1.6 KB·2012-02-18 07:24 UTC
    root@Builder-Bot:/home/builder# sudo cat /proc/cpuinfo 
    processor : 0
    vendor_id : AuthenticAMD
    cpu family : 15
    model : 67
    model name : Dual-Core AMD Opteron(tm) Processor 1216
    stepping : 2
    cpu
  • Anonymous

    2119593·text·2.2 KB·2012-02-18 06:59 UTC
    qboolean chat_team;
    char chat_buffer[MAXCMDLINE];
    char chat_buffer1[MAXCMDLINE]; // FS: Remember what we said
    char chat_buffer2[MAXCMDLINE];
    char chat_buffer3[MAXCMDLINE];
    int chat_buffer
  • Mine

    2119592·text·2.7 KB·2012-02-18 06:59 UTC
    Bill Nye The Science Guy Episode List
    [quote]Bill Nye - Amphibians.avi
    Bill Nye - Animal Locomotion.avi
    Bill Nye - Archaeology.avi
    Bill Nye - Architecture.avi
    Bill Nye - Atmosphere.avi
    Bill Nye
  • Untitled

    2119582·text·2.6 KB·2012-02-18 06:49 UTC
    Never tell your password to anyone.
    Saturday, 18 February 2012
    5:32 PM - x (◠‿ ◕)✌: hello dogtime
    5:32 PM - x (◠‿ ◕)✌: may we chat
    5:32 PM - a reptile dysfunction: yo
    5:32 PM - a reptile dysfunct
  • Mine

    2119554·text·8.0 KB·2012-02-18 06:24 UTC
    1 
     1
  • Mine

    2119551·text·8.0 KB·2012-02-18 06:23 UTC
    1 
     1
  • Anonymous

    2119488·text·8.7 KB·2012-02-18 05:21 UTC
    root@OpenWrt:~# iptables -vL --line-numbers
    Chain INPUT (policy ACCEPT 171 packets, 82751 bytes)
    num pkts bytes target prot opt in out source destination
    1 611 4150
  • Something

    2119444·text·977 B·2012-02-18 04:39 UTC
    Steve Angello & Laidback Luke ft Robin S - 'Show Me Love' 
    Bob Sinclar - World, Hold On
    Laurent Wolf - No Stress
    Axwell - I found you
    Live Your Life - Erick Morillo & Eddie Thoneick feat Shawnee T
  • Something

    2119438·text·423 B·2012-02-18 04:33 UTC
    <?php
    foreach ($_POST as $key => $value) {
     // assign to temporary variable and strip whitespace if not an array
     $temp = is_array($value) ? $value : trim($value);
     // if empty and required, add t
  • Anonymous

    2119425·text·18.4 KB·2012-02-18 04:23 UTC
    Volume in drive E is Fatso
     Volume Serial Number is 1068-51EB
    
     Directory of E:\Download\Books\Magick
    
    02/17/2012 11:22 PM <DIR> .
    02/17/2012 11:22 PM <DIR> ..
    10/14/
  • Stuff

    2119414·c·2.3 KB·2012-02-18 04:12 UTC
    vector icon_scale; 
    void(string icontype) icon_scaler =
     {
     //local vector medal_pos;
     
     if(icon_scale_y > 20)
     icon_scale_y = 20;
     if(icon_scale_x > 20)
     icon_scale_x = 20;
    
     icon_scale_
  • Anonymous

    2119401·c·348 B·2012-02-18 03:59 UTC
    TVout TV;
    byte incomingByte;
    
    void setup() {
    
     TV.begin(PAL);
     TV.delay(1000);
     
     // Serial port enable
     Serial.begin(9600);
     TV.clear_screen();
     TV.select_font(font4x6);
     
    }
  • Stuff

    2119383·cpp·4.1 KB·2012-02-18 03:41 UTC
    #include <SPI.h>
    #include <Ethernet.h>
    
    // Enter a MAC address and IP address for your controller below.
    // The IP address will be dependent on your local network:
    byte mac[] = { 
     0xDE, 0xAD,

older pastes →