Let's Tute
Efficient Formulas with Fixed and Relative Reference in Excel
This video tutorial teaches how to write formulas efficiently with fixed and relative reference in Microsoft Excel, covering three types of reference: absolute fixed cell reference, fixed row but not fixed column reference, and fixed...
Brian McLogan
Evaluate the 6 trig functions using the unit circle
👉 Learn how to evaluate the six trigonometric functions of a given angle. When given an angle we locate the angle on the unit circle. Then using the coordinate of the terminal side of the angle on the unit circle and the definitions of...
Curated Video
Apache Maven Beginner to Guru - Other Maven Plug-ins
This video introduces you to other Maven plug-ins. This clip is from the chapter "Common Maven Plug-ins" of the series "Apache Maven: Beginner to Guru".This section introduces you to various Maven plug-ins, such as Maven clean plug-in,...
TLDR News
The Problem with WAB’s Transition Period - Brexit Explained
On Tuesday evening MPs voted to reject the government's schedule for Brexit. Many MPs believed that they needed longer to scrutinise the bill. In this video, we discuss some of the issues that MPs have with the deal and why they want...
IDG TECHtalk
How to use a database ORM in Python
ORMs let you work with databases by way of a programming language's native metaphors, instead of by constructing raw database commands as strings. In this video we'll look at a simple ORM for Python, Peewee, and how it uses Python...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Types
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it. • Open Qt Creator • Create a new Qt class • Add the files to the correct folders in the course code This clip is from the...
Curated Video
Creational Design Patterns in Modern C++ - std::shared_ptr
This video demonstrates how to use the factory method as functions and focuses on the std::shared_ptr function. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 1: Build random int list generator
Implement the selection sort algorithm step by step This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Brian McLogan
Find the reference angle and sketch both angles in standard position
👉 Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Curated Video
Complete Java SE 8 Developer Bootcamp - Pass By Value: Primitives
This video details how primitive arguments are handled in Java. 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 value features of Java.
Curated Video
Excel VBA Programming The Complete Guide - The Object Data Type
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Curated Video
Beginning Python (Video 7)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Let's Tute
Microsoft Excel Tutorial: Understanding Mixed Reference
This is a tutorial on mixed reference in Microsoft Excel, which is a combination of absolute and relative references. The video explains how to lock specific rows or columns in a formula using the F4 key and provides examples of...
Curated Video
Complete Modern C++ - Type Conversions - Part II (Primitive to User Type)
This video is an explanation and implementation of how constructors are used by the compiler to perform type conversion. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Curated Video
C++ Standard Template Library in Practice - Replacing and Transforming - equals
The listener is new to algorithms and does not know about the transform algorithms. • Introduce the listener to the std::transform algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Curated Video
IELTS Part 2 Sample Answers Describing Scenic Places - IELTS Energy Podcast 1091
Today you will hear two sample speaking part 2 answers for IELTS questions about describing places. Learn amazing Band 9 vocabulary and native, natural fluency tricks on today's show.
Brian McLogan
Pc Unit 3 How to evaluate for sine using the unit circle for an angle larger than 2pi
👉 Learn how to evaluate trigonometric functions of a given angle. Given an angle greater than 2pi in radians, to evaluate the trigonometric functions of the given angle, we first determine the smallest positive coterminal angle of the...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - How to Perform Git Pull
This video demonstrates how to perform Git pull. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the push, fetch, and...
Curated Video
Apache Maven Beginner to Guru - Setting a Maven Version in IntelliJ
This video explains how to set up a Maven version in IntelliJ. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Curated Video
The Moon Illusion: Why the Moon Appears to Change Size
Why does the moon sometimes look really big at night and other times appear very small? This phenomenon is called the Moon Illusion. Learn why it happens and a couple ways to override it. Illusions part 4/11
Curated Video
System of particles & Rotational motion particles
This nugget introduced the system of particles, rigid bodies about the kind of motion of rigid body.
Curated Video
Complete Modern C++ - Operator Overloading - Part VI (Smart Pointers in C++11)
This video demonstrates the smart pointers in C++11. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Curated Video
C++ Standard Template Library in Practice - Course Review
The user would like to catch up on what was learned in this section. • Review the topics covered • Show excerpts of the previous slides • Thank the audience for watching This clip is from the chapter "C++ 20 Preview" of the series "C++...
Curated Video
C++ Standard Template Library in Practice - Swapping
The listener is new to algorithms and does not know about the swapping algorithms. • Introduce the listener to the std::swap algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...