ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,681 results

The Statistics Lab
SQ4007 Lecture wk4 algorithms in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Lecture ...

57:00
SQ4007 Lecture wk4 algorithms in C

10 views

2 months ago

Marcus Jones
No, Seriously. Youtube’s New Algorithm Just Changed Everything

Have you noticed the YouTube Algorithm acting a bit strange lately? You're not alone... Want me to help you reach your first ...

9:01
No, Seriously. Youtube’s New Algorithm Just Changed Everything

43,318 views

18 hours ago

Algorithmatics
18. Algorithms Series [عربي] | Divide and Conquer - Matrix Multiplication (Strassen)

في هذا الفيديو، نتعلم كيفية إجراء (Matrix Multiplication) باستخدام مبدأ الـ (Divide and Conquer)، وشرح خوارزمية (Strassen) لتحسين ...

16:27
18. Algorithms Series [عربي] | Divide and Conquer - Matrix Multiplication (Strassen)

655 views

2 months ago

Make Programming Fun Again
Implementing 2FA Codes (TOTP) in C

Repository with code: https://github.com/moroz/youtube_c_videos/tree/2025-02-28/totp Slides: https://github.com/moroz/totp-slides ...

29:52
Implementing 2FA Codes (TOTP) in C

576 views

10 months ago

The Statistics Lab
SQ4007 Tutorial wk5 Defining custom types in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

5:06
SQ4007 Tutorial wk5 Defining custom types in C

18 views

2 months ago

Mark Newman
How to Implement the FFT: A Coding Tutorial

Learn how to implement the FFT in this practical coding tutorial in which I guide you step-by-step through the process of writing a ...

13:12
How to Implement the FFT: A Coding Tutorial

2,919 views

6 months ago

Nic Ferrier
Treesitter "show definition" in C with Emacs

I have given up on the complexity of LSPs, I just use the _amazing_ treesitter library instead: parsing my code as I type it's very fast ...

6:21
Treesitter "show definition" in C with Emacs

346 views

2 months ago

Peter Schneider
Codereview: C++ vs D - Algorithm Optimization/Conversion (Using vectors/arrays)

C++ vs D - Algorithm Optimization/Conversion (Using vectors/arrays) I hope you found a solution that worked for you :) The ...

3:42
Codereview: C++ vs D - Algorithm Optimization/Conversion (Using vectors/arrays)

5 views

11 months ago

Improbable Matter
Hough Transform: Algorithms for Grad Students (2)

A computer algorithm for identifying lines and circles in images or videos. Contents 00:00 - Introduction 01:54 - Line polar ...

13:18
Hough Transform: Algorithms for Grad Students (2)

17,408 views

5 months ago

Make Programming Fun Again
How to Reverse a UTF-8-Encoded String in Place in C

Repository with code: https://github.com/moroz/youtube_c_videos/tree/2025-02-17/string My personal website: https://moroz.dev ...

25:04
How to Reverse a UTF-8-Encoded String in Place in C

738 views

10 months ago

Make Programming Fun Again
How to Decode Base32-encoded Data in C

Hi there! In today's video we are going to decode Base32-encoded data using C. We're going to need it in the next videos to ...

40:11
How to Decode Base32-encoded Data in C

827 views

10 months ago

MUCplusplus
[MUC++] Jonathan Müller - Functional Programming in C++

Functional programming is a declarative way of writing programs by composing functions. In many situations, this can lead to code ...

1:16:52
[MUC++] Jonathan Müller - Functional Programming in C++

976 views

9 months ago

Make Programming Fun Again
How to Encode Binaries as Base32 in C

Hi there! In today's video I'm going to implement Base32 encoding. We're going to use it in the next videos to implement TOTP—a ...

37:11
How to Encode Binaries as Base32 in C

753 views

10 months ago

The Debug Zone
Understanding C++ STL Algorithm Equal: Usage, Examples, and Common Issues

In this video, we delve into the C++ Standard Template Library (STL) and explore the powerful `equal` algorithm. Designed to ...

1:31
Understanding C++ STL Algorithm Equal: Usage, Examples, and Common Issues

42 views

7 months ago

St. Martin’s Engineering College SMEC
Data Structure using C

... as assistant professor in IT department S Martin's engineering college Uh today I'm going to present data structure using C First ...

33:18
Data Structure using C

95 views

8 months ago

The Statistics Lab
SQ4007 Tutorial wk2 magic numbers in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

5:28
SQ4007 Tutorial wk2 magic numbers in C

4 views

3 months ago

The Statistics Lab
SQ4007 Tutorial wk2 conditionals in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

10:15
SQ4007 Tutorial wk2 conditionals in C

5 views

3 months ago

OpenSecurityTraining2
Arch1005: RISC-V Assembly 11 MulDivRem 02 Example2Mul.c 1

View the full free MOOC at https://ost2.fyi/Arch1005. This class teaches RISC-V 32 and 64-bit assembly languages, by compiling C ...

13:40
Arch1005: RISC-V Assembly 11 MulDivRem 02 Example2Mul.c 1

40 views

11 months ago

MUCplusplus
[MUC++] Lukas Bergdoll - Safety vs Performance. A case study of C, C++ and Rust sort implementations

With 70 years of theoretical and practical exploration, sort algorithms are among the oldest and most famous problems in ...

58:23
[MUC++] Lukas Bergdoll - Safety vs Performance. A case study of C, C++ and Rust sort implementations

1,318 views

11 months ago

Make Programming Fun Again
Learn C Like It's 1996: Data types in C (Kernighan & Ritchie Challenge #11)

Repository with code: https://github.com/moroz/kernighan_and_ritchie My personal website: https://moroz.dev ERRATUM: I said it ...

1:00:59
Learn C Like It's 1996: Data types in C (Kernighan & Ritchie Challenge #11)

563 views

11 months ago