Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet message from alt.ascii-art, 10 Mar 1998.
Re: [req] Lips / Kiss

Re: [req] Lips / Kiss

Veronica Karlsson wrote:
> 
> Shimrod wrote:
> > Veronica Karlsson wrote:
> > > Hilton Janfield wrote:
> > > > BTW, Veronica, what is your homepage's address??? Not everybody has a
> > > > ROT-13 thing at their hands you know...
> > > Then you can always do it with a pen and a paper and two minutes worth
> > > of patience...
> > I doubt if anyone would do that, I certainly wouldn't do a rot13 by hand
> > just to see a homepage :)
>
> But it would work...

Well OK, but I'll just stick to tr :)

> 
> [ 8< ]
> > or this one:
> >
> > #include <stdio.h>
> > #define rot13(c)
> > (((c>64)&(c<91))?(65+(c-52)%26):((c>96)&(c<123))?(97+(c-84)%26):c)
> > void main() {int i; while ((i=getchar())!=-1) putchar(rot13(i));}
> >
> 
> :D
> 
> I would call that ascii art, not software...

Well, that makes it perfect for this group, doesn't it. But that one wrapped
(emacs defaults to 90 cols, so the define line was wider than I thought.

Here's a fixed, more artistic version:

#include <stdio.h>
#define rot13(_) (((_>64)&(_<91))?(65+(_-52)%26):\
                 ((_>96)&(_<123))?(97+(_-84)%26):_)

void main() {int i; while ((i=getchar())!=-1) putchar(rot13(i));}

See how nicely that backslash at the end of line 2 lines up with the
parenthesis at the end of line 3? It looks like a train! :D
And replacing that c with _ made it lots nicer, because those line up
with the parenthesis too. :D


> > > 5. Get somebody else to do it for you.
> >
> > Yes, you won't lose any real friends with this, not as long as you
> > don't do this several times a day :)
> 
> But it would work...
> 

At least until you run out of friends. :)

> --
>  __                                                                 __
> /\ )            .. uggc://jjj.yhqq.yhgu.fr/hfref/ix/ ..            (  \
> |-|            /||                                   ||\            | |
> |-|           /   \        r93...@fz.yhgu.fr       /   \           | |
> |-|_________.'   (|\                               /|)   `._________| |
> | | | | | | |     > )                             ( <                 |
> | | | | | | `  .__.'                               `.__.              |
>  \ /  | | |   /    __   __                _             \            /
>   )--)-----|-||    \ \ / /__ _ _ ___ _ _ (_)__ __ _     || |-----(  (
>  (--((     |-||     \ V / -_) '_/ _ \ ' \| / _/ _` |    || |     ))  )
>   \__))    \__))     \_/\___|_| \___/_||_|_\__\__,_|   ((__/    ((__/

Very nice cats! Did they eat the frogs? They seem to be chewing on something. :)

Oh, did you know that here in the Netherlands, we've got a special website
dedicated to you? NO? Well go see:
  http://www.veronica.nl/

Greetz,
-- 
  <]   O -. Veronica komt naar              /Shimrod\___________________
  ==_._/\   je toe deze zomer! <g>          |             Herman Hiddema
T"""T  _/|                                  |         shi...@fmf.ml.org
|   | /| |                                  | http://fmf.ml.org/~shimrod

Original message headers
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f996b,6f8790cec9c439f3
X-Google-Attributes: gidf996b,public
From: Shimrod <csg...@wing.rug.nl>
Subject: Re: [req] Lips / Kiss
Date: 1998/03/10
Message-ID: <350...@wing.rug.nl>#1/1
X-Deja-AN: 332640249
Content-Transfer-Encoding: 7bit
References: <350...@news.mag-net.com> <350...@on.spammer> <350...@wing.rug.nl> <350...@on.spammer>
Mime-Version: 1.0
Reply-To: shi...@fmf.ml.org
Content-Type: text/plain; charset=us-ascii
Organization: http://huizen.dds.nl/~shimrod/
Newsgroups: alt.ascii-art
About this message. This message was posted publicly to the newsgroup alt.ascii-art in 1998 and is 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 the author? 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