All pastes #2053440 Raw Edit

Mine

public text v1 · immutable
#2053440 ·published 2011-05-03 12:23 UTC
rendered paste body
~$ cat sier.c
#include <stdio.h>

int main() {
  int a=1<<10;
  while(a--){putchar(040+0b11*!((a^((a>>5)&a))&037));if(!(a&0x1F))putchar('\n');}
}

~$ ./sier 
################################
 # # # # # # # # # # # # # # # #
  ##  ##  ##  ##  ##  ##  ##  ##
   #   #   #   #   #   #   #   #
    ####    ####    ####    ####
     # #     # #     # #     # #
      ##      ##      ##      ##
       #       #       #       #
        ########        ########
         # # # #         # # # #
          ##  ##          ##  ##
           #   #           #   #
            ####            ####
             # #             # #
              ##              ##
               #               #
                ################
                 # # # # # # # #
                  ##  ##  ##  ##
                   #   #   #   #
                    ####    ####
                     # #     # #
                      ##      ##
                       #       #
                        ########
                         # # # #
                          ##  ##
                           #   #
                            ####
                             # #
                              ##
                               #