Hi, what do you want to do?
Packt
Implementation of Arrays List
This video explains how to implement a list of arrays.
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to...
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" 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.
r/>
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...
r/>
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...
Curated Video
Bash Shell Scripting - Conditional Tests
This video focusses on conditional tests.<br/<br/>>
This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
IDG TECHtalk
Python 3.9: What's new in the latest version of Python
The latest version of Python offers new conveniences for the developer: new ways to merge dictionaries, new string-handling functions, and more convenient type-hinting features.
Curated Video
Complete Java SE 8 Developer Bootcamp - Sets
Learn to handle sets collection for fast searching as it organizes data for the purpose.
r/>
This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
r/>
This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you 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...
Curated Video
The Full Stack Web Development - Getting Started With JavaScript
Basic JavaScript Concepts: Getting Started With JavaScript
r/>
This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of JavaScript...
r/>
This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of JavaScript...
Curated Video
Bass Instruments and their Role in Music
An introduction to sound and purpose of bass instruments. Bass instruments have the lowest pitch of the musical instruments in an ensemble and help set the beat of the music. Learn about bass instruments such as electric bass, double...
Packt
Window Handle Concepts - Real Time Example
This video presents a real-time example related to window-handling concepts.
<
br/>
This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics...
<
br/>
This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics...
Curated Video
Learn and Master C Programming - Character Arrays versus Strings
We will learn the main difference between declaring and using character arrays versus strings in C/C++.
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Curated Video
Multi-Paradigm Programming with Modern C++ - On Programming Paradigms
C++ is a multi-paradigm programming language. We learn about different paradigms (styles), and how C++ supports them.
• Programming styles supported b
y C++
• Critic
ism of C++
• Your C++ knowled
ge
as a toolbox
...
• Programming styles supported b
y C++
• Critic
ism of C++
• Your C++ knowled
ge
as a toolbox
...
Curated Video
Hands-On WebAssembly for C++ Programmers - Understanding the Memory Model
We've seen native numeric types, but how are objects and strings represented?
• Learn how linear memory operates in WebAss
embly
• Observe the difference between Emscripten and non-Emscripte
n behavior
• Explore...
• Learn how linear memory operates in WebAss
embly
• Observe the difference between Emscripten and non-Emscripte
n behavior
• Explore...
Curated Video
Java 11 Programming for Beginners 4.3: Working with Strings, Characters, and Regular Expressions
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...
Packt
String Methods & Concatenation
JavaScript Language Fundamentals: String Methods & Concatenation
<
br/>
This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the...
<
br/>
This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the...
Curated Video
Complete Java SE 8 Developer Bootcamp - String Operations and Operators
Learn the most common methods and operations available to Strings. 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 features of...
Curated Video
I WONDER - How Did The Inca People Record Information?
This video is answering the question of how did the Inca people record information.
Packt
Use variables to modify data : Overview of the Different Variable Types
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order...
Curated Video
C++ Standard Template Library in Practice - Iterators
We need to get up to speed on what iterators are and what they can do.
• Cover the basics of iterators and set the ground work for what they are use
d for
• Show the technical elements of the iterator and start learning...
• Cover the basics of iterators and set the ground work for what they are use
d for
• Show the technical elements of the iterator and start learning...
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...
• Begin by introducing the user to the vector, discussing how it
works
• Inform the user of the pros and cons of...
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.
r/>
This clip is from the...
r/>
This clip is from the...
IDG TECHtalk
Using f-strings in Python to format output
The f-string feature in Python lets you format output in strings by using convenient text templates. This walkthrough shows you the basics of how to use f-string formatting in your code.
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::sort
The listener is new to algorithms and does not know about the sorting algorithms.
• Introduce the listener to the std::sort algo
rithm
• Show how it works and explain the different versions
available
• Reinforce the...
• Introduce the listener to the std::sort algo
rithm
• Show how it works and explain the different versions
available
• Reinforce the...
Curated Video
Complete Java SE 8 Developer Bootcamp - Pass By Value: Primitives
This video details how primitive arguments are handled in Java.
r/>
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...
r/>
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...