<div>sorry, i mean asciicharacter - 65 + 3 modulo 26 + 65<br></div><div><br></div><div class="protonmail_signature_block"><div class="protonmail_signature_block-user protonmail_signature_block-empty"></div><div class="protonmail_signature_block-proton">Sent with <a href="https://protonmail.com/" target="_blank">ProtonMail</a> Secure Email.</div></div><div><br></div><div class="protonmail_quote">
        ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐<br>
        On Saturday, July 17th, 2021 at 7:22 AM, Joseph Turco via Cuis-dev <cuis-dev@lists.cuis.st> wrote:<br>
        <blockquote class="protonmail_quote" type="cite">
            I understand its asciikey - 65/+ 3 modulio 26+26, but I just didn't get calculation. I am just going to google things if I get stuck. I also need to back up and understand how to call what messages and which ones I can use together/near each other. <br><br><br>Sent from ProtonMail mobile<br><br><br><br>-------- Original Message --------<br>On Jul 16, 2021, 11:46 PM, Phil B via Cuis-dev < cuis-dev@lists.cuis.st> wrote:<blockquote class="protonmail_quote"><br><div dir="ltr">Is the issue that you don't understand how/why the math is being done on the letters?  If that's it, it's an old trick (older than programming) that you can convert each character to a numeric value[1], perform some calculations to transform them to something else, then back to characters again.  It's a common technique for simple ciphers/encodings.  If that's not it, it would really be helpful if you could explain what specifically about the math is throwing you.<div><br></div><div>One word of warning: while the Cuis Book is an easy read, it does have more math[2] than your typical pre-college level intro to programming book for some of the core game calculations which can't be avoided when you're dealing with thrust, projectiles and gravity.  So unless you are prepared to just take some of the math parts coming up on faith and skip over exercises as needed, you may find some of the later sections frustrating.  This level of math isn't needed to learn how to program, but is to implement the particular game the book covers. <div><br></div><div>[1] <a href="https://en.wikipedia.org/wiki/ASCII" target="_blank" rel="noreferrer nofollow noopener">https://en.wikipedia.org/wiki/ASCII</a></div></div><div><br></div><div>[2] My estimate just from a quick scan is intermediate Algebra with some basic Trigonometry.  You don't need to understand the math to just *use* the code presented, but will if you want to understand what's going on with it.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 16, 2021 at 10:45 PM Joseph Turco <<a href="mailto:jturk90@protonmail.com" rel="noreferrer nofollow noopener">jturk90@protonmail.com</a>> wrote:<br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Thanks for getting back to me.<br><br>I understand how yo highlight messages and such to figure out how they work. Its the math I didn't understand. I'm also having a hard time grasping how some things work like how some statements are written. Another example I had a problem was the question asking to make a method for the Star mass. I didn't get the influence of adding a class declaration at the top.<br><br>Maybe I just don't get OOP. I don't know, as I said I'm very new to programming and I'll also admit I have very basic math skills. Sorry if I'm bothering you at all...<br><br><br>Sent from ProtonMail mobile<br><br><br><br>-------- Original Message --------<br>On Jul 16, 2021, 10:39 PM, Phil B via Cuis-dev < <a target="_blank" href="mailto:cuis-dev@lists.cuis.st" rel="noreferrer nofollow noopener">cuis-dev@lists.cuis.st</a>> wrote:<blockquote><br><div dir="ltr">If you highlight the message you don't understand, right click and then select 'implementors of it' you'll see a list of every implementation of the method in the image (including a couple that have good comments explaining what it does.)  This will work for any message in that expression (to:, collect: (which was missing the colon), asciiValue, -, +, \\, asCharacter)  You can also pull apart the expression and see what the different parts of it do such as ($A to: $Z), $A asciiValue etc. by copy/pasting them into a Workspace and printIt (either via the context menu or keyboard shortcut)</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 16, 2021 at 9:07 PM Joseph Turco via Cuis-dev <<a target="_blank" href="mailto:cuis-dev@lists.cuis.st" rel="noreferrer nofollow noopener">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Hello Hilaire.<br><br>You mentioned about me looking for anything in the book, and I do have one thing to mention. Some of the  exercises are kinda difficult and I've had to goto the solution. Most of them made sense after looking at the solution, but some of them I don't understand. For example.<br><br>Exercise 4.9<br><br>($A to: $Z) collect [:c | (c asciiValue - 65 + 3 \\ 26 + 65) asCharacter] .<br><br>I have no clue how that math calculation works at all. <br><br><br>Sent from ProtonMail mobile<br><br><br><br>-------- Original Message --------<br>On Jul 15, 2021, 11:40 AM, Hilaire Fernandes via Cuis-dev < <a target="_blank" href="mailto:cuis-dev@lists.cuis.st" rel="noreferrer nofollow noopener">cuis-dev@lists.cuis.st</a>> wrote:<blockquote><br>



  <div>
    <p><font size="+1">Hi Joseph,</font></p>
    <p><font size="+1">As your eyes are new on the book. It will be very
        useful to let us know about any issue or misunderstanding you
        encounter while struding the book.<br>
      </font></p>
    <p><font size="+1">Happy reading</font></p>
    <p><font size="+1">Hilaire<br>
      </font></p>
    <p><font size="+1"></font><br>
    </p>
    <div>Le 15/07/2021 à 16:01, Joseph Turco via
      Cuis-dev a écrit :<br>
    </div>
    <blockquote type="cite">Oh
      wow thanks! I downloaded the book and it seems like its a lot
      better suited. I'll follow that instead. <br>
    </blockquote>
    <pre cols="72">--
GNU Dr. Geo
<a target="_blank" href="http://drgeo.eu" rel="noreferrer nofollow noopener">http://drgeo.eu</a>
<a target="_blank" href="http://blog.drgeo.eu" rel="noreferrer nofollow noopener">http://blog.drgeo.eu</a></pre>
  </div>

-- <br>
Cuis-dev mailing list<br>
<a target="_blank" href="mailto:Cuis-dev@lists.cuis.st" rel="noreferrer nofollow noopener">Cuis-dev@lists.cuis.st</a><br>
<a target="_blank" rel="noreferrer nofollow noopener" href="https://lists.cuis.st/mailman/listinfo/cuis-dev">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></blockquote></div>
</blockquote></blockquote></div>
</blockquote>
        </blockquote><br>
    </div>