My Projects

A collection of my recent work showcasing various technologies and problem-solving approaches

Hexdump
Completed

Hexdump

A tool for analyzing binary files and displaying their contents in a human-readable format. Built with a focus on performance and usability.

Key Features:

  • ASCII sidebar
  • Skipping bytes
  • Specified length
  • Multiple formats
  • Colored output
  • Output to file
Zig Binary File Processing CLI Tools Zig Clap
ZUID
Completed

ZUID

A tool for generating and validating UUIDs (Universally Unique Identifiers) in various formats. RFC 9562 compliant.

Key Features:

  • Generate UUIDs of most versions (1, 3, 4, 5, 6, 7, and 8)
  • Parse UUIDs from strings
  • Create UUIDs from binary arrays
  • Convert UUIDs to strings, 128-bit integers, and byte-arrays
  • Access to parts of UUID (set_1, version, variant, etc.)
UUIDs RFC 9562 Zig