This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
blog:spring2016:dschmitt:journal [2016/04/07 13:12] – [APRIL 7, 2016] dschmitt | blog:spring2016:dschmitt:journal [2016/04/28 00:27] (current) – dschmitt | ||
---|---|---|---|
Line 52: | Line 52: | ||
* Everything is coming together nicely, still getting used to REGEX patterns, specifically grouping mechanics. **\(\)** | * Everything is coming together nicely, still getting used to REGEX patterns, specifically grouping mechanics. **\(\)** | ||
* SED Usage: **s/ | * SED Usage: **s/ | ||
+ | |||
+ | ====APRIL 27, 2016==== | ||
+ | |||
+ | * //What action or concept of significance, | ||
+ | * We have begun our adventure on the wondrous " | ||
+ | * **0x0** - Digital Storage Conversion: This was was tricky to think about. My solution was to convert everything down to byte size, then back up to the size they need for output. This worked well. | ||
+ | * **0x1** - Length Conversion: This used the same methodology as 0x0. I converted everything down to millimeters, | ||
+ | * **0x2** - Unit Conversion (Optimized): | ||
+ | |||
+ | * //Why was this significant?// | ||
+ | * The EOCE marks the dwindling end of the semester, and as such, these groups of projects display the knowledge (and power) that we have absorbed throughout these many weeks. | ||
+ | |||
+ | * //What concepts are you dealing with that may not make perfect sense?// | ||
+ | * C++ Syntax is a bit challenging, |