Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet thread from alt.ascii-art, started 9 Nov 1999.
 _   _                     _        _             _     _           
| | | |___  ___ _ __   ___| |_     / \   _ __ ___| |__ (_)_   _____ 
| | | / __|/ _ \ '_ \ / _ \ __|   / _ \ | '__/ __| '_ \| \ \ / / _ \
| |_| \__ \  __/ | | |  __/ |_   / ___ \| | | (__| | | | |\ V /  __/
 \___/|___/\___|_| |_|\___|\__| /_/   \_\_|  \___|_| |_|_| \_/ \___|
pic: my first ascii

pic: my first ascii

alt.ascii-art · 11 messages · 9 Nov 1999 - 14 Nov 1999
>  ,--.
>  `���
>  �  `
>  `���
what is it??

>  `�v��
>   (_)
> --"-"--

Nice owl (long eared owl aint it ;o) )
^
Bird watcher

>  ///)
> ///�(
> // _/
>  | |
> (  \
> \\ \)
>  )\ \
> /  \_\
> |   \&
> |    |
> |    |
> |    |
> |____|
>   (_\
>
I like hand dunno why I never thought of that before


           _.-'<                                <'-._
        .-'   _ >    remove YOUR BRA to email    >   '-.  
     .-'  _.-'                                    '-._  '-.
    /  .-'                                            '-.  \
   /.-'                                                  '-.\
  //               .---. .....                  ____        \\  
 //           _____|   |/____ `.            _.-'    `.       \\
||           .               .  \         .'  _.-'',  :       ||
||           '_____     _____'\  \       .  .'     (__)       || 
||   .''.          |   |   \  /  /       |  |           .''.  ||
 \\ /|  |          \   \\  /`'  /__   ___|  |           |  |\ //
  ||    |    .---._ \   \\/"-   |   )(    ) |           |    ||
  ||    |  /   ----./   /|      |_ (__)   | '      __   |    ||
  ||    | |            / \__.   Y )    .  |  \__.-'  )  |    || 
  \|    |  `-.----.___/\______/\_/`---'/  /\     _.-'   |    |/
    \|  |                     .'\.----.\  \ `"""'       |  |/
     '..'                    \            /             '..'
                              \.--""""--./                
                                

> >  ,--.
> >  `���
> >  �  `
> >  `���
> what is it??

An hourglass ofcourse

 ______
(      )
 `.  .'
   )(
 ,'%%`.  - Hourglass
(%%%%%%)

David (drx) Rekowski <dav...@coodex.de> ASCII art 9 Nov 1999 00:00 · permalink · report
Hi there, this is my first newsmsg including my first ascii-pics, so
please don't laugh. *S*


  ,--.
  `���
  �  `
  `���


  `�v��
   (_)
 --"-"--


  ///)
 ///�(
 // _/
  | |
 (  \
 \\ \)
  )\ \
 /  \_\
 |   \&
 |    |
 |    |
 |    |
 |____|
   (_\

..free for diddling!


any comments? I'm thankful for any hints.


-- 
,--.   David (drx) Rekowski
`���   dav...@coodex.de
�  `   http://www.angelfire.com/de2/disciple/
`���   ICQ: #54438233

Gerfried Fuchs <alf...@innocent.com> ASCII art 10 Nov 1999 00:00 · permalink · report
David (drx) Rekowski <dav...@coodex.de> wrote:
> Hi there, this is my first newsmsg including my first ascii-pics, so
> please don't laugh. *S*

 Noone would laught at such nice drawings :-)  Feel welcome!

>   ,--.
>   `���
>   �  `
>   `���

 You used some non-ASCII characters. Keep in mind that ASCII-Characters
are those with an value of 32-126 decimal or 20 to 7E hex. Someone who
has a list handy please post it :-)
 The eyes you made are using 192dec (or c0hex), which isn't in this
