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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesCross-Platform Text Processing

Consistent implementation of text manipulation, normalization, and numeric conversion across different operating systems.

Distinct from Cross-Platform Utilities: The feature is a composite of runtime capabilities (Unicode, Regex, Floats) applied to cross-platform consistency.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Cross-Platform Text Processing. Refine with filters or upvote what's useful.

Awesome Cross-Platform Text Processing GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bellard/quickjsAvatar bellard

    bellard/quickjs

    10,411Vezi pe GitHub↗

    QuickJS is a lightweight, memory-efficient JavaScript engine and runtime designed for embedding within C applications. It provides a small binary footprint and supports the latest ECMAScript standards, enabling the execution of JavaScript code with fast startup times and low memory usage. The project includes a standalone JavaScript compiler that transforms source code into independent binary executables. These files run on a machine without requiring an external language runtime. The engine implements deterministic memory management through reference counting and cycle collection. It also p

    Ensures consistent Unicode normalization, regular expression processing, and numeric conversions across different operating systems.

    C
    Vezi pe GitHub↗10,411
  • harfbuzz/harfbuzzAvatar harfbuzz

    harfbuzz/harfbuzz

    5,800Vezi pe GitHub↗

    HarfBuzz is a text shaping engine that converts Unicode text into correctly positioned glyphs for any writing system. It processes OpenType layout features, substitution rules, and positioning tables to produce shaped glyph sequences from font data, and also handles Apple Advanced Typography font tables. The library provides a stable C API that abstracts over platform-specific font access and rendering backends, and includes a font table caching layer to avoid redundant parsing during repeated shaping operations. The project implements script-specific shaping logic for complex writing systems

    Integrates with FreeType, Cairo, CoreText, and DirectWrite to handle text shaping and drawing across operating systems.

    C++
    Vezi pe GitHub↗5,800
  • tboox/tboxAvatar tboox

    tboox/tbox

    5,111Vezi pe GitHub↗

    Tbox este o colecție cuprinzătoare de biblioteci utilitare de nivel scăzut și toolkit-uri pentru dezvoltarea portabilă în C. Oferă o bibliotecă utilitară C multi-platformă care servește ca înlocuitor lightweight pentru bibliotecile standard, oferind gestionarea optimizată a memoriei și abstracții de sistem pentru a asigura compatibilitatea hardware pe diferite sisteme de operare. Proiectul se distinge printr-un framework specializat de containere de date standardizate, inclusiv tabele hash, vectori și liste înlănțuite cu căutare și sortare integrate. Oferă, de asemenea, un toolkit dedicat pentru rețelistică și serializare, gestionând cereri HTTP, criptare SSL și conversia datelor între formate JSON, XML și binare. Suprafața de capabilități se extinde la execuția sarcinilor concurente prin corutine și thread pools, abstracții unificate ale apelurilor de sistem și randare grafică 2D. Funcționalitatea suplimentară include generarea de hash-uri criptografice, execuția expresiilor regulate, aritmetică în virgulă fixă și gestionarea pool-urilor de memorie. Toolkit-ul include, de asemenea, instrumente specializate pentru tracing-ul metodelor Objective-C pe iOS și macOS, precum și o mașină virtuală capabilă să proceseze instrucțiuni de script x86.

    Handles character set conversions and parses XML, JSON, or regular expressions consistently across operating systems.

    C
    Vezi pe GitHub↗5,111
  1. Home
  2. Programming Languages & Runtimes
  3. Cross-Platform Text Processing

Explorează sub-etichetele

  • Rendering Backend IntegrationsConnects text shaping output with platform-specific rendering libraries like FreeType, Cairo, CoreText, and DirectWrite. **Distinct from Cross-Platform Text Processing:** Distinct from Cross-Platform Text Processing: focuses on integrating with rendering backends rather than general text manipulation or normalization.