Projects tagged ‘library’, ‘linux’, and ‘posix’


Jump to tag:

Projects tagged ‘library’, ‘linux’, and ‘posix’

Filtered by Project Tags library linux posix

Refine results Project Tags unix (8) c (7) development (5) c++ (4) programming (4) gnu_linux (3) cross-platform (3) libc (3) osx (3) macosx (3) framework (3) api (3)

[12 total ]

535 Users
   

The GNU C Library, glibc, provides the standard C library interface for GNU/Linux and other Free Software operating systems.
Created over 3 years ago.

13 Users
   

uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for developing embedded Linux systems. It is much smaller than the GNU C Library, but nearly all applications supported by glibc also work perfectly with uClibc.
Created over 2 years ago.

6 Users
   

The diet libc is a libc that is optimized for small size. It can be used to create small statically linked binaries for Linux on alpha, arm, hppa, ia64, i386, mips, s390, sparc, sparc64, ppc and x86_64.
Created over 2 years ago.

4 Users
   

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and ... [More] thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]
Created over 3 years ago.

2 Users

ORCA is an interpreter for a REBOL-like language. The interpreter is a C library so that C/C++ applications can use ORCA as an embedded scripting system. ORCA stands for Open-source Rebol Can be Achieved.
Created about 1 year ago.

2 Users

Multiplatform music player
Created 9 months ago.

1 Users

The libexplain project provides a library which may be used to explain Unix and Linux system call errors. This will make your application's error messages much more informative to your users.
Created 8 months ago.

1 Users

Credis is a client library written in plain C for communicating with Redis servers. Redis is a high performance key-value database, refer to Redis project page for more information. Credis aims to ... [More] be fast and minimalistic with respect to memory usage. It runs on Linux and should run on most posix like systems, porting it to Windows or other platforms should be straightforward. WhyRedis seemed like what I was looking for in a social web project with high demands on scalability. Unfortunately a plain C client library was not available - until now. StatusCurrent status is pre-alpha. A simple credis test client is available but there are a few things to do before a proper release can be done. However, it should be good enough for development and test purposes. For source code examples and more information see credis project wiki. Feedback is highly appreciated. [Less]
Created 3 months ago.

1 Users

libjio is a userspace library to do journaled, transaction-oriented I/O. It provides a very simple API to commit and rollback transactions, and on top of that a UNIX-alike set of functions to ... [More] perform most regular operations (ie. open(), read(), write()) in a non-intrusive threadsafe and atomic way, with safe and fast crash recovery. This allows the library to guarantee file integrity even after unexpected crashes, never leaving your files in an inconsistent state. On the disk, the file you work on is exactly like a regular one, but a special directory is created to store in-flight transactions. [Less]
Created over 2 years ago.

1 Users
 

Libhashish is a powerful and generic hash library for C and C++. The library attempt to combine the best algorithms in this area and take all kinds of optimizations into account. Furthermore the main ... [More] focus is applicability - at least you should use this library. [Less]
Created over 2 years ago.