ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

87 results

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

... little strange here right because right i want to have a queue and there's different ways i could implement that queue i could use ...

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

236 views

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

4 years ago

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,628 views

7 years ago

timClicks
Writing a Rust-based ring buffer

A handy data structure for buffering input, the ring buffer (also known as a circular buffer, among a few other names) is a fun data ...

40:01
Writing a Rust-based ring buffer

6,810 views

2 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust

In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

4:47:58
Lock-Free to Wait-Free Simulation in Rust

50,123 views

4 years ago

Jon Gjengset
Implementing (part of) a BitTorrent client in Rust

In this stream, we're doing the "implement BitTorrent" challenge from https://app.codecrafters.io/join/bittorrent?via=jonhoo in Rust.

4:09:16
Implementing (part of) a BitTorrent client in Rust

109,901 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)

249,798 views

7 years ago

Computer Graphics at TU Wien
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

Learn about commands in Vulkan, which represent actions to be performed/computed by a device such as your GPU, how to ...

37:03
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

13,813 views

4 years ago

DEFCONConference
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

Android malware creators constantly struggle to devise innovative methods to obscure apps and impede reverse engineering.

41:59
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

36,844 views

2 years ago

Jon Gjengset
impl Rust: Avro IDL tool in Rust via LLM

Some of you may be familiar with Avro, the Apache take on Google's Protocol Buffers. Where Protobuf has just one file format, ...

4:54:38
impl Rust: Avro IDL tool in Rust via LLM

14,511 views

3 weeks ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

25,383 views

1 year ago

nanobyte
Building an OS - 5 - How to implement printf

How to implement printf without any standard libraries, from parsing the format string, passing variadic arguments to formatting ...

30:17
Building an OS - 5 - How to implement printf

59,844 views

4 years ago

Confreaks
RubyConf 2016 - Ruby 3 Concurrency by Koichi Sasada

RubyConf 2016 - Ruby 3 Concurrency by Koichi Sasada Learn from Koichi about the work he's doing to bring a new concurrency ...

42:02
RubyConf 2016 - Ruby 3 Concurrency by Koichi Sasada

1,893 views

9 years ago

Confreaks
RailsConf 2016 - Testing Rails at Scale by Emil Stolarsky

Testing Rails at Scale by Emil Stolarsky It's impossible to iterate quickly on a product without a reliable, responsive CI system.

20:40
RailsConf 2016 - Testing Rails at Scale by Emil Stolarsky

1,681 views

9 years ago

José A. Alonso
El TAD de los montículos en Haskell

Estudio del tipo abstracto de datos de los montículos y la comprobación de sus propiedades con QuickCheck. El vídeo es una ...

42:05
El TAD de los montículos en Haskell

253 views

5 years ago

Google for Developers
Dartisans ep. 10: Dart Plugin for IntelliJ

Edit and debug your Dart apps with IntelliJ and WebStorm! In this episode of Dartisans, meet the engineers working on the Dart ...

35:25
Dartisans ep. 10: Dart Plugin for IntelliJ

3,178 views

Streamed 13 years ago

Confreaks
RailsConf 2016   Writing a Test Framework from Scratch by Ryan Davis

Assertions (or expectations) are the most important part of any test framework. How are they written? What happens when one ...

31:32
RailsConf 2016 Writing a Test Framework from Scratch by Ryan Davis

2,723 views

9 years ago

Linux Plumbers Conference
LPC2019 - Efficient Userspace Optimistic Spinning Locks

Efficient Userspace Optimistic Spinning Locks Speaker Mr Waiman Long (Red Hat) Description The most commonly used simple ...

41:59
LPC2019 - Efficient Userspace Optimistic Spinning Locks

969 views

6 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,503 views

2 years ago

NPTEL IIT Bombay
Lecture 26: Multithreaded application design

Week 6: Lecture 26: Multithreaded application design.

32:16
Lecture 26: Multithreaded application design

2,467 views

4 years ago