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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • bellard/quickjsAvatar von bellard

    bellard/quickjs

    10,411Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,411
  • harfbuzz/harfbuzzAvatar von harfbuzz

    harfbuzz/harfbuzz

    5,800Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,800
  • tboox/tboxAvatar von tboox

    tboox/tbox

    5,111Auf GitHub ansehen↗

    Tbox ist eine umfassende Sammlung von Low-Level-Utility-Bibliotheken und Toolkits für die portable C-Entwicklung. Sie bietet eine plattformübergreifende C-Utility-Bibliothek, die als leichtgewichtiger Ersatz für Standardbibliotheken dient und optimierte Speicherverwaltung sowie Systemabstraktionen bietet, um die Hardware-Kompatibilität über verschiedene Betriebssysteme hinweg sicherzustellen. Das Projekt zeichnet sich durch ein spezialisiertes Framework standardisierter Datencontainer aus, darunter Hash-Tabellen, Vektoren und verkettete Listen mit integrierter Suche und Sortierung. Es bietet zudem ein dediziertes Toolkit für Netzwerk und Serialisierung, das HTTP-Anfragen, SSL-Verschlüsselung und Datenkonvertierung zwischen JSON-, XML- und Binärformaten verwaltet. Die Kompetenzoberfläche erstreckt sich auf die gleichzeitige Aufgabenausführung mittels Coroutines und Thread-Pools, vereinheitlichte Systemaufruf-Abstraktionen und 2D-Grafik-Rendering. Zusätzliche Funktionalitäten umfassen kryptografische Hash-Generierung, Ausführung regulärer Ausdrücke, Festkomma-Arithmetik und Speicherpool-Verwaltung. Das Toolkit enthält zudem spezialisierte Tools für das Objective-C-Methoden-Tracing auf iOS und macOS sowie eine virtuelle Maschine, die in der Lage ist, x86-Skriptanweisungen zu verarbeiten.

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

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

Unter-Tags erkunden

  • 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.