<div dir="ltr"><div>Nice one Eileen! Solving it in Scratch sounds like a challenge. <br></div><div><br></div><div>Has anyone considered trying it in a pure functional language? <br></div><div><br></div><div><a href="https://en.wikipedia.org/wiki/Functional_programming">https://en.wikipedia.org/wiki/Functional_programming</a></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 11 Oct 2020 at 09:35, Michelle Wiboltt <<a href="mailto:michellewiboltt@outlook.com">michellewiboltt@outlook.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div>
<div>
<div>
<div style="direction:ltr">Is it a question of overthinking? Me, I see it as a question of “over” feeling things - on steroids, no less and from here/there,  building a “visual” conceptual foundation of these wonderfully warm feelings for all to see/feel/utilize
 AND understand.</div>
<div><br>
</div>
<div style="direction:ltr">It kind of needs to contain our existing or newly conceived of “absolute love language”...like an and. And always conjoins so, what word, string, etc? always conjoins the all of the all of us...then, we mirror our movement with/by
 that spin around the world thing, same as our world, <span id="gmail-m_5199582418702979893ms-outlook-ios-cursor">
</span>non?</div>
</div>
<div><br>
</div>
<div></div>
</div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_5199582418702979893divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Projects <<a href="mailto:projects-bounces@vicpimakers.ca" target="_blank">projects-bounces@vicpimakers.ca</a>> on behalf of Eileen Amirault <<a href="mailto:cody.eileen@gmail.com" target="_blank">cody.eileen@gmail.com</a>><br>
<b>Sent:</b> Sunday, October 11, 2020 9:23:54 AM<br>
<b>To:</b> Talk about Raspberry Pi / embeded projects <<a href="mailto:projects@vicpimakers.ca" target="_blank">projects@vicpimakers.ca</a>><br>
<b>Subject:</b> Re: [VicPiMakers Projects] Jim's Challenge - Output 10 (caesar cipher)</font>
<div> </div>
</div>
<div style="overflow-wrap: break-word;">Hey everyone,
<div><br>
</div>
<div>Just solved challenge #1 using Scratch. Hope the new ‘Test’ data will work just as well. Intend on showing you what I did at the end of my presentation on Oct 24.</div>
<div><br>
</div>
<div>Have a nice week,</div>
<div>Eileen<br>
<div><br>
<blockquote type="cite">
<div>On Oct 11, 2020, at 9:15 AM, Michelle Wiboltt <<a href="mailto:michellewiboltt@outlook.com" target="_blank">michellewiboltt@outlook.com</a>> wrote:</div>
<br>
<div>
<div>
<div>
<div>
<div style="direction:ltr">Ok, but there IS a watermark? thing...so, this needs to be illustrated meaning, if we’re creating a love �� language we want that to show in its entirety AND if “bad” people “break” in...aren’t they just asking to be included?
 wouldn’t it be a wanting but not knowing how to be a part of this fabulousity that is the (our) language of love �� So, if they “break” in doesn’t it stand to reason they were left out. Isn’t that our bad?</div>
<div><br>
</div>
<div style="direction:ltr">Also, a language of love would have to be, would need to, continually fortified in order for it to remain foundation-ally strong, right white lights? And, its strength comes from our ever evolving understanding/feeling/sensing/knowing
 of what our hearts are truly capable of and then, illustrating this in the majesty that WILL be our code that You all create, see?</div>
<div><br>
</div>
<div style="direction:ltr">Also, just a thought, what about that bit coin spin around the world tor thing...if we built our foundation on something like this wouldn’t this keep any nasty extraterrestrials at bay but wouldn’t it also, keep us ALL contained
 herein, safely. <span id="gmail-m_5199582418702979893x_ms-outlook-ios-cursor"></span></div>
<div style="direction:ltr">m</div>
</div>
<div><br>
</div>
<div></div>
</div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_5199582418702979893x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif"><b>From:</b> Projects <<a href="mailto:projects-bounces@vicpimakers.ca" target="_blank">projects-bounces@vicpimakers.ca</a>> on behalf of Patrick
 McMorris <<a href="mailto:patrick@mcmorris.ca" target="_blank">patrick@mcmorris.ca</a>><br>
