comp.lang.ada
 help / color / mirror / Atom feed
* Rot-13 (caesar code)
@ 2002-11-07 11:48 Johannes Degler
  2002-11-07 12:15 ` Roland D. Green
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Johannes Degler @ 2002-11-07 11:48 UTC (permalink / raw)


Does anyone have a programm to encode/decode text with rot-13?





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Rot-13 (caesar code)
  2002-11-07 11:48 Rot-13 (caesar code) Johannes Degler
@ 2002-11-07 12:15 ` Roland D. Green
  2002-11-07 14:21 ` Peter Hermann
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Roland D. Green @ 2002-11-07 12:15 UTC (permalink / raw)


Johannes Degler wrote:
> 
> Does anyone have a programm to encode/decode text with rot-13?


Yep - Netscape Navigator

-- 
Roland
Stanmore

With zero beers, quantum mechanics makes no sense. With one,
you get an inkling. With two, things seem clear. With three,
all mysteries are revealed. With four, things get foggy.
And with five, quantum mechanics makes no sense once again.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Rot-13 (caesar code)
  2002-11-07 11:48 Rot-13 (caesar code) Johannes Degler
  2002-11-07 12:15 ` Roland D. Green
@ 2002-11-07 14:21 ` Peter Hermann
  2002-11-07 15:15 ` Preben Randhol
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Peter Hermann @ 2002-11-07 14:21 UTC (permalink / raw)


Johannes Degler <johannes_degler@web.de> wrote:
> Does anyone have a programm to encode/decode text with rot-13?

Arjftebhcf: pbzc.ynat.nqn
Qbrf nalbar unir n cebtenzz gb rapbqr/qrpbqr grkg jvgu ebg-13?


Sorry, could not resist :-)

Now a bit more serious:
You really should spend that 15 minutes for your homework
to roll your own Ada code.

-- 
--Peter Hermann(49)0711-685-3611 fax3758 ica2ph@csv.ica.uni-stuttgart.de
--Pfaffenwaldring 27 Raum 114, D-70569 Stuttgart Uni Computeranwendungen
--http://www.csv.ica.uni-stuttgart.de/homes/ph/
--Team Ada: "C'mon people let the world begin" (Paul McCartney)



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Rot-13 (caesar code)
  2002-11-07 11:48 Rot-13 (caesar code) Johannes Degler
  2002-11-07 12:15 ` Roland D. Green
  2002-11-07 14:21 ` Peter Hermann
@ 2002-11-07 15:15 ` Preben Randhol
  2002-11-07 15:31   ` Hyman Rosen
  2002-11-07 19:00 ` Ted Dennison
  2002-11-07 21:16 ` Adrian Knoth
  4 siblings, 1 reply; 8+ messages in thread
From: Preben Randhol @ 2002-11-07 15:15 UTC (permalink / raw)


Johannes Degler wrote:
> Does anyone have a programm to encode/decode text with rot-13?

Rot-13 (short for rotate 13) is a simple letter substitution encryption
scheme. It works by replacing the current letters in a message with
those that are 13 positions ahead in the alphabet. The letter a is
replaced by n, b by o, c by p, etc. Numbers and punctuation are not
encoded. 

Now look at my simple program:

http://www.pvv.org/~randhol/Ada95/ainvisiclue/ainvisiclue.html

You can eaily change this to deal with Rot-13.

Preben
-- 
Preben Randhol  --------------------  http://www.pvv.org/~randhol
�.., chaos is found in greatest abundance wherever order is being
sought. It always defeats order, because it is better organized.�
                            -- Interesting Times, Terry Pratchett



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Rot-13 (caesar code)
  2002-11-07 15:15 ` Preben Randhol
@ 2002-11-07 15:31   ` Hyman Rosen
  2002-11-07 15:38     ` Preben Randhol
  0 siblings, 1 reply; 8+ messages in thread
From: Hyman Rosen @ 2002-11-07 15:31 UTC (permalink / raw)


Preben Randhol wrote:
> Now look at my simple program:
> http://www.pvv.org/~randhol/Ada95/ainvisiclue/ainvisiclue.html

That's "warranty" :-)




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Rot-13 (caesar code)
  2002-11-07 15:31   ` Hyman Rosen
@ 2002-11-07 15:38     ` Preben Randhol
  0 siblings, 0 replies; 8+ messages in thread
From: Preben Randhol @ 2002-11-07 15:38 UTC (permalink / raw)


Hyman Rosen wrote:
> That's "warranty" :-)

Oops thanks, fixed.


-- 
Preben Randhol ------------------------ http://www.pvv.org/~randhol/ --
�There are three things you can do to a woman. You can love her, suffer
 for her, or turn her into literature.�  - Justine, by Lawrence Durrell



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Rot-13 (caesar code)
  2002-11-07 11:48 Rot-13 (caesar code) Johannes Degler
                   ` (2 preceding siblings ...)
  2002-11-07 15:15 ` Preben Randhol
@ 2002-11-07 19:00 ` Ted Dennison
  2002-11-07 21:16 ` Adrian Knoth
  4 siblings, 0 replies; 8+ messages in thread
From: Ted Dennison @ 2002-11-07 19:00 UTC (permalink / raw)


"Johannes Degler" <johannes_degler@web.de> wrote in message news:<aqdjok$ql2$00$1@news.t-online.com>...
> Does anyone have a programm to encode/decode text with rot-13?

It would be next to trivial to write. 

Hmmmm....it would also make a really good homework assignment.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Rot-13 (caesar code)
  2002-11-07 11:48 Rot-13 (caesar code) Johannes Degler
                   ` (3 preceding siblings ...)
  2002-11-07 19:00 ` Ted Dennison
@ 2002-11-07 21:16 ` Adrian Knoth
  4 siblings, 0 replies; 8+ messages in thread
From: Adrian Knoth @ 2002-11-07 21:16 UTC (permalink / raw)


Johannes Degler <johannes_degler@web.de> wrote:

> Does anyone have a programm to encode/decode text with rot-13?

http://adi.thur.de/?show=rot13


-- 
mail: adi@thur.de  	http://adi.thur.de	PGP: v2-key via keyserver

Handschellen sind das beste Abf�hrmittel



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-11-07 21:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-07 11:48 Rot-13 (caesar code) Johannes Degler
2002-11-07 12:15 ` Roland D. Green
2002-11-07 14:21 ` Peter Hermann
2002-11-07 15:15 ` Preben Randhol
2002-11-07 15:31   ` Hyman Rosen
2002-11-07 15:38     ` Preben Randhol
2002-11-07 19:00 ` Ted Dennison
2002-11-07 21:16 ` Adrian Knoth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox