awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

Awesome GitHub RepositoriesC# Compilers

Toolsets specifically designed to compile C# source code into intermediate language and assemblies.

Distinct from C Source Translators: Distinct from C Source Translators: targets the C# language and .NET IL rather than C to machine assembly.

Explore 10 awesome GitHub repositories matching programming languages & runtimes · C# Compilers. Refine with filters or upvote what's useful.

Awesome C# Compilers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mono/monoAvatar de mono

    mono/mono

    11,449Voir sur GitHub↗

    Mono is an open source implementation of the .NET Framework that provides a managed execution environment, base class libraries, and a cross-platform virtual machine. It serves as a compliant implementation of the ECMA Common Language Infrastructure standard, enabling the execution of intermediate language binaries across different operating systems. The project includes a complete toolset for C# development, featuring a command line compiler and CLI to transform source code into executable assemblies. It distinguishes itself with a flexible managed memory system that supports multiple automa

    Provides a command line toolset for compiling C# source code into intermediate language and executable assemblies.

    C#androidcsharpdotnet
    Voir sur GitHub↗11,449
  • cpp-best-practices/cppbestpracticesAvatar de cpp-best-practices

    cpp-best-practices/cppbestpractices

    8,766Voir sur GitHub↗

    This project is a curated collection of guidelines and technical resources designed to improve C++ code safety, maintainability, and performance. It provides a comprehensive set of coding standards and best practices for establishing consistent naming, formatting, and structural patterns across C++ codebases. The guide offers specific technical advice on performance optimization, including methods for minimizing object copying, optimizing memory allocation, and reducing compilation cycles. It also provides a directory of tooling recommendations for implementing static analysis, fuzz testing,

    Offers technical advice on minimizing object copying and optimizing memory allocation for increased execution efficiency.

    best-practicescpp
    Voir sur GitHub↗8,766
  • lefticus/cppbestpracticesAvatar de lefticus

    lefticus/cppbestpractices

    8,765Voir sur GitHub↗

    This project is a curated collection of best practices, coding standards, and style guidelines for writing C++ source code. It serves as a software engineering resource focused on improving code safety, maintainability, and performance. The resource covers multiple domains of C++ development, including safety engineering to reduce bugs and memory errors, as well as code optimization for increased efficiency. It provides a set of collaborative guidelines for consistent code formatting and structural patterns across projects.

    Offers specific guidelines to increase the performance and efficiency of C++ source code.

    Voir sur GitHub↗8,765
  • lolbas-project/lolbasAvatar de LOLBAS-Project

    LOLBAS-Project/LOLBAS

    8,323Voir sur GitHub↗

    LOLBAS is a curated database and knowledge base of signed Windows binaries that can be misused to bypass security restrictions and execute unauthorized code. It serves as a technical registry that maps trusted system files to their functional capabilities and the offensive tactics they enable. The project distinguishes itself by providing a capability-driven indexing system and a tactics registry that relates legitimate binary functionality to known security evasion techniques. It includes an association layer that links specific system binaries to attack patterns and tactical objectives, pro

    Identifies trusted system binaries that can compile C# source files into executables.

    XSLTblueteamdfirliving-off-the-land
    Voir sur GitHub↗8,323
  • livebook-dev/livebookAvatar de livebook-dev

    livebook-dev/livebook

    5,805Voir sur GitHub↗

    Livebook is an interactive notebook platform for Elixir that provides a web-based environment for writing and running code cells alongside Markdown content, visualizations, and reproducible workflows. It serves as a multi-cloud auto-clustering tool that automatically discovers and joins Elixir nodes into clusters across Kubernetes, AWS ECS, and Fly.io for distributed execution, and also functions as a notebook deployment tool that packages notebooks into standalone web applications with authentication, secrets, and Docker support. The platform enables real-time collaborative editing, synchron

    Runs arbitrary Elixir code on remote production nodes by configuring node name and cookie.

    Elixirchartscollaborativedistributed-computing
    Voir sur GitHub↗5,805
  • bc-security/empireAvatar de BC-SECURITY

    BC-SECURITY/Empire

    5,045Voir sur GitHub↗

    Empire is a post-exploitation command-and-control (C2) framework designed for red team operations. It deploys and manages agents written in PowerShell, Python, C#, Go, and C across Windows, Linux, and macOS, using encrypted communication channels over HTTP, HTTPS, and SMB. The framework executes over 400 built-in modules for reconnaissance, privilege escalation, credential theft, and lateral movement, and provides a modular engine for authoring custom attack modules. What sets Empire apart is its multi-language agent deployment system, which allows operators to choose implants that suit each

    Compiles C# payloads on demand using an external compiler for deployment.

    PowerShellc2empirehacktoberfest
    Voir sur GitHub↗5,045
  • ronreiter/interactive-tutorialsAvatar de ronreiter

    ronreiter/interactive-tutorials

    4,729Voir sur GitHub↗

    Ce projet est une plateforme de tutoriels de codage interactifs et un moteur de cours basé sur Markdown. Il fonctionne comme un système éducatif basé sur le web qui transforme des fichiers Markdown en pages éducatives structurées avec des interfaces intégrées pour écrire et exécuter du code. La plateforme utilise un framework d'exécution de code distant pour valider les snippets soumis par les utilisateurs en temps réel en s'intégrant avec des compilateurs et des moteurs d'exécution externes. Pour assurer une livraison cohérente à travers différentes plateformes d'hébergement, l'environnement d'apprentissage complet est fourni sous forme de déploiement conteneurisé. Le système couvre une large surface de capacités incluant le rendu Markdown avec des liens de type wiki, la livraison de cours interactifs dans plusieurs langages, et une API d'exécution de code distant pour capturer et renvoyer les sorties d'exécution.

    Implements a framework for compiling and executing programming code on remote systems for real-time validation.

    Python
    Voir sur GitHub↗4,729
  • andreasfertig/cppinsightsAvatar de andreasfertig

    andreasfertig/cppinsights

    4,497Voir sur GitHub↗

    cppinsights est un outil de visualisation de compilateur C++ et d'analyse statique qui utilise le frontend Clang pour parser le code source en un arbre de syntaxe abstraite (AST). Il fonctionne comme un transformateur source-à-source, réécrivant le code C++ pour rendre explicites et visibles les comportements implicites du compilateur et les opérations cachées. L'outil est spécialisé dans le dépliage de constructions complexes, comme l'expansion des mécanismes internes des coroutines pour visualiser la logique de suspension et de reprise. Il révèle également le code réel généré lors de l'instanciation de templates et transforme les actions implicites du compilateur, y compris les liaisons structurées et les fonctions membres spéciales, en représentations sources explicites. Ses capacités incluent la résolution des directives using et la génération de cartes structurelles pour les hiérarchies d'héritage de classes C++.

    Transforms C++ source code into explicit representations to reveal hidden compiler operations.

    C++
    Voir sur GitHub↗4,497
  • judge0/judge0Avatar de judge0

    judge0/judge0

    3,978Voir sur GitHub↗

    Judge0 is an online code execution engine and multi-language compiler API designed to compile and run source code within isolated sandboxes. It functions as an asynchronous job processor that handles code submissions via a queue and provides a secure environment to run arbitrary programs while preventing unauthorized system access. The system distinguishes itself through a multi-stage compilation pipeline and a flexible execution model that supports both single-file submissions and multi-file program execution via archives. It employs an isolate-based sandboxing mechanism to enforce strict ha

    Compiles and runs multi-file programs or pre-compiled binaries on a remote server via a REST API.

    HTMLai-agent-toolsai-agentsai-tools
    Voir sur GitHub↗3,978
  • moonbingbing/openresty-best-practicesAvatar de moonbingbing

    moonbingbing/openresty-best-practices

    3,620Voir sur GitHub↗

    This project is an API gateway optimization manual and implementation guide for OpenResty. It provides a collection of architectural patterns and coding standards for developing scriptable server logic using the Lua language within Nginx. The repository serves as a reference for extending web server functionality and optimizing network traffic gateways. It focuses on deployment strategies and high-performance coding patterns to reduce latency and increase request throughput. The content covers the development of custom gateway logic, edge computing workflows, and high-throughput network engi

    Applies high-performance coding patterns to reduce latency and increase request volume for API gateways.

    Lua
    Voir sur GitHub↗3,620
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. C# Compilers

Explorer les sous-tags

  • Performance Optimizations1 sous-tagGuidelines specifically focused on increasing the execution efficiency and resource utilization of code. **Distinct from C# Compilers:** Distinct from general compilation; focuses on the high-level patterns and guidelines for writing performant code.
  • Remote Code Execution1 sous-tagThe process of compiling and executing language-specific code on a remote target system. **Distinct from C# Compilers:** Focuses on the remote execution cycle rather than just the local compilation of C# code.
  • Safe Remote Code ExecutionFrameworks for executing user-provided code on remote servers while maintaining security and isolation. **Distinct from Remote Code Execution:** Distinct from raw remote execution by focusing on the safe integration of compilers within a web application.