Skip to content
View limpid-kzonix's full-sized avatar
🎯
Be bold. Change the world
🎯
Be bold. Change the world
Block or Report

Block or report limpid-kzonix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. worxbend/worxbend worxbend/worxbend Public

    Scala

  2. system-bootstrap system-bootstrap Public

    Shell 1

  3. telegram-jitsi-meet telegram-jitsi-meet Public

    Python 1

  4. simple Scala TCP server simple Scala TCP server
    1
    import akka.actor._
    2
    import java.net.InetSocketAddress
    3
    import akka.util.ByteString
    4
    
                  
    5
    class TCPServer(port: Int) extends Actor {