ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

224 results

J David Eisenberg
Chapter 15: 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 15: Ragged Arrays

1,694 views

4 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,981 views

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

420 views

3 years ago

Chrome for Developers
Array grouping - New in Chrome 117

In programming, array grouping is an extremely common operation, seen most often when we use SQL's GROUP BY clause and ...

0:56
Array grouping - New in Chrome 117

6,958 views

2 years ago

Clinic for Open Source Arts
COSA Connectors: Aren Davey presents Openrndr

Links: https://openrndr.org https://guide.openrndr.org https://gradle.org/install https://vimeo.com/rndrstudio COSA Connectors is a ...

5:17
COSA Connectors: Aren Davey presents Openrndr

550 views

5 years ago

Brian Lavender
Ascii V using a Nested Loop

This video takes you through the process of creating a V using asterisks on the console and nested loops. It also reviews ...

12:18
Ascii V using a Nested Loop

432 views

9 years ago

Dylan Sallee
mergeSort(): A Graphical, Recursive, C++ Explanation

This video demonstrates a standard implementation of mergeSort() in C++, with graphics to help even the most novice of ...

4:55
mergeSort(): A Graphical, Recursive, C++ Explanation

93,773 views

8 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

938 views

6 years ago

Relaxing With Code
Voxeling - 02 Precision

Was stumped by cursor + raytracing quirkiness.

8:47
Voxeling - 02 Precision

1 view

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

5 years ago

RF elements s.r.o.
Inside Wireless: Antenna Array

Inside Wireless is RF elements short, educative video series on topics from the world of RF engineering. In this episode we talk ...

3:19
Inside Wireless: Antenna Array

20,865 views

3 years ago

nipafx
Smaller Object Headers with Project Lilliput - #JavaNext #Shorts

Project Liliiput will explore techniques to downsize Java object headers in the Hotspot JVM from 16 bytes to 8 bytes or less.

0:47
Smaller Object Headers with Project Lilliput - #JavaNext #Shorts

906 views

4 years ago

Chrome for Developers
Server-Side Rendering: Live Code Session - Supercharged

In this Supercharged Live Code Session, Paul & Surma implement 'Server Side Rendering', codling in real time, bugs and all!

55:56
Server-Side Rendering: Live Code Session - Supercharged

33,028 views

Streamed 9 years ago

Chrome for Developers
Object Spread - Supercharged

Surma shows you the new Object Spread operator “...” in JavaScript. If you have questions or suggestions, hit us up on Twitter!

1:17
Object Spread - Supercharged

7,771 views

7 years ago

Matt Godbolt
Wolfenstein 3D's map renderer

Wolfenstein 3D was a triumph of early 90s engineering. It was an action packed 3d first person shooter - arguably the first - and it ...

14:49
Wolfenstein 3D's map renderer

287,229 views

7 years ago

JT Devs
Objects and Arrays Destructuring in Javascript JT Devs 2022

About us ======= JT Devs is a Software consulting and IT College based. We build different types of applications such as web, ...

24:18
Objects and Arrays Destructuring in Javascript JT Devs 2022

158 views

3 years ago

J David Eisenberg
Chapter 6: Variable Length Arrays in C

Some versions of C let you declare an array using a variable to give the number of elements in the array. (Sorry about the ...

4:39
Chapter 6: Variable Length Arrays in C

1,492 views

4 years ago

Vaadin
What if Java developers could build web apps without touching JavaScript? 🤔

Vaadin Flow is an open-source framework for building web apps in Java. It includes a large library of UI components and offers a ...

0:44
What if Java developers could build web apps without touching JavaScript? 🤔

17,266 views

1 year ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,602 views

5 years ago

!!Con
!!Con West 2020 - Spencer Alves: Reverse engineering game formats for fun and profit! (or just fun)

Presented at !!Con West 2020: http://bangbangcon.com/west Video games can be cool, right? You know what's cooler?

11:17
!!Con West 2020 - Spencer Alves: Reverse engineering game formats for fun and profit! (or just fun)

476 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)

89,909 views

6 months ago

Ramesh Tholiya
Character Arrays and User Inputs
3:41
Character Arrays and User Inputs

171 views

8 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,412 views

6 years ago

Chrome for Developers
Accordion: Live Code Session - Supercharged

In this Supercharged Live Code Session, Paul and Surma live code an accordion. They'll be making (and hopefully fixing!) bugs ...

1:03:56
Accordion: Live Code Session - Supercharged

20,050 views

Streamed 9 years ago

J David Eisenberg
Chapter 3: Compound Conditions

Use of && (and), || (or), and ^ (exclusive or) to combine conditions.

3:14
Chapter 3: Compound Conditions

352 views

6 years ago