25 projects tagged "Library"
Simplicity is a lightweight modular Web development framework. It is designed with a tight core providing centralized configuration, caching, auto loading, session handling, and a simple ORM. All other functionality is provided by modules which can be loaded in module chains. Each application can have multiple chains.
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.
XapianFu is a Ruby library for working with Xapian databases. It builds on the GPL licensed Xapian Ruby bindings, but provides an interface more in-line with "The Ruby Way"(tm) and is considerably easier to use. For example, you can work almost entirely with Hash objects, and XapianFu will handle converting the Hash keys into Xapian term prefixes when indexing and when parsing queries. It also handles storing and retrieving hash entries as Xapian::Document values. XapianFu basically gives you a persistent Hash with full text indexing (and ACID transactions).
Tephlon is an easy PHP persistence library. It has a highly modular OOP design and a no-SQL storage system. It stores any object or variable safely and tidily on disk for fast access. The API is meant to be easy and fast to learn. It features Java-style key-value maps, namespaces, easy Codeigniter integration, programmable lifetime of records, a multi-driver architecture, reliable and well-tested code, and easy incremental backup of data with SVN or GIT.
sphlib provides optimized implementations in both C and Java of cryptographic hash functions. The C code includes "small footprint" variants optimized for architectures with low L1 cache (e.g. WiFi routers running OpenWRT). The C code comes with a command-line tool that can serve as a drop-in replacement for md5sum, sha1sum, sha256sum, etc. for all implemented hash functions. The Java code is compatible with J2ME. There are implementations of fourteen "second-round" SHA-3 candidates, for all output lengths: BLAKE, Blue Midnight Wish, CubeHash, ECHO, Fugue, Grøstl, Hamsi, JH, Keccak, Luffa, Shabal, SHAvite-3, SIMD, and Skein. Some pre-SHA-3 hash functions (including MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, RIPEMD-160, and others) are also implemented.
oauth-php is a PHP library for OAuth consumers and servers. It has an extensible OAuth store, including a full working implementation of a MySQL store. The library implements methods to: verify incoming requests against the library; to sign outgoing requests, with curl support for actually doing the request; to sign requests with a body; to administrate consumer keys and tokens for multiple users (server and consumer side); and to log incoming and outgoing requests handled by the library (optionally in the database).
Math-Random-Xorshift is a Perl module that contains a straightforward implementation of the Xorshift PRNG algorithm proposed by G. Marsaglia in 2003. The algorithm is extremely fast and passes the Diehard test, though it is not reliable enough statistically. This module is useful for games and similar applications.