ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

259 results

Meri (Engel) Kasprak - programming videos
If and While in Java

Using if, if else, and while statements in Java.

4:29
If and While in Java

186 views

8 years ago

YAWL User Group
YAWL Workflow Patterns  - “Not for Real Life”?

"There was also a reviewer of the workflow patterns paper that literally said I do not think that such complex patterns can be used ...

34:54
YAWL Workflow Patterns - “Not for Real Life”?

904 views

3 years ago

J David Eisenberg
Chapter 6: The do/while loop

The do/while loop is guaranteed to execute the loop body at least once.

2:02
Chapter 6: The do/while loop

226 views

4 years ago

Pinceladastic
🛠️ Crea las Operaciones Generadoras en Pilas Dinámicas con Java Paso a Paso 🚀

En este video aprenderás a implementar las operaciones generadoras de una pila dinámica en #Java, centrándonos en los ...

5:58
🛠️ Crea las Operaciones Generadoras en Pilas Dinámicas con Java Paso a Paso 🚀

27 views

7 months ago

J David Eisenberg
Chapter 4: Overloaded Methods

You can have multiple methods with the same name as long as the number and/or types of the parameters is different.

3:34
Chapter 4: Overloaded Methods

449 views

4 years ago

J David Eisenberg
Chapter 4: Using loops for user input

A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.

3:26
Chapter 4: Using loops for user input

206 views

5 years ago

Pinceladastic
#Implementación de la Interfaz #Pila mediante la Gestión de Memoria Dinámica en #Java

Continuemos el aprendizaje de Pilas en Java! En este video, vamos a ver cómo implementar en Java, la interfaz Pila usando ...

7:58
#Implementación de la Interfaz #Pila mediante la Gestión de Memoria Dinámica en #Java

43 views

7 months ago

J David Eisenberg
Chapter 3: if and if/else statements

Learn about conditional statements.

5:37
Chapter 3: if and if/else statements

345 views

6 years 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)

94,375 views

7 months ago

J David Eisenberg
Chapter 12: Using Exceptions

Learn when to use -- and not to use -- exceptions.

4:14
Chapter 12: Using Exceptions

170 views

5 years ago

J David Eisenberg
Chapter 6: Method Calls

What's going on behind the scenes when you call a method in Java?

2:32
Chapter 6: Method Calls

422 views

6 years ago

J David Eisenberg
Chapter 3: Nested if statements

You can put an if inside an if block, or an if inside an else block. This video explains how it works.

6:40
Chapter 3: Nested if statements

220 views

6 years ago

J David Eisenberg
Chapter 9: Passing Objects to Methods

When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...

2:07
Chapter 9: Passing Objects to Methods

1,013 views

6 years ago

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

388 views

5 years ago

R Consortium
Teaching an introductory programming course with R

This video is part of the virtual useR! 2021 conference. Find supplementary material on our website https://user2021.r-project.org/.

4:55
Teaching an introductory programming course with R

106 views

4 years ago

Codegram
See the data flowing through your app (André Staltz) - Full Stack Fest 2016

Software deals with complex control flow mechanisms like callbacks, promises, events, and streams. Chosen solution has a deep ...

33:38
See the data flowing through your app (André Staltz) - Full Stack Fest 2016

14,226 views

9 years ago

YAWL User Group
Dynamic Workflows with YAWL Worklets

What are YAWL worklets and how do they make your workflows more flexible and dynamic? This video explains the concept and ...

5:54
Dynamic Workflows with YAWL Worklets

758 views

5 years ago

YAWL User Group
The Godfather on YAWL: 20 Years of Open-source BPMS

Wil van der Aalst, co-creator of the Business Process Management System YAWL and the inventor of Process Mining, talks about ...

43:36
The Godfather on YAWL: 20 Years of Open-source BPMS

494 views

2 years ago

J David Eisenberg
Chapter12: Processing Exceptions

Find out what happens when you throw an exception in a series of method calls several levels deep. Program that demonstrates ...

2:59
Chapter12: Processing Exceptions

231 views

5 years ago

J David Eisenberg
Chapter 6: The for loop

The for loop is a shorthand for a while loop; it specifies the initial loop variable, the continuation test, and the action after each ...

3:04
Chapter 6: The for loop

261 views

4 years ago