Skip to content

Instantly share code, notes, and snippets.

View scorredoira's full-sized avatar

Santiago Corredoira scorredoira

View GitHub Profile
import * as web from "lib/web"
import * as env from "lib/env"
import * as orm from "lib/orm"
let upgrader = websocket.newUpgrader()
let webSockets: WebSocketManager
function init() {
webSockets = new WebSocketManager()
}
namespace A {
export class PeriodPicker extends Input {
private closeIconPanel: Control
input: HTMLInputElement
popup: Popup
constructor() {
super("A-PeriodPicker")

go run cmd/main.go

██╗   ██╗██████╗      █████╗  ██████╗ ███████╗███╗   ██╗████████╗
██║   ██║╚════██╗    ██╔══██╗██╔════╝ ██╔════╝████╗  ██║╚══██╔══╝
██║   ██║ █████╔╝    ███████║██║  ███╗█████╗  ██╔██╗ ██║   ██║   
╚██╗ ██╔╝ ╚═══██╗    ██╔══██║██║   ██║██╔══╝  ██║╚██╗██║   ██║   
 ╚████╔╝ ██████╔╝    ██║  ██║╚██████╔╝███████╗██║ ╚████║   ██║   
  ╚═══╝  ╚═════╝     ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝   ╚═╝