Pinned Repositories
FutureWorkflow
Using Akka Futures to implement workflow
ScalaWorkflow
Stateful, non persistent workflow using actors
ScalaXML
XML processing using Scala
zio-peer
Simple peer-peer library using zio
zio-peer-example
Examples for zio-peer
zio-swing-stream
ZIO Stream based framework for Java Swing applications
zio-tcp
TCP functionality for ZIO
searler's Repositories
searler/zio-tcp
TCP functionality for ZIO
searler/monadic-actions
Monadic composition of Futures with error handling
searler/zio-peer
Simple peer-peer library using zio
searler/zio-peer-example
Examples for zio-peer
searler/zio-swing-stream
ZIO Stream based framework for Java Swing applications
searler/akka-vs-scalaz
searler/debezium
Change data capture for a variety of databases. https://debezium.io Please log issues in our JIRA at https://issues.jboss.org/projects/DBZ/issues
searler/event-sourced-microservice
searler/hangman
Learn how to use Scala ZIO
searler/linux-l4t-4.4
Linux kernel 4.4 forked from Nvidia Linux4Tegra for TX1 and TX2. Supports L4T 28.1 and 28.2.1
searler/macro-visit
A macro-based generic visitor generator
searler/maxwell
Maxwell's daemon, a mysql-to-json kafka producer
searler/OSSRH-77314
Proof of ownership
searler/play-monadic-actions
A simple scala DSL to allow clean and monadic style for Play! Actions
searler/reverse-ssh
Statically-linked ssh server with reverse shell functionality for CTFs and such
searler/sangria
Scala GraphQL implementation
searler/scala-native-example-app
Example Scala-Native application using third party libraries and a test suite
searler/scodec-bits
Provides immutable datatypes for working with bits and bytes
searler/searler.github.io
searler/sslengine.example
Implementation of a Java server and client using JSSE SSLEngine.
searler/static-cross-openssh
Statically cross-compile sshd and sftp-server
searler/tls-channel
A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
searler/WorkflowFutures
Using futures to implement workflow presentation
searler/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
searler/zio-actor-stream
Actor inspired functionality for ZStream architectures
searler/zio-by-example
Source code for "ZIO by example" blog post.
searler/zio-json
Fast, secure JSON library with tight ZIO integration.
searler/zio-nio
A small, unopinionated ZIO interface to NIO.
searler/zio-saga
Purely Functional Transaction Management In Scala With ZIO
searler/zio-tls-http
100% non-blocking, Java NIO only( inspired by zio-nio) , JSON HTTP server based on Scala ZIO library. Everything including TLS encryption modeled as ZIO effects, convenient route DSL similar to https4s, up to 30K TPS local JSON transaction with 25 threads on 6 cores(i7) with ZIO fibers.