Pinned Repositories
decimal4j
Java library for fast fixed-point arithmetic based on longs with support for up to 18 decimal places.
elara
Efficient, zero garbage framework to implement event sourcing applications
fix4j
Attempt to build a fast zero garbage FIX engine with Java. (UNRELEASED)
fix4j-assert
Open source fix testing framework for Java (was fix4j-test)
groovy-tables
A groovy API which allows you to create lists of objects using a table like grammar. Written primarily for use when writing test cases.
meanvar
Tiny Java utility to incrementally calculate Mean and Standard Deviation with a numerically stable algorithm.
nobark
A Java library with low latency zero gc data structures and utilities.
spockito
Java JUnit runner for parameterized tests where the test cases are defined in a table-like manner.
stacked-off
Offline StackExchange indexer and search engine
unix4j
An implementation of Unix command line tools in Java.
tools4j's Repositories
tools4j/unix4j
An implementation of Unix command line tools in Java.
tools4j/decimal4j
Java library for fast fixed-point arithmetic based on longs with support for up to 18 decimal places.
tools4j/stacked-off
Offline StackExchange indexer and search engine
tools4j/meanvar
Tiny Java utility to incrementally calculate Mean and Standard Deviation with a numerically stable algorithm.
tools4j/nobark
A Java library with low latency zero gc data structures and utilities.
tools4j/groovy-tables
A groovy API which allows you to create lists of objects using a table like grammar. Written primarily for use when writing test cases.
tools4j/spockito
Java JUnit runner for parameterized tests where the test cases are defined in a table-like manner.
tools4j/elara
Efficient, zero garbage framework to implement event sourcing applications
tools4j/fix4j-assert
Open source fix testing framework for Java (was fix4j-test)
tools4j/fix4j
Attempt to build a fast zero garbage FIX engine with Java. (UNRELEASED)
tools4j/mmap
Memory mapped files used to implement off-heap low latency utilities such as queues. (UNRELEASED)
tools4j/fixgrep
A command line utility for making FIX protocol messages more readable.
tools4j/fix4j-fixpad
Simple GUI for viewing fix messages in a readable format
tools4j/event-sourcing
A zero garbage event sourcing framework with a pluggable event store. (UNRELEASED)
tools4j/tabular
Graphical tool to search through a table of static data with the option of launching commands.
tools4j/status
'Status' is a HTML/JavaScript status-monitor that can visually monitor a set of URLs
tools4j/tools4j-sbe
A user friendly implementation of the simple binary encoding standard (UNRELEASED)
tools4j/shortstring
Tiny library to convert short enough strings to integers and back