Skip to content

Instantly share code, notes, and snippets.

View LGLO's full-sized avatar

Lech Głowiak LGLO

  • Katowice, Poland
View GitHub Profile
@LGLO
LGLO / spo-metadata.json
Created June 20, 2022 08:24
Mamba testing
{
"name": "LGLO Pool 0",
"description": "Mamba test pool LGLO Pool 0",
"ticker": "LGLO0",
"homepage": "https://github.com/LGLO"
}
@LGLO
LGLO / PingPong.scala
Created July 1, 2018 20:36
Ping app with Scalaz8 ZIO
import java.io.IOException
import scalaz.zio.console.putStrLn
import scalaz.zio.{IO, IOApp, IOQueue, Void}
import scala.concurrent.duration.Duration
sealed trait PongMessages
case class Ping(n: Int) extends PongMessages
case object Stop extends PongMessages
package io.scalac.amqp
import akka.actor.ActorSystem
import akka.stream.ActorMaterializer
import akka.stream.scaladsl.{Sink, Source}
//import scala.concurrent.ExecutionContext.Implicits.global
object CheckOrdering extends App {
val max = 100000