Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Apache DeltaSpike (formerly Seam Solder) is a set of CDI extensions meant to ease application development both in and out of Java EE containers.
0 Questions
Constrains a value between a lower and upper bound. Use this tag when working with a clamp() function in the languages that support it. Not to be confused with CLAMP Toolkit (Clinical Language Annotation, Modeling, and Processing).
0 Questions
This package provides dynamic (i.e. non-compiled) access to COM objects from within R. It allows R to act as a COM client and invoke methods and access properties in any COM object that implements the IDispatch interface.
0 Questions
Layered socket factory for TLS/SSL connections, based on JSSE. SSLSocketFactory can be used to validate the identity of the HTTPS server against a list of trusted certificates and to authenticate to the HTTPS server using a private key.
0 Questions
Consistent Hashing, a process discovered by Karger et al. at MIT, is a special kind of hashing such that when a hash table is resized only K/n keys need to be remapped unlike normal hashing techniques
0 Questions