ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

231 results

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 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,698 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,982 views

6 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,664 views

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

493 views

5 years ago

Lisa DeBruine
Plot Themes & Customisation

Customizing your ggplots with labels, colours, and themes.

9:37
Plot Themes & Customisation

438 views

5 years ago

Relaxing With Code
Voxeling - 02 Precision

Was stumped by cursor + raytracing quirkiness.

8:47
Voxeling - 02 Precision

1 view

5 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

NPTEL IIT Bombay
Lecture 17 : More on Arrays : Part 3 : Two dimensional arrays

More on Arrays : Part 3 : Two dimensional arrays.

25:02
Lecture 17 : More on Arrays : Part 3 : Two dimensional arrays

5,419 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

951 views

6 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

94,407 views

8 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,503 views

4 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

353 views

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

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

171 views

8 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
Data Binding 101 -- Polycasts #28

Curious to know how Polymer's data binding system works under the hood? Today on Polycasts I'm kicking off a multi-part series ...

10:24
Data Binding 101 -- Polycasts #28

22,718 views

10 years ago

nptelhrd
Mod-01 Lec-02 Representing  Arrays  and  functions on computers

Introduction to CFD by Prof M. Ramakrishna,Department of Aerospace Engineering,IIT Madras.For more details on NPTEL visit ...

40:51
Mod-01 Lec-02 Representing Arrays and functions on computers

10,327 views

10 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,459 views

6 years ago