Skip to content

Instantly share code, notes, and snippets.

View skroged's full-sized avatar

Josh Jones skroged

View GitHub Profile
@skroged
skroged / idsentence.py
Created July 20, 2017 16:43 — forked from prschmid/idsentence.py
Implement a memorable ID string. The original idea for this comes from Asana where it is documented on their blog: http://blog.asana.com/2011/09/6-sad-squid-snuggle-softly/
"""Implement a memorable ID string.
The original idea for this comes from Asana where it is documented on their
blog:
http://blog.asana.com/2011/09/6-sad-squid-snuggle-softly/
There are other partial implementations of this and can be found here:
Node.js: https://github.com/linus/greg
Java: https://github.com/PerWiklander/IdentifierSentence