r-cran-rtdists

GNU R response time distributions

Provides response time distributions (density/PDF, distribution function/CDF, quantile function, and random generation): (a) Ratcliff diffusion model (Ratcliff & McKoon, 2008, <doi:10.1162/neco.2008.12-06-420>) based on C code by Andreas and Jochen Voss and (b) linear ballistic accumulator (LBA; Brown & Heathcote, 2008, <doi:10.1016/j.cogpsych.2007.12.002>) with different distributions underlying the drift rate.

liboscache-java

caching solution for java server pages (JSP)

OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects. It provides both in memory and persistent on disk caches, and can allow your site to have graceful error tolerance. If an error occurs like your db goes down, you can serve the cached content so people can still surf the site almost without knowing.

libghc-quickcheck-classes-base-prof

QuickCheck common typeclasses from `base`; profiling libraries

This libary is a minimal variant of `quickcheck-classes` that only provides laws for typeclasses from `base`. The main purpose of splitting this out is so that `primitive` can depend on `quickcheck-classes-base` in its test suite, avoiding the circular dependency that arises if `quickcheck-classes` is used instead.

pg-rage-terminator-13

PostgreSQL background worker that kill random sessions.

pg-rage-terminator is a custom background worker which is able to kill random PostgreSQL backends.

postgresql-13-rational

Precise fractional arithmetic for PostgreSQL

pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect for exact arithmetic or user-specified table row ordering. Holds values as big as an integer, with matching precision in the denominator.

postgresql-13-pgmemcache

PostgreSQL interface to memcached

pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions.