libsopt3.0

Sparse OPTimisation shared library

SOPT is a C package to perform Sparse OPTimisation. It solves a variety of sparse regularisation problems, including the SARA algorithm.

loggerhead

Web viewer for Breezy

This is a web viewer for projects in the Breezy version control system. It can be used to navigate a branch history, annotate files, view patches and perform searches.

lnpd

daemon for LNP communication with BrickOS

The lnpd package provides a daemon capable of being started at boot time that enables communication with a LEGO(r) Mindstorms RCX which is running BrickOS. This package also provides a library so that you can build client programs which talk via LNP to applications running under brickOS on the RCX. See the examples provided.
Text-mode WWW Browser (transitional package)

lynx-cur

Text-mode WWW Browser (transitional package)

This is a transitional package and can safely be removed; see the lynx package instead.

libstream-java

library for summarizing data in streams

A Java library for summarizing data in streams for which it is infeasible to store all events. More specifically, there are classes for estimating: cardinality (i.e. counting things); set membership; top-k elements and frequency. One particularly useful feature is that cardinality estimators with compatible configurations may be safely merged.

libstreamex-java

Enhancing Java 8 Streams

StreamEx defines four classes (StreamEx, IntStreamEx, LongStreamEx, DoubleStreamEx) which are fully compatible with Java 8 stream classes and provide many additional useful methods. Also the EntryStream class is provided which represents the stream of map entries and provides additional functionality for this case. Finally there are some new useful collectors defined in MoreCollectors class as well as primitive collectors concept.