C Miscellaneous

Open-source C projects categorized as Miscellaneous

Top 14 C Miscellaneou Projects

Miscellaneous
  1. Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

    Project mention: Debug C Program in Mac OS | dev.to | 2025-05-31

    git clone https://github.com/redis/redis.git cd redis -------------------------------------------------------- open src/Makefile _ We have to modify Makefile _ Change the following lines for debugging_ # OPTIMIZATION?=-O2 OPTIMIZATION?=-O0 # REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) $(OPTIMIZATION) -------------------------------------------------------- make distclean (clean any intermittent files if any). make -j 8 (use multi core if possible).

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. stb

    stb single-file public domain libraries for C/C++

    Project mention: Understand Your Dependencies | news.ycombinator.com | 2025-04-19

    I don't know how well this makes you understand your dependencies. As for C/C++ a lot of people probably depend on stb single header files libraries. There's stb_truetype but it specifically mentions not to use it on any untrusted/outside .ttf files which I do like but you have to keep in mind to bake to bitmaps or only use your own .ttf provided files, thus I would put this dependency in another place like tooling. Is there a way to do this in other languages like JS and NPM? Maybe carefully choosing which dependencies you include is better?

    https://github.com/nothings/stb/blob/master/stb_truetype.h#L...

  4. SDS

    Simple Dynamic Strings library for C

    Project mention: Sds vs. GB: C string libs, copy or coincidence? | news.ycombinator.com | 2025-05-05

    https://github.com/antirez/sds/blob/master/README.md?plain=1#L33

    gb (gb single file libs from gingerBill, Odin language creator):

  5. Klib

    A standalone and lightweight C library

  6. ZBar

    Clone of the mercurial repository http://zbar.hg.sourceforge.net:8000/hgroot/zbar/zbar

    Project mention: [picoctf] Scan Surprise writeup | dev.to | 2024-08-10
  7. libssh2

    the SSH library

  8. SLRE

    Super Light Regexp engine for C/C++

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Better String

    The Better String Library

  11. libcpuid

    a small C library for x86 CPU detection and feature extraction

  12. semver.c

    Semantic version in ANSI C

  13. ub-canaries

    collection of C/C++ programs that try to get compilers to exploit undefined behavior

  14. libnih

    NIH Utility Library

  15. libevil

    The Evil License Manager

  16. ptldd

    Tracks dependencies for Windows EXE and DLL (forked and modified from LRN/ntldd)

  17. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Miscellaneous discussion

Log in or Post with

C Miscellaneous related posts

  • Valkey Turns One: How the Community Fork Left Redis in the Dust

    3 projects | news.ycombinator.com | 31 May 2025
  • Debug C Program in Mac OS

    1 project | dev.to | 31 May 2025
  • Cache Invalidation: The Silent Performance Killer

    1 project | dev.to | 20 May 2025
  • Sds vs. GB: C string libs, copy or coincidence?

    2 projects | news.ycombinator.com | 5 May 2025
  • Redis 8.0.0

    1 project | news.ycombinator.com | 2 May 2025
  • Finding Bigfoot with Async Generators + TypeScript

    2 projects | dev.to | 1 May 2025
  • Caching Isn’t Always the Answer – And Here’s Why

    1 project | dev.to | 1 May 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Miscellaneou projects in C? This list will help you:

# Project Stars
1 Redis 69,634
2 stb 29,034
3 SDS 5,112
4 Klib 4,411
5 ZBar 2,521
6 libssh2 1,427
7 SLRE 539
8 Better String 517
9 libcpuid 477
10 semver.c 189
11 ub-canaries 179
12 libnih 89
13 libevil 30
14 ptldd 2

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com