awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jwlodek avatar

jwlodek/csplit

0
View on GitHub↗
55 stars·5 forks·C·MIT·9 viewsjwlodek.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 history

Star history chart for jwlodek/csplitStar history chart for jwlodek/csplit

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Csplit

These projects share indexed features with Csplit. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • adamyaxley/obfuscateadamyaxley avatar

    adamyaxley/Obfuscate

    1,307View on GitHub↗

    Source available on GitHub

    C++
    View on GitHub↗1,307
  • gingerbill/gbgingerBill avatar

    gingerBill/gb

    741View on GitHub↗

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

    C
    View on GitHub↗741
  • c42f/tinyformatc42f avatar

    c42f/tinyformat

    561View on 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++
    View on GitHub↗561
  • maxim2266/strmaxim2266 avatar

    maxim2266/str

    358View on 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
    View on GitHub↗358
Compare all 10 related projects→

Frequently asked questions

What does jwlodek/csplit do?

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

What are the main features of jwlodek/csplit?

The main features of jwlodek/csplit are: String Processing.

Which projects share features with jwlodek/csplit?

Projects with overlapping indexed features include: 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…