TLDR News
Should Burqas Be Banned? - TLDR Opinionated
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...
TLDR News
Three Arguments AGAINST Scottish Independence - TLDR News
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...
Communication Coach Alex Lyon
What is Uptalk?
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...
Curated Video
Learn and Master C Programming - Variadic Functions Overview
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...
Institute for New Economic Thinking
A Short Introduction to the New Book "Capitalism 4.0"
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.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Transforms - Part 2
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.
Curated Video
C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference
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++.
Curated Video
Julia for Data Science (Video 9)
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...
Curated Video
Developing Subpoints for Your Thesis Statement
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...
msvgo
Polar Form of Complex Numbers
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.
TLDR News
Starmer's 3 Controversial Changes to Labour - TLDR News
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...
Let's Tute
Microsoft Excel Function: Structure, Operators, and Examples
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...
Curated Video
Python for Network Forensics 2.1: Enumerating Directories
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...
IDG TECHtalk
How to use command line arguments in a Python script with sys.argv and argparse
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...
ShortCutsTv
The Ethics of Abortion: When Does Life Begin?
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...
Curated Video
C++ Developer - Function Return Types and Parameters
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++.
Brainwaves Video Anthology
David Gillborn - Racism in Education
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...
TLDR News
Do Independent MPs Need to be Elected Again? - TLDR Explains.
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...
Curated Video
Learn and Master C Programming - A quick overview of 'scanf' function
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...
Curated Video
Bash Shell Scripting - Passing Arguments to Functions
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...
Curated Video
Learn and Master C Programming - Arguments of main() function - Part 1
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...
Curated Video
Data Science and Machine Learning with R - Working with Functions
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.
IDG TECHtalk
How to make easier ggplot2 with ggcharts
In this episode of Do More with R, learn how to make ggplot2 graphs with a lot less code using the ggcharts package.
IDG TECHtalk
How to create ggplot labels in R
See how to add text labels to points and lines in ggplot graphs.