Change the repository type filter
All
Repositories list
13 repositories
s_mach.i18n
Publics_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 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.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, 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.explain
Publics_mach.validate
Publics_mach.codetools
Publics_mach.sbt_libdefaults
Publics_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 word definition (e.g. delimited by whitespace, camel case, etc). s_mach.string also provides a variety of find-replace methods.effectful
Publics_mach.www
Publics_mach.example
Publics_mach.similar
Publicaeondb
PublicAeonDB is an experimental, immutable, concurrent, clusterable, embeddable key-value store with transactions and ACID guarantees. AeonDB reads are referentially transparent and allow retrieving any past state of any value. AeonDB stores data as a replicable time-ordered stream of commit events.