ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,115 results

Christian Stöcker
C Programming #21: Enumeration Data Type enum

In C, you can also define your own data types. A very simple data type is the enumerated data type enum. I'll show you how to ...

6:30
C Programming #21: Enumeration Data Type enum

4,150 views

5 years ago

Python Peak
What makes enum.Enum better than constants? Why Use enum.Enum Instead of Constants in Python?

What makes enum.Enum better than constants? enum.Enum provides type safety compared to plain constants. Enums ...

0:13
What makes enum.Enum better than constants? Why Use enum.Enum Instead of Constants in Python?

597 views

1 year ago

Jesse Warden
TypeScript Enum's vs. Unions

We cover why TypeScript's Discriminated Unions are superior to Enum's, how they form a core tool in modelling with types, and ...

44:00
TypeScript Enum's vs. Unions

659 views

3 years ago

The Expat Professor
Hacking - Enumeration Example

Change to the nmap scripts directory # - This is not required; however, it reduces the characters that you'll need to type. cd ...

4:55
Hacking - Enumeration Example

5,702 views

10 years ago

Python Peak
What are the #benefits of using enum.Enum? #discover the Power of enum.Enum in Python!

What are the benefits of using enum.Enum? Enum.Enum helps to define a set of named constants. This improves code ...

0:13
What are the #benefits of using enum.Enum? #discover the Power of enum.Enum in Python!

868 views

1 year ago

Python Peak
What makes enum.Enum better than constants? Why Use enum.Enum Over Simple Constants in Python?

What makes enum.Enum better than constants? Enums provide better organization compared to plain constants. But many ...

0:17
What makes enum.Enum better than constants? Why Use enum.Enum Over Simple Constants in Python?

534 views

1 year ago

Hassan Habib
C# Flags: Beginner's Guide

In this session, we dive into Flags in C#—a powerful feature that allows software engineers to represent multiple options within a ...

9:42
C# Flags: Beginner's Guide

4,775 views

11 months ago

TIA Portal grandsons strategy
TIA Portal Enum generate index which get index after number soft directly

"lany_arr_enumerate" "lany_arr_sort"

0:45
TIA Portal Enum generate index which get index after number soft directly

914 views

2 years ago

Smart Contract Programmer
Enum | Solidity 0.8

Enum in Solidity. 0:12 - Declaring an enum 0:49 - State variables 1:37 - Function output 2:01 - Function input 2:30 - Update 3:02 ...

4:22
Enum | Solidity 0.8

15,960 views

4 years ago

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,735 views

2 years ago

Python Peak
What makes enum.Enum better than constants? Why You Should Use enum.Enum Over Constants in Python!

What makes enum.Enum better than constants? Enums provide unique values, ensuring no duplicates. They offer better ...

0:19
What makes enum.Enum better than constants? Why You Should Use enum.Enum Over Constants in Python!

527 views

1 year ago

Roel Van de Paar
How to import enum?

How to import enum? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to ...

2:13
How to import enum?

5 views

4 years ago

The Debug Zone
Using __prepare__ for an Enum ... what's the catch?

python: Using __prepare__ for an Enum ... what's the catch? Thanks for taking the time to learn more. In this video I'll go through ...

3:02
Using __prepare__ for an Enum ... what's the catch?

2 views

1 year ago

Brett Makes Games
Using Enums in GDScript for Better Code in Godot 4

Enums in GDScript are a great way to manage state and limited options for variables. This video goes over how to define them, ...

15:31
Using Enums in GDScript for Better Code in Godot 4

17,457 views

2 years ago

Лев Алексеевский
Go - Что вместо Enum?

В языке Go отсутствует специальный тип для перечислений (enum). Тем не менее аналогичной функциональности можно ...

8:43
Go - Что вместо Enum?

546 views

1 year ago

The Debug Zone
Understanding Inconsistent Enum String Values in Programming: Common Issues & Solutions

In this video, we delve into the often-overlooked challenges of working with inconsistent enum string values in programming.

1:39
Understanding Inconsistent Enum String Values in Programming: Common Issues & Solutions

7 views

5 months ago

The Debug Zone
Understanding C# Enum Default Values: Common Issues and Solutions

In this video, we delve into the world of C# enums, exploring their default values and the common pitfalls developers encounter.

4:47
Understanding C# Enum Default Values: Common Issues and Solutions

32 views

1 year ago

The Debug Zone
How to Iterate Over an Enum by Int Value in C# - Step-by-Step Guide

In this video, we'll explore the process of iterating over an enum by its integer values in C#. Enums are a powerful feature in C# ...

3:25
How to Iterate Over an Enum by Int Value in C# - Step-by-Step Guide

12 views

1 year ago

The Debug Zone
Get the enum value out from protobuf messages

go: Get the enum value out from protobuf messages Thanks for taking the time to learn more. In this video I'll go through your ...

3:04
Get the enum value out from protobuf messages

11 views

1 year ago

PatrikWWDC
Let's Learn Swift 2.0 Lesson #8 - Enum / Enumeration

Let's Learn Swift 2.0 Lesson #8 - Enum / Enumeration Course Avaliable at WorldWide Developer Center: ...

3:19
Let's Learn Swift 2.0 Lesson #8 - Enum / Enumeration

53 views

9 years ago