Original Usenet thread from alt.ascii-art, started 14 May 2002.
debugger stuff
alt.ascii-art
· 11 messages · 14 May 2002 - 22 May 2002
Hello Has someone got a 6 lines ascii representing a bug ? I'm working on a debugger and I was looking for some funny stuff to display at startup.. thanks :)
On Tue, 14 May 2002 19:48:21 +0200, Damien Ciabrini <bra...@club-internet.fr> wrote: >Hello > >Has someone got a 6 lines ascii representing a bug ? >I'm working on a debugger and I was looking for some funny stuff to display >at startup.. > >thanks :) \ ) )_/ (/_\) _/\/ \/\_ _/\/ | \/\_ _/\\ | //\_ \_/ MJP nope, that is seven ( ( \_) ____(_#. (____) ` MJP_/ > \_ well maybe __ . . / ,-===;::''''''` . `-' . '``````::;===-, + _/+/' '`-. . .-'` `\+\_ / __...--'' _.--, ` \'/ ' ,--._ ``--..._,' .--' _..._ _..._ '--. .' /'XXXXX;' `;XXXXX`\ `. / /XXXXXX/'. .`\XXXXXX\ \ ,-/ |XXXX/'_,' ` `,_`\XXXX| \-, ___,.-' | \XX,',;,' | `,;,`,XX/ | `-.,___ /' | `-''' , | , ```-' | `\ ,'\ _.-+ | \|/ | +-._ / `, | \ ,-' | | ,- -, | | `-,/ | | | \ | | / | | | | '- ' \ / ` -` | | | | `.., / '\'',---,``/` \ ,..' | | | | | | ` ' | | | | | | | `' `' | | | | | L__. \ / .__J | | | | '-,.,-` | | | | /: | | | | .---------/ '-----. | | /' ,' |Go ahead, it won't| `, `\ | ||/ | BUG me | \|| |MJP ''' `------------------' ```
"Damien Ciabrini" <bra...@club-internet.fr> wrote in message news:3ce14dee$0$20703$7a6...@news.club-internet.fr... > Hello > > Has someone got a 6 lines ascii representing a bug ? I got a 5 line | \_0 0_/ '_( )_' _( )_ / V \ :dg: -- _________________ | i have no ,oo. | | _/ .sig / (w) | |(/(//)() / / | |__/______________| > I'm working on a debugger and I was looking for some funny stuff to display > at startup.. > > thanks :)
"MJP" <mik...@bluedwarf.spam.net> wrote in message news:3ce15cd0.17810842@205.158.27.245... > On Tue, 14 May 2002 19:48:21 +0200, Damien Ciabrini <bra...@club-internet.fr> wrote: > > >Hello > > > >Has someone got a 6 lines ascii representing a bug ? > >I'm working on a debugger and I was looking for some funny stuff to display > >at startup.. > > > >thanks :) > > > \ ) > )_/ > (/_\) > _/\/ \/\_ > _/\/ | \/\_ > _/\\ | //\_ > \_/ MJP > Pretty neat!!! modified it a bit! \ ) )|/ /\(/_\)/\ '/_( ( ) )_\' / (_( )_) \ '/ /\ V /\ \' / ( ) \ \| v |/ ' ' MJP/:dg: -dyno
On Tue, 14 May 2002 19:48:21 +0200, Damien Ciabrini <bra...@club-internet.fr> tried to confuse everyone with this message: >Hello > >Has someone got a 6 lines ascii representing a bug ? >I'm working on a debugger and I was looking for some funny stuff to display >at startup.. `. | | _ `o. _ `; /o `. ,-\ / |-. `-'\`- Gr This one I drew for my software site Bugsoft Ent., but you can use it too! -- #__|___|_/########|___|__############################################### #|___|#######O#O####|___|# Timofei Shatrov aka Grue (grue -> mail.ru) # #__|__|###########|___|__# http://grue3.tripod.com # #|___|_|#########|__|__Gr#########################################[4*72]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Damien Ciabrini <bra...@club-internet.fr> schreef in berichtnieuws 3ce14dee$0$20703$7a6...@news.club-internet.fr... > Hello > > Has someone got a 6 lines ascii representing a bug ? > I'm working on a debugger and I was looking for some funny stuff to > display at startup.. > > thanks :) \ | /__/ \__|__// / |o\ [btl] +---- | } \_____|o/ / | \\__ / | \ \ 7 lines is all I have... Greetz, Tim. - -- Remove babytalk from emailaddress to reply. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com> iQA/AwUBPOLDLbiZ0JEgk/9DEQLm+QCdEObz+aqoaVAUTxZCHlxGoTA55KYAn3qJ 7Pni1Ai/ZLD5jarC3fbPTjTw =F+f7 -----END PGP SIGNATURE-----
On Wed, 15 May 2002 22:21:05 +0200, "Kevertje" <kev...@dodomail.ru> wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Damien Ciabrini <bra...@club-internet.fr> schreef in berichtnieuws >3ce14dee$0$20703$7a6...@news.club-internet.fr... >> Hello >> >> Has someone got a 6 lines ascii representing a bug ? >> I'm working on a debugger and I was looking for some funny stuff to >> display at startup.. >> >> thanks :) > >\ | /__/ > \__|__// > / |o\ [btl] > +---- | } > \_____|o/ > / | \\__ >/ | \ \ > >7 lines is all I have... > A six line bug, using only ascii characters? 10 PRUNT "HELLO WORLD" 20 LET A=5 30 LET B=10 40 LET C=A+B 50 PRINT C 60 GOTO 10 --- Bruce Greenwood Madness takes its toll, so please have exact change
"Bruce Greenwood" <el_...@ispdr.net.au> wrote in message news:3ce...@news.ispdr.net.au... > On Wed, 15 May 2002 22:21:05 +0200, "Kevertje" > <kev...@dodomail.ru> wrote: > > > > A six line bug, using only ascii characters? > > 10 PRUNT "HELLO WORLD" > 20 LET A=5 > 30 LET B=10 > 40 LET C=A+B > 50 PRINT C > 60 GOTO 10 > That is an error! 10 PRINT$ "HELLO WORLD" 20 LET A=5 30 LET B=10 40 LET C=A+B 50 PRINT C 60 GOTO 10 and that is a BUG! -dyno > --- > Bruce Greenwood > Madness takes its toll, so please have exact change
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - --(Once apon a time, in alt.ascii-art,)-- --(dynoguru said it like only they can.)-- > > 10 PRINT$ "HELLO WORLD" > 20 LET A=5 > 30 LET B=10 > 40 LET C=A+B > 50 PRINT C > 60 GOTO 10 > > and that is a BUG! > This is only a bug if you want to look at it that way but it will crash most *nix sytems in a POSIX shell within a few seconds. The faster the system the faster it will crash. On my 120 Mhz system it dies in about 4 seconds and on my 1 Ghz system its less than a second. And this one is only 1 line! well 3 if you count the ";"s DO NOT EVEN TRY TO RUN THIS :(){ :|:&};::(){ :|:&};: REPEAT DONT RUN THIS -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE85Lsakjt2bc9NoGsRAu6IAJ0SqmBN0GcqfVwnX6nzI+JTnpToHACeIbKy uM+MPMYkJQBmCL1uHsU3XHg= =p131 -----END PGP SIGNATURE----- -- +-(faux@fugozi)-(0.13|0.11|0.04)-(01:00|Fri May 17)-+ cat ~/.{sig,uin} It's a damn poor mind that can only think of one way to spell a word. - Andrew Jackson UIN=66618055
On Tue, 14 May 2002 19:48:21 +0200, Damien Ciabrini <bra...@club-internet.fr> wrote: >Hello > >Has someone got a 6 lines ascii representing a bug ? >I'm working on a debugger and I was looking for some funny stuff to display >at startup.. > >thanks :) This is a bit more, but the weather is a cold rain so just got bigger with some stuff that was laying around o o o o .::::. `. .' (`. \~/ .`) '::. (o).-.(o) `.\(@,@)/.` '::. ( ._. ) .`/()=()\`. .::::' (\/) `._.' (\/) (.` (/~\) `.) .:::' \ `.' |_| `.' / ; ; .:::' `-' |-| `-' O O .O .::::' ( |=| ) \|(/ .::::' `--' '--` [::::] _|| ||_ __\__/_____________ o o [_.' '._] | _____________ | (`. \~/ .`) | .' '. | (`-.\(@,@)/.-') o o | |_.--..__.-..___| | (.-`/()=()\`-.) (`. \~/ .`) | | W.W.DeB | | (.` (/ \) `.) (`-.\(@,@)/.-') | | Wide World of | | ; ; (_.'-.()=().-'._)| |_ DeBugs __ | | (_.-`(/ \) `-._)| | '-.__.--' '- | | .-. .-. (.` (; ;) `.) | '._____________.' | (O.(O(O) ( ) |___________________| \)|/ V | o o o ==== | [;;;;] | = = ....... | \__/ .:::' '-------------------' .:::' () () ':::. .::' \../ \/ ':::. ':: `-.(.--.)-' () () _.-('')-._ ':::. '::. -.(.-.).' \../ _.-(( ))-._ ':: .::' -( )- -.(.-.).' _.-(_)-._ .:::' ':::. v '.(.-.).-' .:::' ':::::. -( )- .:::::. .:::' LGB '::::::. V ':::::::' lgbeard
Damien Ciabrini <bra...@club-internet.fr> wrote in message news:<3ce14dee$0$20703$7a6...@news.club-internet.fr>... > Hello > > Has someone got a 6 lines ascii representing a bug ? > I'm working on a debugger and I was looking for some funny stuff to display > at startup.. > > thanks :) will 4 do? :) l__l_l / \o/ \______/o\ l l l
Related ASCII art in the Gallery
Explore these categories from our collection of 11,000+ artworks:
_________
/___ ___\
//@@@\ /@@@\\
\\@@@/ \@@@//
\___ " ___/
| - |
\_/ jrjc ______
/|_||_\`.__
( _ _ _\
=`-(_)--(_)-'
hjw .="=. _/.-.-.\_ ( ( o o ) ) |/ " \| \'---'/jgs /`"""`\\
_________ | _____ |\ | |\ ___| | \ | | | | | | | | |___| | | \ | |____\| | \|_________| Andy Johnson
__ _ o'')}____// `_/ ) (_(_/-(_/
[>====]
Make your own ASCII art
Turn images, text or 3D into ASCII, or draw your own – right in your browser.
About this thread.
These messages were posted publicly to the newsgroup
alt.ascii-art
in 2002 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked.
The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can.
Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.
Report this message
Help us keep the archive clean and accurate. Reports are reviewed by a person – nothing is changed automatically.