rage, and the feet are made up of 248dec. There is also a small reminder
to use the ' instead of � (which looks quite the same in most charsets
but isn't ASCII either). So use the ' (should be SHIFT-# on german
keyboard or SHIFT-7, I believe?).
 My ascii-diddle for this little owl (I think):

  ,--.
  `LL'
  '  `
  `oo'

 Well, it doesn't work out that well... But at least it's universal and
can be seen by everyone (with a monospaced font). The codes from 128dec
on are up to the local encoding. Quite many people use iso-8859-1 for
that (which is what you used) but not all of them. But all have the
ASCII characters. Read about this in detail in the FAQ which is posted
quite frequently.

>   `�v��
>    (_)
>  --"-"--

 Here the same as above:

  `LvL'
   (_)
 --"-"--

 Well, somehow the L doesn't look quite well - but at the moment I can't
think of anything suiting better and displaying the thing you wanted
displayed....

>   ///)
>  ///�(
>  // _/
>   | |
>  (  \
>  \\ \)
>   )\ \
>  /  \_\
>  |   \&
>  |    |
>  |    |
>  |    |
>  |____|
>    (_\

 Here it's just the eye, again:

  ///)
 ///o(
 // _/
  | |
 (  \
 \\ \)
  )\ \
 /  \_\
 |   \&
 |    |
 |    |
 |    |
 |____|
   (_\

 I think, the 'o' does suit quite well in here.


> any comments? I'm thankful for any hints.

 I hope you are - in the last time some people got my hints in the wrong
throught....  *sigh*

 But nice work, anyway!!  Don't stop drawing - just remember to stick to
the ASCII-characters only.
-- 
Gerfried Fuchs
<URL:mailto:alf...@innocent.com>
<URL:http://alfie.ist.org/alfie/>

David (drx) Rekowski <dav...@coodex.de> ASCII art 10 Nov 1999 00:00 · permalink · report
> > Hi there, this is my first newsmsg including my first ascii-pics, so
> > please don't laugh. *S*
> 
>  Noone would laught at such nice drawings :-)  Feel welcome!
> 
> >   ,--.
> >   `���
> >   �  `
> >   `���
> 
>  You used some non-ASCII characters. Keep in mind that ASCII-Characters
> are those with an value of 32-126 decimal or 20 to 7E hex. Someone who
> has a list handy please post it :-)
>  The eyes you made are using 192dec (or c0hex), which isn't in this
> rage, and the feet are made up of 248dec. There is also a small reminder
> to use the ' instead of � (which looks quite the same in most charsets
> but isn't ASCII either). So use the ' (should be SHIFT-# on german
> keyboard or SHIFT-7, I believe?).
>  My ascii-diddle for this little owl (I think):
> 
>   ,--.
>   `LL'
>   '  `
>   `oo'
> 
>  Well, it doesn't work out that well... But at least it's universal and
> can be seen by everyone (with a monospaced font). The codes from 128dec
> on are up to the local encoding. Quite many people use iso-8859-1 for
> that (which is what you used) but not all of them. But all have the
> ASCII characters. Read about this in detail in the FAQ which is posted
> quite frequently.
> 
> >   `�v��
> >    (_)
> >  --"-"--
> 
>  Here the same as above:
> 
>   `LvL'
>    (_)
>  --"-"--
> 
>  Well, somehow the L doesn't look quite well - but at the moment I can't
> think of anything suiting better and displaying the thing you wanted
> displayed....

>  Here it's just the eye, again:
> 
>   ///)
>  ///o(
>  // _/
>   | |
>  (  \
>  \\ \)
>   )\ \
>  /  \_\
>  |   \&
>  |    |
>  |    |
>  |    |
>  |____|
>    (_\
> 
>  I think, the 'o' does suit quite well in here.
> 
> > any comments? I'm thankful for any hints.
> 
>  I hope you are - in the last time some people got my hints in the wrong
> throught....  *sigh*
> 
>  But nice work, anyway!!  Don't stop drawing - just remember to stick to
> the ASCII-characters only.



Thanx for all these friendly hints! Gonna try to use ascii-chars only.
*S* ...


-- 
,--.   David (drx) Rekowski
`���   dav...@coodex.de
�  `   http://www.angelfire.com/de2/disciple/
`���   ICQ: #54438233

