Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isayme/clib
c lib for user program, use it as dynamic library.
https://github.com/isayme/clib
Last synced: 12 days ago
JSON representation
c lib for user program, use it as dynamic library.
- Host: GitHub
- URL: https://github.com/isayme/clib
- Owner: isayme
- Created: 2012-12-07T15:33:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T08:38:29.000Z (over 10 years ago)
- Last Synced: 2024-04-16T14:21:43.641Z (8 months ago)
- Language: C
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About #
This rep is about c libs for user program, use it as dynamic library.
All librarys list below is for UNIX like system, especially for linux.
# Library List #
## liblog ##
Log module, you can use it for writing log for your programe.
## libbm ##
A string search algorithm named by BM, normally its faster than KMP(another string search algorithm).
## libthread ##
Thread APIs for create new thread for program.
## libdaemon ##
Obviously, the purpose of the lib is to make a program run as a daemon.
## liblist ##
Double list, code mainly from linux kernel.
## libudp ##
For socket communication using UDP protocol.
## libthreadpool ##
Thread pool.
## libconfig ##
config file read library.
# Contact #
Email : isaymeorg [at] gmail [dot] com
Blog : [www.isayme.org](www.isayme.org "www.isayme.org") [Chinese Simplified]