liblombok-java

Reduce boilerplate code in Java projects

"Boilerplate" is a term used to describe code that is repeated in many parts of an application with little alteration. One of the most frequently voiced criticisms of the Java language is the volume of this type of code that is found in most projects. This problem is frequently a result of design decisions in various libraries, but is exacerbated by limitations in the language itself. Project Lombok aims to reduce the prevalence of some of the worst offenders by replacing them with a simple set of annotations.

massxpert2

polymer chemistry modelling and mass spectrometry data simulation (runtime)

massXpert2 allows the user to perform the following tasks:

minexpert2

MS^n mass spectrometric data visualization and mining (runtime)

mineXpert2 allows the user to perform the following tasks: - Open mass spectrometry data files (mzML, mzXML, asc, xy, ...); - Display in a table view the full data set, for easy filtering; - Calculate and display the TIC chromatogram; - Calculate and display a mz=f(rt) color map; - For mobility data, calculate and display a mz=f(dt) color map; - Integrate the mass spectrometric data from any kind of data representation (mass | drift spectra, TIC | XIC chromatogram, 2D color maps) to any other kind of data representation; - For any mass data feature (mass peak, TIC | XIC peak, color map) integrate to a XIC single intensity value; - Powerful isotopic cluster calculation starting from a chemical formula, optionally with user-defined isotopic abundance ratios; - Gaussian fit over any isotopic cluster to estimate the average mass of a given ion; - Mouse-driven deconvolution of m/z data (charge envelope-based or isotopic cluster-based); - Export the data to text files; - Export the graphical representation of mass spectrometric data to graphics files in a number of formats (jpg, png, pdf).

amqp-tools

Command-line utilities for interacting with AMQP servers

RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.

librabbitmq4

AMQP client library written in C

RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.

mysql-client-8.0

MySQL database client binaries

MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use.