ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43,411 results

Tsoding Daily
Powerful Meta-Programming in C

References: - Previous Episode - Source Code: https://github.com/tsoding/la - Handmade Hero Day 162 - Introduction to Fonts: ...

2:38:40
Powerful Meta-Programming in C

29,525 views

4 years ago

Engineers.SG
Meta-programming for Dummies - RedDotRubyConf 2017

Speaker: Weiqing Toh, Software Engineer, Ministry of Education The construct of the Ruby language allows for ...

26:09
Meta-programming for Dummies - RedDotRubyConf 2017

1,881 views

8 years ago

Devoxx
Powerful Metaprogramming Techniques With Groovy by Jeff Brown

The dynamic runtime nature of Groovy is one of the things that sets it apart from standard Java and makes it a fantastic language ...

2:04:09
Powerful Metaprogramming Techniques With Groovy by Jeff Brown

4,344 views

10 years ago

Missing Semester
Lecture 8: Metaprogramming (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/metaprogramming/ Help us ...

49:53
Lecture 8: Metaprogramming (2020)

116,389 views

6 years ago

Raw Coding
Meta Programming is King

Meta Programming is still one of the most powerful things that you can learn, especially when it seems like that task will require ...

23:49
Meta Programming is King

6,073 views

2 years ago

CppCon
CppCon 2014: Walter E. Brown "Modern Template Metaprogramming: A Compendium, Part I"

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

59:52
CppCon 2014: Walter E. Brown "Modern Template Metaprogramming: A Compendium, Part I"

92,745 views

11 years ago

CppCon
Template Metaprogramming: Practical Application - Jody Hagins - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- This presentation is a tutorial covering multiple metaprogramming ...

1:02:49
Template Metaprogramming: Practical Application - Jody Hagins - CppCon 2021

24,299 views

4 years ago

Software Unscripted Podcast
Metaprogramming Your IDE in Lean 4 with Harry Goldstein

Harry Goldstein talks with Richard Feldman about the Lean 4 programming language's compile-time metaprogramming ...

41:19
Metaprogramming Your IDE in Lean 4 with Harry Goldstein

1,978 views

1 month ago

Scalable Parallel Computing Lab, SPCL @ ETH Zurich
AI-Driven Performance Metaprogramming

Recent advances in artificial intelligence methods show the enormous potential of AI methods. The underlying concepts are ...

44:49
AI-Driven Performance Metaprogramming

596 views

2 years ago

PyCascades
"Metaprogramming in Python using Metaclasses" - Adarsh Divakaran (PyCascades 2023)

Metaprogramming is writing programs that manipulate programs. Dive into the deeper python magic of metaprogramming and ...

26:42
"Metaprogramming in Python using Metaclasses" - Adarsh Divakaran (PyCascades 2023)

2,278 views

2 years ago

Dude the Builder
Zig in Depth: Metaprogramming Utilities

NOTE: This series only covers Zig 0.11.0! Help me create more content like this!

21:45
Zig in Depth: Metaprogramming Utilities

3,034 views

2 years ago

InfoQ
The Art of Metaprogramming in Java

In this video from JaxConf 2012, Abdelmonaim Remani will talk about Metaprogramming, the secret behind the success of many ...

1:04:14
The Art of Metaprogramming in Java

10,755 views

13 years ago

MUCplusplus
[MUC++] Andrew Sutton - "Metaprogramming in C++" (Virtual)

This talk charts the trajectory of compile-time metaprogramming support in C++, starting with template metaprogramming, through ...

1:30:05
[MUC++] Andrew Sutton - "Metaprogramming in C++" (Virtual)

955 views

5 years ago

CppCon
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

https://cppcon.org​ --- Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024 --- Meta-programming is one of the ...

1:03:13
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

16,699 views

10 months ago

CppCon
What Can Compiler Benchmarks Reveal About Metaprogramming Implementation Strategies  Vincent Reverdy

https://cppcon.org/ --- What Can Compiler Benchmarks Tell Us About Metaprogramming Implementation Strategies in C++ ...

1:04:03
What Can Compiler Benchmarks Reveal About Metaprogramming Implementation Strategies Vincent Reverdy

3,965 views

3 years ago

Strange Loop Conference
"Nim Nuggets: Systems Programming & Metaprogramming Magic" by Aditya Siram

On the surface Nim (https://nim-lang.org/) is familiar, a fast statically typed highly productive language that looks like Python, but ...

41:55
"Nim Nuggets: Systems Programming & Metaprogramming Magic" by Aditya Siram

20,935 views

4 years ago

CppCon
Template Metaprogramming: Type Traits (part 1 of 2) - Jody Hagins - CppCon 2020

PART 2: https://youtu.be/dLZcocFOb5Q https://cppcon.org/ ...

1:00:01
Template Metaprogramming: Type Traits (part 1 of 2) - Jody Hagins - CppCon 2020

71,585 views

5 years ago

Ruby Central
RubyConf 2022: In Defense of Ruby Metaprogramming By Noel Rappin

If you've learned Ruby recently, you've likely been told to avoid using Ruby's metaprogramming features because they are ...

25:29
RubyConf 2022: In Defense of Ruby Metaprogramming By Noel Rappin

2,443 views

2 years ago

Ruby Central
RubyConf 2021 - Achieving Fast Method Metaprogramming: Lessons from.. by Jemma Issroff, Jacob Evelyn

Achieving Fast Method Metaprogramming: Lessons from MemoWise by Jemma Issroff, Jacob Evelyn Are dynamically generated ...

30:05
RubyConf 2021 - Achieving Fast Method Metaprogramming: Lessons from.. by Jemma Issroff, Jacob Evelyn

682 views

4 years ago

Elixir Mentor
Quote & unquote | Elixir Meta-programming Guide

In this live stream series of the Elixir Meta-Programming Guide, we'll dive deep into the foundational techniques that empower ...

51:15
Quote & unquote | Elixir Meta-programming Guide

957 views

Streamed 1 year ago

NebraskaJS
JavaScript Metaprogramming - Nick Nisi

A talk given at NebraskaJS. For more info on past and future events, see http://nebraskajs.com/

42:28
JavaScript Metaprogramming - Nick Nisi

2,105 views

9 years ago

CppCon
From C++ Templates to C++ Concepts - Metaprogramming: an Amazing Journey - Alex Dathskovsky

https://cppcon.org/ --- From C++ Templates to C++ Concepts - The Amazing Journey of Metaprogramming - Alex Dathskovsky ...

53:01
From C++ Templates to C++ Concepts - Metaprogramming: an Amazing Journey - Alex Dathskovsky

45,003 views

3 years ago

CppNow
Circle Metaprogramming: Better Features Make Better Libraries - Sean Baxter - CppNow 2022

Slides: https://github.com/boostcon CppNow Website: https://www.cppnow.org​ CppNow Twitter: @CppNow​ --- Circle ...

1:54:36
Circle Metaprogramming: Better Features Make Better Libraries - Sean Baxter - CppNow 2022

16,707 views

3 years ago

Jonathan Blow
Game Engine Programming: Console commands, Cool metaprogramming

Actually so anytime anytime you add a field there's stuff you got to do that in my language would happen by meta programming so ...

3:24:35
Game Engine Programming: Console commands, Cool metaprogramming

27,421 views

9 years ago

CppCon
CppCon 2015: Louis Dionne “C++ Metaprogramming: A Paradigm Shift"

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

1:08:11
CppCon 2015: Louis Dionne “C++ Metaprogramming: A Paradigm Shift"

18,120 views

10 years ago