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

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

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

mikejsavage/ggformat

0
View on GitHub↗
42 स्टार्स·2 फोर्क्स·C++·3 व्यूज़

Ggformat

ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second compile times. It's meant to be used as a replacement for printf and friends.

Features

  • String Processing - Printf replacement.

स्टार हिस्ट्री

mikejsavage/ggformat के लिए स्टार हिस्ट्री चार्टmikejsavage/ggformat के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Ggformat के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Ggformat के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • c42f/tinyformatc42f का अवतार

    c42f/tinyformat

    561GitHub पर देखें↗

    tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s", s) to just work regardless of the type of s, tinyformat might be for you. Design goals include:

    C++
    GitHub पर देखें↗561
  • gingerbill/gbgingerBill का अवतार

    gingerBill/gb

    741GitHub पर देखें↗

    gb single-file public domain libraries for C & C++

    C
    GitHub पर देखें↗741
  • jwlodek/csplitjwlodek का अवतार

    jwlodek/csplit

    55GitHub पर देखें↗

    A single header C library that can be used to easily handle splitting strings and other string operations in C.

    C
    GitHub पर देखें↗55
  • adamyaxley/obfuscateadamyaxley का अवतार

    adamyaxley/Obfuscate

    1,307GitHub पर देखें↗

    Source available on GitHub

    C++
    GitHub पर देखें↗1,307
Ggformat के सभी 10 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

mikejsavage/ggformat क्या करता है?

ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second compile times. It's meant to be used as a replacement for printf and friends.

mikejsavage/ggformat की मुख्य विशेषताएं क्या हैं?

mikejsavage/ggformat की मुख्य विशेषताएं हैं: String Processing।

mikejsavage/ggformat के कुछ ओपन-सोर्स विकल्प क्या हैं?

mikejsavage/ggformat के ओपन-सोर्स विकल्पों में शामिल हैं: wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… c42f/tinyformat — tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s",… gingerbill/gb — gb single-file public domain libraries for C & C++. jwlodek/csplit — A single header C library that can be used to easily handle splitting strings and other string operations in C. adamyaxley/obfuscate — Source available on GitHub. maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1…