Tag: #c
- How do I use
execve
in C? - How less works: the terminal’s alternative buffer
- What is daemonization?
- What does
getaddrinfo
do? - Don’t use
nscd
- What is a subnet?
- How to make a system call in C
- Hello world in C inline assembly
- How does swapping stdin and stderr work?
- Rounding up to the next power of two in C
- How does a Morris approximate counter work?
- Determine if a string has all unique characters
- How to reverse a string in C
- Determine whether one string is a permutation of the other
- How to percent-encode strings in-place
- Run-length encoding in C
- How to rotate a square matrix in-place
- How to remove duplicates from an unsorted linked list
- How to find kth last node of a linked list
- How to delete a node from the middle of a linked list
- How to partition a linked list
- How to reverse a linked list
- How to find the middle of a linked list
- How to check whether a linked list is a palindrome
- Implementing a stack using a linked list
- Implementing a queue using a linked list
- A stack with minimum element
All content copyright James Fisher.