awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gingerBill avatar

gingerBill/gb

0
View on GitHub↗

Gb

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

Features

  • String Processing - Dynamic strings.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
741 Stars·52 Forks·C·1 Aufruf

Star-Verlauf

Star-Verlauf für gingerbill/gbStar-Verlauf für gingerbill/gb

Open-Source-Alternativen zu Gb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gb.
  • adamyaxley/obfuscateAvatar von adamyaxley

    adamyaxley/Obfuscate

    1,307Auf GitHub ansehen↗

    Source available on GitHub

    C++
    Auf GitHub ansehen↗1,307
  • jwlodek/csplitAvatar von jwlodek

    jwlodek/csplit

    55Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗55
  • c42f/tinyformatAvatar von c42f

    c42f/tinyformat

    561Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗561
  • maxim2266/strAvatar von maxim2266

    maxim2266/str

    358Auf GitHub ansehen↗

    Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1 branch. The differences between v1 and v2 are summarised here.

    C
    Auf GitHub ansehen↗358
Alle 10 Alternativen zu Gb anzeigen→

Häufig gestellte Fragen

Was macht gingerbill/gb?

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

Was sind die Hauptfunktionen von gingerbill/gb?

Die Hauptfunktionen von gingerbill/gb sind: String Processing.

Welche Open-Source-Alternativen gibt es zu gingerbill/gb?

Open-Source-Alternativen zu gingerbill/gb sind unter anderem: 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",… 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… mikejsavage/ggformat — ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second…