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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
#!/usr/bin/env python | |
#! -*- coding:utf-8 -*- | |
""" | |
Mail to Slack | |
========== | |
A Simple SMTP server that will forward messages to Slack. It provides a simple | |
authentication mechanism via reciever's domain. This utility is designed for | |
monit monitoring. | |
""" | |
import email |
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
### Keybase proof | |
I hereby claim: | |
* I am lewcpe on github. | |
* I am lewcpe (https://keybase.io/lewcpe) on keybase. | |
* I have a public key whose fingerprint is 8FA0 E06B 34B8 7FBE EA8B 6269 4A61 7A10 2700 6D3D | |
To claim this, I am signing this object: |
NewerOlder