All pastesPublic feed

Public feed

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

    2120950·text·582 B·2012-02-23 02:34 UTC
    Bulbasaur
     __....___ , .
     _.-~ __...--~~ ~/\
     Amw / / / | |
     | | | \ \
     __ _..---..-~\ | | 
     | ~ .-~-
  • The SD x264 TV Releasing Standar

    2120949·text·25.0 KB·2012-02-23 02:34 UTC
    - The SD x264 TV Releasing Standards 2012 -
    L¦¦¦¦¦¦¦TT¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦TT¦¦¦¦¦¦¦-
    -¦¦¦¦¦¦¦++¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦T¦¦¦¦¦¦
  • Mine

    2120948·text·278 B·2012-02-23 02:33 UTC
    ______
     / \
     ___I_ 0 0 I______
     / \ () / \
     I 0 0 I I 0 0 I
     I () I I () I
     ##I I_____I I#
  • Someone

    2120947·text·623 B·2012-02-23 02:31 UTC
    ,----.. 
     / / \ ___ 
     / . : ,--.'|_ .--., 
     . / ;. \ | | :,' ,--.' \ 
    . ; / ` ;
  • 3gs res log

    2120942·text·16.9 KB·2012-02-23 01:55 UTC
    2012-02-22 20:04:03.553 [4692:bac]: restore library built Sep 14 2011 at 01:30:07
    2012-02-22 20:04:03.553 [4692:bac]: iTunes: iTunes 10.5.3.3
    2012-02-22 20:04:03.553 [4692:bac]: iTunes: Software pay
  • blah

    2120941·text·1.0 KB·2012-02-23 01:53 UTC
    (1:30:59 AM) punjabimunda: hey
    (1:31:00 AM) punjabimunda: bro 
    (1:31:01 AM) punjabimunda: u tehre
    (1:31:05 AM) punjabimunda: i gotta talk to u 
    (1:31:19 AM) MrJohnnZ: sure
    (1:31:21 AM) MrJohnnZ:
  • Someone

    2120937·text·2.4 KB·2012-02-23 01:33 UTC
    import java.util.Scanner;
    import java.io.*;
    
    public class Main {
     public static void main(String[] args) throws FileNotFoundException {
     int type, order, data, all;
     int count=0;
  • Stuff

    2120932·text·1.2 KB·2012-02-23 01:01 UTC
    (this is the login request packet going from server to client) 
    
    char peer1_1[] = {
    0x01, // packet id
    0x00, 0x00, 0x89, 0x65, // entity id
    0x00, 0x00, // unused string
    0x8e, 0x9a, 0x75, 0xbd, 0
  • Someone

    2120931·text·5.6 KB·2012-02-23 01:00 UTC
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\BaiduPlayer.exe]
    "Debugger"="cmd /C exit"
    
    [HKEY_LOCAL_MACHINE\
  • Stuff

    2120923·apache·1.1 KB·2012-02-23 00:23 UTC
    --- mod-cband-0.9.6.1/src/mod_cband.c 2006-01-21 20:23:27.000000000 -0500
    +++ mod-cband-0.9.6.1-cov//src/mod_cband.c 2012-02-22 19:23:04.162307962 -0500
    @@ -1278,7 +1278,7 @@
     p.bitlen = 32;
  • Something

    2120920·text·5.4 KB·2012-02-23 00:12 UTC
    void 
    Decoder::SaveFrame(AVFrame *pFrame, int width, int height, int ct, KString outPath) {
     
     FILE *pFile;
     char szFilename[32];
     outPath.append("/frame%04i.ppm"); //4-zero's padding
     
     prin
  • Something

    2120919·text·5.4 KB·2012-02-23 00:11 UTC
    void 
    Decoder::SaveFrame(AVFrame *pFrame, int width, int height, int ct, KString outPath) throw(IOException) {
     
     FILE *pFile;
     char szFilename[32];
     outPath.append("/frame%04i.ppm"); //4-zero's
  • Mine

    2120918·text·1.2 KB·2012-02-22 23:50 UTC
    Generated form, as seen with Web Developer's Toolbar's "Form details" (excerpt):
    
    <input name="_charset_"> <input name="__formid__">
    
     There was a problem with your submission
    
     Errors h
  • Mine

    2120917·text·1.1 KB·2012-02-22 23:50 UTC
    Generated form (excerpt):
    
    <input name="_charset_"> <input name="__formid__">
    
     There was a problem with your submission
    
     Errors have been highlighted below
     <input id="deformFiel
  • Miscellany

    2120914·python·1.5 KB·2012-02-22 23:38 UTC
    (generated) form fields, after pressing the 'submit' button:
    
    The only two required fields in the form are "text_greeting" and "text_footer", and they are present in 'controls', but not in 'pstruct'
  • deform problem

    2120911·python·2.3 KB·2012-02-22 23:29 UTC
    I put this into a module:
    
    # almost literally taken from
    # http://deformdemo.repoze.org/pyramid_csrf_demo/
    
    import deform
    import colander
    
    @colander.deferred
    def deferred_csrf_default(node, k
  • Untitled

    2120904·diff·1.4 KB·2012-02-22 23:01 UTC
    diff --git a/Source/WebCore/page/EventHandler.cpp b/Source/WebCore/page/EventHandler.cpp
    index 4f0ddee..2be208b 100644
    --- a/Source/WebCore/page/EventHandler.cpp
    +++ b/Source/WebCore/page/EventHand
  • Untitled

    2120903·diff·1.1 KB·2012-02-22 22:59 UTC
    diff --git a/Source/WebCore/page/EventHandler.cpp b/Source/WebCore/page/EventHandler.cpp
    index 4f0ddee..2be208b 100644
    --- a/Source/WebCore/page/EventHandler.cpp
    +++ b/Source/WebCore/page/EventHand
  • Wartplant

    2120900·text·319 B·2012-02-22 22:48 UTC
    Hi, I desire to change my old <a href=http://www.topcomputerspeakers.net>decent computer speakers</a> in case that I¡¯m having a plan to mix from my r-16 through my computer. I am on a low budget but
  • Someone

    2120895·javascript·274 B·2012-02-22 22:18 UTC
    if (options.validationEnabled) { 
     var stepIsValid = true; 
     $("#" + stepName + " :input").each( function(index) { 
     stepIsValid = !element.validate().element($(this)) && stepIsValid;

older pastes →