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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cloudwu/pbc

Open-source alternatives to Cloudwu Pbc

30 open-source projects similar to cloudwu/pbc, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cloudwu Pbc alternative.

  • nfc-tools/libnfcAvatar de nfc-tools

    nfc-tools/libnfc

    1,974Ver en GitHub↗

    Platform independent Near Field Communication (NFC) library

    C
    Ver en GitHub↗1,974
  • alanxz/rabbitmq-cAvatar de alanxz

    alanxz/rabbitmq-c

    1,859Ver en GitHub↗

    RabbitMQ C client

    C
    Ver en GitHub↗1,859
  • docopt/docopt.cAvatar de docopt

    docopt/docopt.c

    321Ver en GitHub↗

    C-code generator for docopt language.

    Python
    Ver en GitHub↗321
  • libgit2/libgit2Avatar de libgit2

    libgit2/libgit2

    10,485Ver en GitHub↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    C
    Ver en GitHub↗10,485
  • libimobiledevice/libimobiledeviceAvatar de libimobiledevice

    libimobiledevice/libimobiledevice

    7,733Ver en GitHub↗

    libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function

    Ccioslibrary
    Ver en GitHub↗7,733

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • commonmark/commonmark-specAvatar de commonmark

    commonmark/commonmark-spec

    5,105Ver en GitHub↗

    This project is a formal markdown specification standard that provides a detailed markup syntax definition and a definitive set of rules for parsing plain text into consistent HTML output. It establishes a standardized grammar for structural blocks and inline elements to ensure uniform rendering across different software implementations. The specification is supported by a parser conformance suite and a reference implementation in C and JavaScript to verify that implementations adhere to the standard. It includes a system for implementation verification that compares transformed input strings

    Python
    Ver en GitHub↗5,105
  • riolet/waferAvatar de riolet

    riolet/WAFer

    695Ver en GitHub↗

    WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.

    C
    Ver en GitHub↗695
  • mongodb/libbsonAvatar de mongodb

    mongodb/libbson

    347Ver en GitHub↗

    ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson

    C
    Ver en GitHub↗347
  • throwtheswitch/cexceptionAvatar de ThrowTheSwitch

    ThrowTheSwitch/CException

    365Ver en GitHub↗

    Lightweight exception implementation for C

    C
    Ver en GitHub↗365
  • codeplea/tinyexprAvatar de codeplea

    codeplea/tinyexpr

    1,895Ver en GitHub↗

    tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

    C
    Ver en GitHub↗1,895
  • libffi/libffiAvatar de libffi

    libffi/libffi

    4,281Ver en GitHub↗

    libffi is a foreign function interface library that enables calling functions written in other languages at runtime. It serves as a multi-architecture ABI wrapper and dynamic call frame generator, allowing the execution of external functions based on runtime descriptions of argument types and return values. The project provides a portable interface to handle diverse calling conventions across different hardware architectures and operating systems. It includes capabilities for executable closure allocation, which allows foreign code to trigger callbacks within a host language via jump tables s

    C
    Ver en GitHub↗4,281
  • include-what-you-use/include-what-you-useAvatar de include-what-you-use

    include-what-you-use/include-what-you-use

    4,704Ver en GitHub↗

    Include What You Use is a C++ include optimizer and header dependency analyzer. It identifies unused or missing header includes in source files to reduce project bloat and improve compilation performance. The tool performs static analysis using a Clang-based abstract syntax tree to map symbol usage and track preprocessor effects across different build configurations. It can automatically rewrite source files by inserting or deleting preprocessor directives based on the calculated dependency graph. The system integrates with compilation databases to determine the exact compiler flags used for

    C++
    Ver en GitHub↗4,704
  • json-c/json-cAvatar de json-c

    json-c/json-c

    3,278Ver en GitHub↗

    https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/

    C
    Ver en GitHub↗3,278
  • keybuk/libnihAvatar de keybuk

    keybuk/libnih

    92Ver en GitHub↗

    NIH Utility Library

    C
    Ver en GitHub↗92
  • google/gumbo-parserAvatar de google

    google/gumbo-parser

    5,190Ver en GitHub↗

    Gumbo-parser is a high-performance HTML5 parsing library written in pure C99. It transforms raw markup into a structured document tree by implementing the formal state-machine tokenization and error recovery rules defined in the HTML5 specification. The project serves as an HTML source mapping tool, linking parsed nodes back to their original byte offsets and pointers within the input buffer. This allows for the precise tracking of source locations for elements within the resulting parse tree. Beyond full document processing, the library handles isolated HTML fragments and provides a C-based

    HTML
    Ver en GitHub↗5,190
  • google/sanitizersAvatar de google

    google/sanitizers

    12,402Ver en GitHub↗

    This project is a suite of runtime diagnostic tools designed to detect memory leaks, concurrency races, and language-specification violations during software execution. It provides a collection of dynamic analysis tools that identify addressability issues, uninitialized memory usage, and memory safety bugs in applications. The toolset includes a thread safety analyzer to identify data races and deadlocks in concurrent code, as well as an undefined behavior sanitizer to detect operations that violate language specifications. The system covers broad capabilities in memory safety monitoring and

    C
    Ver en GitHub↗12,402
  • ithewei/libhvAvatar de ithewei

    ithewei/libhv

    7,521Ver en GitHub↗

    libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered

    Ccurlepollhttp-client
    Ver en GitHub↗7,521
  • clibs/clibAvatar de clibs

    clibs/clib

    5,133Ver en GitHub↗

    clib is a C language package manager and dependency manager used to install, update, and manage external C libraries and executable dependencies from remote repositories. It functions as a distribution tool for structuring source code and metadata to publish C libraries and a development toolkit for maintaining consistent build environments. The project provides a framework for C library distribution and dependency resolution, utilizing manifest files to track required library versions and ensure reproducible builds across different systems. It streamlines the C development workflow by managi

    Ccclibmanager
    Ver en GitHub↗5,133
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0Ver en GitHub↗
    Ver en GitHub↗0
  • codeplea/genannAvatar de codeplea

    codeplea/genann

    2,268Ver en GitHub↗

    simple neural network library in ANSI C

    Cannansiartificial-neural-networks
    Ver en GitHub↗2,268
  • facebookarchive/libphenomAvatar de facebookarchive

    facebookarchive/libphenom

    1,665Ver en GitHub↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    Ver en GitHub↗1,665
  • antirez/sdsAvatar de antirez

    antirez/sds

    5,486Ver en GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    Ver en GitHub↗5,486
  • cacalabs/libcacaAvatar de cacalabs

    cacalabs/libcaca

    675Ver en GitHub↗

    💩 Colour ASCII Art Library

    C
    Ver en GitHub↗675
  • google/pblogAvatar de google

    google/pblog

    29Ver en GitHub↗

    Pblog is a small, low overhead, structured logging library

    C
    Ver en GitHub↗29
  • gperftools/gperftoolsAvatar de gperftools

    gperftools/gperftools

    8,959Ver en GitHub↗

    gperftools is a collection of specialized tools for profiling CPU usage, detecting memory errors, and providing high-performance memory allocation. It provides a memory profiling toolkit for C++ applications, including a sampling CPU profiler and a heap profiler for analyzing consumption patterns. The project includes a high-performance memory allocator designed as a multi-threaded replacement for standard allocation to reduce contention and improve execution speed. It further provides a memory debugger to identify illegal memory access and double frees. The toolkit covers broad diagnostic c

    C++
    Ver en GitHub↗8,959
  • id-software/quake-2Avatar de id-Software

    id-Software/Quake-2

    3,197Ver en GitHub↗

    Quake-2 is a game engine designed for the development of first-person shooters and the rendering of three-dimensional environments. It provides the core framework for processing real-time physics and player input within interactive 3D spaces. The engine supports software extensibility, allowing for the direct modification of source code to change gameplay mechanics and engine behaviors. This makes it a resource for retro game engineering and the study of early 3D development techniques. Its technical capabilities include vertex-based software rendering, BSP-tree spatial partitioning, and PVS

    C
    Ver en GitHub↗3,197
  • camgunz/cmpAvatar de camgunz

    camgunz/cmp

    367Ver en GitHub↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    Ver en GitHub↗367
  • jmckaskill/c-capnprotoAvatar de jmckaskill

    jmckaskill/c-capnproto

    69Ver en GitHub↗

    C library/compiler for the Cap'n Proto serialization/RPC protocol

    C++
    Ver en GitHub↗69
  • jtsiomb/kdtreeJ

    jtsiomb/kdtree

    0Ver en GitHub↗
    Ver en GitHub↗0
  • awslabs/s2nAvatar de awslabs

    awslabs/s2n

    4,736Ver en GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    Ver en GitHub↗4,736