3 रिपॉजिटरी
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.
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.
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.
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.