On 10 Nov 1999 11:58:43 GMT, alf...@innocent.com (Gerfried Fuchs)
wrote:

  ,--.
  `..'
  '  `
  `oo'


Perhaps?


  `.v.'
   (_)
 --"-"--

now it looks evil :)


m�spher.

You are in a maze of twisty little passages, all alike.

Shaun Mead <sha...@ns.sympatico.ca> ASCII art 11 Nov 1999 00:00 · permalink · report

Gerfried Fuchs wrote:
> 
> David (drx) Rekowski <dav...@coodex.de> wrote:
> > Hi there, this is my first newsmsg including my first ascii-pics, so
> > please don't laugh. *S*
> 
>  Noone would laught at such nice drawings :-)  Feel welcome!
> 
> >   ,--.
> >   `���
> >   �  `
> >   `���
> 
>  You used some non-ASCII characters. Keep in mind that ASCII-Characters
> are those with an value of 32-126 decimal or 20 to 7E hex. Someone who
> has a list handy please post it :-)
>  The eyes you made are using 192dec (or c0hex), which isn't in this
> rage, and the feet are made up of 248dec. There is also a small reminder
> to use the ' instead of � (which looks quite the same in most charsets
> but isn't ASCII either). So use the ' (should be SHIFT-# on german
> keyboard or SHIFT-7, I believe?).
>  My ascii-diddle for this little owl (I think):
> 
>   ,--.
>   `LL'
>   '  `
>   `oo'

Let me try:
   ,--.
   `oo'
   '  `
   `**'
Or:
   ,--.
   `oo'
   '  `
   `YY'
Or
   ,--.
   `oo'
   '  `
   `^^'


> 
>  Well, it doesn't work out that well... But at least it's universal and
> can be seen by everyone (with a monospaced font). The codes from 128dec
> on are up to the local encoding. Quite many people use iso-8859-1 for
> that (which is what you used) but not all of them. But all have the
> ASCII characters. Read about this in detail in the FAQ which is posted
> quite frequently.
> 
> >   `�v��
> >    (_)
> >  --"-"--
> 
>  Here the same as above:
> 
>   `LvL'
>    (_)
>  --"-"--

Here a couple suggestions:
 `ovo'
  (_)
--"-"--
Or
   `*v*'
    (_)
  --"-"--
Or
   `+v+'
    (_)
  --"-"--



