Skip to content

Instantly share code, notes, and snippets.

View sebastius's full-sized avatar

Sebastius sebastius

  • RevSpace
  • The Hague
View GitHub Profile
### Author: Sam Delaney
### Description: Game of Life
### License: MIT
### Modified by Sebastius for the SHA2017 Badge. Fixed by polyfloyd.
### Modified by Renze for the ESP32 platform firmware
import random
import paho.mqtt.client as mqtt
client =mqtt.Client('Sebastius_gol')
client.connect('test.mosquitto.org')

Keybase proof

I hereby claim:

  • I am sebastius on github.
  • I am sebastius (https://keybase.io/sebastius) on keybase.
  • I have a public key ASDKgVRh2tiB1Rz7s9n9HtleRm82kziRNw09wu1XjsUdnwo

To claim this, I am signing this object:

@sebastius
sebastius / proxy.py
Created January 28, 2016 20:28 — forked from richardg867/proxy.py
Comic Chat fixer
#
# Comic Chat fixer MITM proxy: fixes Comic Chat to (sort of) work with modern
# IRC servers. Tested with Microsoft Chat 2.5 on Windows XP, 8 and 10
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,