Instructional Video11:33
TLDR News

Should Burqas Be Banned? - TLDR Opinionated

12th - Higher Ed
In this episode of Opinionated, we discuss face coverings, and more specifically burqas. These controversial items of religious dress obscure the wearer's identity, which makes some believe they're a security threat. While others see the...
Instructional Video7:55
TLDR News

Three Arguments AGAINST Scottish Independence - TLDR News

12th - Higher Ed
A while ago we made a video running through 3 reasons in favour of Scottish Independence, so now we're telling the other side of the story - the reasons to stay. So in this video we look at the reasons in favour of the union and why...
Instructional Video1:33
Communication Coach Alex Lyon

What is Uptalk?

Higher Ed
What is uptalk and what can you do about it? "Uptalk" describes when your inflection goes up at the end of a statement instead of down to make everything sound like a question. Is uptalk professional? How can you stop uptalking? Uptalk...
Instructional Video3:24
Curated Video

Learn and Master C Programming - Variadic Functions Overview

Higher Ed
We are introduced to the concept of variadic function in C/C++. This clip is from the chapter "Advanced Topics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into advanced topics such as...
Instructional Video2:48
Institute for New Economic Thinking

A Short Introduction to the New Book "Capitalism 4.0"

Higher Ed
Board Member Anatole Kaletsky gives an overview of his terrific new book on today's reinvention of capitalism on a scale only seen 4 times in 250 years. Interviewed by Robert Johnson in New York City, June 2010.
Instructional Video4:39
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Transforms - Part 2

Higher Ed
Advanced CSS: Transforms - Part 2 This clip is from the chapter "Advanced CSS" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".In this section, you will learn about Advanced CSS.
Instructional Video14:48
Curated Video

C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference

Higher Ed
This video explains parameter passing methods: pass-by-value and pass-by-reference. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video7:11
Curated Video

Julia for Data Science (Video 9)

Higher Ed
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Instructional Video3:26
Curated Video

Developing Subpoints for Your Thesis Statement

K - 5th
In this video, the teacher explains how to develop subpoints for a thesis statement by transforming the argument into a "why" question. They provide an example of a thesis statement about the importance of getting enough sleep, and then...
Instructional Video21:00
msvgo

Polar Form of Complex Numbers

K - 12th
It introduces the concept of principal Argument and the polar form of complex numbers. It also explains conversion from cartesian to Polar Form and vice versa.
Instructional Video9:32
TLDR News

Starmer's 3 Controversial Changes to Labour - TLDR News

12th - Higher Ed
Since entering office Starmer has tried to make some big changes to shift how Labour works and... well some it hasn't gone down well. So in this video we take a look through the history and see if the changes he's making are likely to...
Instructional Video8:22
Let's Tute

Microsoft Excel Function: Structure, Operators, and Examples

9th - Higher Ed
In this Microsoft Excel tutorial, we learn about the structure of Excel functions, including the use of equal sign, function names, opening and closing brackets, and arguments separated by commas. We also explore operators such as...
Instructional Video5:49
Curated Video

Python for Network Forensics 2.1: Enumerating Directories

Higher Ed
In this video, we will develop the technique to scan files in a directory in or to obtain items and properties. • Understand the basis of recursion and how it applies to directories • Learn about the OS module and how it applies to...
Instructional Video6:31
IDG TECHtalk

How to use command line arguments in a Python script with sys.argv and argparse

Higher Ed
If you pass command line arguments to a Python script, it's easy to extract and use them with sys.argv. But if you want to build elaborate handlers for command-like arguments, the argparse module in Python's standard library gives you...
Instructional Video6:48
ShortCutsTv

The Ethics of Abortion: When Does Life Begin?

Higher Ed
The controversies surrounding abortion involve a clash between two fundamental rights: the right of the unborn child, or foetus, and the rights of the mother. This film begins with the storm created by leading case of Roe vs Wade and...
Instructional Video16:51
Curated Video

C++ Developer - Function Return Types and Parameters

Higher Ed
This video explains function return types and parameters. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video9:01
Brainwaves Video Anthology

David Gillborn - Racism in Education

Higher Ed
David is Professor of Critical Race Studies, editor-in-chief of the journal Race Ethnicity and Education and Director of Research in the School of EducationDavid’s research focuses on race inequalities in education, especially the role...
Instructional Video3:39
TLDR News

Do Independent MPs Need to be Elected Again? - TLDR Explains.

12th - Higher Ed
It is worth looking at whether The Independent Group MPs are required to call a by-election. Some (most notably those in the leadership of the Labour Party) claim that, due to the MPs switching parties, by-elections should be called in...
Instructional Video3:03
Curated Video

Learn and Master C Programming - A quick overview of 'scanf' function

Higher Ed
We will have a quick look at 'scanf' function and some of it’ type filed characters. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick overview of how...
Instructional Video6:03
Curated Video

Bash Shell Scripting - Passing Arguments to Functions

Higher Ed
This video explains how to pass arguments to functions. This clip is from the chapter "Functions - Revisited" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section explores more about...
Instructional Video8:44
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 1

Higher Ed
We will learn how to pass arguments to our main function from the command-line and also how to pass them from within visual studio and debug through the code to look at their values. This clip is from the chapter "Strings" of the series...
Instructional Video14:20
Curated Video

Data Science and Machine Learning with R - Working with Functions

Higher Ed
This video explains working with functions in R. This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Instructional Video5:00
IDG TECHtalk

How to make easier ggplot2 with ggcharts

Higher Ed
In this episode of Do More with R, learn how to make ggplot2 graphs with a lot less code using the ggcharts package.
Instructional Video9:42
IDG TECHtalk

How to create ggplot labels in R

Higher Ed
See how to add text labels to points and lines in ggplot graphs.