awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesHuman-Readable Data Formatters

Utilities that translate technical units, such as bytes, into human-readable strings.

Distinct from Byte Sequence Handling: Candidates focus on byte-level classification/decoding; this is about formatting for human display.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Human-Readable Data Formatters. Refine with filters or upvote what's useful.

Awesome Human-Readable Data Formatters GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mahmoud/boltonsmahmoud का अवतार

    mahmoud/boltons

    6,897GitHub पर देखें↗

    Boltons is a comprehensive utility toolkit and extension of the Python standard library. It provides a collection of reusable recipes and specialized data structures, system utilities, and helper libraries designed to support common programming tasks across various domains. The project is distinguished by a standard-library-only dependency model, ensuring maximum portability with zero external dependencies. It provides advanced implementations for data structures, such as immutable mappings and priority queues, alongside recursive data transformation tools for reshaping complex nested diction

    Provides a utility to translate large byte numbers into human-readable strings using units like KB, MB, or GB.

    Python
    GitHub पर देखें↗6,897
  • codesenberg/bombardiercodesenberg का अवतार

    codesenberg/bombardier

    6,797GitHub पर देखें↗

    Bombardier is a concurrent HTTP load generator and performance benchmarking tool written in Go. It functions as a latency distribution analyzer and benchmarking utility designed to measure the throughput and response speed of HTTP services by simulating high-volume request loads. The tool provides specific capabilities for TLS benchmarking, supporting client certificate authentication and the ability to bypass server certificate verification. It distinguishes itself through the use of a token-bucket algorithm for precise request rate limiting and the use of templates to export benchmark resul

    Converts raw binary data sizes and time durations into human-readable strings for reporting.

    Gobenchmarkingbombardiercli
    GitHub पर देखें↗6,797
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Converts byte counts into human-readable strings with appropriate unit suffixes.

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • awesome-print/awesome_printawesome-print का अवतार

    awesome-print/awesome_print

    4,082GitHub पर देखें↗

    Awesome Print एक Ruby प्रिटी प्रिंटर और ऑब्जेक्ट इंस्पेक्टर है जिसे इंडेंटेशन और ANSI रंगों के माध्यम से डेटा संरचनाओं को विज़ुअलाइज़ करने के लिए डिज़ाइन किया गया है। यह इंटरैक्टिव शेल के लिए एक फॉर्मेटर और आंतरिक ऑब्जेक्ट स्टेट्स का विश्लेषण करने के लिए एक उपयोगिता के रूप में कार्य करता है। इस प्रोजेक्ट में विशिष्ट ऑब्जेक्ट प्रकारों के लिए कस्टम स्वरूपण नियमों को परिभाषित करने के लिए एक प्लगइन सिस्टम है और यह होम डायरेक्टरी में एक कॉन्फ़िगरेशन फाइल के माध्यम से वैश्विक प्राथमिकता लोडिंग का समर्थन करता है। यह सीधे कंसोल पर प्रिंट करने के बजाय स्वरूपित ASCII स्ट्रिंग्स लौटा सकता है। क्षमताएं वेब टेम्प्लेट के भीतर स्वरूपित ऑब्जेक्ट संरचनाओं को रेंडर करने और सिस्टम लॉग में रंगीन ऑब्जेक्ट प्रतिनिधित्व लिखने तक फैली हुई हैं। यह टूल लौटाए गए मानों को स्वचालित रूप से स्वरूपित करने के लिए REPL एनवायरनमेंट के साथ एकीकृत होता है।

    Acts as an output handler for interactive shells to automatically format data structures into readable layouts.

    Ruby
    GitHub पर देखें↗4,082
  • inspektor-gadget/inspektor-gadgetinspektor-gadget का अवतार

    inspektor-gadget/inspektor-gadget

    2,720GitHub पर देखें↗

    Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and debugging Kubernetes nodes. It provides a suite of tools to collect kernel-level telemetry and export system metrics via the OpenTelemetry standard. The project distinguishes itself by packaging inspection tools as OCI-compliant container images, allowing for standardized distribution and deployment across clusters and hosts. It employs a modular data processing pipeline that utilizes WebAssembly modules to transform and filter telemetry, and leverages Compile Once Run Everywhere for

    Converts raw system bytes and kernel objects into human-readable string representations.

    Cbpfbpf-programscncf-project
    GitHub पर देखें↗2,720
  1. Home
  2. Programming Languages & Runtimes
  3. Human-Readable Data Formatters

सब-टैग एक्सप्लोर करें

  • Object Data FormattersUtilities that format complex runtime objects into human-readable layouts for shell output. **Distinct from Human-Readable Data Formatters:** Distinct from general Human-Readable Data Formatters which handle unit conversion (e.g. bytes to KB).