Re: [req] Lips / Kiss
Veronica Karlsson wrote: > > Hilton Janfield wrote: > [ 8< ] > > 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 :) > Or try one of the following: > > 1. Go to the figlet site in my sig and use its rot13 "font". Or get Figlet and use it at home! > 2. Unix people can try: tr A-Za-z N-ZA-Mn-za-m < filename on some systems, that's: tr [A-M][N-Z][a-m][n-z] [N-Z][A-M][n-z][a-m] > 3. Use this C program: > > #include <stdlib.h> > #include <stdio.h> > > main() > { > int ch; > > while ((ch = getchar()) != EOF) > { > if ((ch >= 65) && (ch <= 90)) > { > ch = 65 + ((ch - 65) + 13) % 26; > } > if ((ch >= 97) && (ch <= 122)) > { > ch = 97 + ((ch - 97) + 13) % 26; > } > printf("%c", ch); > } > } 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));} > 4. Write your own program, in your favourite programming language. > 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 :) > 6. Search for my name in your favourite search engine. > 7. Look up my name in the ultimate ascii art link list: > http://www.geocities.com/SoHo/2695/links.htm > 8. Try something silly, like typing in come.to/veronica in the > "location" box in netscape... Who knows, it might actually work... > > (btw, if your news program really doesn't have a rot13 function I would > recommend getting a better news program) > Greetz, -- <] O -. /Shimrod\___________________ ==_._/\ vs lbh qrpbqr guvf, | Herman Hiddema T"""T _/| lbh bjr zr n qevax. | 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: 332567937 Content-Transfer-Encoding: 7bit References: <350...@news.mag-net.com> <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.