elpa-which-key
display available keybindings in popup
`which-key' is a minor mode for Emacs that displays the key bindings
following your currently entered incomplete command (a prefix) in a
popup. For example, after enabling the minor mode if you enter C-x
and wait for the default of 1 second the minibuffer will expand with
all of the available key bindings that follow C-x (or as many as
space allows given your settings). This includes prefixes like C-x 8
which are shown in a different face.
libghc-th-desugar-prof
functions to desugar Template Haskell; profiling libraries
This package provides the Language.Haskell.TH.Desugar module, which desugars
Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
This desugaring discards surface syntax information (such as the use of infix
operators) but retains the original meaning of the TH code. The intended use
of this package is as a preprocessor for more advanced code manipulation
tools. Note that the input to any of the ds... functions should be produced
from a TH quote, using the syntax [| ... |]. If the input to these functions
is a hand-coded TH syntax tree, the results may be unpredictable. In
particular, it is likely that promoted datatypes will not work as expected.
afflib-tools
Advanced Forensics Format Library (utilities)
The Advanced Forensic Format (AFF) is on-disk format for storing
computer forensic information. Critical features of AFF include:
libghc-vector-hashtables-prof
efficient vector-based mutable hashtables implementation; profiling libraries
This package provides efficient vector-based hashtable implementation similar
to .NET Generic Dictionary implementation (at the time of 2015).
jimsh
small-footprint implementation of Tcl named Jim
Jim is an opensource small-footprint implementation of the Tcl programming
language. It implements a large subset of Tcl and adds new features like
references with garbage collection, closures, built-in Object Oriented
Programming system, Functional Programming commands, first-class arrays and
UTF-8 support. All this with a binary size of about 100-200kB (depending upon
selected options).
r-bioc-multiassayexperiment
Software for integrating multi-omics experiments in BioConductor
MultiAssayExperiment harmonizes data management of
multiple assays performed on an overlapping set of specimens. It provides a
familiar Bioconductor user experience by extending concepts from
SummarizedExperiment, supporting an open-ended mix of standard data classes
for individual assays, and allowing subsetting by genomic ranges or rownames.