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

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

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

Open-source alternatives to Code Cracker

26 open-source projects similar to code-cracker/code-cracker, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Code Cracker alternative.

  • sveltejs/language-toolssveltejs का अवतार

    sveltejs/language-tools

    1,431GitHub पर देखें↗

    This project is a language server implementation and code editor extension designed to provide intelligence for Svelte components. It functions as a static analysis tool that parses source code to deliver real-time feedback, automated formatting, and code navigation within development environments. The tool distinguishes itself by utilizing a virtual file system mapping that translates component files into modules, allowing standard language tools to process non-standard syntax. It integrates directly with the TypeScript compiler to perform type checking and static analysis across mixed scrip

    TypeScriptlanguage-serversveltevscode-extension
    GitHub पर देखें↗1,431
  • rrrene/credorrrene का अवतार

    rrrene/credo

    5,193GitHub पर देखें↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    GitHub पर देखें↗5,193
  • microsoft/vscode-gomicrosoft का अवतार

    microsoft/vscode-go

    5,897GitHub पर देखें↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    GitHub पर देखें↗5,897

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • pycqa/pylintPyCQA का अवतार

    PyCQA/pylint

    5,685GitHub पर देखें↗

    Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and code smells without executing the program. It parses code into an abstract syntax tree and walks the tree to detect issues, enforces configurable style rules and naming conventions, and identifies duplicate code blocks by comparing tokenised source sequences. The tool also includes an inference engine that deduces variable types by simulating code paths, enabling deeper analysis even in untyped code. What distinguishes Pylint is its plugin-based checker architecture, which allo

    Python
    GitHub पर देखें↗5,685
  • dotnet/roslyn-analyzersdotnet का अवतार

    dotnet/roslyn-analyzers

    1,671GitHub पर देखें↗

    The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.

    hacktoberfest
    GitHub पर देखें↗1,671
  • dotnetanalyzers/stylecopanalyzersDotNetAnalyzers का अवतार

    DotNetAnalyzers/StyleCopAnalyzers

    2,848GitHub पर देखें↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    GitHub पर देखें↗2,848
  • edgedesigncz/phpqaEdgedesignCZ का अवतार

    EdgedesignCZ/phpqa

    563GitHub पर देखें↗

    Analyze PHP code with one command

    XSLT
    GitHub पर देखें↗563
  • editorconfig-checker/editorconfig-checker.phpeditorconfig-checker का अवतार

    editorconfig-checker/editorconfig-checker.php

    74GitHub पर देखें↗

    A tool to verify that your files are in harmony with your .editorconfig

    PHP
    GitHub पर देखें↗74
  • icsharpcode/refactoringessentialsicsharpcode का अवतार

    icsharpcode/RefactoringEssentials

    634GitHub पर देखें↗

    Refactoring Essentials for Visual Studio

    C#
    GitHub पर देखें↗634
  • josefpihrt/roslynatorJosefPihrt का अवतार

    JosefPihrt/Roslynator

    3,436GitHub पर देखें↗

    Roslynator is a set of code analysis tools for C#, powered by Roslyn.

    C#
    GitHub पर देखें↗3,436
  • microsoft/roslynclrheapallocationanalyzerMicrosoft का अवतार

    Microsoft/RoslynClrHeapAllocationAnalyzer

    654GitHub पर देखें↗

    NOTE This project is no longer maintained. The high impact analyzers from this repository are being merged with dotnet/roslyn-analyzers. As such, this repo was archived

    C#
    GitHub पर देखें↗654
  • nikic/php-parsernikic का अवतार

    nikic/PHP-Parser

    17,437GitHub पर देखें↗

    PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic manipulation. It functions as a parser, a code generator, and a static analysis framework. The project enables the programmatic construction of abstract syntax tree nodes through a fluent interface and provides the ability to transform these trees back into formatted source code. It includes a serializer that exports abstract syntax trees to JSON format and reconstructs them from strings. The toolset covers several capability areas, including namespace resolution, constant exp

    PHP
    GitHub पर देखें↗17,437
  • phpactor/phpactorphpactor का अवतार

    phpactor/phpactor

    1,889GitHub पर देखें↗

    Mainly a PHP Language Server with more features than you can shake a stick at

    PHP
    GitHub पर देखें↗1,889
  • phpro/grumphpphpro का अवतार

    phpro/grumphp

    4,294GitHub पर देखें↗

    GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates the installation and execution of script triggers to enforce code quality standards within PHP projects. The tool prevents non-compliant code from being committed by running a suite of validation and linting tasks during the Git workflow. It integrates automated quality checks directly into the local development environment to maintain project standards. The system manages pre-commit testing workflows by executing quality tests and automating Git hooks. It uses a task-based

    PHP
    GitHub पर देखें↗4,294
  • povils/phpmndpovils का अवतार

    povils/phpmnd

    584GitHub पर देखें↗

    PHP Magic Number Detector

    PHP
    GitHub पर देखें↗584
  • rectorphp/rectorrectorphp का अवतार

    rectorphp/rector

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

    Rector is an automated PHP refactoring and modernization tool designed to upgrade language versions and modernize syntax using predefined rules. It functions as a static analysis engine that inspects code structures and types to identify refactoring targets without executing the code. The project provides a framework for defining custom transformation logic to automate project-specific changes. It distinguishes itself by offering specialized capabilities for migrating legacy or custom frameworks to modern alternatives and converting docblock annotations into native language attributes. The s

    PHPastautomated-upgradesinstant-upgrades
    GitHub पर देखें↗10,199
  • roave/betterreflectionRoave का अवतार

    Roave/BetterReflection

    1,241GitHub पर देखें↗

    :crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.

    PHPhacktoberfest
    GitHub पर देखें↗1,241
  • sergeyteplyakov/errorprone.netSergeyTeplyakov का अवतार

    SergeyTeplyakov/ErrorProne.NET

    1,117GitHub पर देखें↗

    Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)

    C#
    GitHub पर देखें↗1,117
  • sonarsource/sonar-csharpSonarSource का अवतार

    SonarSource/sonar-csharp

    909GitHub पर देखें↗

    http://redirect.sonarsource.com/plugins/csharp.html

    C#
    GitHub पर देखें↗909
  • tom-englert/nullable.extendedtom-englert का अवतार

    tom-englert/Nullable.Extended

    59GitHub पर देखें↗

    Nullable reference types are a great feature introduced with C# 8.0. It really helps in writing better code.

    C#
    GitHub पर देखें↗59
  • tomzx/php-semver-checkertomzx का अवतार

    tomzx/php-semver-checker

    435GitHub पर देखें↗

    Compares two source sets and determines the appropriate semantic versioning to apply.

    PHP
    GitHub पर देखें↗435
  • bkoelman/csharpguidelinesanalyzerbkoelman का अवतार

    bkoelman/CSharpGuidelinesAnalyzer

    149GitHub पर देखें↗

    This Visual Studio analyzer supports you in making your code comply with the C# coding guidelines at CSharpGuidelines.

    C#
    GitHub पर देखें↗149
  • vannevelj/vsdiagnosticsVannevelj का अवतार

    Vannevelj/VSDiagnostics

    67GitHub पर देखें↗

    A collection of code-quality analyzers based on the Roslyn compiler platform. This project aims to ensure code-quality as you type it in your editor rather than having to do this as a separate build-step. By performing static analysis while you're writing code, certain convention violations and…

    C#
    GitHub पर देखें↗67
  • bladestan/bladestanbladestan का अवतार

    bladestan/bladestan

    368GitHub पर देखें↗

    PHPStan analysis for Blade templates

    PHP
    GitHub पर देखें↗368
  • cezarypiatek/mappinggeneratorcezarypiatek का अवतार

    cezarypiatek/MappingGenerator

    1,023GitHub पर देखें↗

    "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more Mapping Generator – Design Time Alternative to AutoMapper

    C#
    GitHub पर देखें↗1,023
  • devster/ubenchdevster का अवतार

    devster/ubench

    564GitHub पर देखें↗

    Micro PHP benchmark library

    PHP
    GitHub पर देखें↗564