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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
S

sinemetu1/twitc

0
View on GitHub↗

Twitc

Features

  • Sistemas de compilación - A library for interacting with the Twitter OAuth API.
  • Librerías de redes - Library for interacting with the Twitter OAuth API.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

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.

Start searching with AI
0 estrellas·0 forks·4 vistas

Historial de estrellas

Gráfico del historial de estrellas de sinemetu1/twitcGráfico del historial de estrellas de sinemetu1/twitc

Alternativas open-source a Twitc

Proyectos open-source similares, clasificados según cuántas características comparten con Twitc.
  • 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
  • nanomsg/nanomsgAvatar de nanomsg

    nanomsg/nanomsg

    6,277Ver en GitHub↗

    nanomsg is a distributed messaging middleware and scalable messaging library designed for moving data between machines and processes. It functions as a socket-based communication framework that routes data across different network transport layers. The library implements scalable messaging patterns, specifically request-reply and publish-subscribe, to handle high volumes of data across distributed systems. It provides tools for network performance benchmarking to quantify messaging throughput and latency. The framework supports distributed message routing and inter-process communication usin

    C
    Ver en GitHub↗6,277
  • 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
  • silentbicycle/socket99Avatar de silentbicycle

    silentbicycle/socket99

    145Ver en GitHub↗

    Wrapper library for the BSD sockets API with a nicer C99 interface

    C
    Ver en GitHub↗145
Ver las 30 alternativas a Twitc→

Preguntas frecuentes

¿Cuáles son las características principales de sinemetu1/twitc?

Las características principales de sinemetu1/twitc son: Sistemas de compilación, Librerías de redes, Windows Environments.

¿Qué alternativas de código abierto existen para sinemetu1/twitc?

Las alternativas de código abierto para sinemetu1/twitc incluyen: silentbicycle/socket99 — Wrapper library for the BSD sockets API with a nicer C99 interface. awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… google/gumbo-parser — Gumbo-parser is a high-performance HTML5 parsing library written in pure C99. It transforms raw markup into a… nanomsg/nanomsg — nanomsg is a distributed messaging middleware and scalable messaging library designed for moving data between machines… abiggerhammer/hammer — Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that. alanxz/rabbitmq-c — RabbitMQ C client.