awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jwlodek avatar

jwlodek/csplit

0
View on GitHub↗
55 星标·5 分支·C·MIT·2 次浏览jwlodek.github.io/csplit-docs↗

Csplit

A single header C library that can be used to easily handle splitting strings and other string operations in C.

Features

  • String Processing - String splitting and processing.

Star 历史

jwlodek/csplit 的 Star 历史图表jwlodek/csplit 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Csplit 的开源替代方案

相似的开源项目,按与 Csplit 的功能重合度排序。
  • adamyaxley/obfuscateadamyaxley 的头像

    adamyaxley/Obfuscate

    1,307在 GitHub 上查看↗

    Source available on GitHub

    C++
    在 GitHub 上查看↗1,307
  • gingerbill/gbgingerBill 的头像

    gingerBill/gb

    741在 GitHub 上查看↗

    gb single-file public domain libraries for C & C++

    C
    在 GitHub 上查看↗741
  • c42f/tinyformatc42f 的头像

    c42f/tinyformat

    561在 GitHub 上查看↗

    tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s", s) to just work regardless of the type of s, tinyformat might be for you. Design goals include:

    C++
    在 GitHub 上查看↗561
  • maxim2266/strmaxim2266 的头像

    maxim2266/str

    358在 GitHub 上查看↗

    Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1 branch. The differences between v1 and v2 are summarised here.

    C
    在 GitHub 上查看↗358
查看 Csplit 的所有 10 个替代方案→

常见问题解答

jwlodek/csplit 是做什么的?

A single header C library that can be used to easily handle splitting strings and other string operations in C.

jwlodek/csplit 的主要功能有哪些?

jwlodek/csplit 的主要功能包括:String Processing。

jwlodek/csplit 有哪些开源替代品?

jwlodek/csplit 的开源替代品包括: wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… c42f/tinyformat — tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s",… gingerbill/gb — gb single-file public domain libraries for C & C++. adamyaxley/obfuscate — Source available on GitHub. maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1… mikejsavage/ggformat — ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second…