3 مستودعات
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.
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.
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.
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.