ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

160 results

nextapp devCon
Metaprogramming with Kotlin Symbol Processing - Anthony Restaino | droidcon New York 2025

Talk: Metaprogramming with Kotlin Symbol Processing Speaker: Anthony Restaino Event: droidcon NYC 2025 Date: ...

27:32
Metaprogramming with Kotlin Symbol Processing - Anthony Restaino | droidcon New York 2025

97 views

6 months ago

Codotaku
Generate your first function with LLVM IR C++ API (Metaprogramming)

Generate your first function with LLVM IR C++ API (Metaprogramming) On the road to create our own compiler Discord: ...

21:10
Generate your first function with LLVM IR C++ API (Metaprogramming)

338 views

2 months ago

Data Science Learning Community Videos
Advanced R: Metaprogramming intro and big picture (advr10 17)

Martín Venegas leads a discussion of Chapter 17 ("Metaprogramming intro and big picture") from Advanced R by Hadley ...

56:39
Advanced R: Metaprogramming intro and big picture (advr10 17)

155 views

2 months ago

nextapp devCon
The Lazy (Meta)programmer's Guide to Hilt Extensions - Fabian Shallari | droidcon Berlin 2024

Talk: The Lazy (Meta)programmer's Guide to Hilt Extensions Speaker: Fabian Shallari Event: droidcon Berlin 2024 Date: ...

28:17
The Lazy (Meta)programmer's Guide to Hilt Extensions - Fabian Shallari | droidcon Berlin 2024

17 views

7 months ago

nextapp devCon
Meta-programming with K2 compiler plugins - Tadeas Kriz | droidcon San Francisco 2024

Talk: Meta-programming with K2 compiler plugins Speaker: Tadeas Kriz Event: droidcon San Francisco 2024 Date: June ...

41:52
Meta-programming with K2 compiler plugins - Tadeas Kriz | droidcon San Francisco 2024

35 views

7 months ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

112,971 views

10 months ago

Web Fundamentals
2.7 Web Scripting - Runtime Model - Metaprogramming

How a JavaScript program can process itself. Slides: ...

2:24
2.7 Web Scripting - Runtime Model - Metaprogramming

50 views

11 months ago

Naoki Shibata
TLFloat - The Quest for Ultimate Floating-Point Precision

From simulating the solar system to advanced cryptography, standard hardware math can lead to "catastrophic cancellation.

40:38
TLFloat - The Quest for Ultimate Floating-Point Precision

178 views

2 months ago

Nida Karagoz
How to specialize a method template using concepts?

How to specialize a method template using concepts? ✧ I really hope you found a helpful solution! ♡ The Content is licensed ...

3:38
How to specialize a method template using concepts?

3 views

11 months 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)

98,898 views

8 months ago

VinnyVincenzo *
Combination of Bicameral Mind along with John C. Lilly's book Metaprogramming the Human Biocomputer.

Rough draft combination of The Bicameral Mind, John C. Lilly's book Metaprogramming the human biocomputer, along with ...

7:27
Combination of Bicameral Mind along with John C. Lilly's book Metaprogramming the Human Biocomputer.

17 views

2 months ago

Nida Karagoz
How to constrain a C++ template template argument to be a child of a templated type?

How to constrain a C++ template template argument to be a child of a templated type? ✧ I really hope you found a helpful solution ...

2:33
How to constrain a C++ template template argument to be a child of a templated type?

0 views

8 months ago

Peter Schneider
Why does R behave differently for auto-printed objects?

Why does R behave differently for auto-printed objects? I hope you found a solution that worked for you :) The Content is licensed ...

2:17
Why does R behave differently for auto-printed objects?

0 views

9 months ago

Nida Karagoz
Why does R behave differently for auto-printed objects?

Why does R behave differently for auto-printed objects? ✧ I really hope you found a helpful solution! ♡ The Content is licensed ...

2:08
Why does R behave differently for auto-printed objects?

1 view

10 months ago

The Debug Zone
Efficient Index Computation with Meta Programming: Tips and Techniques

In this video, we delve into the world of efficient index computation through the lens of meta programming. Discover how ...

3:01
Efficient Index Computation with Meta Programming: Tips and Techniques

9 views

5 months ago

The Debug Zone
How to Create a Type Trait to Get Element Type of std::array and C-Style Arrays

In this video, we delve into the world of C++ type traits, focusing specifically on how to extract the element type from both ...

1:39
How to Create a Type Trait to Get Element Type of std::array and C-Style Arrays

1 view

11 months ago

The Debug Zone
Can `if constexpr` be used to declare variables with different types and init-expr

Today's Topic: Can `if constexpr` be used to declare variables with different types and init-expr Thanks for taking the time to learn ...

1:23
Can `if constexpr` be used to declare variables with different types and init-expr

1 view

1 month ago

Using std::cpp
Reflection in C++?! - MIchael Hava

The next C++ standard is scheduled to introduce official support for reflection. But what if we need reflection NOW and don't want ...

50:21
Reflection in C++?! - MIchael Hava

1,287 views

9 months ago

Peter Schneider
Constexpr parser hex string literal to std::arraystd::uint8_t, Size c++ 17

Constexpr parser hex string literal to std::arraystd::uint8_t, Size c++ 17 I hope you found a solution that worked for you :) The ...

4:15
Constexpr parser hex string literal to std::arraystd::uint8_t, Size c++ 17

5 views

9 months ago

Nida Karagoz
Interpretation of two complex requires clauses

Interpretation of two complex requires clauses ✧ I really hope you found a helpful solution! ♡ The Content is licensed under CC ...

2:19
Interpretation of two complex requires clauses

3 views

10 months ago

Peter Schneider
How to constrain a C++ template template argument to be a child of a templated type?

How to constrain a C++ template template argument to be a child of a templated type? I hope you found a solution that worked for ...

3:36
How to constrain a C++ template template argument to be a child of a templated type?

0 views

7 months ago

The Debug Zone
Understanding C++ Template Template Non-Type Parameters: A Comprehensive Guide

In this video, we delve into the fascinating world of C++ template template non-type parameters. As a powerful feature of C++, ...

2:58
Understanding C++ Template Template Non-Type Parameters: A Comprehensive Guide

21 views

6 months ago

Sophia Wagner
c++ address of an overloaded function

c++ address of an overloaded function Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

2:04
c++ address of an overloaded function

1 view

2 months ago

The Debug Zone
Understanding New-Style Inline Macros in Scala: A Guide to scala.meta

In this video, we delve into the innovative world of new-style inline macros in Scala, exploring how they enhance code generation ...

1:31
Understanding New-Style Inline Macros in Scala: A Guide to scala.meta

2 views

3 months ago

Peter Schneider
Codereview: Generic and accurate floating point "equality"

Generic and accurate floating point "equality" I hope you found a solution that worked for you :) The Content is licensed under ...

2:58
Codereview: Generic and accurate floating point "equality"

2 views

2 months ago