ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

177 results

J David Eisenberg
Chapter 4: Comparing Strings

You need to use methods from the String class to compare strings for equal, less than, and greater than.

4:07
Chapter 4: Comparing Strings

353 views

6 years ago

Playful Python
A clean way to compare multiple values

A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...

1:28
A clean way to compare multiple values

124 views

3 years ago

SF Software
How to Use Notepad++ Compare for Windows

Learn how to compare text files with Notepad++ Compare. Download here: http://sourceforge.net/projects/npp-compare/ Features ...

2:10
How to Use Notepad++ Compare for Windows

4,372 views

10 years ago

Dario
Rust vs Java: A Staff Engineer's perspective

... Java 00:21 AWS wants to contribute to Rust 00:56 Rust vs Java motivation and methodology 01:36 How not to compare java ...

25:04
Rust vs Java: A Staff Engineer's perspective

28,960 views

3 years ago

Dandalf
Java - Read text file - compared to reading text from keyboard

Open a text file using the Java Scanner. Read and display the contents of the file either line by line or by individual fields on each ...

12:44
Java - Read text file - compared to reading text from keyboard

206 views

4 years ago

The Java Den
Lists Initialization

Is there any way to initialize an List in Java? Short answer: Kinda. Java doesn't provide a native initialization for Lists, so we ...

2:13
Lists Initialization

86 views

3 years ago

Otavio Santana
Jakarta Microprofile CDI Test: Test your CDI components effortlessly

In this video, we'll talk about how to create a test on Jakarta EE, Microprofile exploring the power of CDI on it. Are you a Jakarta EE ...

11:29
Jakarta Microprofile CDI Test: Test your CDI components effortlessly

319 views

2 years ago

Leopoldo Armesto
27/74 IoT MOOC Part I: Programming Example. Comparison

In this example we show how to compare two numbers. The description of this example can be found in this video: ...

0:45
27/74 IoT MOOC Part I: Programming Example. Comparison

2,063 views

6 years ago

Synkronizer
Compare, merge and update format differences - Best Excel Compare Tool

Step by step guide that how Synkronizer Excel Compare Tool helps to compare, merge and update format differences, such as ...

3:01
Compare, merge and update format differences - Best Excel Compare Tool

213 views

7 years ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

101 views

4 years ago

Code Mommy Mastery
Learn How to Use Strings in Java

Strings are an essential part of any Java program. Understanding how to create, manipulate, and compare strings is crucial for ...

4:44
Learn How to Use Strings in Java

25 views

1 year ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

95,408 views

7 months ago

predmijat
Dockerized Python application, GitLab, CI/CD and Zulip notification

CHECK OUT MY DEVOPS COURSE WITH 85% OFF COUPON AT https://sre.rs Hello everyone, I've made a DevOps course ...

3:12
Dockerized Python application, GitLab, CI/CD and Zulip notification

1,658 views

2 years ago

J David Eisenberg
Chapter 11: The equals() method

The default equals() method for objects compares them by their memory address. If you want to compare the values of the fields in ...

3:23
Chapter 11: The equals() method

126 views

3 years ago

J David Eisenberg
Chapter 7: Copying Arrays

Arrays are reference variables, which means simple assignment doesn't make a copy of the values.

3:54
Chapter 7: Copying Arrays

754 views

6 years ago

Meri (Engel) Kasprak - programming videos
Java 8 - working with dates

Calculating days until the user's next birthday.

3:45
Java 8 - working with dates

636 views

8 years ago

J David Eisenberg
Chapter 7: Variable Number of Arguments

How to write a method that will take any number of arguments you would like to pass to it; it will treat them as an array.

3:24
Chapter 7: Variable Number of Arguments

164 views

4 years ago

John Kubiatowicz
CS162 Lecture 7 (2/13/2020): Semaphores, Monitors, and Readers/Writers

In this class, I discuss more advanced synchronization techniques, including atomic hardware primitives, semaphores, and the ...

2:03:31
CS162 Lecture 7 (2/13/2020): Semaphores, Monitors, and Readers/Writers

5,701 views

5 years ago

YAWL User Group
Alfresco vs Liferay: File Management Demo

How does Alfresco compare to Liferay for managing documents? This video demonstrates how to upload and organize ...

4:14
Alfresco vs Liferay: File Management Demo

390 views

4 years ago

J David Eisenberg
Chapter 4: Mathematical functions in Java

Here are the most common methods in Java's Math class.

2:52
Chapter 4: Mathematical functions in Java

538 views

6 years ago