ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

694 results

Udacity
Lambda - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

2:34
Lambda - Programming Languages

755 views

10 years ago

Udacity
Lambda - Design of Computer Programs

This video is part of an online course, Design of Computer Programs. Check out the course here: ...

3:48
Lambda - Design of Computer Programs

1,446 views

13 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 444 - GCC's Implicit constexpr

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

3:39
C++ Weekly - Ep 444 - GCC's Implicit constexpr

8,922 views

1 year ago

MP Coding
C++ | Tips Lambda Functions in C++  #cpp #coding #shorts

Lambda functions in C++ provide a concise and flexible way to create inline, anonymous functions. Introduced in C++11, and ...

1:00
C++ | Tips Lambda Functions in C++ #cpp #coding #shorts

1,202 views

1 year ago

PRO Concepts
C#12 default lambda parameters | What's New in .NET8 & C#12

In today's video, we will explore "Default lambda parameters," one of the new features introduced in C# 12. Join this channel to ...

3:42
C#12 default lambda parameters | What's New in .NET8 & C#12

77 views

1 year ago

Dennis Traub
How to create a Lambda function to handle SNS messages

In this video you will learn how to create a AWS Lambda function to handle messages that are being sent to an Amazon SNS topic ...

3:51
How to create a Lambda function to handle SNS messages

2,997 views

3 years ago

John DeNero
Lambda Expressions

Lambda expressions create new procedures in Scheme. So lambda expressions evaluate to anonymous procedures. They have ...

1:21
Lambda Expressions

36,175 views

12 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 429 - C++26's Parameter Pack Indexing

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

3:53
C++ Weekly - Ep 429 - C++26's Parameter Pack Indexing

11,010 views

1 year ago

Dennis Traub
How to add an SNS Trigger to an existing Lambda Function

Full playlist: https://www.youtube.com/playlist?list=PLLmKdLgNsy5czcK4etN7-d2G66hGSi82y In this video you will learn how you ...

2:54
How to add an SNS Trigger to an existing Lambda Function

2,489 views

3 years ago

Udacity
SVM C Parameter - Intro to Machine Learning

This video is part of an online course, Intro to Machine Learning. Check out the course here: ...

1:50
SVM C Parameter - Intro to Machine Learning

97,242 views

10 years ago

MrExcel.com
Excel First Look At Lambda Helper functions BYROW And BYCOL - Episode 2415

So, let's dive in and see what these functions can do! BYROW and BYCOL are designed to work with Lambda functions, making ...

2:11
Excel First Look At Lambda Helper functions BYROW And BYCOL - Episode 2415

3,438 views

4 years ago

Jakubication
C isalpha

In C, isalpha tells whether or not a character is alphabetical. isalpha returns a non-zero number (true) if the character is an English ...

0:39
C isalpha

59 views

1 year ago

우균의 풀어그림
너무도 간단한 C++11의 람다 함수 사용법(A simple way to use lambda functions in C++11)

람다 함수가 대체 뭘까요? 이름이 없는 함수입니다. C++11(2011년에 발표된 C++ 표준, 별칭은 C++0x)부터 람다 함수를 사용할 수 ...

3:56
너무도 간단한 C++11의 람다 함수 사용법(A simple way to use lambda functions in C++11)

213 views

3 years ago

cs128
0429: Lambda functions intro

... um, associate Lambda expressions with our filter movies function that we've been building up over the past couple of lessons.

0:51
0429: Lambda functions intro

397 views

4 years ago

Mind Chemistry
Lambda Expressions by .NET Girl

Lambda expressions, however cryptic and hard to grasp, add lots of power to the .NET languages, including C# and VB.NET.

1:41
Lambda Expressions by .NET Girl

8,849 views

12 years ago

Zoran on C#
Lambdas Almost Killed the Strategy Pattern

Watch the long video: https://youtu.be/jwCW446hoPk Become a sponsor to access source code ...

0:55
Lambdas Almost Killed the Strategy Pattern

39,704 views

1 year ago

MrExcel.com
Excel Lambda and Let Function with Tom Hanks - Episode 2397

Microsoft Excel Tutorial: Using LAMBDA and LET functions in Excel. If you want to play the Six Degrees of Separation of Kevin ...

3:08
Excel Lambda and Let Function with Tom Hanks - Episode 2397

2,532 views

4 years ago

Anton Putra
Python vs. Node.js (AWS Lambda) performance benchmark (2023)

... ⏱️TIMESTAMPS⏱️ 0:00 Intro 0:37 Create Python Lambda Function 1:20 Create Node.js Lambda Function 1:40 Terraform ...

3:27
Python vs. Node.js (AWS Lambda) performance benchmark (2023)

20,044 views

3 years ago

doggo dot jl
[10x25] How to use an Anonymous Function in Julia

Learn how to use an Anonymous Function in Julia. An Anonymous Function is a function with no name. Learn when and how to ...

3:55
[10x25] How to use an Anonymous Function in Julia

1,585 views

2 years ago

Neso Academy
Dynamic Memory Allocation using calloc()

Data Structures: Dynamic Memory Allocation using calloc() Function. Topics discussed: 1) Dynamic memory allocation using ...

2:06
Dynamic Memory Allocation using calloc()

262,439 views

5 years ago

Confluent
ksqlDB 101: Lambda Functions in ksqlDB

... Promo code details: https://cnfl.io/promo-code-disclaimer-ksqldb101-course LEARN MORE ▻ Use Lambda Functions: ...

1:56
ksqlDB 101: Lambda Functions in ksqlDB

3,043 views

4 years ago

Udacity
Higher Order Functions Solution - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

3:47
Higher Order Functions Solution - Programming Languages

490 views

10 years ago

Th30z Code
Implement AWS Lambda Custom Runtimes (how to run Deno, Rust, C, C++, Java Native Images and more)

With this video you'll learn how #aws #lambda custom runtimes are working under the hood, and how to implement your own ...

3:43
Implement AWS Lambda Custom Runtimes (how to run Deno, Rust, C, C++, Java Native Images and more)

803 views

2 years ago

HashiCorp, an IBM Company
Optimize Serverless AWS Lambda Deployments with Consul

Serverless AWS Lambda functions can be fully integrated with Consul service mesh to maximize reliability, observability, and ...

0:35
Optimize Serverless AWS Lambda Deployments with Consul

1,047 views

3 years ago

TechTalks by Izertis
Expresiones lambda - Píldoras de conocimiento

Son expresiones que actúan como funciones anónimas. Pueden incluirse en cualquier lugar que acepte una interfaz funcional.

0:42
Expresiones lambda - Píldoras de conocimiento

559 views

4 years ago