teaching machines

CS 396 Lecture 12 – Marshfield Clinic

Agenda what ?s Peter Shave of Marshfield Clinic TODO Share two observations or questions you took away from our discussion with Marshfield Clinic. Research our next speaker: Skyline Technologies. Prepare two questions you might ask Aaron Wirth and Mark Lezotte. Turn these in on one 1/4 sheet at the beginning of next class. For extra credit, read Programming and […]

CS 145 Lecture 32 – File Reading and Writing

Agenda what ?s computer anatomy files interoperability persistence PrintWriter buffered I/O extracting out the ID3 tag from an MP3 random access TODO The next Mercy Fortnight will go into effect starting December 6. It has the following stipulations: You must complete and submit homework 7 before December 6. It covers the creation of custom types using […]

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.

Exek Postmortem

Exek This is an app that will enable you to keep track of a simple inventory.  The inventory contains categories along with items in each category.  The items have an associated quantity that can be edited.  The items are stored in a database using SQLite and persisted on the phone.  In the category view, an […]

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 […]

1 2 3