awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
p-ranav avatar

p-ranav/pprintArchived

0
View on GitHub↗
935 نجوم·81 تفرعات·C++·MIT·6 مشاهدات

Pprint

Pretty Printer for Modern C++

Features

  • Data Formatting - Pretty-printing utility for modern C++.
  • General Utilities - Pretty printer for modern C++.

سجل النجوم

مخطط تاريخ النجوم لـ p-ranav/pprintمخطط تاريخ النجوم لـ p-ranav/pprint

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Pprint

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pprint.
  • louisdx/cxx-prettyprintالصورة الرمزية لـ louisdx

    louisdx/cxx-prettyprint

    570عرض على GitHub↗

    A header-only library for C++(0x) that allows automagic pretty-printing of any container.

    C++
    عرض على GitHub↗570
  • mobius3/asapالصورة الرمزية لـ mobius3

    mobius3/asap

    77عرض على GitHub↗

    A C++ header-only library for creating, displaying, iterating and manipulating dates

    C++
    عرض على GitHub↗77
  • fmtlib/fmtالصورة الرمزية لـ fmtlib

    fmtlib/fmt

    23,596عرض على GitHub↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    C++
    عرض على GitHub↗23,596
  • p-ranav/tabulateالصورة الرمزية لـ p-ranav

    p-ranav/tabulate

    2,166عرض على GitHub↗

    Table Maker for Modern C++

    C++
    عرض على GitHub↗2,166
عرض جميع البدائل الـ 30 لـ Pprint→

الأسئلة الشائعة

ما هي وظيفة p-ranav/pprint؟

Pretty Printer for Modern C++

ما هي الميزات الرئيسية لـ p-ranav/pprint؟

الميزات الرئيسية لـ p-ranav/pprint هي: Data Formatting, General Utilities.

ما هي البدائل مفتوحة المصدر لـ p-ranav/pprint؟

تشمل البدائل مفتوحة المصدر لـ p-ranav/pprint: mobius3/asap — A C++ header-only library for creating, displaying, iterating and manipulating dates. viatorus/emio — A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… louisdx/cxx-prettyprint — A header-only library for C++(0x) that allows automagic pretty-printing of any container. p-ranav/tabulate — Table Maker for Modern C++. abrg-models/morphologica — Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.