This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class UpdatesHandler(websocket.WebSocketHandler): | |
socket_clients = set() | |
def open(self): | |
self.socket_clients.add(self) | |
def on_close(self): | |
self.socket_clients.remove(self) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ass=1 | |
ssa=1 | |
subcp=utf-8 | |
subfont-text-scale=1.6 | |
vo=xv:port=87 | |
subfont-text-scale=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URxvt.perl-ext-common: default,matcher | |
URxvt.colorUL: #86a2be | |
URxvt.urlLauncher: firefox | |
URxvt.font: xft:DejaVu Sans Mono:pixelsize=11 | |
URxvt*foreground: #f2f2f2 | |
URxvt*background: #101010 | |
URxvt.scrollBar:false | |
! Normal |
NewerOlder