Instructional Video8:36
Fun Robotics

Conditions Part 1

Higher Ed
Defining conditions and their usage in Python programming
Instructional Video12:37
Packt

Ways of Initializing Arrays and Assigning Objects

Higher Ed
This video demonstrates ways of initializing arrays and assigning objects. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video20:10
APMonitor

Python 🐍 Print

10th - Higher Ed
Printing is displaying values to the screen. The word print comes from the time when programs previously put ink on paper. You use the built in python function print() to output values. You could use this to tell you what is the current...
Instructional Video10:38
KnowMo

Using Functions: Understanding the Input-Output Relationship

12th - Higher Ed
The video is a lecture presentation on the topic of using functions. The presenter explains what a function is, using the analogy of a function machine, and how an input results in an output that is dependent on the function. The video...
Instructional Video10:55
Curated Video

Learn and Master C Programming - Creating Text Files using File API in C/C++

Higher Ed
We will build a sample called "CapFile" that takes as input a text file and creates (generates as output) another text file. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For...
Instructional Video10:14
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 22 - Enhancing Swagger Documentation with Custom Annotations

Higher Ed
Web Services with Spring and Spring Boot: Step 22 - Enhancing Swagger Documentation with Custom Annotations This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST...
Instructional Video4:24
Brian McLogan

How to find the range of the sine and cosine graph

12th - Higher Ed
👉 Learn the basics to graphing sine and cosine functions. The sine graph is a sinusiodal graph with x-intercepts at x = 2n*pi, maximun value of 1 at x = pi/2 + 2n*pi and minimum value of -1 at x = -pi/2 + 2n*pi. The cosine graph is a...
Instructional Video2:59
Curated Video

Apache Maven Beginner to Guru - Maven Release Dry Run

Higher Ed
This video introduces you to the Maven release dry run plug-in. This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.
Instructional Video3:10
Brian McLogan

How to evaluate a quadratic function

12th - Higher Ed
👉 Learn how to evaluate a function and for any given value. For any function, f(x) x is called the input value or the argument of the function. To evaluate a function, all we have to do is to change the argument of the function from x to...
Instructional Video5:56
Curated Video

Complete Modern C++ - Basic Input/Output

Higher Ed
This video gives an overview of basic input/output classes and demonstrates how to write on the console and read from the keyboard. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this...
Instructional Video7:19
Curated Video

C++ Standard Template Library in Practice - Maps - Coding

Higher Ed
The user is unfamiliar with the maps coding, wishes to know more about them, and when to use them. • Include the map package and introduce a simple example of map coding • Show a complex maps coding and display elements • Show a complex...
Instructional Video2:59
Brian McLogan

What are roots, zeros and x intercepts and how can we tell the difference

12th - Higher Ed
In this video series I will go over the basic definitions used for this video series. We will go over what does solving mean, the zero product property and how can the discriminant help us solve a quadratic equation or function.
Instructional Video6:14
Brian McLogan

Determining the domain vertical asymptote and x intercept of a logarithm

12th - Higher Ed
👉 Learn how to graph logarithmic functions. The logarithmic function is the inverse of the exponential function. To graph a logarithmic function, it is usually very useful to make the table of values of the function. This is done by...
Instructional Video13:40
Curated Video

The Modern JavaScript Bootcamp (2019) - Numbers

Higher Ed
In this lesson, you’ll learn about numbers in JavaScript. This includes creating numbers and performing basic arithmetic operations like addition, subtraction, multiplication, and division. This clip is from the chapter "JavaScript...
Instructional Video4:52
Brian McLogan

How to find the inverse of a rational function and verify it's inverse

12th - Higher Ed
👉 Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
Instructional Video2:58
Brian McLogan

How to find the inverse of a direct variation function

12th - Higher Ed
👉 Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
Instructional Video5:06
Economics Explained

No. China Is Not Going To Collapse... Yet: Housing and Jobs

9th - Higher Ed
Why is everybody suddenly predicting that China is on the brink of collapse? What are the chances these predictions will actually come true and why is this most likely totally overblown? Helping you become more knowledgeable about how...
Instructional Video15:57
Packt

Advanced Computer Vision Projects 3.2: Single-Person Pose Detection

Higher Ed
In this video, we study and execute DeeperCut to extract 2D pose data from single-person images. • Open notebook and setup TensorFlow model • Apply model to single-person images; understand the capabilities limitations • Analyze and...
Instructional Video7:38
Curated Video

Bash Shell Scripting- How to use awk command / script in shell scripts

Higher Ed
This video shows how to use the awk command/script in shell scripts. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video15:14
Curated Video

Bash Shell Scripting- awk command with action and basic variables

Higher Ed
This video shows how to use the awk command with action and basic variables. This clip is from the chapter "AWK command and AWK scripting" of the series "Complete Bash Shell Scripting".This section covers AWK command and AWK scripting
Instructional Video6:35
Packt

Test Case Logging with log4j Example - 2

Higher Ed
This video continues with how to log a test case with log4j. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video18:30
Packt

Practice Exercise - Cisco Interview Question on Arrays

Higher Ed
This video presents a practice exercise on arrays. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:09
Curated Video

Hands-On WebAssembly for C++ Programmers - Running Your First C++ Application on the Web

Higher Ed
Now that your tools are installed, how do you write your first C++ program to run in the browser? • Write C++ code • Compile the C++ code into WebAssembly • Integrate input and output between the browser and your code This clip is from...
Instructional Video2:51
Curated Video

C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library

Higher Ed
The user is unfamiliar with I/O in the STL. • Introduce the basic classes and overview of I/O • Talk about how it is an extensible framework • Set up for the next section dealing with Console I/O This clip is from the chapter "I/O in...