Skip to content

Instantly share code, notes, and snippets.

@yevrah
yevrah / amazon_sender.py
Created July 15, 2019 06:49 — forked from amix/amazon_sender.py
Amazon SES helper script using boto
# -*- coding: utf-8 -*-
"""
amazon_sender.py
~~~~~~~~
Python helper class that can send emails using Amazon SES and boto.
The biggest feature of this class is that encodings are handled properly.
It can send both text and html emails.
This implementation is using Python's standard library (which opens up for a lot more options).
@yevrah
yevrah / nodejs-cheatsheet.js
Created March 14, 2019 05:52 — forked from LeCoupa/nodejs-cheatsheet.js
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@yevrah
yevrah / gist:841f9ea42a3e2735585e
Last active August 29, 2015 14:04
Here are some things you can do with Gists in GistBox.
We couldn’t find that file to show.