ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

61 results

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

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

91,461 views

6 months ago

Iris Kohler
[CBIS 112] Class Behaviors

Now, we discuss the behaviors section of a class definition, the methods that define the actions object can take. We talk about ...

29:27
[CBIS 112] Class Behaviors

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

5 years ago

Otavio Santana
CDI Introduction and Exploring Polymorphism

As software architects and designers, we have a common goal: Simplicity. We want to archive success, mainly because the clarity ...

20:34
CDI Introduction and Exploring Polymorphism

263 views

3 years ago

Jon Gjengset
Decrusting the tokio crate

In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...

3:31:48
Decrusting the tokio crate

179,150 views

1 year ago

cs631apue
Advanced Programming in the UNIX Environment: Week 03, Segment 1 - All about stat(2)

In this video lecture, we meet our new best friend, the 'struct stat'. We'll cover the stat(2) system calls and begin discussing each of ...

20:31
Advanced Programming in the UNIX Environment: Week 03, Segment 1 - All about stat(2)

4,380 views

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

4 years ago

web pro projects
Lecture 2 Dev  C++ and  Basic structure of C++ in Hindi|Complete C++ course|

Lecture 2 Dev C++ and Basic structure of C++ in Hindi |Complete C++ course| Welcome to "C++ complete course for beginner" In ...

30:07
Lecture 2 Dev C++ and Basic structure of C++ in Hindi|Complete C++ course|

27 views

3 years ago

set steps 360
example of nested for loop in C++| #nestedforloop#C++programming Example #C++nested for loop in C++

example of nested for loop in C++ #programming #coding #C++#nestedforloop#programming#C++#codingnested for loop in java ...

20:48
example of nested for loop in C++| #nestedforloop#C++programming Example #C++nested for loop in C++

22 views

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

1 year ago

Alexander (gottespfad.de)
Schrodinger Equation. Get the Deepest Understanding.

https://www.youtube.com/watch?v=WcNiA06WNvI&list=PLTjLwQcqQzNKzSAxJxKpmOtAriFS5wWy4 Theoretical Physics Book: ...

49:30
Schrodinger Equation. Get the Deepest Understanding.

366,978 views

5 years ago

nptelhrd
Mod-04 Lec-26 More about Procedures

Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.

31:53
Mod-04 Lec-26 More about Procedures

4,895 views

10 years ago

Chrome for Developers
Advanced JS performance with V8 and Web Assembly (Chrome Dev Summit 2016)

Seth shares the current state of JavaScript and script tooling in V8, and discusses the future with WebAssembly. Links: V8 project: ...

34:22
Advanced JS performance with V8 and Web Assembly (Chrome Dev Summit 2016)

30,907 views

9 years ago

NPTEL IIT Bombay
Lecture 11 : Recursion Part 1 : Introduction

Recursion Part 1 : Introduction.

20:15
Lecture 11 : Recursion Part 1 : Introduction

12,793 views

6 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,536,702 views

6 years ago

wikipedia tts
Comparison of C Sharp and Java | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Comparison_of_C_Sharp_and_Java 00:00:52 1 ...

1:42:03
Comparison of C Sharp and Java | Wikipedia audio article

17 views

6 years ago

Jon Gjengset
Porting flamegraph to Rust — part 1

In this stream, we started porting parts of the flamegraph profiling tool to Rust: http://www.brendangregg.com/flamegraphs.html.

5:37:11
Porting flamegraph to Rust — part 1

52,298 views

6 years ago

NPTEL IIT Bombay
Lecture 17 : More on Arrays : Part 3 : Two dimensional arrays

More on Arrays : Part 3 : Two dimensional arrays.

25:02
Lecture 17 : More on Arrays : Part 3 : Two dimensional arrays

5,414 views

6 years ago

web pro projects
all about array in c++|Lecture#9 |in hindi

all about array in c++ Welcome to "C++ complete course for beginner" In this playlist, you can learn about C++ Starting to End. We ...

55:17
all about array in c++|Lecture#9 |in hindi

15 views

3 years ago

NPTEL IIT Bombay
Lecture 11 : Recursion Part 3 : How to think about recursion

Recursion Part 3 : How to think about recursion.

26:10
Lecture 11 : Recursion Part 3 : How to think about recursion

13,643 views

6 years ago

nptelhrd
Mod-01 Lec-02 Representing  Arrays  and  functions on computers

Introduction to CFD by Prof M. Ramakrishna,Department of Aerospace Engineering,IIT Madras.For more details on NPTEL visit ...

40:51
Mod-01 Lec-02 Representing Arrays and functions on computers

10,305 views

10 years ago

web pro projects
union and enumeration data type in C++|lecture#12 |in Hindi

union and enumeration data type in C++ |lecture#12 |in Hindi Welcome to "C++ complete course for beginner" In this playlist, you ...

26:19
union and enumeration data type in C++|lecture#12 |in Hindi

16 views

3 years ago

Invertebrate Biology Videos
Cnidaria, Medusozoa, Scyphozoa
43:31
Cnidaria, Medusozoa, Scyphozoa

2,826 views

5 years ago