ASCII-Art

lars

vom mars
FreeBSD 5:
Code:
$ vim /boot/beastie.4th

46 constant dot

\ The BSD Daemon.  He is 19 rows high and 34 columns wide
: print-beastie ( x y -- )
        2dup at-xy ."              ,        ," 1+
        2dup at-xy ."             /(        )`" 1+
        2dup at-xy ."             \\ \\___ / |" 1+
        2dup at-xy ."             /- _  `-/  '" 1+
        2dup at-xy ."            (/\\/ \\ \\ /\\" 1+
        2dup at-xy ."            / /   | `    \\" 1+
        2dup at-xy ."            O O   ) /    |" 1+
        2dup at-xy ."            `-^--'`<     '" 1+
        2dup at-xy ."           (_.)  _  )   /" 1+
        2dup at-xy ."            `.___/`    /" 1+
        2dup at-xy ."              `-----' /" 1+
        2dup at-xy ." <----.     __ / __   \\" 1+
        2dup at-xy ." <----|====O)))==) \\) /====" 1+
        2dup at-xy ." <----'    `--' `.__,' \\" 1+
        2dup at-xy ."              |        |" 1+
        2dup at-xy ."               \\       /       /\\" 1+
        2dup at-xy ."          ______( (_  / \\______/" 1+
        2dup at-xy ."        ,'  ,-----'   |" 1+
             at-xy ."        `--{__________)"
;
 
Zuletzt bearbeitet:
Original geschrieben von lars
FreeBSD 5:

$ vim /boot/beastie.4th

46 constant dot

\ The BSD Daemon. He is 19 rows high and 34 columns wide
: print-beastie ( x y -- )
2dup at-xy ." , ," 1+
2dup at-xy ." /( )`" 1+
2dup at-xy ." \\ \\___ / |" 1+
2dup at-xy ." /- _ `-/ '" 1+
2dup at-xy ." (/\\/ \\ \\ /\\" 1+
2dup at-xy ." / / | ` \\" 1+
2dup at-xy ." O O ) / |" 1+
2dup at-xy ." `-^--'`< '" 1+
2dup at-xy ." (_.) _ ) /" 1+
2dup at-xy ." `.___/` /" 1+
2dup at-xy ." `-----' /" 1+
2dup at-xy ." <----. __ / __ \\" 1+
2dup at-xy ." <----|====O)))==) \\) /====" 1+
2dup at-xy ." <----' `--' `.__,' \\" 1+
2dup at-xy ." | |" 1+
2dup at-xy ." \\ / /\\" 1+
2dup at-xy ." ______( (_ / \\______/" 1+
2dup at-xy ." ,' ,-----' |" 1+
at-xy ." `--{__________)"
;

Ist leider kaputt formatiert.

Hi

Dürften ich die Bedeutung dieses Postings erfahren, oder ist das etwas, das unter die Gruppe: FreeBSD-Insider gehört und so ein "außenstehender OpenBSD-User" (wie z.B. ich) damit nix anfangen sollte. ;)

Oder wolltest du den Code formatiert posten?

Dann benutze doch die code-Tags.

CW
 
Original geschrieben von Illuminatus
ein (ascii)Bild sagt mehr als tausend "Worte"

O.K. .. verstanden ... ich dachte, das es beim ersteren um irgendein obskures Problem ging.

Er sparch von kaputter Formatierung ;)

Warum benutzt er nicht den Code-Tag?

Übrigens finde ich die ASCIIs wirklich gut.

Grüße

CW
 
also animated ascii art ist geil, aber das movie find ich nicht so prickelnd.
ansonsten immer her damit.

kennt jemand nen gutes tool um grafiken in ascii art umzuwandeln?
 
Zurück
Oben