Top 5 C Dynamic Projects
-
JamesDSPManager
Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
I would suggest JDSP over V4A. Higher quality driver, open source. V4A is continued on an abandoned closed source driver, so it has never had a proper driver update in years. V4A was my go to in the past.
-
lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Project mention: is there some light weight dynamic memory allocator implementation? | reddit.com/r/C_Programming | 2022-04-29like https://github.com/MaJerle/lwmem it should have been used in product. maybe it's target is SBC or not large memory machine (< 1Gb)
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
docker-nginx-image-proxy
on the fly image cropping with gravity, resize and compression microservice
Project mention: How would you reduce the image size of almost 100GB photos stored on a remote server via SFTP? | reddit.com/r/laravel | 2022-12-23If you have already own a server, you can use docker to stand up a dynamic image resize proxy like this: https://github.com/niiknow/docker-nginx-image-proxy or this https://github.com/weserv/images - they works very much like the CDN suggestion above
-
Project mention: Is there a way to detect that a memory block has been `free`d? | reddit.com/r/C_Programming | 2022-10-14
-
qstr or quickstr is string handling library optimized for speed and simplicity. Check it out on qstr.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
C Dynamic related posts
Index
What are some of the best open-source Dynamic projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | JamesDSPManager | 252 |
2 | lwmem | 231 |
3 | docker-nginx-image-proxy | 96 |
4 | cherryleaks | 2 |
5 | qstr | 0 |