libzstd-jni-java
JNI bindings for Zstd (Java files)
Native library that provides a fast and high-compression lossless algorithm
for Android, Java, and all JVM languages. It features static
compress/decompress methods, implementation of InputStream and OutputStream
for transparent compression of data streams fully compatible with the "zstd"
program, and minimal performance overhead.
python3-concurrent-log-handler
Additional log handler for Python's standard logging package
This handler will write log events to a log file which is rotated when
the log file reaches a certain size. Multiple processes can safely write
to the same log file concurrently. Rotated logs can be gzipped if desired.
Both Windows and POSIX systems are supported. An optional threaded queue
logging handler is provided to perform logging in the background.
libdsiutils-java
Java library of statistical and text data handling tools
The library contains:
- Implementations of pseudorandom number generators;
- BitVector and its implementations -- a high-performance but flexible set of
bit vector classes;
- A it.unimi.dsi.compression package containing codecs for several types of
encodings;
- ProgressLogger, a flexible logger with statistics marking the progress of
the classes that are used and that require hours of computation;
- ObjectParser, a class making it easy to specify complex objects on the
command line;
- MutableString, an alternative to the immutable Java String class;
- The I/O package, containing fast version of several classes existing in
java.io, many useful classes to read easily text data
(e.g., FileLinesCollection), bit streams, classes providing large-size memory
mapping such as ByteBufferInputStream, and OfflineIterable -- the easy & fast
way to store large sequences of objects on disk and iterate on them;
- The it.unimi.dsi.util package, containing pseudorandom number generators,
tries, immutable prefix maps, Bloom filters, a very comfortable Properties
class and more;
- The it.unimi.dsi.stat package, containing a lightweight class for computing
basic statistics and an arbitrary-precision implementation of the Jackknife
method;
- Lots of utility methods in Util;
- Big versions of I/O and utility classes in it.unimi.dsi.big.io and
it.unimi.dsi.big.util;
- The BulletParser, used to parse HTML and XML.
r-cran-r.rsp
Dynamic Generation of Scientific Reports
The RSP markup language makes any text-based document come alive. RSP
provides a powerful markup for controlling the content and output of
LaTeX, HTML, Markdown, AsciiDoc, Sweave and knitr documents (and
more), e.g. 'Today's date is <%=Sys.Date()%>'. Contrary to many other
literate programming languages, with RSP it is straightforward to loop
over mixtures of code and text sections, e.g. in month-by-month
summaries. RSP has also several preprocessing directives for
incorporating static and dynamic contents of external files (local or
online) among other things. Functions rstring() and rcat() make it
easy to process RSP strings, rsource() sources an RSP file as it was
an R script, while rfile() compiles it (even online) into its final
output format, e.g. rfile('report.tex.rsp') generates 'report.pdf' and
rfile('report.md.rsp') generates 'report.html'. RSP is ideal for self-
contained scientific reports and R package vignettes. It's easy to use
- if you know how to write an R script, you'll be up and running
within minutes.
libzstd-jni1
JNI bindings for Zstd (Architecture-specific files)
Native library that provides a fast and high-compression lossless algorithm
for Android, Java, and all JVM languages. It features static
compress/decompress methods, implementation of InputStream and OutputStream
for transparent compression of data streams fully compatible with the "zstd"
program, and minimal performance overhead.
ruby-autoprefixer-rails
Rails integration for the autoprefixer tool
autoprefixer parse CSS and adds vendor prefixes to CSS rules based on browser
support for different features, by using data from "Can I Use" website.