teaching machines

CS 145 Lecture 31 – Crime Data Analysis

Agenda what ?s filtering images File.listFiles JFileChooser Crimemapping.com TODO Extra credit opportunity! Attend the Chippewa Valley Code Camp tomorrow at CVTC. The registration deadline has passed, but they are accepting walkins. There’s no cost to attend. On a 1/4 sheet to be turned in Monday, share a sentence or two about each session you attend. […]

CS 145 Half-homework 6 – due before November 26

See the PDF.

CS 145 Lecture 30 – Filter Pattern

Agenda what ?s what does this do? program this the filter pattern TODO Read sections 7.3 through 7.5. Share two questions and two observations on a 1/4 sheet. No WOP this week. What Does This Do? Program This Write a method join that accepts an array of Strings and a String separator. It joins the […]

CS 396 Lecture 11 – Cray

Agenda what ?s Greg Faanes of Cray TODO Share two observations or questions you took away from our discussion with Cray. Research our next speaker: Marshfield Clinic. Prepare two questions you might ask Peter Shave. Turn these in on one 1/4 sheet at the beginning of next class. For extra credit, attend the SACM Liberty Mutual […]

CS 436 Lecture 22 – Sensors

Code activity_main.xml MainActivity.java NeedleView.java activity_main.xml MainActivity.java

CS 145 Lecture 29 – ArrayList and the So Far Pattern

Agenda what ?s what does this do? arrays as collections the so-far pattern What Does This Do? For-each/Map make new array same size as old for each element in old transform element drop it in the corresponding location in the new array So Far/Fold/Reduce initialize so-far for each element in array combine element with so-far […]

CS 145 Lab 7 – Arrays and ArrayLists

First, if you have checkpoints left over from last lab, get them inspected during the first 15 minutes of this lab. No credit will be awarded past these 15 minutes. Don’t forget to work in pairs! Where possible, please work with someone that you did not work with last lab. The exchange of new ideas and […]

CS 145 Lecture 28 – ArrayList and For-each Pattern

Agenda what ?s blackboxes for-each pattern program this the tail of an apache log growable arrays Blackbox Blackbox 9 Blackbox 10 Blackbox 11 Program This Your work for U-WE-C, a digital security firm. You are inspecting the log files on a system, but you only care about the last 10 entries in the file. How […]

Blackbox 11

Blackbox 10

1 135 136 137 138 139 204