awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bellard/quickjsbellard का अवतार

    bellard/quickjs

    10,411GitHub पर देखें↗

    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
    GitHub पर देखें↗10,411
  • harfbuzz/harfbuzzharfbuzz का अवतार

    harfbuzz/harfbuzz

    5,800GitHub पर देखें↗

    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++
    GitHub पर देखें↗5,800
  • tboox/tboxtboox का अवतार

    tboox/tbox

    5,111GitHub पर देखें↗

    Tbox, पोर्टेबल C विकास के लिए लो-लेवल यूटिलिटी लाइब्रेरी और टूलकिट का एक व्यापक संग्रह है। यह एक मल्टी-प्लेटफ़ॉर्म C यूटिलिटी लाइब्रेरी प्रदान करता है जो मानक लाइब्रेरी के लिए एक हल्के प्रतिस्थापन के रूप में कार्य करती है, जो विभिन्न ऑपरेटिंग सिस्टम में हार्डवेयर संगतता सुनिश्चित करने के लिए अनुकूलित मेमोरी प्रबंधन और सिस्टम एब्स्ट्रैक्शन प्रदान करती है। यह प्रोजेक्ट मानकीकृत डेटा कंटेनरों के एक विशेष फ्रेमवर्क के माध्यम से खुद को अलग करता है, जिसमें एकीकृत खोज और सॉर्टिंग के साथ हैश टेबल, वेक्टर और लिंक्ड लिस्ट शामिल हैं। यह नेटवर्किंग और सीरियलाइज़ेशन के लिए एक समर्पित टूलकिट भी प्रदान करता है, जो HTTP रिक्वेस्ट, SSL एन्क्रिप्शन, और JSON, XML व बाइनरी फॉर्मेट के बीच डेटा रूपांतरण का प्रबंधन करता है। क्षमता सतह कोरो रूटीन और थ्रेड पूल के माध्यम से समवर्ती कार्य निष्पादन, एकीकृत सिस्टम कॉल एब्स्ट्रैक्शन, और 2D ग्राफिक्स रेंडरिंग तक फैली हुई है। अतिरिक्त कार्यक्षमता में क्रिप्टोग्राफिक हैश जनरेशन, रेगुलर एक्सप्रेशन निष्पादन, फिक्स्ड-पॉइंट अंकगणित, और मेमोरी पूल प्रबंधन शामिल हैं। इस टूलकिट में iOS और macOS पर Objective-C मेथड ट्रेसिंग के लिए विशेष टूल, साथ ही x86 स्क्रिप्ट निर्देशों को संसाधित करने में सक्षम एक वर्चुअल मशीन भी शामिल है।

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

    C
    GitHub पर देखें↗5,111
  1. Home
  2. Programming Languages & Runtimes
  3. Cross-Platform Text Processing

सब-टैग एक्सप्लोर करें

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