Search for tag: "copy"

Apps on Demand(AoD) copy and paste

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

+19 More
From  Jacob Grippin 1 plays

F21 DMS M, 10/4: Excel cleaning up data, converting PDFs, text functions

Zoom Recording ID: 91810615672 UUID: 6DDGs5/xSF2HVyXK0Izsag== Meeting Time: 2021-10-04T12:05:09Z

+19 More
From  Christina Homrighouse 3 plays

F21 EDA Session 3: Excel more customized formatting, sorting, working with multiple worksheets, little start on an IF

Zoom Recording ID: 97704567774 UUID: QYBHaytjRlex0hfTNPIYFA== Meeting Time: 2021-09-15T17:01:33Z

+19 More
From  Christina Homrighouse 2 plays

E-mail - Insert link to an attachment

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…

+23 More
From  Jenn Matthews 3 plays

Enabling captions in Zoom, editing recorded meeting in vod.

How to enable captions in Zoom and then edit the recorded meeting in video on demand service.

+19 More
From  Paul Treadwell 5 plays

SOIL Seminar: Interface Types Introduction and Update

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…

+15 More
From  Ross Tate 63 plays

Zoom Oct. 27. Nested Lists and Dictionaries

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…

+19 More
From  Hannah Lee 37 plays

Lesson 18.6 Mutable Table Functions

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.

+19 More
From  Hannah Lee 72 plays

Lesson 18.5 Immutable Table Functions

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…

+19 More
From  Hannah Lee 79 plays

Lesson 18.4 Nested Slicing

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…

+19 More
From  Hannah Lee 81 plays

SOIL Seminar: Wasm/k: Delimited Continuations for WebAssembly

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…

+13 More
From  Ross Tate 21 plays

Lesson 16.7 For-Loops and Testing

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…

+19 More
From  Hannah Lee 76 plays

Lesson 16.6 Mutable For-Loops

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…

+19 More
From  Hannah Lee 77 plays

Lesson 16.3 Accumulators

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.

+19 More
From  Hannah Lee 99 plays

Lesson 15.5 Slice Visualization

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.

+19 More
From  Hannah Lee 76 plays

Lesson 11.7 Mutable Functions

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…

+19 More
From  Hannah Lee 102 plays