Personal tools
Skip to content. | Skip to navigation
The RDist program maintains identical copies of files on multiple hosts. If possible, RDist will preserve the owner, group, mode and mtime of files and it can update programs that are executing. Install rdist if you need to maintain identical copies of files on multiple hosts.
A software suite for chemical informatics, computational chemistry, and predictive modeling.
Chemical informatics and machine learning toolkit
PostgreSQL module for RDKit, which implements *mol* datatype to describe molecules and *fp* datatype for fingerprints, basic comparison operations, similarity operation (tanimoto, dice) and index support (using GiST indexing framework). To complete installation of the cartridge in PostgreSQL, please follow the steps detailed in: /usr/share/doc/rdkit-2014.09.2/README
PostgreSQL module for RDKit, which implements *mol* datatype to describe molecules and *fp* datatype for fingerprints, basic comparison operations, similarity operation (tanimoto, dice) and index support (using GiST indexing framework). To complete installation of the cartridge in PostgreSQL, please follow the steps detailed in: /usr/share/doc/rdkit-postgresql/README
RDMA core userspace infrastructure and documentation, including initialization scripts, kernel driver-specific modprobe override configs, IPoIB network scripts, dracut rules, and the rdma-ndd utility.
RE2 is a C++ library providing a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. Backtracking engines are typically full of features and convenient syntactic sugar but can be forced into taking exponential amounts of time on even small inputs. In contrast, RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input, at the expense of some missing features (e.g back references and generalized assertions).
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
readahead reads the contents of a list of files into memory, which causes them to be read from cache when they are actually needed. Its goal is to speed up the boot process.