<b>Sent:</b> Sunday, October 11, 2020 8:34:44 AM<br>
<b>To:</b> Talk about Raspberry Pi / embeded projects <<a href="mailto:projects@vicpimakers.ca" target="_blank">projects@vicpimakers.ca</a>><br>
<b>Subject:</b> Re: [VicPiMakers Projects] Jim's Challenge - Output 10 (caesar cipher)</font>
<div> </div>
</div>
<div>
<div dir="auto">I agree it's not that clear.
<div dir="auto"><br>
</div>
<div dir="auto">If the goal to be able to simply run the existing code on new input bytes then yes, "BIOPSY" is always the decrypted word since the byte array is the only given input. If the word changes, that hasn't been specified where that input
 would come from. So, either it doesn't change or the description of the second input is missing.</div>
<div dir="auto"><br>
</div>
<div dir="auto">But using a hard-coded word doesn't sound terribly interesting to code up. You could still write your key finding function to accept two strings of equal length and output the required caesar key. Then for question #10, call it with
 the word you extract from the input array and the hard-coded target word and write the output key. Then the problem is hard-coded but your code is more generic.</div>
<div dir="auto"><br>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">Patrick</div>
</div>
<br>
<div>
<div dir="ltr">On Sun., Oct. 11, 2020, 8:01 a.m. Greg H, <<a href="mailto:greg.horie@gmail.com" target="_blank">greg.horie@gmail.com</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>For me, the confusion is that we're intended to write code to derive the cipher key value. I did this and came up with an answer, but this key is only relevant "HOUVYE" / "BIOPSY".
<br>
</div>
<div><br>
</div>
<div>So should I take this key and make it a constant for future inputs / encryptions? That's what I ended up doing with my final code submission.
<br>
</div>
<div><br>
</div>
<div>I took out the code that solved the problem because unused code seems like lint to me, but maybe I should put it back to show how I did it.</div>
<div><br>
</div>
</div>
<br>
<div>
<div dir="ltr">On Sat, 10 Oct 2020 at 17:45, James Briante <<a href="mailto:briantej@gmail.com" rel="noreferrer" target="_blank">briantej@gmail.com</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div>Hi Patrick,</div>
<div> Yes, you can look at only the first character of the string and use it to get the key. <span style="font-family:euclid_circular_a,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif">Comparing all characters
 as the advantage of catching errors in </span>encryption<span style="font-family:euclid_circular_a,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif">/decryption. </span>The code is just as short using  "compare strings"  of your particular
 language. </div>
<div><br>
</div>
<div>In C <span style="background-color:rgb(245,245,245);color:rgb(37,38,94);font-family:"Droid Sans Mono",Inconsolata,Menlo,Consolas,"Bitstream Vera Sans Mono",Courier,monospace;font-size:14px">int strcmp (const char*
 str1, const char* str2);</span><span style="font-family:euclid_circular_a,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif"><font>, in C++ </font></span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">int</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(102,0,0)">CompareText</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">(</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">const</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">
 AnsiString </span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(128,0,128)">S1</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">,
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">const</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">
 AnsiString </span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(128,0,128)">S2</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">);
 Pascal ( Delphi) </span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">function</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(102,0,0)">CompareText</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">(</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">const</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(128,0,128)">S1</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">:
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">string</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">;
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">const</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(128,0,128)">S2</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">:
</span><strong style="font-family:"Courier New",Courier,monospace;font-size:0.95em"><span style="color:rgb(0,128,0)">string</span></strong><span style="background-color:rgb(247,247,255);font-family:"Courier New",Courier,monospace;font-size:0.95em">):
 Integer;</span></div>
