CS160TalkWeek3
From
(Difference between revisions)
m (→Discussion for lab and background materials) |
(→Discussion for lab and background materials) |
||
Line 3: | Line 3: | ||
Link below has a freeware PC hex editor, a simple image and some documentation.<br/> | Link below has a freeware PC hex editor, a simple image and some documentation.<br/> | ||
File link: [[File:ColorHacking.zip]] <br/> | File link: [[File:ColorHacking.zip]] <br/> | ||
+ | <br/> | ||
+ | Made a JS version of the CS Unplugged error correction activity. It is a 4x4 array of data bits with a check row and column. Check ensures even white parity for each row and col. Refresh to get a new pattern.</br> | ||
+ | *[http://faculty.chemeketa.edu/ascholer/cs160/Files/ec.html Plain version] | ||
+ | *[http://faculty.chemeketa.edu/ascholer/cs160/Files/ecColors.html Color coded rows & cols] | ||
=== Discussion for online learning materials === | === Discussion for online learning materials === |
Current revision as of 16:23, 9 October 2012
Discussion for lab and background materials
Going to try a HEX editing activity - modify a BMP file to change some colors by fiddling with Hex values.
Link below has a freeware PC hex editor, a simple image and some documentation.
File link: File:ColorHacking.zip
Made a JS version of the CS Unplugged error correction activity. It is a 4x4 array of data bits with a check row and column. Check ensures even white parity for each row and col. Refresh to get a new pattern.
Discussion for online learning materials
Discussion for weekly outline