Algorithm::Pair::Best2 is a re-write of Algorithm::Pair::Best. The interface is
simplified and the implementation is significantly streamlined.
After creating an Algorithm::Pair::Best2 object (with->new), add items to the
list of items (i.e: players) to be paired. The final list must contain an even
number of items or picking the pairs will throw an exception.
Algorithm::Pair::Best2->pick explores all combinations of items and returns the
pairing list with the best (lowest) score.
WWW: http://search.cpan.org/dist/Algorithm-Pair-Best2/
Feature safe: yes
and a PAM module that makes it possible to build one-time
password authentication systems. Supported technologies include
the event-based HOTP algorithm and the time-based TOTP algorithm.
OATH is the Open AuTHentication organization which specify
the algorithms.
The components included in the package is:
- liboath: A shared and static C library for OATH handling.
- oathtool: A command line tool for generating and validating OTPs.
- pam_oath: A PAM module for pluggable login authentication for OATH.
Feature safe: yes
number of ways (e.g. greppability), in this particular case it was hardly
useful feature: lots of PLIST_SUB's (literally, every line of pkg-plist is
substituted up to four times). It turned out that maintaining even a short
plist like this one and keeping all PLIST_SUB's consistent causes just too
much hassle.
Also, this conversion allows us to drop WSWBIN variable and get executable
list from PLIST_FILES directly with small make(1) magic, yet not damaging
readability at the same time. Makefile is considerably sorter now. ;-)
Feature safe: yes
Calendar.
The GDATA Provider is an adapter that connects the internals of
Mozilla's Lightning calendar add-on to Google Calendar RESTful
data services. This allows you to view, edit and manipulate
Google calendars within Lightning.
Feature safe: yes
Some of the new features:
- Only split off /dev/ instead trimming to last /.
- Get rid of bzero() calls. Replace them by memset().
- Make lastlog work on BSD systems without <lastlog.h>.
- Sun's copyrights belong to Oracle now
- various build fixes
Feature safe: yes
- remove build patches
New features in this release:
- By default, functions and global variables are marked as "static" permitting compilers to optimize more aggressivELY IN SOme cases.
- We now try harder to get auto-vectorizers and other loop optimizers in trouble by generating code that is more idiomatic and therefore more likely to be optimized. In particular, array indices are in-bounds by construction instead of by using % operators.
- Unions are supported.
- The comma operator is supported, as in x = (y, 1, z, 3).
- Embedded assignments are supported, as in x = 1 + (y = z).
- The pre/post increment/decrement operators are supported.
- A --no-safe-math mode was added, which avoids calling the safe math wrappers. This is useful when trying to crash compilers but the resulting executables should not be run since they are very likely to have undefined behavior.
Feature safe: yes
Drop-in substitute for Py2.7's new collections.OrderedDict. The
recipe has big-oh performance that matches regular dictionaries
(amortized O(1) insertion/deletion/lookup and O(n)
iteration/repr/copy/equality_testing).
WWW: http://pypi.python.org/pypi/ordereddict
Feature safe: yes