awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesIdentifier Regex Validations

Validation of code identifiers against regular expression patterns to prevent illegal naming.

Distinct from Code Naming Patterns: Focuses on the enforcement of naming rules via regex rather than just identifying existing patterns in code.

Explore 2 awesome GitHub repositories matching part of an awesome list · Identifier Regex Validations. Refine with filters or upvote what's useful.

Awesome Identifier Regex Validations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • codota/tabninecodota का अवतार

    codota/TabNine

    10,784GitHub पर देखें↗

    TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions across all programming languages. It operates as an editor plugin that communicates with a backend through a JSON message-passing interface, processing code entirely on the local machine or within a private cloud to keep source code secure and private. The system provides a completion request API that accepts cursor context and returns ranked text completions, with features for configuring completion regions, prefetching files for indexing, and managing binary versions and up

    Provides an API to retrieve the identifier regex used by the completion backend for a given file.

    Shellaiartificial-intelligenceatom-package
    GitHub पर देखें↗10,784
  • checkstyle/checkstylecheckstyle का अवतार

    checkstyle/checkstyle

    8,867GitHub पर देखें↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Matches identifiers against regular expressions to flag names that violate project standards.

    Javacode-qualitycommand-line-toolhacktoberfest
    GitHub पर देखें↗8,867
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pattern Matching
  5. Code Naming Patterns
  6. Identifier Regex Validations

सब-टैग एक्सप्लोर करें

  • Identifier Regex RetrievalsReturns the regular expression used by a backend to parse identifiers for a given file. **Distinct from Identifier Regex Validations:** Distinct from Identifier Regex Validations: retrieves the regex used for parsing, not for validating naming rules.