Skip to content

Instantly share code, notes, and snippets.

@thirashima
thirashima / .md
Created November 13, 2017 20:43
keybase.md

Keybase proof

I hereby claim:

  • I am thirashima on github.
  • I am tom_h (https://keybase.io/tom_h) on keybase.
  • I have a public key ASBQEGSmeW7H_tqHiBX44YGFNY4G66Jp5c8RN069rYthwgo

To claim this, I am signing this object:

#!/usr/bin/env python
"""
Regex for URIs
These regex are directly derived from the collected ABNF in RFC3986
(except for DIGIT, ALPHA and HEXDIG, defined by RFC2234).
They should be processed with re.VERBOSE.
"""