summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 3 insertions, 26 deletions
diff --git a/index.html b/index.html
index 5149e5e..a740c95 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,6 @@ educational programs offered by schools are often aimed towards the lowest
common
denominator, oversimplifying things to the point where your child loses interest
in them.</p>
-<h> For Course Notes scroll down</h>
<p>The Urban Computing and Electronics Summer Program aims to provide a
balance between this, offering practical and challenging course material, but
also providing in person tutoring for those who have little prior experience.
@@ -52,13 +51,6 @@ http://hairydiode.xyz and this site from scratch)
<li>Basic Computer Security(best practices, CTF challenges)</li>
<li>Robotics (Head programmer at the Urbana Mandelbots FTC team)</li>
</ul>
-<p>
-I have been:
-</p>
-<ul>
- <li>Head Programmer at the Urbana Mandelbots Robotics Team</li>
- <li>Former Vice Present at a student run non-profit(Resigned)</li>
-</ul>
<h>Course Details</h>
<h>---Required Course Materials</h>
<p>A dedicated laptop that Linux will be installed on, this can be any
@@ -142,24 +134,9 @@ Network Secruity)</li>
<li>c - Hosting your own website with github.io</li>
</ul>
</ul>
-<h>C expressions course notes</h>
-<p>
-Bitwise Operators: &amp, bitwise and; |, bitwise or; ~, bitwise not; ^, bitwise xor.
-Bitwise operators apply logic operations in each position of a binary number,
-return the resulting binary number.
-</p>
-<p>
-Boolean Operators: &amp&amp, boolean and; ||, boolean or; !, boolean not.
-Boolean operators apply logic on whether then entire number is true or false,
-and returns true or false.
-</p>
-<p>
-Comparisons: &gt, greater than; &lt, lesser than; &gt=, greater than or equals;
-&lt=, lesser than or equals; ==, equals; !=, does not equal.
-</p>
-<p>AND: if both are true, then the output is true. OR: if one is true, then the
-output is true. XOR: if one is true and the other false, then the output is
-true, otherwise it is false. NOT: if true, false; if false, true.</p>
+
+<h>---Review Notes:</h>
+<a href="4-28-notes.txt">April 28rd Session Review Notes</a>
</div>
</body>
<!--