e2guardian

Web content filtering (Dansguardian fork)

e2guardian filters the content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites.

fwupd-tests

Test suite for firmware update daemon

fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Firmware updates are supported for a variety of technologies. See <https://github.com/fwupd/fwupd> for details

php-di

Dependency injection container meant to be practical and framework-agnostic

This library is a dependency injection container meant to be practical, powerful, and framework-agnostic.

r-cran-mcmcpack

R routines for Markov chain Monte Carlo model estimation

This is a set of routines for GNU R that implement various statistical and econometric models using Markov chain Monte Carlo (MCMC) estimation, which allows "solving" models that would otherwise be intractable with traditional techniques, particularly problems in Bayesian statistics (where one or more "priors" are used as part of the estimation procedure, instead of an assumption of ignorance about the "true" point estimates), although MCMC can also be used to solve frequentist statistical problems with uninformative priors. MCMC techniques are also preferable over direct estimation in the presence of missing data.

libsocl-1.4-1

Task scheduler for heterogeneous multicore machines

StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible.

python3-guizero

module to allow quick and easy GUI creation (Python 3)

guizero is a wrapper for Tkinter, and aims to make the process of creating simple GUIs quick, accessible and understandable by: