ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

307 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

J David Eisenberg
Chapter 3: Getting User Input in Java

How to let users supply numeric input to your programs.

4:16
Chapter 3: Getting User Input in Java

557 views

4 years ago

Confreaks
RailsConf 2017: The Arcane Art of Error Handling by Brad Urani

RailsConf 2017: The Arcane Art of Error Handling by Brad Urani With complexity comes errors, and unexpected errors lead to ...

36:07
RailsConf 2017: The Arcane Art of Error Handling by Brad Urani

2,285 views

8 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

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

J David Eisenberg
Chapter 5: Using a while to get input

Use a *while* loop to repeatedly get input in a program.

3:21
Chapter 5: Using a while to get input

313 views

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

J David Eisenberg
Chapter 5: Developing Programs (Part 1)

Up to now, our programs have been small. What is the process to use for developing a larger program? In this video, we'll plan a ...

6:46
Chapter 5: Developing Programs (Part 1)

115 views

5 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,929 views

7 months 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

495 views

2 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

YAWL User Group
YAWL: The Story Behind the Workflow Engine

"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: The Story Behind the Workflow Engine

905 views

3 years 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 5: The while loop

Introduction to loops, with the *while* loop, which continues as long as a condition is true.

3:23
Chapter 5: The while loop

361 views

6 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

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

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: 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

J David Eisenberg
Chapter 12: Kinds of Exceptions

There are different kinds and subclasses of Exception. This video describes the Exception hierarchy and talks about checked vs.

2:13
Chapter 12: Kinds of Exceptions

164 views

5 years ago

YAWL User Group
Control, Resources, Data: Model Better

Can underlining a text in three colors help you create a clear business process model? This video introduces a simple, ...

3:09
Control, Resources, Data: Model Better

438 views

4 years ago