ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

564 results

Archpriest
Tech Talk: Coding Practices-for XPCOM and String family -David Baron

Presented by David Baron, Mozilla Distinguished Engineer A few good C++ coding practices for Mozilla. This talk covers XPCOM, ...

57:53
Tech Talk: Coding Practices-for XPCOM and String family -David Baron

493 views

11 years ago

bendtherules
`this` inside method call - Part 2 | #BitsOfEcmascript

Part 1 - https://youtu.be/j894fgpStZI In part 2, we go through the Ecmascript specification to understand the behavior of this in ...

26:43
`this` inside method call - Part 2 | #BitsOfEcmascript

288 views

5 years ago

Confreaks
RubyConf 2016 - Seeing Metaprogramming and Lambda Function Patterns in Ruby by Lukas Nimmo

RubyConf 2016 - Seeing Metaprogramming and Lambda Function Patterns in Ruby by Lukas Nimmo Metaprogramming and ...

30:37
RubyConf 2016 - Seeing Metaprogramming and Lambda Function Patterns in Ruby by Lukas Nimmo

3,300 views

9 years ago

CppNow
C++Now 2018: Arthur O'Dwyer “The Best Type Traits that C++ Doesn't Have”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:29:48
C++Now 2018: Arthur O'Dwyer “The Best Type Traits that C++ Doesn't Have”

8,388 views

7 years ago

timClicks
Rust's iterators are more interesting than they look

Manually creating for loops is error prone and tedious. Learn about how Rust provides tools that make many common errors ...

22:46
Rust's iterators are more interesting than they look

10,652 views

2 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

100,111 views

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

4 years ago

Jon Gjengset
Crust of Rust: Functions, Closures, and Their Traits

In this episode, we go over the differences between function items, function pointers, and closures, as well as how they interact ...

1:06:40
Crust of Rust: Functions, Closures, and Their Traits

106,730 views

4 years ago

Hillary Fleenor
Functions1

So is this value that you're giving to the function, does it need to be a string? Does it have to be a number? You know, if there's ...

34:19
Functions1

285 views

6 years ago

Tyler Caraza-Harter
CS 320 Sep 18 (Part 2) - String Representations

all right so we've been learning about classes and we've been learning about methods which are really just functions that are ...

20:16
CS 320 Sep 18 (Part 2) - String Representations

322 views

5 years ago

timClicks
The central concepts of Rust

My attempt at explaining Rust's ownership, borrowing, and lifetimes concepts in a way you will actually understand. Code for the ...

40:54
The central concepts of Rust

3,567 views

2 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Fri 9.14.2018. Practice with Functions and Strings

A discussion of method overloading and type casting, followed by more practice with Java functions and Strings.

49:06
CS 125 Fall 2018: Fri 9.14.2018. Practice with Functions and Strings

716 views

7 years ago

M-x Research
Functional programming: an (Emacs) Lisp view 4/n

Fourth talk of 2022 at the M-x Research group by Jens Jensen This talk aims to introduce some more advanced(ish) topics of ...

57:19
Functional programming: an (Emacs) Lisp view 4/n

870 views

3 years ago

Jon Gjengset
Crust of Rust: Subtyping and Variance

In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...

1:39:41
Crust of Rust: Subtyping and Variance

72,298 views

4 years ago

CppNow
C++Now 2017: Ben Deane & Jason Turner "constexpr ALL the things!"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:35:27
C++Now 2017: Ben Deane & Jason Turner "constexpr ALL the things!"

21,669 views

8 years ago

Christian Drumm
Python for Beginners - Week 5 Unit 3 - Adding parameters to functions

The exercise is to write a function that checks whether a different string is a palindrome or not. A palindrome, for example, is the ...

24:57
Python for Beginners - Week 5 Unit 3 - Adding parameters to functions

94 views

2 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,791 views

5 years ago

haskelling
Haskelling the Advent of Code 2020 - Day 2

In this series, I'll be attempting to complete the 2020 Advent of Code in the Haskell programming language. This video is in two ...

25:35
Haskelling the Advent of Code 2020 - Day 2

905 views

5 years ago

Dan Kornas
Python Programming Fundamentals | Python Loops

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

20:23
Python Programming Fundamentals | Python Loops

631 views

1 year ago

Dr. Lindsay Waldrop
L3.3 - Writing Your Own Functions

Eleventh in a series of lectures introducing students to R programming language. In this lecture, these topics are covered: ...

31:50
L3.3 - Writing Your Own Functions

47 views

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

4 years ago

CodeRefinery
6.3 Modular Code Development - CodeRefinery 2024 Mar

In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...

1:19:22
6.3 Modular Code Development - CodeRefinery 2024 Mar

86 views

1 year ago

M-x Research
Functional programming: an (Emacs) Lisp view 5/n

Fifth talk of 2022 at the M-x Research group by Jens Jensen This talk is a continuation after Talk 4, this time we talk about ...

54:39
Functional programming: an (Emacs) Lisp view 5/n

448 views

3 years ago

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,563,595 views

6 years ago

Dr. Lindsay Waldrop
L1.5 - DataTypes in R

Third in a series of Intro to R lectures. This lecture covers: - why R has different data types - classes of data in R - specific info on ...

29:21
L1.5 - DataTypes in R

49 views

4 years ago