ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

ACCU Conference
Immediately Invoked Coroutine Lambdas in C++23 - Lifetime Pitfalls & Best Practices  Jonathan Müller

ACCU Membership: https://tinyurl.com/ydnfkcyn --- Immediately Invoked Coroutine Lambdas in C++23 - Lifetime Pitfalls and Best ...

5:21
Immediately Invoked Coroutine Lambdas in C++23 - Lifetime Pitfalls & Best Practices Jonathan Müller

450 views

12 days ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 514 - C++26 on 1990 DOS?

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

9:14
C++ Weekly - Ep 514 - C++26 on 1990 DOS?

5,132 views

4 weeks ago

excelwithExcel
Lambda of the Month - Indirect_Easy

A video where I talk in detail about Lambdas out of my personal Lambda collection of either useful or Excel Esport specific ...

5:38
Lambda of the Month - Indirect_Easy

127 views

10 days ago

Refactoring Bitcoin
This function prevented inlining!

There are cases where functions should be avoided. Why is that the case? And what to use instead?

15:48
This function prevented inlining!

285 views

10 days ago

Coding with Tom
The C++ Compiler Is A Nightmare!

Timestamps: 0:00 Intro 0:05 The C Compiler 3:05 How C++ inherits this 3:50 C++ Classes 5:24 Exceptions 5:48 Namespaces and ...

10:03
The C++ Compiler Is A Nightmare!

24,730 views

3 weeks ago

Wolfram U
Functional Programming with Pure Anonymous Functions in Wolfram Language

Examples show you how to write pure anonymous functions in Wolfram Language. Learn about useful functional programming ...

8:28
Functional Programming with Pure Anonymous Functions in Wolfram Language

80 views

3 weeks ago

Gary Clarke
Anonymous Functions in Go

You can create functions inline and use them directly. These are called anonymous functions or function literals, and they are ...

7:58
Anonymous Functions in Go

70 views

11 days ago

learn by doing it
11  AWS Lambda Explained in Depth | AWS Data Engineer

... AWS Lambda works (execution flow) ✓ Lambda functions explained ✓ Event-driven architecture ✓ AWS Lambda triggers (S3, ...

9:46
11 AWS Lambda Explained in Depth | AWS Data Engineer

304 views

2 weeks ago

ACM SIGPLAN
[RocqPL'26] Crane Lowers Rocq Safely into C++

Crane Lowers Rocq Safely into C++ (Video, RocqPL 2026) Matthew Z. Weaver, and Joomy Korkut (Bloomberg; Bloomberg) ...

17:12
[RocqPL'26] Crane Lowers Rocq Safely into C++

13 views

6 days ago

5 Minutes Engineering
Functions and Lambda in Python Explained in Hindi | Ultimate Data Science Series

Myself Shridhar Mankar an Engineer l YouTuber l Educational Blogger l Educator l Podcaster. My Aim- To Make Engineering ...

13:38
Functions and Lambda in Python Explained in Hindi | Ultimate Data Science Series

607 views

3 weeks ago

Adrian Timberlake
The Ergonomics of Economics: Beyond Paradigms in Programming Language Evolution

Send us a text (https://www.buzzsprout.com/twilio/text_messages/2521538/open_sms) For decades, the conversation around ...

18:36
The Ergonomics of Economics: Beyond Paradigms in Programming Language Evolution

6 views

3 weeks ago

Tony Munoz | Game Dev Accelerator
How To Program Iterators And Algorithms in C++ | E14

How to Program Iterators and Algorithms in C++ shows the moment when C++ stops feeling verbose and starts feeling powerful.

14:00
How To Program Iterators And Algorithms in C++ | E14

91 views

3 weeks ago

Programming Path
Lambda Functions in PHP Explained | Anonymous Functions with Examples | What Are Lambda Functions

Why and when to use Lambda functions ✓ Syntax of Lambda functions in PHP ✓ The difference between regular functions and ...

16:23
Lambda Functions in PHP Explained | Anonymous Functions with Examples | What Are Lambda Functions

24 views

8 days ago

AISSMS INSTITUTE OF INFORMATION TECHNOLOGYY - IOIT
Variables in C

Variables in C: Types, Declaration & Scope (5-Min Video)

6:27
Variables in C

7 views

3 weeks ago

Rustfully
74: Macros in Rust are Awesome

Today we start our epic journey on declarative macros in Rust! Super exciting!

5:35
74: Macros in Rust are Awesome

3,660 views

3 weeks ago

vlogommentary
Assigning a Class Member Function to std::function void(void*)  in C+ +

Learn how to assign a C+ + class member function to a std::function void(void*) without unnecessary lambda captures, with clean, ...

4:09
Assigning a Class Member Function to std::function void(void*) in C+ +

0 views

3 weeks ago

Professor Basnet
Podcast - C++ Standard Template Library (STL) Overview

C++ Standard Template Library (STL) introduction - purpose and importance of STL - overview of STL - based on Jupyter ...

13:25
Podcast - C++ Standard Template Library (STL) Overview

2 views

3 weeks ago

Wguzman-cim
Functional Programming: The Magic Behind the Code

Functional programming has a pretty interesting history, a paradigm that contributed a lot to the field and is still very ...

10:07
Functional Programming: The Magic Behind the Code

531 views

4 weeks ago

Math by DS Sir
Find the value of lambda, if the points are collinear

The video explains how to find the value of lambda when three given points are collinear (0:00). The presenter demonstrates two ...

5:24
Find the value of lambda, if the points are collinear

22 views

11 days ago

Data Engineering with GS
Mask Mobile Number in SQL & PySpark | Interview Question Explained 🔥

Ace Your Data Engineering Interviews with This Must-Know SQL& PySpark Trick! Struggling with mobile number masking logic ...

8:18
Mask Mobile Number in SQL & PySpark | Interview Question Explained 🔥

961 views

3 weeks ago

Professor Basnet
Podcast - C++ Vector Container STL

what is a C++ vector container STL - how to use a vector container in C++ code - various methods of the vector class - some ...

13:25
Podcast - C++ Vector Container STL

1 view

3 weeks ago

Kod Akademi - Java & C++ & Python & JavaFX Eğitim
C++ Ders 53 - Lambda Expression

Merhaba! Bu kanalda birlikte Java, C++, Python ve programlamanın temellerini öğreniyoruz. Dersleri basit, eğlenceli ve ...

5:31
C++ Ders 53 - Lambda Expression

30 views

3 days ago

ni-sh-a-char
Top 10 Crucial: Mastering c# on Stack Overflow

Mastering c# on Stack Overflow Learn everything you need to know about c# in this comprehensive guide. ⏲️ TIMESTAMPS: ...

4:45
Top 10 Crucial: Mastering c# on Stack Overflow

7 views

2 weeks ago

Deep Book Reviews
The Art of Functional Programming - Deep Book Review

he Art of Functional Programming serves as a comprehensive guide for mastering the functional programming paradigm by ...

15:20
The Art of Functional Programming - Deep Book Review

27 views

3 weeks ago

learn tech with bharath
How to create a thread in C++ |C++ Interview Question | C++ Multithreading

C++ Interview question for Fresher and Experienced What is a thread? how to create a thread? Like, share, and subscribe for ...

17:58
How to create a thread in C++ |C++ Interview Question | C++ Multithreading

11 views

9 days ago