All pastesPublic feed

Public feed

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

    2126071·text·1.1 KB·2012-03-08 07:57 UTC
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: GnuPG v1.4.9 (MingW32)
    
    mQENBE9YPm8BCAD564UStuxHlihVx3NEzy0s5hNrEHyoqtnOKHf9tH23QNO8tHWs
    b+6Sl1D1L65H5UIG6bNtYFYtxBdkhjq+uPzr+C4mYI1MzX5b6g6BqUo93fYfA
  • Mine

    2126070·text·1.1 KB·2012-03-08 07:56 UTC
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: GnuPG v1.4.9 (MingW32)
    
    mQENBE9YPm8BCAD564UStuxHlihVx3NEzy0s5hNrEHyoqtnOKHf9tH23QNO8tHWs
    b+6Sl1D1L65H5UIG6bNtYFYtxBdkhjq+uPzr+C4mYI1MzX5b6g6BqUo93fYfA
  • Untitled

    2126063·text·108 B·2012-03-08 07:23 UTC
    <?php
    $testdata = "test";
    $write= fopen('test.txt',"w");
    fwrite($write,$testdata);
    fclose($write);
    ?>
  • Anonymous

    2126058·text·2.8 KB·2012-03-08 06:56 UTC
    Traceroute à 8.7.244.10 de Canada - Toronto
    traceroute to 8.7.244.10 (8.7.244.10), 20 hops max, 60 byte packets
    2 e1-3.tor.ubiquity.io (173.234.189.1) 1.334 ms
    3 64.209.101.185 (64.209.101.185) 1
  • Anonymous

    2126050·text·2.4 KB·2012-03-08 05:35 UTC
    C:\wireshark>Nmake -f Makefile.nmake verify_tools
    
    Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
    Copyright (C) Microsoft Corporation. All rights reserved.
    
    ERROR: The content
  • Something

    2126049·text·292 B·2012-03-08 05:29 UTC
    sqlalchemy.exc.ProgrammingError: (ProgrammingError) You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recomm
  • Untitled

    2126048·text·415 B·2012-03-08 05:21 UTC
    `# Internet tweaks
    ro.ril.hsxpa=2
    ro.ril.gprsclass=12
    ro.ril.hep=1
    ro.ril.hsdpa.category=10
    ro.ril.enable.3g.prefix=1
    ro.ril.htcmaskw1.bitmask=4294967295
    ro.ril.htcmaskw1=14449
    ro.ril.hsupa.ca
  • Something

    2126044·text·45 B·2012-03-08 05:04 UTC
    http://bambeebox.com/images/headerBambee2.jpg
  • Unnamed

    2126039·text·2.1 KB·2012-03-08 04:49 UTC
    Chain INPUT (policy ACCEPT)
    target prot opt source destination 
    ACCEPT all -- anywhere anywhere /* Accept from localhost */
    ACCEPT all -
  • Stuff

    2126035·text·672 B·2012-03-08 04:23 UTC
    入社2年目にしてメインプログラマやってます。
    ちなみに今二十歳です。ガキです。
    これでスーファミ最後だと思うとすげ~悲しいよな。
    いい機械だったよなぁ。ス~ファミって。遅いけど。
    ここ見つけた方お手紙下さいね。
    って、サテラじゃその確率も低いだろ~な。漢字だし。
    出来は超不満だけどさ、3カ月で作ったんだからしょ~がないよ
    さて、今からmakeしてmaster versionとしよう。
  • Miscellany

    2126031·text·680 B·2012-03-08 03:34 UTC
    1  10.0.1.1 (10.0.1.1)  3.716 ms  0.946 ms  0.760 ms
     2  10.0.1.1 (10.0.1.1)  6.687 ms  7.349 ms  7.646 ms
     3  10.170.173.37 (10.170.173.37)  10.363 ms  17.738 ms  12.301 ms
     4  216.113.122.41 (21
  • Someone

    2126026·text·308 B·2012-03-08 03:17 UTC
    ***F**********************
    * * *
    * * ******* *
    * * * *
    * *** * * *
    * * **************
    * * * *
    *
  • frankfrankf

    2126025·actionscript·111 B·2012-03-08 03:13 UTC
    You can't separate pease from freedom because no one can be at peace unless he has his freedom.
  • Untitled

    2126023·text·9.9 KB·2012-03-08 03:10 UTC
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head><title>
    
    </title>
  • list Become An Xcoder.pdf

    2126022·text·25.4 KB·2012-03-08 03:08 UTC
    PART I:
    
     1 Programming Languages
     Become An Xcoder.pdf
     Beginning Xcode.chm
     Debugging by Thinking - A Multidisciplinary Approach (Digital, 2004).chm
     GCC - The Complete Reference (
  • Someone

    2126021·text·400 B·2012-03-08 02:53 UTC
    s = point (null on start)
    f = point (null on start)
    for(x = 0; x < maze.width; x++){
     for(y = 0; y < maze.height; y++){
     if(maze.cells[x][y] == 's'){
     s = (x,y);
  • Someone

    2126020·text·56 B·2012-03-08 02:49 UTC
    s = point
    f = point
    for(x = 0; x < maze.width; x++){
  • Someone

    2126018·text·130 B·2012-03-08 02:34 UTC
    char * maze_cells = new char * [maze_height];
    for(int i = 0; i < maze_height; i++)
     maze_cells[i] = new char[maze_width];
  • Mine

    2126017·text·8.7 KB·2012-03-08 02:23 UTC
    Sep 03 13:00:56 <bluesun> is it hard to get text dumps from BS games, btw?
    Sep 03 13:09:02 <Kiddo|Laptop> I assume it depends, case-by-case basis
    Sep 03 13:09:18 <Kiddo|Laptop> Some games call on
  • Unnamed

    2126013·text·538 B·2012-03-08 01:31 UTC
    Shepard: Here, I picked this up for you. Figured you had some down-time. 
    Ashley: Thanks, that's sweet. I've been climbing the walls. But...where do we stand, Shepard? Did we cut all ties?
    Shepard:

older pastes →