Brian McLogan
Learn how to find different representations of a polar point with a negative radius
Learn how to find different representations of a polar point with a negative radius
Curated Video
Excel VBA Programming The Complete Guide - The Excel Object Model
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...
Programming Electronics Academy
Lesson 10 | Functions Overview | Arduino Crash Course
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.
Brian McLogan
Find the reference angle of an angle in radians in the third quadrant
π 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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Passing By Value: Objects
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...
All In One Social Media
Write Your Content Calendar For Social Media In JUST 30 Minutes | Guided Prompts With Music
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.
Healthcare Triage
From DNA to Diagnosis: Healthcare Triage Podcast
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...
Curated Video
Application Development with Swift 2 (Video 19)
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...
Music Matters
How to Use Diminished 7th Chords - Music Composition
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...
Brian McLogan
Learn how to determine the reference angle of an angle in terms of pi
π 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...
Brian McLogan
How to determine the reference angle of an angle in degrees
π 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...
Brian McLogan
Find the reference angle of a negative angle
π 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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Arguments and Return Values
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...
Brian McLogan
What is the definition of a reference angle and how do I use it
π 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...
The Business Professor
Process for Filing for Patent Protection
Process for Filing for Patent Protection
Let's Tute
Microsoft Excel Tutorial: Understanding Relative Reference
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...
Curated Video
Learn and Master C Programming - Passing By Value vs. Passing By Pointer
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...
Curated Video
Learn Go in 3 Hours - Methods
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...
Curated Video
Learn Git in 3 Hours- What Is a Branch?
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...
Packt
ES6 Sets
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Shared Pointer
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...
Curated Video
Complete Modern C++ - Type Traits (C++11)
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,...
Curated Video
Apache Maven Beginner to Guru - Setting a Version Using Maven Property
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.
Curated Video
C++ Standard Template Library in Practice - Iterators
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...