Popular repositories Loading
-
s_mach.concurrent
s_mach.concurrent Publics_mach.concurrent is an open-source Scala library that provides asynchronous serial and parallel execution flow control primitives for working with asynchronous tasks. An asynchronous task consist…
-
s_mach.datadiff
s_mach.datadiff Publics_mach.datadiff is an open-source data difference engine for Scala. Implementations of the DataDiff type-class are provided which can compute the difference between all data types, Option, Set, Seq…
-
-
s_mach.codetools
s_mach.codetools Publics_mach.codetools is an open-source Scala macro, codegen and code utility library.
-
s_mach.string
s_mach.string Publics_mach.string is an open-source Scala library that provides primitives for string manipulation beyond the standard library. s_mach.string supports word-level string manipulations using an arbitrary…
-
s_mach.validate
s_mach.validate Publics_mach.validate is an open-source Scala library that provides methods for easily building reuseable, composable and serialization format agnostic data validators.
Repositories
- s_mach.concurrent Public
s_mach.concurrent is an open-source Scala library that provides asynchronous serial and parallel execution flow control primitives for working with asynchronous tasks. An asynchronous task consists of two or more calls to function(s) that return a future result A ⇒ Future[B] instead of the result A ⇒ B. s_mach.concurrent also provides utility &…
S-Mach/s_mach.concurrent’s past year of commit activity - s_mach.datadiff Public
s_mach.datadiff is an open-source data difference engine for Scala. Implementations of the DataDiff type-class are provided which can compute the difference between all data types, Option, Set, Seq, and Map and all tuple classes. An implementation for any case case class (or other type that can be represented as a struct type) can be generated a…
S-Mach/s_mach.datadiff’s past year of commit activity - s_mach.explain Public
s_mach.explain is a collection of open-source Scala libraries that provide primitives for generating human-readable explanations and machine-readable schema for data.
S-Mach/s_mach.explain’s past year of commit activity - s_mach.validate Public
s_mach.validate is an open-source Scala library that provides methods for easily building reuseable, composable and serialization format agnostic data validators.
S-Mach/s_mach.validate’s past year of commit activity - s_mach.codetools Public
s_mach.codetools is an open-source Scala macro, codegen and code utility library.
S-Mach/s_mach.codetools’s past year of commit activity - s_mach.string Public
s_mach.string is an open-source Scala library that provides primitives for string manipulation beyond the standard library. s_mach.string supports word-level string manipulations using an arbitrary word definition (e.g. delimited by whitespace, camel case, etc). s_mach.string also provides a variety of find-replace methods.
S-Mach/s_mach.string’s past year of commit activity