Skip to content

Instantly share code, notes, and snippets.

@leofischer
Last active January 22, 2025 12:44
Show Gist options
  • Save leofischer/c2f053547a6f36982d4d589a419b449e to your computer and use it in GitHub Desktop.
Save leofischer/c2f053547a6f36982d4d589a419b449e to your computer and use it in GitHub Desktop.
Online Dev Tools

Relevant Links

A tool which generates KSUIDs

A tool which generates UUIDs, bulk generates of UUIDs and allows for inspection of UUIDs. The tool should explain how it works, give code snippets in different programming languages and a discussion of what the UUID is and what its use cases are. The tool should also provide additional features such as a copy button, bulk generation, automatic generation on page load, custom parameters, code examples for all major programming languages, additional translations for the most popular locales used by programmers, and a section to inspect the individual components of a UUID.

A tool which generates (twitter) snowflake ids

A tool which generates mongoids

A tool which counts tokens in a given string using tiktoken and similar libraries. The tool should explain how it works, give code snippets in different programming languages and provide options to use either default tiktoken configuration (cl100k_base), a different modality or a different popular token counting algorithm.

A tool which generates ulid, bulk generates of ulids and allows for inspection of ulids. The tool should explain how it works, give code snippets in different programming languages and a discussion of what the ulid is and what its use cases are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment