1. Table of Contents
  2. About
  3. Algorithms
    1. Generate Random Values
    2. Sort a Vector
  4. Command Line
    1. Argument Parsing
    2. ANSI Terminal
  5. Compression
    1. Working with Tarballs
  6. Concurrency
    1. Explicit Threads
    2. Data Parallelism
  7. Cryptography
    1. Hashing
    2. Encryption
  8. Data Structures
    1. Bitfield
  9. Database
    1. SQLite
    2. Postgres
  10. Date and Time
    1. Duration and Calculation
    2. Parsing and Displaying
  11. Development Tools
    1. Debugging
      1. Log Messages
      2. Configure Logging
    2. Versioning
    3. Build Time Tooling
  12. Encoding
    1. Character Sets
    2. CSV processing
    3. Structured Data
  13. Error Handling
    1. Handle Error Variants
  14. File System
    1. Read & Write
    2. Directory Traversal
  15. Hardware Support
    1. Processor
  16. Memory Management
    1. Global Static
  17. Network
    1. Server
  18. Operating System
    1. External Command
  19. Science
    1. Mathematics
      1. Linear Algebra
      2. Trigonometry
      3. Complex Numbers
      4. Statistics
      5. Miscellaneous
  20. Text Processing
    1. Regular Expressions
    2. String Parsing
  21. Web Programming
    1. Extracting Links
    2. URL
    3. Media Types
    4. Clients
      1. Making Requests
      2. Calling a Web API
      3. Downloads
      4. Web Authentication