[ot][spam][crazy][is it appropriate to direct disruption towards things that have been heavily disrupted?]

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Wed Jun 22 07:19:20 PDT 2022


here's the code that uses it:

class App(Engine):
    def __init__(self):
        self.last_key = 'press key?'
    def update(self, key = ''):
        if key:
            self.last_key = key
        self.plot(self.width / 2, self.height / 2, self.last_key)

if __name__ == '__main__':
    App().run()


More information about the cypherpunks mailing list