Skip to content

Instantly share code, notes, and snippets.

View SupreethRao99's full-sized avatar
🇮🇳

Supreeth Rao SupreethRao99

🇮🇳
View GitHub Profile
@prschmid
prschmid / idsentence.py
Last active January 17, 2023 00:02
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