teaching machines

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

CS 396 Lecture 10 – Ryan Hardt

Agenda what ?s Ryan Hardt of UWEC TODO Share two observations or questions you took away from our discussion with Ryan. Research our next speaker: Greg Faanes and Cray. Prepare two questions you might ask Greg. Turn these in on one 1/4 sheet at the beginning of next class.

The Cat’s Meow – Postmortem (Maria & Kristin)

One challenge we overcame creating this app was getting the camera to work, it ended up being trickier than we thought.  Another challenge was integrating the voice command.  A great insight gained was that there is a multitude of great resources on Google and using them to your advantage makes writing an Android app much […]

CS 436 Lecture 21 – OpenGL ES

Code activity_main.xml MainActivity.java CuberView.java BoxRenderer.java

CS 145 Lecture 27 – Array Miscellany

Agenda what ?s program this 1 arrays of arrays TODO We will not have class or office hours on Friday. Your instructor will be meeting with math educators from the local area as part of a research project he is involved in. Read chapter 7 through section 7.2. Share questions, observations, and sightings of arrays […]

CS 145 Lab 6 – Arrays

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 week. The exchange of new ideas and […]

CS 436 Lecture 20 – The Game Loop (on Android)

Agenda what ?s custom animation on the UI thread SurfaceView the game loop Code Particle.java ParticleSystem.java MainActivity.java AnimationView.java activity_main.xml

CS 436 Lecture 19 – Speech and Text

Blu Watch http://youtu.be/CbGsDM2z3us. Read An Introduction to Text-To-Speech in Android (http://android-developers.blogspot.com/2009/09/introduction-to-text-to-speech-in.html). Gold Watch http://youtu.be/F8KbXR0K8eM. Read the source code of an app that recognizes speech through a builtin Activity instead of our own (http://www.vogella.com/code/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html). Write a letter to the editor complaining about the lack of documentation on Android’s speech recognition API.

1 5 6 7 8 9 15