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:
| ### 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') |
I hereby claim:
To claim this, I am signing this object:
| # | |
| # 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, |