5c for today (startup banner)

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

5c for today (startup banner)

Post by newdep »

Aaaa Clisp has this candle when starting I though newlisp needs a
banner too during startup...

create yor banner here http://www.network-science.de/ascii/
and put it in your ini.lsp




this is mine..

Code: Select all

(println {                |    o          })
(println { ,---.,---.. . .|    .,---.,---.})
(println { |   ||---'| | ||    |`---.|   |})
(println { `   '`---'`-'-'`---'``---'|---'})
(println {                           |    })
-- (define? (Cornflakes))

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Nice. Reminds me of one of my failed experiments - it might still work...

http://lambdalator.nfshost.com/jacktheglypher/index.cgi

(At least it's pure newLISP... :)

Kazimir Majorinc
Posts: 388
Joined: Thu May 08, 2008 1:24 am
Location: Croatia
Contact:

Post by Kazimir Majorinc »

cormullion wrote:Nice. Reminds me of one of my failed experiments - it might still work...
It works to me. How about this one:

Code: Select all

                                ..    :
                                 :   .`
                                 ..gQ,
                                ..MMMN,
    ...JJJ.......               MNMMQMMp              .....JugWY9Cv1..
  .c+++J.~!~???~ZUy??!!!~....   TMMMMMMD   .....J+++j!~`??!~~.~,??++??.
 `++czJ+?????!v++JJ~!:!?^~+.??~..VVWUMx.,+1+?!?~.,~!...~`++.~:.,.J.+`c
 .1.I++~`:1~~~J.+~~.~.~?!?!z?J~.dkmgdMNmy+,?7v?`!.~~`..``?..:~~.~.,J,`
   `!J?;`.~~~J?~~!?~`~~~..+i++?jW9TMBMMJ`,.,~~!~~.~.~!.,!!~~.~+~i1+!
      ``~...+`.`.,.`~~~.`.`!`~i`4NdXwMM`..,!?~~...~ `.~~`..`~`.+.!
          `?`~.`:.....`.`````...JMmXjMN. `?!!!~~J..~~`...~~.J`?`
              ``!~`!`` ...`~!....NMHdMb?!!....    ~???????!`
      ...J+z?vv??77!!?l....~1CJJ&dMMM@1?=~....!!~...
   .,7+~........+?+~?+....,..?1JC,V4Mt :~.&..??~```.6~~!~!+OuJ....
  ,C`~`.!.~.~`~~..+~,.``....`J~~~.TTM: , ..J1???1..??7+,.`..`.,..`?~.
  +~`~~..~~!,++!!+?~!+~.~v+~?~ .. qgK  ~` `. `...`~~+!~!~.``.`~~!,~~~~.
   ``+,~~.?!~`.:~+~!!.!.?.!.?`!`` vdF . `~.`~....`~`.?!J~`!...`.~~??~+:
       ?`.`.~~~?:.~~..~.,!~...`   +dr  `. `.`~.`?~..`.`.~.``!~..~!~.!^
            ~!!?!..,~?`.?``!`     wHP    ``.`..~.~,~..`...~..+..`?!`
                    ~```          zZ$       `!!.~~,.,+..`~!`
                                  jgF
                                  CHt
                                 .+W%
                                 .XM%
                                 .IX:
                                 .jH;
                                 ,YM:
                                 ,JW:
                                 .gM
                                 ,zD
                                 .AP
                                 `Tt
                                 ?+%
                                 uQ%
                                 Jd:
                                 Qg:
                                `9Tr
                                777D
Too big? Make yourself smaller ASCII dragonfly with http://www.jave.de/

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Yes I remember your project but I never saw the final result..
That Url is new to me...Great Job! ;-)

I Cant get the "()" to turn 90o in ASCI..else i would have made a small
DragonFly too indeed ;-)

Code: Select all

    ..                     |    o          
 .-.().-.   ,---.,---.. . .|    .,---.,---.
  .-()-.    |   ||---'| | ||    |`---.|   |
    ()      `   '`---'`-'-'`---'``---'|---'
    ``                                |    
-- (define? (Cornflakes))

Locked