ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

508 results

OpenSecurityTraining2
Arch1005: RISC-V Assembly 04 Local Variables 05 StructLocalVariable.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 ...

10:14
Arch1005: RISC-V Assembly 04 Local Variables 05 StructLocalVariable.c 1

76 views

11 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

3,031 views

6 months ago

Yours truly, Seniors : )
Introduction - Programming In C | Lecture 1 | Yours truly, Seniors : )

Hey guys! This is Narendra here, going to be handling Programming in C for y'all. This video is just going to be a little intro as to ...

10:59
Introduction - Programming In C | Lecture 1 | Yours truly, Seniors : )

98 views

3 months ago

Bald. Bearded. Builder.
The Secret to Mastering Queue, Stack and Dictionary in C#!

Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...

13:30
The Secret to Mastering Queue, Stack and Dictionary in C#!

11,394 views

3 months ago

Missing Semester
Lecture 1: Course Overview + Introduction to the Shell

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/course-shell/ 0:00:00 ...

1:14:44
Lecture 1: Course Overview + Introduction to the Shell

9,896 views

3 days ago

The KDE Community
Albert Astals Cid, Alexander Lohnau - Lint All The Things

QML is an excellent language for developing fast user interfaces. However, due to its runtime nature, it can be fragile when ...

5:24
Albert Astals Cid, Alexander Lohnau - Lint All The Things

43 views

9 months ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

81,066 views

1 month ago

Mohamad Aoude
Object-Oriented programming (C#) lecture 01 methods exercises

... understanding of methods control structures randomness and encapsulated logic in C let's walk through each problem together ...

9:32
Object-Oriented programming (C#) lecture 01 methods exercises

133 views

8 months ago

NPTEL IIT Bombay
Week 2: Lecture 6: Concurrency and Synchronization in Parallel Programming:Techniques and Frameworks

Concurrency and Synchronization in Parallel Programming: Techniques and Frameworks.

38:27
Week 2: Lecture 6: Concurrency and Synchronization in Parallel Programming:Techniques and Frameworks

633 views

11 months ago

Bald. Bearded. Builder.
Stop Using ToLower() for Comparisons! The Fast, Correct Way in C#

Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...

14:26
Stop Using ToLower() for Comparisons! The Fast, Correct Way in C#

48,457 views

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

5 months ago

Bald. Bearded. Builder.
Stop Using == null: The Safer C# Pattern You Need Today!

Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".

11:41
Stop Using == null: The Safer C# Pattern You Need Today!

14,419 views

4 months ago

CompuTechWorld
Computer Languages Explained in the Simplest way | Machine, Assembly & High-Level Languages

"Have you ever wondered how computers understand us? In this video, we explain Computer Languages in the simplest way.

4:59
Computer Languages Explained in the Simplest way | Machine, Assembly & High-Level Languages

23 views

4 months ago

NERSC
NUG Community Call  A Birds Eye View at Using CUDA C:C++ on Perlmutter Part 1

And part one of this bird's-eye view in CUDA C/C++ is going to give you an introduction to working with CUDA C and learning ...

1:16:33
NUG Community Call A Birds Eye View at Using CUDA C:C++ on Perlmutter Part 1

115 views

4 months ago

OpenSecurityTraining2
Arch1005: RISC-V Assembly 03 06 JustReturn (-O0) Compression Digression 4

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

4:12
Arch1005: RISC-V Assembly 03 06 JustReturn (-O0) Compression Digression 4

86 views

11 months ago

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

171 views

8 months ago

Yours truly, Seniors : )
Number Systems - Programming In C | Lecture 2 | Yours truly, Seniors : )

The number systems that are relevant to C Chapters 0:00 Why multiple number systems 1:57 What is base-x? 5:28 Conversions ...

12:29
Number Systems - Programming In C | Lecture 2 | Yours truly, Seniors : )

44 views

3 months ago

Dr. Pavel Vlašánek
How Easy Is It to Crack a Hardcoded Password?

Want to learn how hackers actually extract passwords from compiled software and how to properly protect yours? In this video, we ...

6:38
How Easy Is It to Crack a Hardcoded Password?

384 views

1 month ago

NERSC
NUG Community Call: A Birds Eye View of Using CUDA C C++ on Perlmutter Part 2

NERSC will be hosting a 2-part event series that focuses on using learning introductory GPU Programming concepts with CUDA ...

1:17:32
NUG Community Call: A Birds Eye View of Using CUDA C C++ on Perlmutter Part 2

93 views

4 months ago

Matt Godbolt
[AoCO 18/25] Partial Inlining

Day 18 of the Advent of Compiler Optimisations - Partial Inlining It's not always a good idea to inline larger functions; but the ...

6:54
[AoCO 18/25] Partial Inlining

6,902 views

1 month ago