This file contains hidden or 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
from twisted.internet import reactor, task | |
from twisted.web.server import Site | |
from twisted.web import server | |
from twisted.web.resource import Resource | |
import time | |
class ClockPage(Resource): | |
isLeaf = True | |
def __init__(self): | |
self.presence=[] |
This file contains hidden or 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
# Not really git related, this is for ls colors, put in e.g. ~/.bash_login | |
export CLICOLOR="true" | |
export LSCOLORS="DxfxexdxCxegedabagacad" |
NewerOlder