Packt
Ways of Initializing Arrays and Assigning Objects
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...
APMonitor
Python 🐍 Print
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...
KnowMo
Using Functions: Understanding the Input-Output Relationship
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...
Curated Video
Learn and Master C Programming - Creating Text Files using File API in C/C++
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...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 22 - Enhancing Swagger Documentation with Custom Annotations
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...
Brian McLogan
How to find the range of the sine and cosine graph
👉 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...
Curated Video
Apache Maven Beginner to Guru - Maven Release Dry Run
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.
Brian McLogan
How to evaluate a quadratic function
👉 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...
Curated Video
Complete Modern C++ - Basic Input/Output
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...
Curated Video
C++ Standard Template Library in Practice - Maps - Coding
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...
Brian McLogan
What are roots, zeros and x intercepts and how can we tell the difference
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.
Brian McLogan
Determining the domain vertical asymptote and x intercept of a logarithm
👉 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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Numbers
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...
Brian McLogan
How to find the inverse of a rational function and verify it's inverse
👉 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...
Brian McLogan
How to find the inverse of a direct variation function
👉 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...
Economics Explained
No. China Is Not Going To Collapse... Yet: Housing and Jobs
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...
Packt
Advanced Computer Vision Projects 3.2: Single-Person Pose Detection
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...
Curated Video
Bash Shell Scripting- How to use awk command / script in shell scripts
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
Curated Video
Bash Shell Scripting- awk command with action and basic variables
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
Packt
Test Case Logging with log4j Example - 2
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...
Packt
Practice Exercise - Cisco Interview Question on Arrays
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Running Your First C++ Application on the Web
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...
Curated Video
C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library
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...