Instructional Video3:21
Brian McLogan

Learn how to find different representations of a polar point with a negative radius

12th - Higher Ed
Learn how to find different representations of a polar point with a negative radius
Instructional Video13:35
Curated Video

Excel VBA Programming The Complete Guide - The Excel Object Model

Higher Ed
In this lesson, we use the Visual Basic Editor's Immediate Window to explore the hierarchy of the Excel Object Model. We begin at the top with the Application object, which houses all of the Workbooks currently open in Excel, and...
Instructional Video10:35
Programming Electronics Academy

Lesson 10 | Functions Overview | Arduino Crash Course

Higher Ed
This Arduino tutorial was created by Programming Electronics Academy. We are an education company who seek to help people learn about electronics and programming through the ubiquitous Arduino development board.
Instructional Video2:36
Brian McLogan

Find the reference angle of an angle in radians in the third quadrant

12th - Higher Ed
πŸ‘‰ Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Instructional Video4:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Passing By Value: Objects

Higher Ed
We look into further details of passing arguments, with objects, including Strings. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by...
Instructional Video30:36
All In One Social Media

Write Your Content Calendar For Social Media In JUST 30 Minutes | Guided Prompts With Music

Higher Ed
Plan a whole month of your social media marketing with 30-minutes of prompts to walk you through outlining everything you need to do for your social media content calendar.
Instructional Video31:34
Healthcare Triage

From DNA to Diagnosis: Healthcare Triage Podcast

Higher Ed
Aaron talks to Dr. Tatiana Foroud about her career and her current work in genetics and genomics. Her work spans from the early days of searching for DNA markers for rare disorders to today's search for genetic causes and potential...
Instructional Video2:54
Curated Video

Application Development with Swift 2 (Video 19)

Higher Ed
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
Instructional Video23:24
Music Matters

How to Use Diminished 7th Chords - Music Composition

9th - 12th
How to use diminished 7th chords. This music composition lesson explains how to construct a diminished 7th chord and how to key reference it, clearing up various common misunderstandings on the way. We explore the diminished 7th chord in...
Instructional Video1:57
Brian McLogan

Learn how to determine the reference angle of an angle in terms of pi

12th - Higher Ed
πŸ‘‰ Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Instructional Video1:56
Brian McLogan

How to determine the reference angle of an angle in degrees

12th - Higher Ed
πŸ‘‰ Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Instructional Video1:08
Brian McLogan

Find the reference angle of a negative angle

12th - Higher Ed
πŸ‘‰ Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Instructional Video5:27
Curated Video

Multi-Paradigm Programming with Modern C++ - Arguments and Return Values

Higher Ed
How many arguments should a function have, and how to pass them properly? There are simple ways for making the functions even better. β€’ How many arguments? β€’ Passing by value, by reference and by pointer β€’ Return values and other tips...
Instructional Video5:30
Brian McLogan

What is the definition of a reference angle and how do I use it

12th - Higher Ed
πŸ‘‰ Learn about angles in trigonometry. An angle is the figure formed by two rays sharing the same endpoint. The two rays are called the sides of the angle while the common endpoint of the two rays is called the vertex of the angle. Angle...
Instructional Video2:21
The Business Professor

Process for Filing for Patent Protection

Higher Ed
Process for Filing for Patent Protection
Instructional Video3:24
Let's Tute

Microsoft Excel Tutorial: Understanding Relative Reference

9th - Higher Ed
This video tutorial explains the concept of relative reference in Microsoft Excel. It demonstrates how the cell reference changes automatically when the formula or data is copied to another cell. The tutorial also provides examples of...
Instructional Video3:12
Curated Video

Learn and Master C Programming - Passing By Value vs. Passing By Pointer

Higher Ed
We will revisit passing parameters to functions to go over differences between passing by value and passing by reference (pointer). This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video8:30
Curated Video

Learn Go in 3 Hours - Methods

Higher Ed
One object-oriented programming concept that has been very useful is the method, which tightly couples data with the code that processes it. β€’ This video covers Go’s support for methods and how it is both similar to and different from...
Instructional Video2:46
Curated Video

Learn Git in 3 Hours- What Is a Branch?

Higher Ed
Branches can be used to enable parallel, simultaneous workflows in a single repository. β€’ Learn how they are represented by Git β€’ Learn why they are so useful This clip is from the chapter "Branches and Workflows" of the series "Learn...
Instructional Video9:02
Packt

ES6 Sets

Higher Ed
Other Newer Features - ES2015+: ES6 Sets This clip is from the chapter "Other Newer Features - ES2015+" of the series "Modern JavaScript from the Beginning".In this section, you will learn about the newer features of JavaScript like...
Instructional Video8:01
Curated Video

Multi-Paradigm Programming with Modern C++ - Shared Pointer

Higher Ed
Shared_ptr is a reference-counting smart pointer. It’s less efficient than unique_ptr, but lets us forget about complexities of memory management, and helps avoid double delete bugs. β€’ How shared_ptr works β€’ Using shared_ptr and...
Instructional Video7:22
Curated Video

Complete Modern C++ - Type Traits (C++11)

Higher Ed
This video shows you a few type traits and how to use them. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates,...
Instructional Video5:41
Curated Video

Apache Maven Beginner to Guru - Setting a Version Using Maven Property

Higher Ed
This video demonstrates how to set a version using Maven property. This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module projects.
Instructional Video9:02
Curated Video

C++ Standard Template Library in Practice - Iterators

Higher Ed
We need to get up to speed on what iterators are and what they can do. β€’ Cover the basics of iterators and set the ground work for what they are used for β€’ Show the technical elements of the iterator and start learning about iterator...