libexternalsortinginjava-java
External-Memory Sorting in Java
This Java class enables sorting large file without first loading them
into memory. It is using External Sorting by dividing the files into
small blocks, sort each block in RAM, and then merge the result. Many
database engines and the Unix sort command support external sorting.
It is possible to sort in a non-lexicographic order.
checkbox-ng
PlainBox based test runner
CheckBoxNG is a hardware testing tool useful for certifying laptops,
desktops and servers. It is a new version of CheckBox that is built
directly on top of PlainBox. CheckBoxNG replaces CheckBox, where applicable.
libpetsc3.7.3
Shared libraries for version 3.7 of PETSc
libbullet3.24
professional 3D Game Multiphysics Library
Bullet professional 3D Game Multiphysics Library provides state of the art
collision detection, soft body and rigid body dynamics.
rsbac-klogd
RSBAC messages logger
python-mockldap
simple mock implementation of python-ldap (Python2 version)
This project provides a mock replacement for python-ldap. It’s useful for any
project that would like to write unit tests against LDAP code without relying
on a running LDAP server.