ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34,920 results

GopherCon UK
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

In this talk you will learn how to use pointers effectively in Go. We'll cover from the basics of pointer declaration and usage, to the ...

32:34
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

5,518 views

6 years ago

Jon Gjengset
Crust of Rust: Smart Pointers and Interior Mutability

In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...

2:03:04
Crust of Rust: Smart Pointers and Interior Mutability

154,619 views

5 years ago

Jon Gjengset
Crust of Rust: Dispatch and Fat Pointers

In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...

2:12:52
Crust of Rust: Dispatch and Fat Pointers

101,531 views

4 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,588 views

4 years ago

OgloTheNerd 📎
Pointers Do Not Exist (Pointers Explained)

In this video, I explain how C pointers work, and why they actually don't exist in the way that a lot of people think. Website: ...

23:49
Pointers Do Not Exist (Pointers Explained)

2,579 views

1 month ago

BSDCan
Address space reservations: Re-thinking address space management for pointer provenance-Brooks Davis

Pointers have provenance which is the notion that pointers to separate objects of different origins are distinct regardless of the ...

1:02:58
Address space reservations: Re-thinking address space management for pointer provenance-Brooks Davis

782 views

1 year ago

Tyler Allen
Pointers and Memory
28:14
Pointers and Memory

245 views

3 years ago

Fardad Soleimanloo
IPC144SII - Pointer, Pointer to Structures

Imaginary variable are created for address of a pointer and for an app for an address pointer doesn't work why it doesn't work this ...

46:18
IPC144SII - Pointer, Pointer to Structures

127 views

7 years ago

Ramesh Yerraballi
LC3Pointers

Pointers/References in LC3 explained; Use of Instructions LEA,LD,LDR, LDI and ST, STR,STI in the context of pointers shown ...

24:58
LC3Pointers

2,024 views

6 years ago

Fardad Soleimanloo
13 - Mar10 OOP345NAA - 2251 -  Pointer Arithmatic and Smart Pointers.

Um a pointer essentially is as a variable holding the address of other variables therefore um they uh pointers by themselves have ...

1:27:36
13 - Mar10 OOP345NAA - 2251 - Pointer Arithmatic and Smart Pointers.

39 views

1 year ago

Kevin Powell
Make this fun effect that follows your cursor (pure CSS)

Final code: https://codepen.io/kevinpowell/pen/vENZzBd ✓ More info on corner shape: ...

26:22
Make this fun effect that follows your cursor (pure CSS)

33,064 views

7 months ago

CppNow
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...

1:24:51
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

3,269 views

10 years ago

Electronics with Professor Fiore
Embedded Programming: Pointers

In this video we examine pointers and addresses. We also see how this applies to arrays. Pointers are an extremely powerful and ...

26:49
Embedded Programming: Pointers

479 views

5 years ago

Queso Fuego
Absolute Pointer Protocol & Touchscreen | UEFI Dev (in C)

Adding Absolute Pointer Protocol support & testing for touchscreens/digitizers, and getting multiple Simple Pointer & Absolute ...

1:06:39
Absolute Pointer Protocol & Touchscreen | UEFI Dev (in C)

1,955 views

2 years ago

The Linux Foundation
BPF Dynamic Pointers - Joanne Koong

BPF Dynamic Pointers - Joanne Koong.

21:21
BPF Dynamic Pointers - Joanne Koong

301 views

3 years ago

media.ccc.de
gannimo: Code Pointer Integrity

http://media.ccc.de/browse/congress/2014/31c3_-_6050_-_en_-_saal_g_-_201412272030_-_code_pointer_integrity_-_gannimo.

1:01:25
gannimo: Code Pointer Integrity

149 views

11 years ago

Cashew OldDew
All About CURSORS in Godot

In this video we are taking a look at how to setup a basic cursor, at how to change which cursor an UI element will show, how to ...

21:58
All About CURSORS in Godot

8,589 views

1 year ago

Coding with Verrol
#golang #golanguage - GO Language For Tourists - Section 08 - Pointers

Source code: https://github.com/striversity/glft.

1:58:47
#golang #golanguage - GO Language For Tourists - Section 08 - Pointers

1,272 views

6 years ago

Linux Plumbers Conference
Hazard pointers in Linux kernel - FENG Boqun, UPADHYAY Neeraj, MCKENNEY Paul

Hazard pointers in Linux kernel FENG, Boqun UPADHYAY, Neeraj MCKENNEY, Paul.

44:41
Hazard pointers in Linux kernel - FENG Boqun, UPADHYAY Neeraj, MCKENNEY Paul

160 views

1 year ago

Kernel Recipes
Kernel Recipes 2024 - Hazard pointers with reference counter

Present a new synchronization API that combines hazard pointers and reference counters to leverage the benefits of each ...

28:53
Kernel Recipes 2024 - Hazard pointers with reference counter

621 views

1 year ago