ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

305 results

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

3,518 views

1 year ago

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#!

11,419 views

3 months 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,723 views

8 years ago

Bald. Bearded. Builder.
Stack vs. Heap in .NET #dotnet #csharp

Hi, I'm Michael. In this video I give a quick, high-level overview of the stack and the heap as it relates to objects in .NET.

1:00
Stack vs. Heap in .NET #dotnet #csharp

2,875 views

1 year 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.

182 views

1 year ago

Gentleman Programming
How to switch programming stacks without dying in the attempt? 🤔 #programming #webprogramming

How to switch stacks without dying in the attempt? 🤔 #programming #webprogramming #learnprogramming #gentlemanprogramming ...

0:45
How to switch programming stacks without dying in the attempt? 🤔 #programming #webprogramming

15,631 views

1 year ago

Bald. Bearded. Builder.
C#: Class, Struct or Record - Which Should You Choose?

Hello world! My name is Michael. In this video, I'll be covering what a C# class, struct, record class, and record struct are and when ...

7:53
C#: Class, Struct or Record - Which Should You Choose?

54,655 views

1 year 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,100 views

2 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 02 ACID flow

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

11:08
Vulns1001 02 Stack Buffer Overflow CVE-2022-0435🥴 02 ACID flow

1,544 views

2 years ago

OpenSecurityTraining2
Vulns1001 02 Stack Buffer Overflow CVE-2021-20294🧝‍♀️ 02 ACID Flow

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

4:25
Vulns1001 02 Stack Buffer Overflow CVE-2021-20294🧝‍♀️ 02 ACID Flow

2,068 views

2 years ago

Confreaks
RubyConf 2018 - Pointers for Eliminating Heaps of Memory by Aaron Patterson

RubyConf 2018 - Pointers for Eliminating Heaps of Memory by Aaron Patterson In this presentation, we'll cover techniques in ...

39:02
RubyConf 2018 - Pointers for Eliminating Heaps of Memory by Aaron Patterson

2,581 views

7 years ago

Tyler Caraza-Harter
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

... a stack right that's the only place a list will be fast for these other two we want to learn how to use um other other data structures ...

23:37
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

235 views

5 years 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,095 views

2 years 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,639 views

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

2 years ago

nptelhrd
Example C program

ARM Based Development by S.Chandramouleeswaran,Independent Embedded SW Trainer,Bangalore.For more details on ...

28:01
Example C program

3,111 views

10 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,123 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

32 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

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

247,751 views

6 years ago