Search:

Found 995 videos

Making a leaf future for tokio by Dodgy Coding
14:55

Making a leaf future for tokio

Dodgy Coding   |   16 views   |   2019-06-30

I play around with a standalone future to see how the tokio executor’s polling works in practice. I then adapt a callback-based API to work with futures, including a full implementation of a leaf future that transitions from NotReady to Ready.

Rust Autocomplete and Debugging in VS Code by Dodgy Coding
07:28

Rust Autocomplete and Debugging in VS Code

Dodgy Coding   |   113 views   |   2019-06-23

Visual Studio Code is a convenient cross-platform environment for writing Rust code. By installing and configuring a few extra plugins—Better TOML, RLS and CodeLLDB—it can quickly become a full-fledged IDE. Nightly components status Mac: https...

Soft robot bipedal gait by Main s1512783 channel
00:51

Soft robot bipedal gait

Main s1512783 channel   |   89 views   |   2019-04-06

Two-legged gait developed by a model-based reinforcement learning controller after ~30 min of training.

Soft robot undulating gait by Main s1512783 channel
00:53

Soft robot undulating gait

Main s1512783 channel   |   34 views   |   2019-04-06

Undulating gait pattern developed by a model-based reinforcement learning algorithm after 30-50 minutes of training.

Python – Lists by Python Programming
05:26

Python – Lists

Python Programming   |   141 views   |   2019-04-02

Regular Expressions – Introduction, Part 1 by Regular Expressions
08:49

Regular Expressions – Introduction, Part 1

Regular Expressions   |   106 views   |   2019-04-02

An introduction to "regular expressions", focusing on the common features found in most regular expression engines.