liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and encode
parameters according to OAuth specification and offers high-level
functionality to sign requests or verify OAuth signatures as well as
perform HTTP requests.
ok aja@
KDiff3 is a program that:
* compares or merges two or three text input files or directories,
* shows the differences line by line and character by character (!),
* provides an automatic merge-facility
* supports KIO on KDE (allows accessing ftp, sftp, fish, smb etc.),
* Automatic merging of version control history
From MAINTAINER Lawrence Teo, after an initial port by marco@
ok sthen@
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.
Features:
- Keys and values are arbitrary byte arrays.
- Data is stored sorted by key.
- Callers can provide a custom comparison function to override
the sort order.
- The basic operations are Put(key,value), Get(key), Delete(key).
- Multiple changes can be made in one atomic batch.
- Users can create a transient snapshot to get a consistent view
of data.
- Forward and backward iteration is supported over the data.
ok sthen@
fake_pck[] is defined in three places and two different sizes as a global,
but each time only used in the respective module, so make the definitions
static.
Pyflakes is a program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so
it is safe to use on modules with side effects.
ok rpointel@
WWW::Shorten::Bitly provides an easy interface for shortening URLs using
http://bit.ly. In addition to shortening URLs, you can pull statistics
that bit.ly gathers regarding each shortened WWW::Shorten::Bitly uses
XML::Simple to convert the xml response for the meta info and click
stats to create a hashref of the results.
ok sthen@