ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

44,588 results

Next Day Video
Python 3 Metaprogramming

David Beazley Some of the most significant changes in Python 3 are related to metaprogramming. In this tutorial, I'll cover ...

3:00:24
Python 3 Metaprogramming

254,128 views

12 years ago

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

4 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,277 views

4 years ago

Tsoding Daily
Jai Meta-Programming is WILD

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Intro - 00:01:55 - HTML ...

2:24:25
Jai Meta-Programming is WILD

54,579 views

6 months 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,300 views

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

5 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

44,943 views

3 years ago

DevGAMM
Metaprogramming: Writing Code That Writes Code - Vadzim Varabyou, Team lead, PAPAYA

In this talk we you go over practical cases of applying code-generating techniques in production environments you will learn ...

27:24
Metaprogramming: Writing Code That Writes Code - Vadzim Varabyou, Team lead, PAPAYA

484 views

8 months ago

Next Day Video
The Magic of Metaprogramming

Jeff Rush Learn the magic of writing programs that monitor, alter and react to the execution of program code by responding to ...

29:06
The Magic of Metaprogramming

3,491 views

10 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,697 views

11 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,061 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,277 views

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

10 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,627 views

10 months 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

953 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,104 views

9 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,021 views

1 year 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,915 views

1 month ago

The Julia Programming Language
Introduction to metaprogramming in Julia | Workshop | JuliaCon 2021

4:04 Outline 5:30 Resources 7:50 Intro to metaprogramming 25:50 Domain-specific language example 44:50 2 - Structure of Julia ...

2:58:42
Introduction to metaprogramming in Julia | Workshop | JuliaCon 2021

15,068 views

Streamed 4 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,751 views

13 years ago

GitHub
30 Minutes to Merge: "Basics of metaprogramming in Ruby"

30minutestomerge Our monthly 30 minutes training session, enabled by GitHub's Implementation Engineers, hosted by ...

30:48
30 Minutes to Merge: "Basics of metaprogramming in Ruby"

3,506 views

Streamed 4 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,930 views

4 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,439 views

2 years ago

CppCon
CppCon 2015: Fedor Pikus “C++ Metaprogramming: Journey from simple to insanity and back"

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

1:05:58
CppCon 2015: Fedor Pikus “C++ Metaprogramming: Journey from simple to insanity and back"

40,957 views

10 years ago

Programming and Tech Nerds of Quebec
Meta-Programming and Language-Oriented Design

What is meta-programming? What are macros? Why use them? This talk gives an introduction to macros and meta-programming ...

41:44
Meta-Programming and Language-Oriented Design

270 views

5 years ago