Search Results for "code formatter cpp" - Page 8

Showing 199 open source projects for "code formatter cpp"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    A source code and snippet library plugin for SharpDevelop and Visual Studio with a code to HTML formatter which uses plugins to connect to data sources for storage. Other features will include search and web publishing as well as NDoc based commenting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jempft is a Java source code formatter plug-in for BlueJ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A cross-platform automatic code formatter for C++ and possibly other languages. You could call it a 'pretty-printer' for C++ code. It will fix indentation and can convert tabs to spaces or spaces to tabs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CPP-2-HTML is a DOS command-line utility that formats C++ source code into HTML pages. It uses an external Cascading Style Sheet, "cpp.css" so that the user may set up any formatting/coloring choices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 5
    The purpose of this project is to provide an Ant-based cpp-like preprocessing capability using the Velocity Template Engine.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Ant tasks for preprocessing Java sources using cpp (C preprocessor).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Most C++ test frameworks are like JUnit. Unfortunately C++ lacks reflection and lots of boiler plate code is needed for JUnit style tests. This framework tries to minimize the amount of boiler plate code required for simple test. Just enjoy writing tests!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is an XSL-FO to RTF formatter target for the .NET/mono platforms. It was initially based on code from the jfor project. see: http://www.jfor.org Note: currently requires the J# redistributable
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 10
    This project is a port of the Apache Java-based XSL-FO formatter FOP to C#. The purpose is to support the growth and adoption of the XSL-FO standard and to make FOPs capabilities embeddable in managed code applications for the .NET CLR -- since Apache's
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Generate C++ header files from cpp files. Inspired by javadoc, and doxygen style source commenting. No need to maintain two seperate files to represent one class. Create and keep your headers up-to-date with your cpp files with little effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The project provides an addin to VisualAge for Java for using the Jindent source beautifier as a replacement for VAJ's internal code formatter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Carina-Cucumber

    Carina automation BDD framework (TestNG + Cucumber)

    ...Documentation and free support Cucumber usage example: https://github.com/zebrunner/carina-demo/tree/master/src/test/resources/features User guide: http://zebrunner.github.io/carina Demo project: https://github.com/zebrunner/carina-demo Code formatter We offer to use our configured Java code formatter for Eclipse. To use the same formatter in IntelliJ IDEA, you should install and configure Eclipse Code Formatter. Carina code formatter: https://github.com/qaprosoft/carina/blob/master/carina_formatter.xml Eclipse Code Formatter: https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    sqlFormatter

    SQL formatter It is a versatile tool with which you can do things like

    SQL formatter It is a versatile tool with which you can do things like sql code uppercase & lowercase & beautifiy. https://sqlformatteronline.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Armstrong-Number

    This is a C++ code to identify if a number is armstrong number or not.

    # Armstrong-Number This is a C++ code to identify if a number is armstrong number or not. Install an IDE to run your cpp code. Then run it on your IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Fibonacci-Series

    This is a C++ code to find the fibonacci series for a number.

    # Fibonacci-Series This is a C++ code to find the fibonacci series for a number. Install an IDE to run your cpp code. Then run it on your IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Basic-Math-Test

    This is a C++ code for a basic math test.

    # Basic-Math-Test This is a C++ code for a basic math test. Install an IDE to run your cpp code. Then run it on your IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    GCD-HCF

    This is a C++ code to find GCD from 2 numbers.

    # GCD-HCF This is a C++ code to find GCD from 2 numbers. Install an IDE to run your cpp code. Then run it on your IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    aE5-plus-bE5

    This is a C++ code to verify (a^5 + b^5) formula.

    # aE5-plus-bE5 This is a C++ code to verify (a^5 + b^5) formula. Install an IDE to run your cpp code. Then run it on your IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    aE3-plus-bE3

    This is a C++ code to verify (a^3 + b^3) formula.

    # aE3-plus-bE3 This is a C++ code to verify (a^3 + b^3) formula. Install an IDE to run your cpp code. Then run it on your IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Even-Odd-number-identifier

    This is a C++ program to identify if a number is even or odd.

    # Even-Odd-number-identifier This is a C++ program to identify if a number is even or odd. Install an IDE to run your cpp code. Then run it on your IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Free ttcn3 compiler. (cpp code generator)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Capellini is a C++ code formatter. Your spaghetti code is going to become charming!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SCULT-TOOLS

    SCULT-TOOLS

    15 free tools, 1000+ prompt, Skills for People No signup, no limits.

    ...No account, no watermark, no credit limits, no data leaving your browser. There's also a library of 1000+ AI prompts & Skills organised by role. SEO · Marketing · Developer Tools · Productivity · Design Tools · No-Code · Web App · Open Source Alternatives · Writing · Analytics
    Downloads: 0 This Week
    Last Update:
    See Project