Все публикации

What I've Been Up To

Sorting C Arrays with Bubble Sort

Using the C library qsort function

A story about deleting files

A look inside the C strlen function

Type checking in C

Reverse an array, in C

A look inside the C puts function

C Programming: Advent of Code 2021 on a Retro Computer

C Programming: Networking Wrap-Up

C Programming: Networking

Transforming an NFA into a DFA

C Programming: Linear search through arrays

Overview of compiling a program

C Programming: Structs

C Programming: Dynamic Arrays

Prim's Minimal Spanning Tree

Karnaugh Maps: 4 variables with 'don't care'

Checksums: The Luhn Algorithm for Verifying Credit Card Numbers

Bayes' Rule Example Using Medical Case Study

C Programming: Loading large files into memory

C Programming: Cracking hashed passwords using a dictionary

C Programming: Cracking hashed passwords using brute-force

C Programming: Files and Hashing