62 тысяч подписчиков
301 видео
Deadlocks in C
Practical example for pthread_mutex_trylock
How to convert a for loop into a while loop
Strpbrk and strspn in C
Format and parse datetime in C
Redirecting standard output in C
setTimeout and setInterval in JS
Simple technique to understanding all 32 printf functions
Removing a node from doubly linked lists
Reversing a linked list
Counting number of elements (iteratively and recursively) in a linked list
Visual Studio Code for C/C++ on Linux (2021)
Detecting memory leaks in Visual Studio
3 tips for better comments in your code | [ Code Cleanup #1 ]
The bind function in JS
What are command line arguments (argc and argv)?
Improvements to reading and writing to text files in C
Sharing functions between files in C
forEach in JS - [ Array methods you must know in 2019 ]
find and findIndex in JS - [ Array methods you must know in 2019 ]
What are Race Conditions?
Practical use case for fork and pipe in C
What is a static variable?
Measure execution time in C (for Linux and Windows)
What exactly is the 'arguments' object in JS?
Add after an element in a linked list
What is waitpid?
Implementing a stack in C
Reading and writing a linked list to a file in C
Creating your own data type in C
Recursive mutexes
Slice vs splice in JS
Short introduction to threads (pthreads)
Functions for iterating over an object in JS
Compile and run C code using Notepad++ (2021)
How to execute another program in C (using exec)
Global functions in multi-file projects in C
Communicating between processes (using pipes) in C
How to return and pass a struct to a function
Reading/Writing structs to files (aka Serialization)
How to find a string in an array of strings in C
BigInt in Javascript
How to get environment variables in C
Static initializers in the PTHREAD API
Handling signals
Intro to recursive functions in C
How to use malloc to dynamically allocate memory
What is memory padding
Short introduction to signals in C
Global variables in JS
The fork() function in C