Cron Expression Parser: Simplifies understanding, testing, and debugging cron job schedules. Decodes cron syntax and visualizes execution times.
W3C Extended Log File Format Viewer: Parses and formats web server logs in the W3C extended format, making them easier to analyze and debug.
[10/11/24]
Added Tools
C# Formatter: Formats messy or unstructured C# code to make it clean, readable, and maintainable. Offers customization for indentation and line breaks.
YAML Formatter: Formats, validates, and converts YAML files. Ideal for handling configuration files and converting YAML to JSON.
[05/11/24]
Added Tools
Base64 Image Encoder: Converts image files to Base64 encoded strings for embedding in HTML, CSS, or JSON. Useful for self-contained projects.
MD5 Encoder: Generates MD5 hashes for strings to verify data integrity or create unique identifiers.
[01/11/24]
Added Tools
GUID Generator: Generates unique GUIDs for use in APIs, databases, and projects. Supports single and bulk generation with C# code samples.
Appsettings.json Transform Tester: Tests and validates transformations of appsettings.json files for different environments, ensuring consistent configurations.
[20/10/24]
Added Tools
JSON Formatter: Formats and validates JSON files to ensure proper structure. Useful for debugging API responses and sharing cleaned-up data.
XML Formatter: Formats and validates XML files, improving readability and debugging large configuration files like web.config.
[10/10/24]
Added Tools
Stack Trace Formatter: Enhances the readability of .NET stack traces by formatting and highlighting important components. Ideal for debugging and documentation.
HTML Formatter: Cleans up and organizes messy HTML code, ensuring proper indentation and structure for improved readability.
[01/10/24]
Added Tools
HMAC Encoder: Creates hash-based message authentication codes (HMACs) for securing and verifying data integrity. Supports multiple algorithms like SHA-256 and MD5.
URL Encoder / Decoder: Encodes and decodes URLs to ensure proper formatting for web applications and APIs. Handles special characters efficiently.