ulid / javascript

Universally Unique Lexicographically Sortable Identifier
MIT License
3.04k stars 107 forks source link

It is JS not in Python. ;-) #1

Closed mdipierro closed 8 years ago

mdipierro commented 8 years ago

Great work. I ported it to Python. I hope the acknowledgement is sufficient. https://github.com/mdipierro/ulid

darccio commented 8 years ago

I didn't want to create an issue but I ported it to Go https://github.com/imdario/go-ulid

fvilers commented 8 years ago

And I ported it to .Net https://github.com/fvilers/ulid.net

mdipierro commented 8 years ago

And ruby: https://github.com/rafaelsales/ulid

Lewiscowles1986 commented 8 years ago

PHP port (I know, there's always one) :wink: https://github.com/Lewiscowles1986/ulid

Lewiscowles1986 commented 8 years ago

Also now Java port: https://github.com/Lewiscowles1986/jULID

ararslan commented 8 years ago

Aaaaaaand now there's one in Julia: https://github.com/ararslan/ULID.jl

alizain commented 8 years ago

This is awesome guys! Thank you 👍

mdipierro commented 8 years ago

I have never see so much interest in a project this small. You are on to something. It would be beneficial to have a single document with info that you maintain, list links to implementations, and we reference back your document, instead of including a copy of your readme file.

On Wed, Aug 3, 2016 at 10:52 AM, Alizain Feerasta notifications@github.com wrote:

This is awesome guys! Thank you 👍

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alizain/ulid/issues/1#issuecomment-237261389, or mute the thread https://github.com/notifications/unsubscribe-auth/AA68z8z4dJ-nFfFBHwdVhyggVoQDsIyHks5qcLk5gaJpZM4JaFSO .

alizain commented 8 years ago

@mdipierro I appreciate your feedback. I've made the updates to the README.md