ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

930 results

Craig Piercy
The Basic Networked Technology Stack

This video describes the basic components of the technology supporting a networked/Web application. Includes both client-side ...

11:42
The Basic Networked Technology Stack

5,143 views

10 years ago

NERSC
5. Nvidia Standard Language Parallelism, C++ -- Matt Stack

Part of the Nvidia HPC SDK Training, Jan 12-13, 2022. Slides and more details are available at ...

8:23
5. Nvidia Standard Language Parallelism, C++ -- Matt Stack

438 views

4 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,560 views

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

3,481 views

1 year ago

Programming threads
Call Stack: The Secret Behind How Code Runs

Call Stack In this video we are going to present the call stack data structure and how it is used to track the code execution. The call ...

3:25
Call Stack: The Secret Behind How Code Runs

51 views

1 year ago

Akshay Narayan
Thesis Defense: Enabling Configurable, Extensible, and Modular Network Stacks

Thesis Defense on April 13, 2022 at MIT.

57:23
Thesis Defense: Enabling Configurable, Extensible, and Modular Network Stacks

41 views

3 years ago

Haskell Weekly
Our Tech Stack

Stack, HLint, and Brittany, oh my! Cameron Gera and Taylor Fausak go on a deep dive into the ACI Learning tech stack.

39:04
Our Tech Stack

44 views

4 years 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,629 views

1 year ago

Caden Crowson
Ifs, Macros, and the Stack - Assembly Parts 5 - 9

This series covers x86-64 NASM. This is a combination of parts 5 through 9 of my series, “Programming in Assembly”. We'll learn ...

8:27
Ifs, Macros, and the Stack - Assembly Parts 5 - 9

447 views

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

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

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

8 years ago

COMPUTER & EXCEL SOLUTION
Stack implementation in python stack kya hota hai@COMPUTEREXCELSOLUTION #python #python #stack

pythonprogramming Join this channel to get access to perks: ...

4:31
Stack implementation in python stack kya hota hai@COMPUTEREXCELSOLUTION #python #python #stack

17 views

1 year ago

Inria Learning Lab
🔮 Reflection: Stack as an Object [W7S6-EN]

Mooc "Immersive Object Programming with Pharo" - English voice over Pharo (http://pharo.org) is a pure dynamic and reflective ...

9:31
🔮 Reflection: Stack as an Object [W7S6-EN]

268 views

5 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

COMPUTER & EXCEL SOLUTION
STACK IMPLEMENTATION | Push, Pop, Display | Class 12 Python | CBSE Board@COMPUTEREXCELSOLUTION

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

3:50
STACK IMPLEMENTATION | Push, Pop, Display | Class 12 Python | CBSE Board@COMPUTEREXCELSOLUTION

151 views

2 years ago

Jon Gjengset
Implementing TCP in Rust (part 2)

In this stream, we continue to expand on our user-space TCP stack from last time. We focus primarily on the interface this time, ...

3:40:09
Implementing TCP in Rust (part 2)

21,543 views

6 years ago

Alexandre Moine
Specification and Verification of a Transient Stack

This is a presentation of the CPP'22 paper: Specification and Verification of a Transient Stack by Alexandre Moine, Arthur ...

14:16
Specification and Verification of a Transient Stack

80 views

4 years ago

Gentleman Programming
La otra cara de empezar en este mundo de la programación #programacion #frontend #backend

La otra cara de empezar en este mundo de la programación #programacion #gentlemanprogramming #aprenderprogramacion ...

0:25
La otra cara de empezar en este mundo de la programación #programacion #frontend #backend

16,119 views

1 year ago

Hundred Rabbits
Weathering Software Winter

Here are some of Devine's disjointed thoughts on the creation of a clean-slate computing stack based on the universal virtual ...

46:58
Weathering Software Winter

15,234 views

3 years ago

Mii beta
COSMIC Epoch: Terminal Tabs & Stacks (workflow)

a workflow video using Cosmic Epoch Cosmic on Github https://github.com/pop-os/cosmic-epoch My ...

3:31
COSMIC Epoch: Terminal Tabs & Stacks (workflow)

4,628 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,089 views

2 years ago

Andrew Bauserman
Magic On Every Level: Distributing Magic Throughout The Stack

Presented at Hannon Hill's Cascade CMS Users Conference, 21-Feb-2024. This is not a paid promotion, although I was allowed ...

30:04
Magic On Every Level: Distributing Magic Throughout The Stack

20 views

1 year ago

Jon Gjengset
Implementing TCP in Rust (part 3)

In this stream, we continue to expand on our user-space TCP stack from last time. This time, we're implementing support for ...

5:07:02
Implementing TCP in Rust (part 3)

13,790 views

6 years ago

sigfault
Build WebApps with the GOTTH Stack! Go, Templ, TailwindCSS and HTMX

In this video I walk through how to create a Golang WebApp with the GOTTH stack! I show a fully styled and complete example at ...

41:15
Build WebApps with the GOTTH Stack! Go, Templ, TailwindCSS and HTMX

19,580 views

1 year ago