<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-CA" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black;background:white"> “But it can also support true peer-to-peer, or decentralized, networking model as well.”</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Now, this is exciting<span style="font-family:"Apple Color Emoji"">😊</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thx for sharing,<o:p></o:p></p>
<p class="MsoNormal">m<o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">Projects <projects-bounces@vicpimakers.ca> on behalf of Craig Miller <cvmiller@gmail.com><br>
<b>Reply-To: </b>Talk about Raspberry Pi / embeded projects <projects@vicpimakers.ca><br>
<b>Date: </b>Sunday, September 27, 2020 at 10:44 AM<br>
<b>To: </b>Talk about Raspberry Pi / embeded projects <projects@vicpimakers.ca><br>
<b>Subject: </b>Re: [VicPiMakers Projects] Programming Challenge 1 - text version<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Thanks Mark!<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Craig...<br clear="all">
<o:p></o:p></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal">-- <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">IPv6 is the future!<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fipv6hawaii.org%2F&data=02%7C01%7C%7C1b515e69e5cc4af300b108d8630cfd02%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637368254728282456&sdata=lr5fi1jLFcfWQMvXmMtvmAEAsHR3GZwHgqpYYgXAXIg%3D&reserved=0" target="_blank">http://ipv6hawaii.org/</a><o:p></o:p></p>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Sat, Sep 26, 2020 at 12:23 PM Mark G. <<a href="mailto:vpm@palaceofretention.ca">vpm@palaceofretention.ca</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal">I did a quick convert of the PDF to text:<br>
Mark<br>
<br>
=======================<br>
Programming Challenge 1<br>
<br>
Challenge 1 consist of 1 input and 10 outputs. For the purpose of <br>
self-evaluation, use the point system below:<br>
<br>
Output #1 - #5: 3 points<br>
Output #6 - #10 :2 points<br>
<br>
Input:<br>
<br>
  12, byte-size integers each ranging in value from 33 to 255 inclusive.<br>
<br>
Test Input:<br>
   72,111,63,85,61,56,118,121,61,69,63,61<br>
<br>
Note:<br>
<br>
* The text enclosed in brackets may be omitted<br>
* The outputs can be in any order<br>
* Data shown below is separated by commas. Any other delimiter can be used.<br>
<br>
Output #1: 941 (sum)<br>
<br>
Output #2: 78, 5 (average of the 12 values leaving an integer quotient, <br>
remainder)<br>
<br>
Output #3: 72,56,118, (even integers)<br>
<br>
Output #4: 56,6 (smallest, position)<br>
<br>
Output #5: 5,61,61,61,63,63, (#repeats, list)<br>
<br>
Output #6: 18543 (value of new 16-bit integer)<br>
** the 1st 2 elements of the input data (72,111) are used to define a <br>
new 16-bit integer where 72 is the high byte and 111 the low byte<br>
<br>
Output #7: 56,61,61,61,63,63,69,72,85,111,121, (sorted)<br>
<br>
Output #8: Ho?U=8vy=E?=<br>
** Hint: derived from Output #7<br>
<br>
Output #9: HOUVYE (upper case)<br>
<br>
Output#10: Key (1 =<Key<=26)<br>
** “HOUVYE “(Output #9) is a coded word for “BIOPSY’ that has been <br>
encrypted using the Caesar Cipher. The Key unknown. Decipher “HOUVYE” to <br>
produce “BIOPSY’. Output #10 is the numerical value of Key.<br>
<br>
Happy Coding: Jim Briante<br>
<br>
-- <br>
Projects mailing list<br>
<a href="mailto:Projects@vicpimakers.ca" target="_blank">Projects@vicpimakers.ca</a><br>
<a href="https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fvicpimakers.ca%2Fmailman%2Flistinfo%2Fprojects_vicpimakers.ca&data=02%7C01%7C%7C1b515e69e5cc4af300b108d8630cfd02%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637368254728282456&sdata=%2B2NuqIvyoHvsSCZs3bUS3CY2%2BByKL8cUfz7Qi0UYK58%3D&reserved=0" target="_blank">http://vicpimakers.ca/mailman/listinfo/projects_vicpimakers.ca</a><o:p></o:p></p>
</blockquote>
</div>
</div>
</body>
</html>