Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Numbers, math, type casting and input
Conclude our look at iterators, generators and popular functions associated with them with while loops and enumerate and zip functions This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Printing Output to Console with Java - Exercise Statements
This video talks about printing output to console with Java - exercise statements. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
The March of Time
1941: 'THE STUART CASE': Enlarged fingerprint examples sitting by 9mm pistol & wire cutters, hand pointing out circles & matching print lines.
MOT 1941: 'THE STUART CASE': Enlarged fingerprint examples sitting by 9mm pistol & wire cutters, hand pointing out circles & matching print lines.
Curated Video
Learning CSS (Video 36)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Curated Video
Learning Akka (Video 29)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage these...
Curated Video
Learning Python Web Penetration Testing (Video 8)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Packt
Use functions or APIs from external libraries to develop a computer program : Name and Main
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Why does "Name and Main" sound like a steakhouse? It has nothing to do with steak. But...
Packt
Use functions or APIs from external libraries to develop a computer program : Creating a Package
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Learn how to create your own local package for your Python programs!
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Looping and an Exercise
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Programming Electronics Academy
Another Interrupt Example: Arduino Course 9.4
An example of using an interrupt service routine with Arduino.
IDG TECHtalk
How to secure printers on Windows networks
Attackers often gain access to networks through the printers connected to them. Here’s how to address printer vulnerabilities on your network.
Curated Video
Bash Shell Scripting- Simple Hello World awk script
This video shows how to write a simple Hello World awk script. 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
Running Tests with TestRunner
This video explains how to run tests with TestRunner. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section provides an...
Packt
Reusing Functions with Variable Data
This video explains how to reuse functions with variable data. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Packt
Integrating log4j Logging Application Programming Interface (API) into Framework
This video explains how to integrate log4j logging API into Framework. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
If-Else Condition Usage in Java
This video explains how to use the If-else condition in Java. 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...
Packt
Different Kind of Exceptions
This video discusses the different kind of exceptions. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Curated Video
C++ Standard Template Library in Practice - Uninitialized Memory
The user would like to know about how to handle uninitialized memory blocks in C++ . • Talk about how to create uninitialized blocks of memory • Show the STL functions to work with it. • Reinforce the lesson with an example This clip is...
Curated Video
C++ Standard Template Library in Practice - Vectors
The user is unfamiliar with the vector container, wishes to know more about them, and when to use them. • Begin by introducing the user to the vector, discussing how it works • Inform the user of the pros and cons of using the data...
Curated Video
Learn and Master C Programming - Pointers and Strings: Beware of Attempting to Modify Read-Only Memory!
We will learn about strings and pointers and how to avoid pointer-related issues like access violation when we try to modify a string that is stored inside read-only (or write-protected) memory. This clip is from the chapter "Pointers"...
Curated Video
Learn and Master C Programming - Working with single-dimension arrays in C/C++
We will see how we can declare and process a single-dimensional array in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to declare...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Insertion sort demonstration and assignment handoff
Complete merge function - add remaining items 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 section is about...
Curated Video
C++ Developer - Custom Exceptions
This video explains custom exceptions. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Curated Video
Complete Java SE 8 Developer Bootcamp - Loops
Conditionals are one type of control structure. Another type allows us to continuously execute a block of a code while a condition is true. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer...