Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

SHOW ME YOUR QUINES

Name: Anonymous 2010-07-06 19:36


const char *s[15] = {
        "%c%c%s%c%c%c",
        "const char *s[15] = {",
        "};",
        "#include <stdio.h>",  
        "int main(void) {",
        "        int i;",
        "        puts(s[1]);",
        "        for (i=0; i<14; ++i)",
        "                printf(s[0], 9, 34, s[i], 34, 44, 10);",
        "        printf(s[0], 9, 34, s[i], 34, 0, 10);",
        "        puts(s[2]);",
        "        for (i=3; i<15; ++i)",
        "                puts(s[i]);",
        "        return 0;",
        "}"
};
#include <stdio.h>
int main(void) {
        int i;
        puts(s[1]);
        for (i=0; i<14; ++i)
                printf(s[0], 9, 34, s[i], 34, 44, 10);
        printf(s[0], 9, 34, s[i], 34, 0, 10);
        puts(s[2]);
        for (i=3; i<15; ++i)
                puts(s[i]);
        return 0;
}

the one I wrote.

Name: Anonymous 2010-08-18 0:14

>>36

Third attempt,

$ xxd quine
0000000: 7f45 4c46 0101 0100 0000 0000 0000 0000  .ELF............
0000010: 0200 0300 0100 0000 8080 0408 3400 0000  ............4...
0000020: c400 0000 0000 0000 3400 2000 0200 2800  ........4. ...(.
0000030: 0400 0300 0100 0000 0000 0000 0080 0408  ................
0000040: 0080 0408 a800 0000 a800 0000 0500 0000  ................
0000050: 0010 0000 0100 0000 a800 0000 a890 0408  ................
0000060: a890 0408 0200 0000 0200 0000 0600 0000  ................
0000070: 0010 0000 0000 0000 0000 0000 0000 0000  ................
0000080: b9a8 9004 0881 e9a8 0000 00ba 6401 0000  ............d...
0000090: b804 0000 00bb 0100 0000 cd80 b801 0000  ................
00000a0: 00bb 0000 0000 cd80 0000 002e 7368 7374  ............shst
00000b0: 7274 6162 002e 7465 7874 002e 6461 7461  rtab..text..data
00000c0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
00000d0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
00000e0: 0000 0000 0000 0000 0000 0000 0b00 0000  ................
00000f0: 0100 0000 0600 0000 8080 0408 8000 0000  ................
0000100: 2800 0000 0000 0000 0000 0000 1000 0000  (...............
0000110: 0000 0000 1100 0000 0100 0000 0300 0000  ................
0000120: a890 0408 a800 0000 0200 0000 0000 0000  ................
0000130: 0000 0000 0400 0000 0000 0000 0100 0000  ................
0000140: 0300 0000 0000 0000 0000 0000 aa00 0000  ................
0000150: 1700 0000 0000 0000 0000 0000 0100 0000  ................
0000160: 0000 0000                                ....
$ ./quine | diff - quine
$

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List