ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

298 results

Bald. Bearded. Builder.
The Secret to Mastering Queue, Stack and Dictionary in C#!

Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...

13:30
The Secret to Mastering Queue, Stack and Dictionary in C#!

13,477 views

8 months ago

ABMedia
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...

41:47
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

5,191 views

1 year ago

OpenSecurityTraining2
The Stack - Architecture 1001: x86-64 Assembly

You can watch this class without ads and with extra learning games, quizzes, and lab setup instructions by going to ...

5:19
The Stack - Architecture 1001: x86-64 Assembly

8,146 views

4 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow 01 Intro

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

17:10
Vulns1001 02 Stack Buffer Overflow 01 Intro

4,707 views

3 years ago

UPGRADE YOURSELF
Introduction to Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.

Learn the basics of Data Structures in this video! We cover key concepts like Arrays, Linked Lists, Stacks, Queues, Trees, and ...

7:06
Introduction to Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.

195 views

1 year ago

OpenSecurityTraining2
Vulns100X 05 Mitigation 01 Stack Canaries

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

3:41
Vulns100X 05 Mitigation 01 Stack Canaries

1,201 views

3 years ago

Carlos Saraiva
Value vs Reference Types in C# Stack and Heap with Clear Examples

In this beginner-friendly lesson, we unpack one of the most important C# fundamentals: the difference between value types and ...

7:35
Value vs Reference Types in C# Stack and Heap with Clear Examples

47 views

8 months ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE 2021-43579🖇 01 Background FTF

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

1:26
Vulns1001 02 Stack Buffer Overflow CVE 2021-43579🖇 01 Background FTF

1,783 views

3 years ago

J David Eisenberg
Chapter 10: Pointers (part 2) - Pointers and Data Structures

... you will almost always find when you read other C programmers' code. Even when you're only accessing a structure rather than ...

6:11
Chapter 10: Pointers (part 2) - Pointers and Data Structures

168 views

5 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2021-43579🖇 02 ACID Flow

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

6:24
Vulns1001 02 Stack Buffer Overflow CVE-2021-43579🖇 02 ACID Flow

1,860 views

3 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

100,600 views

9 years ago

OpenSecurityTraining2
Vulns1001 03 Heap Buffer Overflow CVE-2020-25111😶‍🌫️1️⃣ 01 Background FTF

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

3:43
Vulns1001 03 Heap Buffer Overflow CVE-2020-25111😶‍🌫️1️⃣ 01 Background FTF

779 views

3 years ago

OpenSecurityTraining2
Vulns1001 03 HeapBufferOverflow 01 Intro KC

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

7:07
Vulns1001 03 HeapBufferOverflow 01 Intro KC

2,129 views

3 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 01 Background FTF

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

1:06
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 01 Background FTF

1,609 views

3 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2021-20294🧝‍♀️ 01 Background FTF

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

1:18
Vulns1001 02 Stack Buffer Overflow CVE-2021-20294🧝‍♀️ 01 Background FTF

2,335 views

3 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2020-10005🌳 01 Background FTF

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

1:27
Vulns1001 02 Stack Buffer Overflow CVE-2020-10005🌳 01 Background FTF

2,148 views

3 years ago

COMPUTER & EXCEL SOLUTION
Stack linear data structure  Push and POP in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

6:35
Stack linear data structure Push and POP in Python@COMPUTEREXCELSOLUTION

79 views

4 years ago

COMPUTER & EXCEL SOLUTION
Stack implementation in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

3:44
Stack implementation in Python@COMPUTEREXCELSOLUTION

95 views

3 years ago

COMPUTER & EXCEL SOLUTION
Implement Stack Using List | Python Tutorials | Data Structures@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:52
Implement Stack Using List | Python Tutorials | Data Structures@COMPUTEREXCELSOLUTION

34 views

2 years ago

Harsh Yadav
Data structure and algorithm using C and C@TheDaniRep @Learn BCA

Data structures are formats used to organize, store, and manage data. You can use data structures to access and modify data ...

3:17
Data structure and algorithm using C and C@TheDaniRep @Learn BCA

33 views

3 years ago