|
|
|
Deena Thomas, Postdoctoral fellow in the Division of Nutritional Sciences, will share her experience using FeedbackFruits peer review to facilitate group work in a Public Health course.
|
|
Zoom Recording ID: 94778170067
UUID: XjcY4BvPTZqLLqBPsNQKng==
Meeting Time: 2021-09-27T12:04:27Z
|
|
Zoom Recording ID: 93227848311
UUID: OorCPebQQOmP+9VFVfQ31w==
Meeting Time: 2021-09-13T12:05:37Z
|
|
Zoom Recording ID: 94155485003
UUID: baf12dXbQK+3d4nkVXngXw==
Meeting Time: 2021-04-21T15:05:44Z
|
|
Zoom Recording ID: 94155485003
UUID: h326oOgXSq6zqZ2FsTs65w==
Meeting Time: 2021-04-07T15:08:47Z
|
|
Zoom Recording ID: 94155485003
UUID: AZ0gKYz6Tsqa7NNmuwGBEQ==
Meeting Time: 2021-03-01T16:08:03Z
|
|
Zoom Recording ID: 94155485003
UUID: gEZGp9oxQEG//8FdOk0aTQ==
Meeting Time: 2021-02-08T16:04:49Z
|
|
Generators may seem like a weird detour for this late in the course. But in this presentation, we show how they are used in graphics and animation.Generators are a specific example of a concept known…
|
|
In this video we introduce insertion sort, which is one of the simplest sorting algorithms to understand. If you have ever sorted cards in your hand it is likely that you have used this sorting…
|
|
Sorting algorithms can be quite sophisticated. In order to understand them, we need some way to visualize them. In this video, we introduce horizontal notation, which is a way to track how much of a…
|
|
In this presentation we will review, generators which lead into the last major topic of the course (coroutines). Once again, this will involve a lot of visualization.We also start off this…
|
|
In this presentation we talk more about the game2d module that is used in the final assignment. This module contains all of the classes you will subclass.Most of the demo code that you will need for…
|
|
To understand coroutines, we have to understand a little bit about their history first. Coroutines are a form of multitasking. This is what we informally call the act of running multiple programs at…
|
|
Through the semester, you have essentially been writing application controllers. In the final assignment, you will need to do that again. But you will also be creating your own models this time. In…
|
|
The state triggers we saw in the previous video were pretty simple. In this video, we talk about using a more complicated trigger: a double click. Double-clicking is more complicated because it needs…
|