ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

198 results

Confreaks
RubyConf 2016 - Deletion Driven Development: Code to delete code! by Chris Arcand

RubyConf 2016 - Deletion Driven Development: Code to delete code! by Chris Arcand Good news! Ruby is a successful and ...

31:18
RubyConf 2016 - Deletion Driven Development: Code to delete code! by Chris Arcand

787 views

9 years ago

caltech
Lecture 15 - Kernel Methods

Kernel Methods - Extending SVM to infinite-dimensional spaces using the kernel trick, and to non-separable data using soft ...

1:18:19
Lecture 15 - Kernel Methods

230,078 views

13 years ago

Alexander (gottespfad.de)
The 4 Maxwell Equations. Get the Deepest Intuition!

https://www.https://www.youtube.com/watch?v=hJD8ywGrXks&list=PLTjLwQcqQzNKzSAxJxKpmOtAriFS5wWy4 Theoretical ...

38:41
The 4 Maxwell Equations. Get the Deepest Intuition!

821,337 views

6 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

99,839 views

4 years ago

Jon Gjengset
Crust of Rust: Declarative Macros

In this second Crust of Rust video, we cover declarative macros, macro_rules!, by re-implementing the vec! macro from the ...

1:36:11
Crust of Rust: Declarative Macros

76,997 views

5 years ago

Confreaks
RailsConf 2014 - All the Little Things by Sandi Metz

Theory tells us to build applications out of small, interchangeable objects but reality often supplies the exact opposite. Many apps ...

38:47
RailsConf 2014 - All the Little Things by Sandi Metz

184,888 views

11 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,137 views

4 years ago

Confreaks
RubyConf 2017: Types and Ruby Programming Language by Soutaro Matsumoto

Types and Ruby Programming Language by Soutaro Matsumoto Types have been a big interest for Rubyists for more than ten ...

36:40
RubyConf 2017: Types and Ruby Programming Language by Soutaro Matsumoto

826 views

8 years ago

timClicks
Answers to StackOverflow's top Rust programming questions  explained

If you're learning Rust, you've probably wanted answers to these questions. The video is a recorded live stream with lots of ...

1:12:44
Answers to StackOverflow's top Rust programming questions explained

3,241 views

4 years ago

Simon Howroyd
ESP-IDF in CPP 04: Calling a method only once; atomic and mutex

https://github.com/howroyd/esp32_youtube_series/commit/b464b6e589e6ce22d546e965b13a9b35f2ac71f9.

27:54
ESP-IDF in CPP 04: Calling a method only once; atomic and mutex

2,651 views

4 years ago

CampusX
Output Parsers in LangChain | LangChain Video #6

Code - https://github.com/campusx-official/langchain-output-parsers

53:13
Output Parsers in LangChain | LangChain Video #6

80,622 views

10 months ago

DEEPTI SHARMA: Let's Learn Programming
Functions in Python | Python Functions | User Defined Functions | Computer Science Class 12

Hello Everyone , in this video you will get explanation and demonstration of following Topics in Hindi- 1. What is Function? 2.

1:09:43
Functions in Python | Python Functions | User Defined Functions | Computer Science Class 12

75 views

2 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

34,830 views

2 years ago

Spoken-Tutorial IIT Bombay
Basic datatypes and operators - English

Basic datatypes & operators int L, long float repr, str complex boolean conversion functions sequence datatypes & mutability list ...

28:35
Basic datatypes and operators - English

1,366 views

11 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

49,773 views

4 years ago

LetCode with Koushik
Selenium Test Practice - Page Object Model

Hello guys, in this video, we'll take a scenario and automate that using a page object model with selenium java. Scenario: 1.

1:46:08
Selenium Test Practice - Page Object Model

7,018 views

4 years ago

Jeffrey Chupp
LSP: Building a Language Server From Scratch

00:00:00 - Intro 00:00:52 - Getting set up 00:05:52 - Starting from Scratch 00:12:40 - The initialize method 00:19:38 - Processing ...

1:09:08
LSP: Building a Language Server From Scratch

60,601 views

1 year ago

NPTEL IIT Bombay
Week 5 : Lecture 22 : Tutorial Session - 4: Python implementation of Jacobi Method

Lecture 22 : Tutorial Session - 4: Python implementation of Jacobi Method.

38:27
Week 5 : Lecture 22 : Tutorial Session - 4: Python implementation of Jacobi Method

5,251 views

2 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust (part 2)

We continue our journey implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow along ...

5:28:30
Implementing Hazard Pointers in Rust (part 2)

11,543 views

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

2 years ago