Instructional Video11:14
Curated Video

Core Java Programming Course- Quantifiers in RegEx (regular expressions)

Higher Ed
This video explains the various quantifiers in RegEx.
r/>
This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 2.4: Finding and Reading License Plates

Higher Ed
In this video, we identify which characters do in fact belong to plates and convert them to text.

• Figure out what locations are actually p
lates
• Use k-nearest neighbors to convert imag
es to text
• View and anal
yze the...
Instructional Video26:09
The Wall Street Journal

Ancestry's CEO on Building Family History Online

Higher Ed
Ancestry Chief Executive Deb Liu discusses the genealogy company's expansion plans, creating culture in a remote work environment and putting guardrails around user-generated historical content.
Instructional Video2:00
IDG TECHtalk

Using Python object properties to write smarter and more concise code

Higher Ed
Everything in Python is an object. Learn how object properties -- which are actually just Python dictionaries under the hood -- can be leveraged to make your code smarter, more concise, and less riddled with boilerplate.
Instructional Video15:33
Packt

Filter the Web Table using Selenium JavaStreams

Higher Ed
This video explains how to filter the web table using Selenium JavaStreams.
<
br/>
This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with...
Instructional Video4:30
All In One Social Media

How To Create A GIF With Tenor To Have Your Own GIF Library

Higher Ed
Using GIFS is just part of our culutre these days. I want to help you create a gif with tenor so you can use GIFs as a part of your marketing and everyday reaction to posts or to just share your mood.
Instructional Video9:17
Curated Video

Calculating Price Elasticity of Demand and its Importance for Businesses.

Higher Ed
This is a lecture video that explains how to use the formula for price elasticity of demand (PED) to calculate the PED for different goods in order to solve problems. The video starts by explaining the formula for PED and then...
Instructional Video5:08
Curated Video

Core Java Programming Course- RegEx (regular expressions) Exercise 2

Higher Ed
This video presents another exercise on RegEx.
r/>
This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular...
Instructional Video5:53
Curated Video

Java 11 Programming for Beginners 4.3: Working with Strings, Characters, and Regular Expressions

Higher Ed
Strings and regular expressions are key to everyday Java programming. This video gives an overview of how to use them. • Three slides to explain string and regular expression • Use regex in code to split a word • Use string functions to...
Instructional Video3:36
Curated Video

Core Java Programming Course- "Dot" Operator

Higher Ed
This video explains the "Dot" operator.
r/>
This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions...
Instructional Video5:56
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Use hash structure in a practical exercise - Quote finder

Higher Ed
A look at basic searching techniques and the bisection search algorithm
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video3:19
friEdTech

Three Minute Tech Tip: Filters plus Labels Gmail

Higher Ed
Learn how to have Gmail automatically file email when it comes into your inbox so that you can just read it and archive it without applying labels.
Instructional Video7:39
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Box Plots - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow...
Instructional Video6:19
Curated Video

Core Java Programming Course- Introduction to RegEx (regular expressions)

Higher Ed
This video introduces you to RegEx.
r/>
This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions...
Instructional Video4:46
KnowMo

Introduction to Congruence and How to Identify Congruent Shapes

12th - Higher Ed
This video is a lecture presentation on congruence, where the speaker explains what it means for shapes to be congruent versus similar, and how to determine if two shapes are congruent. The presenter also gives examples of using tracing...
Instructional Video4:00
Curated Video

Introduction to Muay Thai

Pre-K - Higher Ed
This video provides a brief overview of the contact sport known as Muay Thai, which is a complex and physically demanding fighting style. Muay Thai incorporates various striking techniques using the elbows, knees, shins, and feet,...
Instructional Video5:33
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Select and manipulate the elements - Part 2

Higher Ed
DOM Crash Course: Select and manipulate the elements - Part 2
r/>
This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles...
Instructional Video19:51
Packt

Debugging the Code to Understand How the Flow is Built

Higher Ed
This video explains how to debug the code to understand how flow is built.
<
br/>
This clip is from the chapter "Deep Dive into Functional Testing with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video9:28
Curated Video

Core Java Programming Course- Greedy and Lazy Matching

Higher Ed
This video explains what is "Greedy" and "Lazy" matching.
r/>
This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various...
Instructional Video2:20
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Counting Outcomes - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow...
Instructional Video3:44
Curated Video

TypeScript for Beginners - Switch Statement

Higher Ed
This video demonstrates how to use the switch statement.
r/>
This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains...
Instructional Video9:54
Curated Video

C++ Standard Template Library in Practice - Utilities - Regex

Higher Ed
This video aims to include regular expressions.

• Go through the C++ regex ex
am
ple

This clip is from the chapter "Introducing the Standard Template Library (STL)" of the series "C++ Standard Template Library in...
Instructional Video4:32
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 14 - Implementing DELETE Method to delete a User Resource

Higher Ed
Web Services with Spring and Spring Boot: Step 14 - Implementing DELETE Method to delete a User Resource
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web...
Instructional Video12:52
Curated Video

Bash Shell Scripting- Regex - Part 1 - Regex with special characters (\s \t . *\+ \? and \)

Higher Ed
This video shows how to use Regex with special characters.<br/<br/>>

This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.