Search Results for "code formatter cpp" - Page 8

Showing 198 open source projects for "code formatter cpp"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 1
    Jempft is a Java source code formatter plug-in for BlueJ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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
  • 4
    The purpose of this project is to provide an Ant-based cpp-like preprocessing capability using the Velocity Template Engine.
    Downloads: 3 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Ant tasks for preprocessing Java sources using cpp (C preprocessor).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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
  • 8
    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
  • 9
    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
  • $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
  • 10
    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
  • 11
    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
  • 12

    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
  • 13

    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
  • 14

    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
  • 15

    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
  • 16

    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
  • 17

    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
  • 18

    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
  • 19

    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
  • 20

    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
  • 21
    Free ttcn3 compiler. (cpp code generator)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Capellini is a C++ code formatter. Your spaghetti code is going to become charming!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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