Galatasaray Handball Team
Galatasaray Handball Team is the men's handball section of Galatasaray S.K., a major sports club in Istanbul, Turkey.
Founded | 1926 |
---|---|
League | Turkish Handball Super League |
Team history | defunct |
Based in | İstanbul, Turkey |
Colors | Yellow & Red |
President | Ünal Aysal |
Championships | 2 (Turkish League) 8 (Istanbul League) |
Mascot | Lion |
Active departments of Galatasaray | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Domestic success
- Turkish Championship:
- Winners (2):
- İstanbul Handball League:
- Winners (8): 1945 to 1955
gollark: ...
gollark: Yes, it's right in the majority of your cases.
gollark: Go```javascriptconst WebSocket = require("ws")const msgpack = require("@msgpack/msgpack")require("dotenv").config()const ws = new WebSocket(process.argv[2] || "ws://localhost:6086/v4?enc=msgpack")const send = x => ws.send(msgpack.encode(x))ws.on("message", msg => { const data = msgpack.decode(msg) const mtype = data.type if (mtype === "ping") { console.log("ping", data.seq) send({ type: "pong", seq: data.seq }) } else if (mtype === "error") { console.warn(`${data.error} ${data.for}: ${data.detail}`) } else if (mtype === "ok") { console.log(`${data.for}:`, data.result) }})ws.on("open", () => { send({ type: "identify", key: process.env.CLIENT_KEY }) send({ type: "set_channels", channels: [ "ShutdownOS" ] })})```yourself.
gollark: Because they're simpler?
gollark: muahahaha
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.