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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesDelimiter-Based Splitters

Operations that divide a string into a list of substrings based on a specified delimiter.

Distinct from String Tokenization: Distinct from String Tokenization: focuses on splitting by a delimiter rather than general tokenization patterns.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Delimiter-Based Splitters. Refine with filters or upvote what's useful.

Awesome Delimiter-Based Splitters GitHub Repositories

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

    rainmeter/rainmeter

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

    Rainmeter is a Windows desktop widget engine that renders customizable skins and interactive widgets directly on the desktop, supporting live data feeds and user interaction. It functions as a desktop customization platform and skin authoring framework, allowing users to create widgets by defining data sources and visual elements with full style and layout control. The engine includes a Lua scripting runtime for extending widget functionality with custom logic and data processing, and provides a plugin SDK with a C/C++ API for building native plugins that add new data sources or rendering capa

    Splits strings into parts using a delimiter character for data parsing in desktop widgets.

    C
    GitHub पर देखें↗5,824
  • angrave/systemprogrammingangrave का अवतार

    angrave/SystemProgramming

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

    This is an open-source, crowd-sourced wiki textbook that teaches Linux system programming in C. It covers the core operating system concepts of process management through the fork-exec-wait model, dynamic memory allocation using implicit free list heap allocators, inode-based file systems, inter-process communication via pipes and shared memory, POSIX threads with synchronization primitives, signal-based asynchronous notification, virtual memory with page table translation, and runtime diagnostics using Valgrind and GDB. The textbook distinguishes itself by providing practical, implementation

    Covers strtok-style delimiter-based string splitting, a common C programming technique in the textbook.

    GitHub पर देखें↗5,734
  • jonschlinkert/gray-matterjonschlinkert का अवतार

    jonschlinkert/gray-matter

    4,459GitHub पर देखें↗

    gray-matter टेक्स्ट-आधारित दस्तावेजों के भीतर संरचित कॉन्फ़िगरेशन डेटा को अलग करने, पार्स करने और सीरियलाइज़ करने के लिए एक लाइब्रेरी है। यह एक डॉक्यूमेंट मेटाडेटा एक्सट्रैक्टर के रूप में कार्य करता है जो फाइल के मुख्य भाग से संरचित ब्लॉकों को अलग करता है, और एक सीरियलाइजेशन लाइब्रेरी के रूप में जो डेटा ऑब्जेक्ट्स को वापस स्वरूपित स्ट्रिंग्स में परिवर्तित करता है। यह प्रोजेक्ट स्ट्रिंग्स या फाइलों की शुरुआत से YAML, JSON और TOML मेटाडेटा ब्लॉकों के निष्कर्षण का समर्थन करता है। इसमें मेटाडेटा की उपस्थिति की पहचान करने और शुरुआती डेलिमिटर के बाद के वर्णों के आधार पर उपयोग की जाने वाली विशिष्ट स्वरूपण भाषा निर्धारित करने के लिए तंत्र शामिल हैं। सिस्टम एक प्लग-इन आधारित पार्सिंग इंजन और कस्टम पार्सर पंजीकरण के माध्यम से विस्तार योग्य है, जो गैर-मानक मेटाडेटा भाषाओं को संभालने के लिए उपयोगकर्ता-परिभाषित लॉजिक की अनुमति देता है। इसकी क्षमताएं मेटाडेटा भाषा पहचान, फाइल मेटाडेटा निष्कर्षण और मूल दस्तावेज़ प्रारूपों को पुनर्निर्माण करने के लिए सममित सीरियलाइजेशन को कवर करती हैं।

    Splits documents into metadata and body sections using specified start and end delimiters.

    JavaScriptassembleconfigdata
    GitHub पर देखें↗4,459
  1. Home
  2. Software Engineering & Architecture
  3. String Tokenization
  4. Delimiter-Based Splitters