> 
>  Well, somehow the L doesn't look quite well - but at the moment I can't
> think of anything suiting better and displaying the thing you wanted
> displayed....
> 
> >   ///)
> >  ///�(
> >  // _/
> >   | |
> >  (  \
> >  \\ \)
> >   )\ \
> >  /  \_\
> >  |   \&
> >  |    |
> >  |    |
> >  |    |
> >  |____|
> >    (_\
> 
>  Here it's just the eye, again:
> 
>   ///)
>  ///o(
>  // _/
>   | |
>  (  \
>  \\ \)
>   )\ \
>  /  \_\
>  |   \&
>  |    |
>  |    |
>  |    |
>  |____|
>    (_\
> 
>  I think, the 'o' does suit quite well in here.
> 
> > any comments? I'm thankful for any hints.
> 
>  I hope you are - in the last time some people got my hints in the wrong
> throught....  *sigh*
> 
>  But nice work, anyway!!  Don't stop drawing - just remember to stick to
> the ASCII-characters only.

I agree.

> --
> Gerfried Fuchs
> <URL:mailto:alf...@innocent.com>
> <URL:http://alfie.ist.org/alfie/>

-- 
_________________________________________
>-Shaun Mead
>-
>-EMAIL
>-sha...@ns.sympatico.ca
>-ICQ   
>-26586042 
>-WEBPAGE
>-http://shauns.cool.homepage.com

David (drx) Rekowski <dav...@coodex.de> ASCII art 11 Nov 1999 00:00 · permalink · report
> >   ///)
> >  ///�(
> >  // _/
> >   | |
> >  (  \
> >  \\ \)
> >   )\ \
> >  /  \_\
> >  |   \&
> >  |    |
> >  |    |
> >  |    |
> >  |____|
> >    (_\
> 
>  Here it's just the eye, again:
> 
>   ///)
>  ///o(
>  // _/
>   | |
>  (  \
>  \\ \)
>   )\ \
>  /  \_\
>  |   \&
>  |    |
>  |    |
>  |    |
>  |____|
>    (_\
> 
>  I think, the 'o' does suit quite well in here.
> 
> > any comments? I'm thankful for any hints.
> 
>  I hope you are - in the last time some people got my hints in the wrong
> throught....  *sigh*
> 
>  But nice work, anyway!!  Don't stop drawing - just remember to stick to
> the ASCII-characters only.


>   ///)
>  ///.(
>  // _/
>   | |
>  (  \
>  \\ \)
>   )\ \
>  /  \_\
>  |   \&
>  |    |
>  |    |
>  |    |
>  |____|
>    (_\

I prefere a .-eye, It doesn't look that starring. Thanx, though.

P.S.: look @ CeeJay's Teddy gallery.

-- 
,--.   David (drx) Rekowski
`���   dav...@coodex.de
�  `   http://www.angelfire.com/de2/disciple/
`���   ICQ: #54438233

On Thu, 11 Nov 1999 00:57:32 GMT, Shaun Mead <sha...@ns.sympatico.ca>
provoked the following text:

>>  Noone would laught at such nice drawings :-)  Feel welcome!
>> >   ,--.
>> >   `���
>> >   �  `
>> >   `���
>>  You used some non-ASCII characters. Keep in mind that ASCII-Characters
>> are those with an value of 32-126 decimal or 20 to 7E hex. Someone who
>> has a list handy please post it :-)
>>  The eyes you made are using 192dec (or c0hex), which isn't in this
>> rage, and the feet are made up of 248dec. There is also a small reminder
>> to use the ' instead of � (which looks quite the same in most charsets
>> but isn't ASCII either). So use the ' (should be SHIFT-# on german
>> keyboard or SHIFT-7, I believe?).
>>  My ascii-diddle for this little owl (I think):
>Or:
>   ,--.
>   `oo'
>   '  `
>   `YY'

How 'bout this one?:

   ,-=-.
   `o o'
   ' v '
   `Y_Y'
-- 
        Peter Punk
          \    /
        ---\\\\---
          /    \

Daddy, what does "FORMATTING DRIVE C:" mean?

> >>  My ascii-diddle for this little owl (I think):
> >Or:
> >   ,--.
> >   `oo'
> >   '  `
> >   `YY'
> 
> How 'bout this one?:
> 
>    ,-=-.
>    `o o'
>    ' v '
>    `Y_Y'

My try:

    ,-=-.
    `o o'
    / ` \
     " " 


Hmmm .. gives me an idea for a teddy


    ,-&-.
    `'.''
    /( )\ - Teddy with a blankie
   (`0-0')


and maybe

   ( ( ) )
   ( ( ) )
   ( ( ) )
   ((   ))
   ( ( ) )
   ( ( ) ) - A worm ?
   (`0-0')
    \(_)/

On Fri, 12 Nov 1999 18:50:44 +0100, "Christian 'CeeJay' Jensen"
<REM...@CeeJay.findhere.com> provoked the following text:

>> >>  My ascii-diddle for this little owl (I think):
>> >Or:
>> >   ,--.
>> >   `oo'
>> >   '  `
>> >   `YY'
>> How 'bout this one?:
>>    ,-=-.
>>    `o o'
>>    ' v '
>>    `Y_Y'
>My try:
>    ,-=-.
>    `o o'
>    / ` \
>     " " 
>Hmmm .. gives me an idea for a teddy
>    ,-&-.
>    `'.''
>    /( )\ - Teddy with a blankie
>   (`0-0')
>and maybe
>   ( ( ) )
>   ( ( ) )
>   ( ( ) )
>   ((   ))
>   ( ( ) )
>   ( ( ) ) - A worm ?
>   (`0-0')
>    \(_)/

Looks more like Marge Simpson to me... :-))

About this thread. These messages were posted publicly to the newsgroup alt.ascii-art in 1999 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.

Help classify this post