awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ryanmjacobs avatar

ryanmjacobs/c

0
View on GitHub↗
2,176 Stars·185 Forks·Shell·MIT·1 Aufruf

C

Compile and execute C "scripts" in one go!

Features

  • Build-Systeme - A tool to compile and execute C scripts from the CLI.
  • Compiler - Tool to compile and execute C scripts.
  • Entwicklungstools - Compile and execute C files directly from the command line.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star-Verlauf

Star-Verlauf für ryanmjacobs/cStar-Verlauf für ryanmjacobs/c

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht ryanmjacobs/c?

Compile and execute C "scripts" in one go!

Was sind die Hauptfunktionen von ryanmjacobs/c?

Die Hauptfunktionen von ryanmjacobs/c sind: Build-Systeme, Compiler, Entwicklungstools, Windows Environments.

Welche Open-Source-Alternativen gibt es zu ryanmjacobs/c?

Open-Source-Alternativen zu ryanmjacobs/c sind unter anderem: include-what-you-use/include-what-you-use — Include What You Use is a C++ include optimizer and header dependency analyzer. It identifies unused or missing header… rhysu/c99sh — A shebang-friendly script for "interpreting" single C99, C11, and C++ files, including rcfile support. google/sanitizers — This project is a suite of runtime diagnostic tools designed to detect memory leaks, concurrency races, and… gperftools/gperftools — gperftools is a collection of specialized tools for profiling CPU usage, detecting memory errors, and providing… abiggerhammer/hammer — Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that. awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It…

Open-Source-Alternativen zu C

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit C.
  • gperftools/gperftoolsAvatar von gperftools

    gperftools/gperftools

    8,959Auf GitHub ansehen↗

    gperftools is a collection of specialized tools for profiling CPU usage, detecting memory errors, and providing high-performance memory allocation. It provides a memory profiling toolkit for C++ applications, including a sampling CPU profiler and a heap profiler for analyzing consumption patterns. The project includes a high-performance memory allocator designed as a multi-threaded replacement for standard allocation to reduce contention and improve execution speed. It further provides a memory debugger to identify illegal memory access and double frees. The toolkit covers broad diagnostic c

    C++
    Auf GitHub ansehen↗8,959
  • include-what-you-use/include-what-you-useAvatar von include-what-you-use

    include-what-you-use/include-what-you-use

    4,704Auf GitHub ansehen↗

    Include What You Use is a C++ include optimizer and header dependency analyzer. It identifies unused or missing header includes in source files to reduce project bloat and improve compilation performance. The tool performs static analysis using a Clang-based abstract syntax tree to map symbol usage and track preprocessor effects across different build configurations. It can automatically rewrite source files by inserting or deleting preprocessor directives based on the calculated dependency graph. The system integrates with compilation databases to determine the exact compiler flags used for

    C++
    Auf GitHub ansehen↗4,704
  • google/sanitizersAvatar von google

    google/sanitizers

    12,402Auf GitHub ansehen↗

    This project is a suite of runtime diagnostic tools designed to detect memory leaks, concurrency races, and language-specification violations during software execution. It provides a collection of dynamic analysis tools that identify addressability issues, uninitialized memory usage, and memory safety bugs in applications. The toolset includes a thread safety analyzer to identify data races and deadlocks in concurrent code, as well as an undefined behavior sanitizer to detect operations that violate language specifications. The system covers broad capabilities in memory safety monitoring and

    C
    Auf GitHub ansehen↗12,402
  • rhysu/c99shAvatar von RhysU

    RhysU/c99sh

    114Auf GitHub ansehen↗

    A shebang-friendly script for "interpreting" single C99, C11, and C++ files, including rcfile support.

    Shell
    Auf GitHub ansehen↗114
  • Alle 30 Alternativen zu C anzeigen→