Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

would like to get in touch plz #1

Closed
exelv1 opened this issue Mar 28, 2016 · 4 comments
Closed

would like to get in touch plz #1

exelv1 opened this issue Mar 28, 2016 · 4 comments

Comments

@exelv1
Copy link

exelv1 commented Mar 28, 2016

hi i see ur hon stats project well im writeing a project in scala akka all that for csgo mm mind lending a hand we are a ibm startup thx !!

@rp-
Copy link
Collaborator

rp- commented Mar 28, 2016

And how could I help you?

@exelv1
Copy link
Author

exelv1 commented Mar 28, 2016

middleware for our framework looks like u familiar with akka scala and socket.io we also use a robust system for elo but we need a its 3 of us we need a skilled programer that can build the middle man i.e middleware push get match user role

@exelv1
Copy link
Author

exelv1 commented Mar 28, 2016

ckage net.gesn.models

import play.api.libs.json._

import scala.slick.ast.MappedScalaType
import scala.slick.driver.PostgresDriver.MappedColumnType

case class Server(uuid: Long,
joinPassword: Option[String],
rootPassword: Option[String],
serverName: String,
ip: String,
port: String,
location: String,
serverType: ServerType,
gameType: GameType)
case class ServerType(uuid: String, description: String)
case class GameType(uuid: String, description: String)

object ServerType {
implicit val serverTypeFormat = Json.format[ServerType]

val PUBLIC = ServerType("public", "")
val PREMIUM = ServerType("premium", "")
val INVITE = ServerType("invite", "")
}

object GameType {
implicit val gameTypeFormat = Json.format[GameType]

val GATHER = GameType("gather", "")
//val OFFICIAL = GameType("official", "")
}

object Server {
implicit val serverFormat = Json.format[Server]

val mockServer = Server(999L, Some("password1"), None, "GESN.net Gather Server 1", "ip", "port", "Europe", ServerType.PUBLIC, GameType.GATHER)
}

@rp-
Copy link
Collaborator

rp- commented Mar 29, 2016

The last time I used scala was 4 years ago and I never did anything with akka.
Adding up to that I have no time for another project. sorry

@rp- rp- closed this as completed Mar 29, 2016
MetalStormGhost pushed a commit to MetalStormGhost/dcs that referenced this issue Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants