awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesIdentifier Padding

Techniques for extending identifiers to a minimum required length using specific filler characters.

Distinct from Character Count Trimmers: Unlike character length limits or trimmers, this specifically handles padding for identifier consistency.

Explore 1 awesome GitHub repository matching software engineering & architecture · Identifier Padding. Refine with filters or upvote what's useful.

Awesome Identifier Padding GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • niieani/hashids.jsAvatar niieani

    niieani/hashids.js

    4,295Vezi pe GitHub↗

    hashids.js is a JavaScript library that converts numbers into short, unique strings and decodes them back to their original values. It serves as a two-way numeric encoder that transforms integers into non-sequential strings without requiring the storage of the mapping. The project provides utilities for masking database primary keys and hexadecimal values to prevent the guessing of sequential resource addresses. It uses custom salts and alphabets to generate formatted identifiers, ensuring that the same numbers produce different strings across different projects. The library includes capabil

    Provides the ability to ensure encoded identifiers meet a minimum character length through custom padding.

    TypeScriptdatabase-idsencodinghacktoberfest
    Vezi pe GitHub↗4,295
  1. Home
  2. Software Engineering & Architecture
  3. Identifier Padding