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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesToken Manipulation

Technical guides on programmatically manipulating code identifiers and tokens during compilation or execution.

Distinct from Code Manipulation Engines: Focuses on programming language token manipulation for code generation, not security access tokens or string splitting.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Token Manipulation. Refine with filters or upvote what's useful.

Awesome Token Manipulation GitHub Repositories

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

    rstacruz/cheatsheets

    14,429GitHub पर देखें↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Offers syntax examples for concatenating identifiers and converting tokens into strings for dynamic code generation.

    SCSS
    GitHub पर देखें↗14,429
  • friendsofphp/php-cs-fixerFriendsOfPHP का अवतार

    FriendsOfPHP/PHP-CS-Fixer

    13,534GitHub पर देखें↗

    PHP-CS-Fixer is a static analysis tool and code style linter designed to validate PHP code against predefined standards. It functions as a coding standard fixer that automatically detects and corrects style violations to ensure consistent formatting across a codebase. The project serves as a syntax modernizer, providing automated tools to update legacy PHP syntax to align with newer language versions. It also allows for the creation of custom style rules when built-in standards do not meet specific requirements. The tool covers broad capability areas including automated linting workflows and

    Manipulates source code identifiers and tokens by inserting, deleting, or replacing them while maintaining cursor state.

    PHP
    GitHub पर देखें↗13,534
  • squizlabs/php_codesniffersquizlabs का अवतार

    squizlabs/PHP_CodeSniffer

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

    PHP_CodeSniffer is a static analysis tool, coding standard linter, and command-line validator for PHP. It scans files and directories to detect and report formatting errors and language-specific coding violations without executing the code. The project functions as an automated code formatter capable of correcting detected style and formatting violations to bring source code into compliance with defined standards. It uses token-based lexical analysis to match code patterns against rule sets, ensuring consistency across a codebase. The tool provides comprehensive capabilities for recursive fi

    Implements token manipulation to automatically correct formatting violations and rewrite source files.

    PHPautomationclicoding-standards
    GitHub पर देखें↗10,771
  1. Home
  2. Programming Languages & Runtimes
  3. Token Manipulation