Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
150 results
... Abstract Syntax Tree (AST) is a data structure used in computer science to represent the structural organization of source code.
6,044 views
9 days ago
In the first real episode of Refactoring Bitcoin, we analyze the current C API of the Bitcoin kernel library and manually turn it into a ...
161 views
4 weeks ago
Structures in C Made Easy – Learn in 5 Minutes.
0 views
2 days ago
I've been talking about using closures in C through using the GCC nested functions implementation (which is now safe from stack ...
441 views
Streamed 3 weeks ago
Closures are (probably) coming to C so I am mucking about with nested functions in C (which have also recently been made safe) ...
68 views
Assigning a subsection of C-style array using a std::array& without violating "strict aliasing" and hence invoking UB? Hey guys!
3 views
1 month ago
Exclusive Harvard 2018 CS50x Course Content – Available for a Limited Time Only! This is a rare opportunity to access ...
2 weeks ago
In this video, I explain the Two Pointer Approach, one of the most important patterns in Data Structures and Algorithms (DSA).
52 views
10 days ago
... functions built in C um that's this is the numbers really that that I'm looking for as I'm trying to like build compare a for loop versus ...
23 views
Streamed 8 days ago
We concluded 2025 with an engaging Lightning Talks session and are happy that a total of 8 speakers answered our call to ...
119 views
12 days ago
I did a few live streams about nested function use now gcc has safe, heap based trampolines. This video does the whole thing ...
491 views
Shows how to use different variables in C. The source code is created using nano on Linux and compiled using gcc.
15 views
Struggling to start LeetCode in 2026 as a beginner? This complete LeetCode roadmap will help you crack coding interviews step ...
278 views
infix_iterator code Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...
13 days ago
In this video, we delve into the world of smart pointers in C++ and their crucial role in managing binary search trees efficiently.
4 views
3 weeks ago
In this video, we'll explore the intricacies of modifying arrays within functions in the C programming language. Understanding how ...
In this video, we are solving the fourth problem from our "100 most asked coding questions for QA/SDETs" series: Finding the first ...
11 days ago
DAMON-based Pages Migration for {C,G,X}PU [un]attached NUMA nodes - SeongJae Park Modern systems feature increasingly ...
45 views
C++20 Coroutines and asio async channels (Actor model) discord: https://discord.codotaku.com The actor model in computer ...
113 views
You wanted to know about caches. Now you know about caches. SUPPORT LINKS PayPal: https://paypal.me/JodyBruchon Ko-Fi: ...
1,684 views
Programming in C++ Lecture 11: Pointers Topics Memory address Pointer declaration: int *myPtr 0 or NULL points to nothing ...
This is a breakdown of the basic algorithm behind jdupes, simplified so that most people can understand what's going on under ...
468 views