266 projects tagged "Library"
libposix is an impementation of the core functionality of all Unix systems. It is a full, cross-platform implementation of the POSIX 2008 standard. It is meant to replace existing implementations of a Unix system's core libraries. It is an exact implementation of POSIX 2008 and nothing else (no extensions, no previous POSIX versions). However, it works well with possible extensions to the core system functionallity (for example, GNU or BSD).
The fstrcmp library provides an fstrcmp function that returns a number between 0.0 (nothing alike) and 1.0 (identical); this can be used to suggest likely alternatives in error messages. Fuzzy comparisons for byte arrays, wide character strings, and multi-byte character strings are also available. In addition, there are integer alternatives for systems with slow floating point emulation.
uberVU php Library is a PHP class that provides simple access to the uberVU API for adding URLs and retrieving information about them. uberVU is a service which aggregates conversations from social Web sites around specific URLs. They track services for comments and reactions regarding a URL. It supports sites like Twitter, FriendFeed, Digg, Reddit, Hacker News, major blogging platforms (such as Wordpress, Blogger, MT, and Typepad), major video sharing websites (such as YouTube and Vimeo), Flickr, Picasa, and Disqus.
lib_MTA is a BASH function library for dealing with email. It provides support for unencrypted and TLS-encrypted relaying of email with attachments, special mailing list filtering, and From address spoofing. The installation automatically sets up a mailing list filtering infrastructure that can be enabled with a few simple steps. Example scripts for relaying email and filtering mailing lists are included in the package with the library. Desktop users can employee a simple script to send email to remote addresses without the need for a local MTA, provided they have relay access via Gmail or their ISP.
PyDaF stands for Python Data Flows. It is an experimental Python package that implements data-driven processing pipelines, which revolve around two major elements: data units, which encapsulate a type, a set of tags and actual data, and processors (fragments of code that get executed whenever the job's current data pool contains data units matching the processor's input specification).
katso is a library to score binary-categorized data: [low for anti-conformist data], [mean for conformist data], and [high for eclectic data: data that is quite normal (has a lot in common with other data but has a few unusual attributes)]. Data looks like (0, 0, 1, 0, 0, 1, 1) or like (1, 0, 0, 0, 0, 1, 0), all of the same size and corresponding to predefined criteria.
The libcommon project is an API implementation in order to respond to general development needs for softwares written in C. This library gives to the developer some utility functions like advanced getopt management, an extra strings treatments function, debugging and tracing functions, and macros for generic lists support. Its goal is to avoid constant re-implementation of the same things for each new program. The libcommon API has been implemented in order to be multi-platform (compatible with i386, ia64, PPC, MIPS, and MIPS 64), hardened (high-level compilation restrictions and implementation requirements), and as few libc dependencies as possible.