ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

71 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,740 views

2 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,272 views

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

3 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

4,105 views

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

79,303 views

3 years ago

EuroPython Conference
EuroPython 2023  - Sponsor Highlights

Find out what the sponsors think about EuroPython. EuroPython 2023 Prague & Remote: https://ep2023.europython.eu/ ...

3:01
EuroPython 2023 - Sponsor Highlights

270 views

2 years ago

Jon Gjengset
Crust of Rust: Iterators

In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...

1:26:27
Crust of Rust: Iterators

119,578 views

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

4 years ago

UBC_CPSC_103 _screencasts
Module 5: How to Design Functions with arbitrary-sized data (example a)
3:27
Module 5: How to Design Functions with arbitrary-sized data (example a)

6,239 views

7 years ago

UBC_CPSC_103 _screencasts
Module 1: if statements

The first thing that Python does when evaluating an if statement is check if there is an else clause. If there is, Python replaces the ...

5:13
Module 1: if statements

5,134 views

7 years ago

iMooX at
Lektion 2: OOP in Python, Klassen und Objekte | iMooX.at

Dies ist ein Video des Kurses "Programmieren lernen mit Python: Objektorientierte Programmierung" unter ...

8:39
Lektion 2: OOP in Python, Klassen und Objekte | iMooX.at

238 views

2 years ago

timClicks
Rust's iterators are more interesting than they look

Manually creating for loops is error prone and tedious. Learn about how Rust provides tools that make many common errors ...

22:46
Rust's iterators are more interesting than they look

10,773 views

2 years ago

Applied Language Technology
Preparing the data for learning word embeddings

In this video, we will learn how to map words to numbers using a technique called one-hot encoding. This enables the data to be ...

5:13
Preparing the data for learning word embeddings

677 views

4 years ago

MOOC de l'IMT
5. Good Programming Practices 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

5:53
5. Good Programming Practices 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

2,674 views

7 years ago

FlareXes
Enumerate and Exploit SMB Shares  |  SSH Private Key Login

This video is about, Enumerating SMB (Server Message Block) Shares using `enum4linux`, `nmap` and `smbclient`. SMB usually ...

14:09
Enumerate and Exploit SMB Shares | SSH Private Key Login

1,051 views

2 years ago

DEFCONConference
DEF CON 31 - Exploiting OPC UA - Practical Attacks Against OPC UA Architectures - Moshe, Brizinov

OPC-UA is the most popular protocol today in ICS/SCADA and IoT environments for data exchanges from sensors to on-premises ...

39:21
DEF CON 31 - Exploiting OPC UA - Practical Attacks Against OPC UA Architectures - Moshe, Brizinov

2,389 views

2 years ago

Hillary Fleenor
Modulo FloorDiv

Example of how to use modulo and floor division to isolate digits in a number.

5:22
Modulo FloorDiv

180 views

7 years ago

Jon Gjengset
Implementing and Optimizing a Wordle Solver in Rust

We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...

6:08:52
Implementing and Optimizing a Wordle Solver in Rust

164,202 views

4 years ago

QIIME 2
Sample classification

This video is part of the Microbiome Bioinformatics with QIIME 2: free online workshop! Release schedule and other information ...

26:04
Sample classification

1,536 views

4 years ago

UBC_CPSC_103 _screencasts
Module 4: How to Design data, compound example

There are many different makes of cars, for example, Honda, Nissan, Ford and there are probably too many to use an enum so ...

3:10
Module 4: How to Design data, compound example

4,024 views

7 years ago