All pastesPublic feed

Public feed

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

    2106355·text·16.8 KB·2012-01-26 10:17 UTC
    Synergy 1.3.8 Client on Microsoft Windows 7 x64
    This is an experimental x64 build of Synergy. Use it at your own risk.
    starting client
    thread 0x0000033c entry
    screen shape: 0,0 1280x1024 
    window
  • Partidas de JadaONyx

    2106338·text·2.1 KB·2012-01-26 09:41 UTC
    Lunes:
    
    nayara261 - partidas 7
    marcotiger - partidas 7
    beatt - partidas 1 - ?
    lionel20 - partidas 10 - ?
    IrisV - 13 partidas - ?
    TXOBE - 13 partidas - ?
    volldam_ 13 partidas - ?
    finsbury 13 p
  • Partidas de JadaONyx

    2106330·text·1.8 KB·2012-01-26 09:33 UTC
    Lunes:
    
    nayara261 - partidas 7
    marcotiger - partidas 7
    beatt - partidas 1 - ?
    lionel20 - partidas 10 - ?
    IrisV - 13 partidas - ?
    TXOBE - 13 partidas - ?
    volldam_ 13 partidas - ?
    finsbury 13 p
  • Miscellany

    2106329·c·934 B·2012-01-26 09:30 UTC
    // playgame.c
    // Author: Kevin Okal
    // Date: 01/25/12
    // Purpose: Plays a simple guessing game.
    #include "playcgame.h"
    #include "cgame.h"
    #include <stdio.h>
    
    int guess_count, high, low, ne
  • Miscellany

    2106327·c·1.1 KB·2012-01-26 09:19 UTC
    // playgame.c
    // Author: Kevin Okal
    // Date: 01/25/12
    // Purpose: Plays a simple guessing game.
    #include "playcgame.h"
    #include "cgame.h"
    #include <stdio.h>
    
    int guess_count, high, low, ne
  • Mine

    2106325·text·30.2 KB·2012-01-26 09:16 UTC
    2012-01-26 10:57:02.637 [23752:54e0]: restore library built Sep 14 2011 at 01:30:07
    2012-01-26 10:57:02.637 [23752:54e0]: iTunes: iTunes 10.5.2.11
    2012-01-26 10:57:02.637 [23752:54e0]: iTunes: Softw
  • Unnamed

    2106314·text·761 B·2012-01-26 08:54 UTC
    eric@jumper:~/Documents/Reinteract/D-test$ python "chicken stirfry 1.rws" 
     almonds 35 subtotal cals: 205.0, carbs: 7.0
     chicken breast 356 subtotal cals:
  • Olfway

    2106312·text·1.1 KB·2012-01-26 08:33 UTC
    #!/bin/sh
    
    # Slackware build script for openra 
    
    # Written by Z. Brooks (olfway91@yahoo.com)
    
    PRGNAM=openra
    VERSION=${VERSION:-20111013}
    ARCH=noarch
    BUILD=${BUILD:-1}
    TAG=${TAG:-_SBo}
    
    CWD
  • Olfway

    2106311·text·1.1 KB·2012-01-26 08:32 UTC
    #!/bin/sh
    
    # Slackware build script for openra 
    
    # Written by Z. Brooks (olfway91@yahoo.com)
    
    PRGNAM=openra
    VERSION=${VERSION:-20111013}
    ARCH=noarch
    BUILD=${BUILD:-1}
    TAG=${TAG:-_SBo}
    
    CWD
  • Miscellany

    2106304·c·1005 B·2012-01-26 08:06 UTC
    // playgame.c
    // Author: Kevin Okal
    // Date: 01/25/12
    // Purpose: Plays a simple guessing game.
    #include "playcgame.h"
    #include "cgame.h"
    #include <stdio.h>
    
    int guess_count, initial_size,
  • Miscellany

    2106300·c·848 B·2012-01-26 07:23 UTC
    // playgame.c
    // Author: Kevin Okal
    // Date: 01/25/12
    // Purpose: Plays a simple guessing game.
    #include "playcgame.h"
    #include "cgame.h"
    #include <stdio.h>
    
    int guess_count, initial_size,
  • Mine

    2106296·text·1.3 KB·2012-01-26 06:59 UTC
    "คุณโนบิตะ ไม่ไปโรงเรียนสอนขับรถแล้วเหรอ" 教習所 
    "ยอมแพ้แล้วล่ะ"
    "โดรายากิค่ะ"
    "ก็เล่นเน็ตสนุกกว่าเป็นไหน ๆ นี่"
    "ไม่เคยคิดเหรอว่าจะเป็นยังไงถ้าสอบใบขับขี่ผ่านน่ะ"
    "จริงด้วย"
    "ตู้โทรศัพท์สมมติ" (แ
  • blake

    2106292·text·2.0 KB·2012-01-26 06:44 UTC
    /*******************************************************************************************
    * Programmer: Jacob Bridgman *
    * Class: Cpt
  • Miscellany

    2106288·c·1.8 KB·2012-01-26 06:28 UTC
    // cgame.c
    // ==========================
    #include <stdlib.h>
    #include "cgame.h"
    
    int secret; // secret number 
    
    void startgame(int n) {
     secret = (rand() % n) + 1;
    }
    
    char guess(int g) {
  • Stuff

    2106280·text·1.7 KB·2012-01-26 06:10 UTC
    void __stdcall Proc_PlayerJoin(nc_cPlayer *pData, nc_WideStringClass *pName)
    {
     if (pName->Get_Length() > 20)
     {
     Console_Output(StrFormat("[JellyScripts] Notice: Nickname \"%ls\" is longer than
  • Miscellany

    2106275·c·1.6 KB·2012-01-26 05:51 UTC
    // cgame.c
    // ==========================
    #include <stdlib.h>
    #include "cgame.h"
    
    int secret; // secret number 
    
    void startgame(int n) {
     secret = (rand() % n) + 1;
    }
    
    char guess(int g) {
  • perms

    2106261·text·1.0 KB·2012-01-26 04:54 UTC
    plugin:
     permissions:
     system: default
     copies: 
    groups:
     Default:
     default: true
     info:
     prefix: ''
     suffix: ''
     build: tr
  • Miscellany

    2106259·text·1.7 KB·2012-01-26 04:39 UTC
    marti:~ lathiat$ dig +trace us.ozco.in
    
    ; <<>> DiG 9.7.3-P3 <<>> +trace us.ozco.in
    ;; global options: +cmd
    . 80350 IN NS d.root-servers.net.
    . 80350 IN NS b.root-servers.net.
    . 80350 IN NS
  • php remover cleaner eval base64_

    2106256·php·5.8 KB·2012-01-26 03:54 UTC
    <?php
    /**
     * Cleaner PHP (Wordpress Hack Fix)
     * Author: Nino Paolo Amarillento
     * Version: 2.0
     * URL: http://www.php-beginners.com/solve-wordpress-malware-script-attack-fix.html
     * 
     * If you
  • Miscellany

    2106254·text·4.3 KB·2012-01-26 03:28 UTC
    I first heard Old 97’s on April 26th, 1999. I remember the date because it was the day before their fourth studio album, Fight Songs, was released. A co-worker at a now-defunct music store played the

older pastes →