awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rainmeter/rainmeterالصورة الرمزية لـ rainmeter

    rainmeter/rainmeter

    5,824عرض على GitHub↗

    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/systemprogrammingالصورة الرمزية لـ angrave

    angrave/SystemProgramming

    5,734عرض على GitHub↗

    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-matterالصورة الرمزية لـ jonschlinkert

    jonschlinkert/gray-matter

    4,459عرض على GitHub↗

    gray-matter is a library for separating, parsing, and serializing structured configuration data within text-based documents. It functions as a document metadata extractor that isolates structured blocks from the main body of a file and a serialization library that converts data objects back into formatted strings. The project supports the extraction of YAML, JSON, and TOML metadata blocks from the start of strings or files. It includes mechanisms for identifying the presence of metadata and determining the specific formatting language used based on the characters following the opening delimit

    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