Hi, what do you want to do?
IDG TECHtalk
How to use the for loop construction for Go | Smart Go
Learn about Go's for loop construction, used to iterate through container objects, continue until a condition is met, or repeat something forever.
Math Fortress
Algebra I: Equations (Level 2 of 2)
This video goes over a couple of examples modeling the proper way to find the solution set of simple algebraic equations over a given domain. The video goes over equations that have one solution, many solutions and no solutions.
Australian Broadcasting Corporation
Australian Women in Politics
Ms Represented is a series that charts the rise of Australian female politicians over the last one hundred years and the unbelievable things they got up to along the way. What roadblocks did present and past women run into on their way...
Why U
Algebra 13 - Domain and Range of Binary Relations
Two sets which are of primary interest when studying binary relations are the domain and range of the relation.
Flag House Activity Channel
Volley Ball Without Seeing your Opponents!? (Ep. 173 - Look Up Volley Ball)
You've never seen volleyball like this! Communication, teamwork and reactions skills all come into play with this exciting and fun version of volleyball. Coach Colleen shows us how the game is played and some fun variations you can use.
The Wall Street Journal
Human vs. Machine
Col. Javorsek of DARPA on what happened when an artificial intelligence jet fighter shot down a human combat pilot [simulated]. If AI gets that good, what's the role for humans in defense or on the factory floor?<br/>
Packt
Array - Common Operations – Part 1
This is the first part of the three-part video that explains the common operators.
<
br/>
This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The Complete Masterclass".This section...
<
br/>
This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The Complete Masterclass".This section...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Handling Mouse Hover Popups Using Cypress
This video explains handling mouse hover popups using Cypress. This clip is from the chapter "Advance Automation to Handling Alerts, Popups, Child Windows using Cypress-jQuery" of the series "Cypress - Modern Automation Testing from...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Understanding the Difference Between jQuery Methods and Cypress Commands
This video explains understanding the difference between jQuery methods and Cypress commands.
r/>
This clip is from the chapter "Deep Diving into Cypress Commands and its Asynchronous Nature" of the series "Cypress - Modern...
r/>
This clip is from the chapter "Deep Diving into Cypress Commands and its Asynchronous Nature" of the series "Cypress - Modern...
Curated Video
Learn and Master C Programming - How To Calculate Array Size in C/C++
Learn how to use the compiler with the help of 'sizeof' operator to calculate the size (number of elements) inside array without having to hard-code this value!
r/>
This clip is from the chapter "Arrays" of the series "Learn...
r/>
This clip is from the chapter "Arrays" of the series "Learn...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project conclusion walkthrough
Introduction to idea and operations of linked lists.<br/<br/>>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
msvgo
Position of Hydrogen in the Periodic Table
This nugget justifies the position of Hydrogen in the modern periodic table and discusses the occurrence of isotopes of Hydrogen.
Curated Video
Learning D3.JS 5.0 3.1: Creating Polygons and Polylines
In this video, we will learn how to create a polygon/polyline. • Code a polygon • Code a polyline • Understand the difference between polygon and polyline
Packt
Tricks and Tips for Identifying Objects - Interview Preparation
This video provides tricks and tips for identifying objects.
<
br/>
This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
<
br/>
This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Static versus Dynamic Array - Common Operations – Part 3
This is the third part of the three-part video that highlights the difference between static and dynamic array.
<
br/>
This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The...
<
br/>
This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The...
Packt
Delete Book from List
OOP Book List Project: Delete Book from List
<
br/>
This clip is from the chapter "OOP Book List Project" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build the book list UI, add book...
<
br/>
This clip is from the chapter "OOP Book List Project" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build the book list UI, add book...
Curated Video
Describe an advanced data structure : Find the Given-Length Subarray with the Maximum Minimum
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but...
Curated Video
Data Science and Machine Learning with R - Vectors - Part Two
This video explains how to interact with R using vectors.
r/>
This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video...
r/>
This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Selection sort demonstration and complexity analysis
Start building the merge function - comparison
r/>
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...
r/>
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...
Curated Video
Core Java Programming Course- Linked List Structure
This video explains the structure of linked lists.<br/<br/>>
This clip is from the chapter "Lists" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various lists in Java.
This clip is from the chapter "Lists" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various lists in Java.
The Business Professor
Negotiatiable Instrument - Payable on Time or on Demand
This video explains the difference betwen a negotiation instrument that is payable "on time" versus "on demand".
msvgo
What is an Atom?
It defines an atom and tells about its discovery. It describes the characteristics of an atom.
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Printing out Memory Addresses for Pointers
We will modify our sample from previous lecture to display memory addresses to inspect them and verify pointer arithmetic is indeed translating increments/decrements based on data type.
r/>
This clip is from the chapter...
r/>
This clip is from the chapter...
IDG TECHtalk
How to create sets in Python: Introduction
Learn how Python's set type can be used to create collections of unique objects, with powerful ways to inspect and manipulate their contents.