SCHNELL ... ASCII-Dameon

Wasp

Insektenspray-Gegner
hi, bräuchte mal dringest den ACII-Deamon ... kann mir den mal wer als ztxt datei geben oder rüber pasten ..finde edas drgsding nirgens

schnelligkeit ghefragt !!!!

thx
 
Code:
\ The BSD Daemon.  He is 19 rows high and 34 columns wide
: technicolor-beastie ( x y -- )
2dup at-xy ."               ESC[1;31m,        ," 1+
2dup at-xy ."              /(        )`" 1+
2dup at-xy ."              \ \___   / |" 1+
2dup at-xy ."              /- ESC[37m_ESC[31m  `-/  '" 1+
2dup at-xy ."             (ESC[37m/\/ \ESC[31m \   /\" 1+
2dup at-xy ."             ESC[37m/ /   |ESC[31m `    \" 1+
2dup at-xy ."             ESC[34mO O   ESC[37m) ESC[31m/    |" 1+
2dup at-xy ."             ESC[37m`-^--'ESC[31m`<     '" 1+
2dup at-xy ."            (_.)  _  )   /" 1+
2dup at-xy ."             `.___/`    /       " 1+
2dup at-xy ."               `-----' /" 1+
2dup at-xy ."  ESC[33m<----.ESC[31m     __ / __   \" 1+
2dup at-xy ."  ESC[33m<----|====ESC[31mO)))ESC[33m==ESC[31m) \) /ESC[33m====|" 1+
2dup at-xy ."  ESC[33m<----'ESC[31m    `--' `.__,' \" 1+
2dup at-xy ."               |        |" 1+
2dup at-xy ."                \       /       /\" 1+
2dup at-xy ."           ESC[36m______ESC[31m( (_  / \______/" 1+
2dup at-xy ."         ESC[36m,'  ,-----'   |" 1+
at-xy ."         `--{__________) ESC[0m" 1+
;

: boring-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 ."        `--{__________)"
 
ja genau, glaube das ist er .. sitzt auf dem boden mit enem schlepptop un micro-möchtegern tastatur :)

aber die zweite von den beiden oben müsste es sein, meinte den beim booten von freebsd der auf der rechten seite angezeigt wird .... wo man die auswahl zwischen no acpi signle user mode etc.. hat

thx :)
 
@MrFixit: Wenn Du auf 'antworten' klickst, dort dann 'Datei anhängen:
Maximale Grösse: 10240000 Bytes' auf 'Browse' und die Datei auswaehlen...
 
Zurück
Oben