|
Sign in: https://login.canvas.cornell.edu/ Copy and paste: https://it.cornell.edu/appsondemand/copy-and-paste-non-chrome-browsers-apps-demand?utm_source=main
|
|
Zoom Recording ID: 91810615672
UUID: 6DDGs5/xSF2HVyXK0Izsag==
Meeting Time: 2021-10-04T12:05:09Z
|
|
Zoom Recording ID: 97704567774
UUID: QYBHaytjRlex0hfTNPIYFA==
Meeting Time: 2021-09-15T17:01:33Z
|
|
It is recommended that when you are sending an e-mail to a group, you do not attach a document but rather link to the document you wish to share. There is a file size limit on e-mails, typically…
|
|
How to enable captions in Zoom and then edit the recorded meeting in video on demand service.
|
|
Title: Interface Types Introduction and Update Speaker: Luke Wagner—Fastly Summary: The presentation will recap the motivation and requirements for the Interface Types proposal as well as the…
|
|
This presentation explores the last built-in (as opposed to user-defined) types in this course. These types are often used to store data in files.We actually had an (accidental) sneak peak at these…
|
|
In this video we show how to write a mutable function on a table of data. Once again, this is very similar to writing an mutable function on a traditional list.
|
|
In this video we show how to write an immutable function on a table of data. In most ways this is no different than writing an immutable function on a list. Except that this time we may need multiple…
|
|
Slicing a list creates a copy. In this video we show what this means for nested lists. In particular, we show that sometimes a copy is not really a copy after all, and that we have to distinguish…
|
|
Title: Wasm/k: Delimited Continuations for WebAssembly Speaker: Donald Pinckney—University of Massachusetts, AmherstSummary: WebAssembly is designed to be an alternative to JavaScript that is a…
|
|
Another control-structure means another video on testing. But if you have following the Rule of Numbers, you will discover that you have enough tests for your for-loop. Instead, as we show in this…
|
|
Lists are mutables and support mutable functions. Many of these mutable functions contain for-loops. As we show in this video, this changes how we write the for-loop. In particular, we will not use…
|
|
One of the techniques that we say in the previous video was the accumulator variable. In this video we show that this is a general technique used in a fruitful function that requires a for-loop.
|
|
Because lists are mutable, we need to explicitly draw their folder when we visualize them. In this video we show how slicing affects these folders.
|
|
In the past if we wanted to do any significant computation, we needed a a fruitful function. Procedures are limited to testing or printing stuff out on the screen. But in this video we show how we…
|