Channel Avatar

Jacob Sorber @UCwd5VFu4KoJNjkWJZMFJGHQ@youtube.com

0 subscribers - no pronouns :c

Welcome to my channel. I post videos that help you learn to


10:20
Portably print integers in C? It's more complicated than it should be.
17:11
Using read write locks (example in C)
00:43
I Am Hiring!
09:58
A design pattern for cleaner recursive functions.
13:46
Student programmers, ChatGPT is not your friend
05:44
How to sort part of an array in C
11:11
Sorting in C: Why the double pointers when sorting pointers? (qsort)
10:24
How to keep Programming from Hurting You.
09:26
How do I Set, Clear, and Toggle a Single Bit?
13:12
How does fork work with open files?
11:07
How do I access a single bit?
12:57
How to make memory read-only in your C programs.
12:16
Another way to check pointers at runtime in C
09:27
Is the C programming language still worth learning?
27:03
Batteryless computing, conferences, and the Maui fires (with Prof. Josiah Hester)
04:29
The right way to define a C function with no arguments
04:38
What is a function prototype in C
11:12
Making variables atomic in C
18:05
How to get an IP address from a host name? (Example in C)
03:48
Is it concurrent or parallel?
17:48
Binary data exercise: how to tell if a file is a jpeg?
01:39
About those Scary Programming Words
09:44
find memory errors quickly. (-fsanitize, addresssanitizer)
08:07
How not to email someone about a job.
11:14
Does it matter what hash function I use? (hash table example in c)
05:12
A Guided Meditation for Programmers
10:04
Fixing our "better" hash table's memory leaks (in c)
41:20
A better hash table (in C)
10:46
How to keep your child from becoming a zombie process (C example)?
12:45
Sockets and Pipes Look Like Files (Unix/fdopen)
10:38
Your Variables are Not Real.
09:33
Scanf scansets, and reading a CSV file in C (fixed)
15:07
Scanf Basics: the good, the bad, and why so many pointers?
04:19
Talk to the Duck!
05:55
The world's simplest malware? (Example in C)
02:46
Quick Question. I need your input.
07:30
How Big Is A Character?
12:16
How to Resize an Array in C/C++? Is there a best way?
08:06
Why Printf is Magically Breaking Your Program.
11:24
The Good and Bad of Automatic Make Rules
10:34
How to Read Just One Character from the Terminal (stdin)?
04:58
How to get better help with your programming.
06:02
How to Debug a Program when the Output Looks Right
05:44
Why are my ADC readings messed up? (Arduino example)
06:59
Can I write to NULL (0x0000000000) without seg faulting?
18:37
Understanding the For Loop (examples in C)
17:16
What the FizzBuzz? (A toy problem worth caring about?)
13:14
Clarifying about literals, macros, and const (still not constant?)
09:16
A const int is not a constant.
03:38
Requesting your help. Did I fix my audio issues?
05:44
What about Pointer Arithmetic with Void Pointers?
13:12
The What, How, and Why of Void Pointers in C and C++?
06:45
How to Indent Code the Right Way
14:08
Is memcpy dangerous?
07:42
Is there Garbage Collection in C and C++?
05:07
Are Pointers Bad for Embedded Systems?
21:38
Pulling Back the Curtain on the Heap
13:06
Detect Corruption with a Checksum
10:39
Another reason C++ is so BAD...for beginners.
13:44
What's the Best Way to Copy a Struct in C and C++?