hashids / hashids.github.io

This is the old Hashids website. It is no longer maintained and has migrated over to Sqids.
https://sqids.org
206 stars 34 forks source link

Add Apex implementation #85

Closed berehovskyi closed 1 year ago

berehovskyi commented 2 years ago

Hi!

I've implemented hashids in Apex (a Java/C# like language used by Salesforce) : Github Repo This PR updates the hashids' website to add an Apex entry. All test cases are covered based on C#/Java ports test cases and the inputs and outputs are matched. Apex is a language similar to Java and in C#, it will not be difficult to review the source code. So please take a look.

Thanks!

4kimov commented 1 year ago

@berehovskyi Sorry for the super late reply. Wow, that's cool! Would you like to port it over to the new algorithm? I'd love to add you as a maintainer so we can officially add Apex to the library. Please let me know if you have interest!

Closing since the project is moving.