ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

139 results

timClicks
Introducing the enum data type in Rust

Delve into the power, flexibility, and robustness that the enum data type brings to Rust https://youtu.be/LafOj_HrxRQ The video ...

41:07
Introducing the enum data type in Rust

2,712 views

2 years ago

Filip Hráček
Dart 2.15: What's new

Dart 2.15 brings fast concurrency with worker isolates, a new constructor tear-off language feature, improved enum support in the ...

14:04
Dart 2.15: What's new

17,438 views

4 years ago

Bald. Bearded. Builder.
Stop Using == null: The Safer C# Pattern You Need Today!

Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".

11:41
Stop Using == null: The Safer C# Pattern You Need Today!

14,429 views

4 months ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

81,538 views

1 month ago

Jon Gjengset
Decrusting the serde crate

In this stream, we peel back the crust on the serde crate — https://github.com/serde-rs/serde/ — and explore its interface, structure, ...

1:51:21
Decrusting the serde crate

77,802 views

3 years ago

Douglas Weathers
Enumeration

The first tool in combinatorics, the study of counting, is careful enumeration. Meant to be watched before or after reading Chapter 9 ...

2:39
Enumeration

3,236 views

5 years ago

Bald. Bearded. Builder.
Don't Make These Entity Framework Core Mistakes

Hi! I'm Michael, and in this video I'll cover 5 things you'll need to know when building scalable applications with Entity Framework ...

8:48
Don't Make These Entity Framework Core Mistakes

17,982 views

1 year ago

web pro projects
union and enumeration data type in C++|lecture#12 |in Hindi

union and enumeration data type in C++ |lecture#12 |in Hindi Welcome to "C++ complete course for beginner" In this playlist, you ...

26:19
union and enumeration data type in C++|lecture#12 |in Hindi

16 views

3 years ago

Jon Gjengset
Crust of Rust: Subtyping and Variance

In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...

1:39:41
Crust of Rust: Subtyping and Variance

72,262 views

4 years ago

OpenSecurityTraining2
Vulns1001 06 IntegerOverflow 🌚CVE-2021-30860🗾 02 ACID Flow

View the full free MOOC at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

5:57
Vulns1001 06 IntegerOverflow 🌚CVE-2021-30860🗾 02 ACID Flow

493 views

2 years ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,962 views

3 years ago

OpenSecurityTraining2
Vulnerabilities 1002: 04 Use-After-Free 01 Overview

View the full free MOOC at https://ost2.fyi/Vulns1002. This class is for C/C++ developers learning secure development, and ...

11:06
Vulnerabilities 1002: 04 Use-After-Free 01 Overview

966 views

1 year ago

The Mentor CodeLab
Variables in Program - Programming For Beginners | #22

Programming for Beginners: Variables in Program If you ever wrote a few lines of code in any programming language, you would ...

6:28
Variables in Program - Programming For Beginners | #22

7 views

2 years ago

UBC_CPSC_103 _screencasts
Module 3: HtDF with Enum type

Now I have all seven examples I just need to edit them so there's one example for each case of the enum. Finally I need to go ...

4:45
Module 3: HtDF with Enum type

3,849 views

7 years ago

timClicks
T to &'static T

Learn how to create references with the 'static lifetime, even from values that start as local variables. Rust resources: - Tim's ...

9:08
T to &'static T

4,975 views

2 years ago

codingjerk
Zig got better and I almost missed it

Zig 0.15 release review with explanations and examples Voice by @tokisuno **Links:** - Release notes: ...

23:01
Zig got better and I almost missed it

77,849 views

1 month 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,781 views

5 years ago

José A. Alonso
Razonamiento en Lean con tipos enumerados: Movimientos

En el vídeo se comentan 8 pruebas en Lean de la propiedad que usa tipos abreviados y tipos enumerados usando los estilos ...

15:06
Razonamiento en Lean con tipos enumerados: Movimientos

13 views

5 years ago

Jon Gjengset
Crust of Rust: Atomics and Memory Ordering

In this episode of Crust of Rust, we go over Rust's atomic types, including the mysterious Ordering enum. In particular, we explore ...

2:39:20
Crust of Rust: Atomics and Memory Ordering

100,743 views

4 years ago

Spoken-Tutorial IIT Bombay
Tokens - English

3) Tokens in C and C++ -Data types, constants, identifiers -Keywords --example: if, break, else -Constants -Data types --example: ...

13:40
Tokens - English

45,082 views

11 years ago