liboauth-signpost-java

simple OAuth message signing for Java

Signpost is an easy and intuitive solution for signing HTTP messages on the Java platform in conformance with the OAuth Core 1.0a standard. Signpost follows a modular and flexible design, allowing you to combine it with different HTTP messaging layers. It currently supports the following HTTP libraries:

libwebservice-youtube-perl

Perl module that provides an interface to YouTube services

WebService::YouTube provides a Perl interface to YouTube programming interface and corresponding RSS services. This module only supports the Legacy API, not the Data API based on the Google data protocol.

libtext-worddiff-perl

module to track changes between documents

Text::WordDiff is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long lines. To diff source code, one is still best off using Text::Diff. But if you want to see how a short story changed from one version to the next, this module will do the job very nicely.

libgtk2-notify-perl

Perl interface to libnotify

Gtk2::Notify provides Perl bindings for libnotify. libnotify is a library that sends desktop notifications to a notification daemon.

libtext-findindent-perl

module to heuristically determine indentation style

Text::FindIndent is a Perl module that attempts to detect the underlying indentation "policy" for a text file (most likely a source code file). You give it a chunk of text, and it tells you if tabs, spaces or combination of both are used for indentation.

libfile-readbackwards-perl

Perl module for reading a file backwards by lines

File::ReadBackwards reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface.