ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

202 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,024 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!

820,795 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,770 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,899 views

5 years ago

Jon Gjengset
Crust of Rust: Sorting Algorithms

In this Crust of Rust episode, we implement some common sorting algorithms in Rust. This episode doesn't aim to explain any ...

2:37:53
Crust of Rust: Sorting Algorithms

66,948 views

5 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

Confreaks
RailsConf 2016 - Get a Whiff of This by Sandi Metz

Get a Whiff of This by Sandi Metz Most code is a mess. Most new requirements change existing code. Ergo, much our work ...

38:15
RailsConf 2016 - Get a Whiff of This by Sandi Metz

51,105 views

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

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

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

4 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,745 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,647 views

4 years ago

Jon Gjengset
The Why, What, and How of Pinning in Rust

With the Future trait stabilized and async/await coming soon, many more people are being exposed to the Pin type and its sibling ...

3:03:54
The Why, What, and How of Pinning in Rust

82,527 views

6 years ago

ABMedia
Learn PowerShell: Episode 4, Types + Methods + Casting

As we know very well by now, objects are the most central part of PowerShell, everything is built around them, and as such, there's ...

28:55
Learn PowerShell: Episode 4, Types + Methods + Casting

18,913 views

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

4 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

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

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

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

2 years ago