Skip to content

Instantly share code, notes, and snippets.

/---

Created December 17, 2013 15:57
>> password-chars: union alpha union numbers specials
;; To make it better on your eyes, you can always use parenthesis.
>> password-chars: union alpha (union numbers specials)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment