Curated Video
Bash Shell Scripting- Simple usage of the case statement
This video demonstrates a simple usage of the case statement. This clip is from the chapter "Arithmetic operators" of the series "Complete Bash Shell Scripting".This section covers the different arithmetic operators.
Curated Video
Complete Java SE 8 Developer Bootcamp - Big Numbers
The author demonstrates BigInteger and BigDecimal, two classes that support big numbers. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief...
Curated Video
Complete Java SE 8 Developer Bootcamp - Scope-Part 1
Learn how to recognize the scope which defines the lifecycle and accessibility of state of a variable in a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer...
Curated Video
Complete Java SE 8 Developer Bootcamp - Polymorphism Demo
The author gives a demo to get clear past a difficult concept of polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Three Faces of Final
The keyword “final” may be applied to variables, methods, and classes. This feature prevents further modification of these constructs, once defined. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer...
Curated Video
Complete Java SE 8 Developer Bootcamp - Covariant Returns
In covariant return, Java allows the return type to be a subtype of the type declared in the overridden method. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build...
Curated Video
C++ Developer - Exceptions and the Exception Hierarchy
This video explains the hierarchy of 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++.
Packt
Generating Customized XPath from HTML Attributes
This video demonstrates how to generate a customized XPath from HTML attributes. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Multi-Paradigm Programming with Modern C++ - Going Functional
Why use function objects together with instead of loops? How to write great lambda expressions easily, and how to master the capture block. • Implementing search with a simple loop and with an algorithm • Mastering the capture block •...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Java Development Kit (JDK)
Learn more about the Java platform which provides you with all the tools needed to run all your programs. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Imports
Static Imports allow us to code static references from other types, as if they were defined in our own class. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In...
Curated Video
Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 1
Abstract classes are constructs that allow subtypes to share common state and behavior definitions, all while enabling polymorphism. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8...
Curated Video
Learn Go in 3 Hours - Slices and Maps
Programs can’t only be built out of simple types like ints and strings. You also need types that can contain other types. • This video covers slices and maps, two built-in generic types in Go that contain other types. • Learn about...
Curated Video
Learning LESS (Video 2)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Curated Video
Develop a computer program to solve a problem using a sequence of instructions : If statements
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: If statements
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Tuples and Dictionaries
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
Details of Using Arduino Libraries: Arduino Course 6.4
A walk through of using a code library with Arduino.
Packt
Practice Exercises with XPath and Cascading Style Sheets (CSS) with Regular Expressions
This video contains practice exercises with XPath and CSS with regular expressions. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced...
Packt
How to Identify Siblings and Traverse Back to Parent Nodes with XPATH?
This video explains how to identify siblings and traverse back to parent nodes with XPATH. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Complete Java SE 8 Developer Bootcamp - String Objects
The author details the structure of string object provided by Java SE API. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
The author dives into syntax and usage of primitive data types. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Scope-Part 2
More demonstrations on how to recognize the scope of a variable. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Variables
The author introduces the syntax for assigning variables to a class and how to use them. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Curated Video
Complete Java SE 8 Developer Bootcamp - Editions and Versions
Evaluate different versions and traditions of JDK available to us. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of Java...