17 Matching Annotations
  1. Feb 2024
    1. In the following example, a set of mutual_friends is created with the .intersection() method using two sets of friend groups:

      A simple example identifying qualitative similarities using the intersection operator for sets.

    1. Python List append() Method

      This web page offers a brief overview of the append() function for lists in python.

  2. Jan 2024
    1. text in draw.io diagrams

      https://youtu.be/3Lru4k9Q55k?si=2TsGAi8iMEMunKii&t=15

      I opened the image in Youtube and then under share link I choose the start at time ootion. Please note the three tags I added. Note, once you have created the required tag of physical-computing it will auotcomplete. Also, you need to hit enter after you type in each tag, be sure to check the tags got added, as you are being graded on your ability to tag web content.

    1. This tutorial will cover the Diagram editor and the Board editor; both have similar features and functionality.

      Very helpful for getting a grasp on connecting shapes and forming neater flow charts

    1. Mosaic was the first browser to explore the concept of collaborative annotation in 1993[2

      her is some evidence that I am being honest

    1. Visual Studio Code has integrated source control management (SCM) and includes Git support out-of-the-box. Many other source control providers are available through extensions on the VS Code Marketplace

      This is an excellent resource for learing about Git integration with VS Code

  3. Sep 2016
    1. The success of Arduino has had the perhaps retrograde effect of convincing an entire generation that the way to sense and actuate the physical world is through imperative method calls in C++, shuffling bits and writing to ports, instead of in an environment designed around signal processing, control theory, and rapid and visible exploration. As a result, software engineers find a fluid, responsive programming experience on the screen, and a crude and clumsy programming experience in the world.