Re: [Jprogramming] Rail Fence Cipher

2015-01-08 Thread Linda Alvord
Subject: Re: [Jprogramming] Rail Fence Cipher Hi Linda, The way I remember this effect is to imagine that when you define a verb tacitly the last step is to parenthesize it in your mind. So, > enc =: ;@:( enc =: (;@:( ;( enc2 =: ;( enc2 =: (;( wrote: > > > This is

Re: [Jprogramming] Rail Fence Cipher

2015-01-08 Thread robert therriault
ssage- > From: programming-boun...@forums.jsoftware.com > [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of 'Pascal > Jasmin' via Programming > Sent: Wednesday, January 7, 2015 11:43 PM > To: Programming forum > Subject: [Jprogramming] Rail Fence Ciphe

Re: [Jprogramming] Rail Fence Cipher

2015-01-08 Thread Raul Miller
;> Date: Thu, 08 Jan 2015 02:31:07 -0500 >> From: "Linda Alvord" >> To: >> Subject: Re: [Jprogramming] Rail Fence Cipher >> Message-ID:<01d02b15$119920a0$34cb61e0$@verizon.net> >> Content-Type: text/plain; charset="koi8-r" >> >

Re: [Jprogramming] Rail Fence Cipher

2015-01-08 Thread David Lambert
d" To: Subject: Re: [Jprogramming] Rail Fence Cipher Message-ID:<01d02b15$119920a0$34cb61e0$@verizon.net> Content-Type: text/plain; charset="koi8-r" This is odd, Pascal Remove @: in one situation and the results agree. However in a defined verb they don't agree.

Re: [Jprogramming] Rail Fence Cipher

2015-01-07 Thread Linda Alvord
ednesday, January 7, 2015 11:43 PM To: Programming forum Subject: [Jprogramming] Rail Fence Cipher from <http://www.reddit.com/r/dailyprogrammer/comments/2rnwzf/20150107_challenge_ 196_intermediate_rail_fence/> http://www.reddit.com/r/dailyprogrammer/comments/2rnwzf/20150107_challen

[Jprogramming] Rail Fence Cipher

2015-01-07 Thread 'Pascal Jasmin' via Programming
from http://www.reddit.com/r/dailyprogrammer/comments/2rnwzf/20150107_challenge_196_intermediate_rail_fence/ enc =: ;@:(http://www.jsoftware.com/forums.htm