ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

80 results

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 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 1: Bits, Bytes, and the Java Virtual Machine

A brief description of what the Java compiler is on about.

2:21
Chapter 1: Bits, Bytes, and the Java Virtual Machine

950 views

6 years ago

J David Eisenberg
Chapter 5: The do/while loop

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

2:02
Chapter 5: The do/while loop

298 views

6 years ago

J David Eisenberg
Chapter 1: Java Programming Style

What's the “correct“ way to indent? Where should you put braces in your code? All of this is part of a Java programming style ...

1:38
Chapter 1: Java Programming Style

1,815 views

6 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

Meri (Engel) Kasprak - programming videos
Classes and Objects in Java

Creating your first class and instantiating objects from it in Java.

3:17
Classes and Objects in Java

96 views

8 years ago

YAWL User Group
Camunda compared to other BPMS

What sets Camunda apart in the BPM world? Camunda is presented as a business process management system that supports ...

0:18
Camunda compared to other BPMS

1,699 views

1 year 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 8: Ragged Arrays

In Java, you can have a two-dimensional array where each row has a different number of elements. This is called a ragged array.

2:57
Chapter 8: Ragged Arrays

2,982 views

6 years ago

ohnepixel
Minecraft's oldest anarchy server

I explored 2B2T, Minecraft's oldest anarchy server, together with Minecraft legend FitMC. He revealed the true size of the 2B2T ...

0:55
Minecraft's oldest anarchy server

12,330,823 views

5 months ago

piggi0
Day 21 of explaining every #minecraft #redstone item | Detector Rail #shaders #shorts #mc #tutorial

minecraft #detectorrail #redstone #gaming #automation #gameplay #tricks #mechanism #tips #innovation #tutorial #gadgets ...

0:21
Day 21 of explaining every #minecraft #redstone item | Detector Rail #shaders #shorts #mc #tutorial

136,720 views

2 years ago

Programming threads
The Spread Operator: JavaScript's Secret Weapon

Key notions to remember: *spread operator* *control structures* *copy arrays* *concatenate arrays* #javascriptinterview, ...

0:58
The Spread Operator: JavaScript's Secret Weapon

525 views

1 year ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.16.1 - While-Loops

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

2:14
[Intro to App Design] 1.16.1 - While-Loops

98 views

10 years ago

J David Eisenberg
Chapter 1: print vs println

Learn when to use System.out.print() and when to use System.out.println().

2:52
Chapter 1: print vs println

2,136 views

5 years ago

J David Eisenberg
Chapter 5: Nested if statements

Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.

3:10
Chapter 5: Nested if statements

109 views

5 years ago

J David Eisenberg
Chapter 6: Iterating through an Array
1:34
Chapter 6: Iterating through an Array

265 views

4 years ago

Nokey
How Speedrunners Find A Nether Fortress in Minecraft without Cheats  #minecraft #speedrunners #mc

How Speedrunners Find A Nether Fortress in Minecraft without Cheats. Ever wondered where a fortress was in Minecraft. This is a ...

1:00
How Speedrunners Find A Nether Fortress in Minecraft without Cheats #minecraft #speedrunners #mc

273,071 views

1 year ago

J David Eisenberg
Planning the “Reverse an Array in Place” program

Here are two approaches to solving the problem. (I'm not entirely happy with this video; the script just didn't seem to “click” for me, ...

2:29
Planning the “Reverse an Array in Place” program

421 views

3 years ago

J David Eisenberg
Chapter 7: Passing and Returning Arrays

How to pass arrays to methods and return arrays as results.

3:17
Chapter 7: Passing and Returning Arrays

296 views

6 years ago