<div><span style="font-family:euclid_circular_a,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif"><span style="background-color:rgb(255,255,255)"><font><br>
</font></span></span></div>
<div><span style="font-family:euclid_circular_a,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif"><span style="background-color:rgb(255,255,255)"><font>Aside: The purpose of
 the final test data is to see if your outputs are correct when you run your code with the new data. It should work the first time with no changes in the actual code.</font></span></span></div>
<div><span style="font-family:euclid_circular_a,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif"><span style="background-color:rgb(255,255,255)"><font>Jim</font></span></span></div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div>
<div dir="ltr">On Sat, Oct 10, 2020 at 4:46 PM George Bowden <<a href="mailto:gtbowdeng@gmail.com" rel="noreferrer" target="_blank">gtbowdeng@gmail.com</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Hi Michelle
<div>If you are on a laptop or computer using chrome, you can hold down the CTRL key and tap the letter u .  There are things further back than that but its a start.  As for ink marks showing through, we try to avoid that because it usually reveals
 security holes that the bad people exploit.</div>
</div>
<br>
<div>
<div dir="ltr">On Sat, Oct 10, 2020 at 1:23 PM Michelle Wiboltt <<a href="mailto:michellewiboltt@outlook.com" rel="noreferrer" target="_blank">michellewiboltt@outlook.com</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<div dir="ltr">
<div dir="ltr">
<div></div>
<div>
<div>
<div style="direction:ltr">Please help:)</div>
<div style="direction:ltr">Here’s where my crazy comes in, see this image...</div>
<div dir="ltr" style="direction:ltr"></div>
</div>
<div dir="ltr"><span id="gmail-m_5199582418702979893x_cid:17514e395331e1bed3b1"><Image.jpeg></span><br>
</div>
<div dir="ltr">Ok. </div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Now, if u could think in terms of front back / embroidery and its front back...</div>
<div dir="ltr">So, above is a code interface? But where is the back front and back? Front would be the website, right? So, when I do online shopping, that’s the front. Where is the back view of the front of the website? </div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Another example, when writing in ink it can show through the backside when held to the light, kind of thing is what I’m trying to understand? Where’s that on the internet?</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Thx</div>
<div dir="ltr">m</div>
<div dir="ltr"><br>
</div>
<div>
<div style="direction:ltr">Michelle Wiboltt</div>
<div style="direction:ltr"><a href="https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.elb1b69.net%2F&data=02%7C01%7C%7C383d339db24947e4a67d08d86e0229ba%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637380302860759522&sdata=bhyN%2F7rPgkKCy9JGp4lordch93V%2FUao8QT8iS%2FnLWnM%3D&reserved=0" rel="noreferrer" target="_blank">www.elb1b69.net</a></div>
<div style="direction:ltr">604-612-2505</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_5199582418702979893x_x_m_53956706937097261gmail-m_-5421556496741787068gmail-m_3264433033215304054gmail-m_6670624481409002187divRplyFwdMsg" dir="ltr">
<font style="font-size:11pt" face="Calibri, sans-serif"><b>From:</b> Projects <<a href="mailto:projects-bounces@vicpimakers.ca" rel="noreferrer" target="_blank">projects-bounces@vicpimakers.ca</a>> on behalf of Greg H <<a href="mailto:greg.horie@gmail.com" rel="noreferrer" target="_blank">greg.horie@gmail.com</a>><br>
<b>Sent:</b> Saturday, October 10, 2020 8:56:49 AM<br>
<b>To:</b> <a href="mailto:projects@vicpimakers.ca" rel="noreferrer" target="_blank">
projects@vicpimakers.ca</a> <<a href="mailto:projects@vicpimakers.ca" rel="noreferrer" target="_blank">projects@vicpimakers.ca</a>><br>
<b>Subject:</b> [VicPiMakers Projects] Jim's Challenge - Output 10 (caesar cipher)</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>I'm looking for clarification on output 10 - caesar cipher problem.<br>
</div>
<div><br>
</div>
<div>Is the intent to calculate the caesar cipher key value OR is the intent to encrypt the string with a pre-determined key? Initially I thought the question was to discover the cipher key value, but on reflection this seems fragile.<br>
</div>
<div><br>
</div>
<div>Reasoning:</div>
<div>- "BIOPSY" will work for the 12 integer input that leads to "HOUVYE", but it will not work for any 12 random integers.
<br>
</div>
<div>- You'd have to reverse engineer your integers starting from "BIOPSY" to get a valid set of 12 integers.<br>
</div>
<div><br>
</div>
<div>I solved it both ways, but posted only the 2nd solution to github because only the 2nd solution will work for a random set of 12 integers.</div>
<div><br>
</div>
<div>I'm curious how other folks solved this one.</div>
<div><br>
</div>
</div>
</div>
</div>
-- <br>
Projects mailing list<br>
<a href="mailto:Projects@vicpimakers.ca" rel="noreferrer" target="_blank">Projects@vicpimakers.ca</a><br>
<a href="https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fvicpimakers.ca%2Fmailman%2Flistinfo%2Fprojects_vicpimakers.ca&data=02%7C01%7C%7C383d339db24947e4a67d08d86e0229ba%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637380302860769514&sdata=YnBBymIErJ7GkPcFxzURlT1Vzj5kv2THkkO%2FWxXGcbU%3D&reserved=0" rel="noreferrer noreferrer" target="_blank">http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca</a><br>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">
<div dir="ltr">
<div>George Bowden, vice president, Victoria Computer Club<br>
<a href="mailto:gtbowdeng@gmail.com" rel="noreferrer" target="_blank">gtbowdeng@gmail.com</a></div>
</div>
</div>
-- <br>
Projects mailing list<br>
<a href="mailto:Projects@vicpimakers.ca" rel="noreferrer" target="_blank">Projects@vicpimakers.ca</a><br>
<a href="https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fvicpimakers.ca%2Fmailman%2Flistinfo%2Fprojects_vicpimakers.ca&data=02%7C01%7C%7C383d339db24947e4a67d08d86e0229ba%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637380302860779509&sdata=UAlL2%2Beic6z5EGsspHGddY3LheQsLX5eLnPbHbueMUE%3D&reserved=0" rel="noreferrer noreferrer" target="_blank">http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca</a><br>
</blockquote>
</div>
-- <br>
Projects mailing list<br>
<a href="mailto:Projects@vicpimakers.ca" rel="noreferrer" target="_blank">Projects@vicpimakers.ca</a><br>
<a href="https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fvicpimakers.ca%2Fmailman%2Flistinfo%2Fprojects_vicpimakers.ca&data=02%7C01%7C%7C383d339db24947e4a67d08d86e0229ba%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637380302860789504&sdata=nikJ8ZIY08qvvguyW0Ps9iHioDD2t85HpMBsAc7CCJU%3D&reserved=0" rel="noreferrer noreferrer" target="_blank">http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca</a><br>
</blockquote>
</div>
-- <br>
Projects mailing list<br>
<a href="mailto:Projects@vicpimakers.ca" rel="noreferrer" target="_blank">Projects@vicpimakers.ca</a><br>
<a href="https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fvicpimakers.ca%2Fmailman%2Flistinfo%2Fprojects_vicpimakers.ca&data=02%7C01%7C%7C383d339db24947e4a67d08d86e0229ba%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637380302860799500&sdata=5C%2FtK5cPng4mAWXWibVCvKBFtVwzDwMeooPC5mYVCsA%3D&reserved=0" rel="noreferrer noreferrer" target="_blank">http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca</a><br>
</blockquote>
</div>
</div>
</div>
-- <br>
Projects mailing list<br>
<a href="mailto:Projects@vicpimakers.ca" target="_blank">Projects@vicpimakers.ca</a><br>
<a href="http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca" target="_blank">http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca</a><br>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>

-- <br>
Projects mailing list<br>
<a href="mailto:Projects@vicpimakers.ca" target="_blank">Projects@vicpimakers.ca</a><br>
<a href="http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca" rel="noreferrer" target="_blank">http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca</a><br>
</blockquote></div>