Skip to content
View joaonc's full-sized avatar
Block or Report

Block or report joaonc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. hd_active hd_active Public

    Keep external drives active (prevent them from sleeping) to avoid waiting for them to spin back up.

    Python 2

  2. sphinx_md sphinx_md Public

    Use Sphinx with Markdown for documentation

    Python

  3. pprintpp2 pprintpp2 Public

    Forked from wolever/pprintpp

    pprint++: a drop-in replacement for pprint that's actually pretty

    Python

  4. Send HTML email with attachment with... Send HTML email with attachment with python boto3 for Amazon SES
    1
    """
    2
    Helper module to send emails with Amazon SES (Simple Email Service).
    3
    4
    Sending an email with boto3 is relatively easy, but adding an attachment requires more work.
    5
    """