Skip to content

Instantly share code, notes, and snippets.

View ksze's full-sized avatar
💭
Permanently poikilothermic

Kal Sze ksze

💭
Permanently poikilothermic
View GitHub Profile
@ksze
ksze / keybase.md
Created August 17, 2014 05:25
keybase.md

Keybase proof

I hereby claim:

  • I am ksze on github.
  • I am k_sze (https://keybase.io/k_sze) on keybase.
  • I have a public key whose fingerprint is 3D4A 38D5 0A26 75CF 1589 0092 F5CE EF85 C5CC 4D95

To claim this, I am signing this object:

@ksze
ksze / Matplotlib_datetime_rounding_bug.ipynb
Last active August 26, 2016 09:51
matplotlib datetime rounding bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ksze
ksze / hook-dns-01-lets-encrypt-route53.py
Last active February 8, 2018 06:58 — forked from ahnooie/hook-dns-01-lets-encrypt-route53.py
Python 3 script to use as a hook for the letsencrypt.sh client
#!/usr/bin/env python3
# How to use:
#
# LE_HOSTED_ZONE=XXXXXX ./letsencrypt.sh --cron --domain example.org --challenge dns-01 --hook /tmp/hook-dns-01-lets-encrypt-route53.py
#
# More info about letsencrypt.sh: https://github.com/lukas2511/letsencrypt.sh/wiki/Examples-for-DNS-01-hooks
# Using AWS Profiles: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-multiple-profiles
# Obtaining your Hosted Zone ID from Route 53: http://docs.aws.amazon.com/cli/latest/reference/route53/list-hosted-zones-by-name.html