Showing 45 open source projects for "jargs/gnu/cmdlineparser"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 1
    SASUnit

    SASUnit

    Unit testing for SAS(TM)-programs

    SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs. SASUnit is written purely on the basis of SAS macros and a few shell commands. There are two videos on YouTube: * Getting started: https://www.youtube.com/watch?v=Kc66hADHNyI * Usage of setup scripts: https://www.youtube.com/watch?v=9drW_6eg6G4 SASUnit is brought to you by HMS Analytical Software...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    PureJS-Tools

    A Javascript library to make unit test and multiple onload events

    PureJS-Tools is a lightweight library to simplify some aspect code of pure javascript like the written of unit test or the manage of the onload event. Thanks to this library, you can make easily unit test to your JS code. This is a free library under the GNU General Public License version 3.0 (GPLv3). This means that you can use the PureJS-Tools in your own project, redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PLEASE NOTE that CppTest is in the process of migrating to GitHub: https://github.com/cpptest/cpptest CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability. Several output formats are supported and new ones are easily added. PLEASE NOTE that CppTest is in the process of migrating to GitHub: https://github.com/cpptest/cpptest
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4

    FRUCTOSE

    C++ unit testing framework

    C++ unit testing framework, very cutdown compared to CppUnit but very simple and implemented entirely using header files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Codesoft Barcode Label Software Icon
    Codesoft Barcode Label Software

    RFID and barcode label software to set your business up for success

    CODESOFT is an enterprise-level RFID and barcode label design application offering unmatched flexibility, power, and support. Available in print-only, single-user, and network configurations, CODESOFT is designed to meet all of your barcode labeling needs. Whether your goal is streamlining label printing, printing labels using a form, connecting a scale to your label template, or integrating your business database with your label templates, CODESOFT provides a solution for your organization’s most advanced labeling needs. Connect to SQL or Oracle databases for business system integrations and greater efficiency. CODESOFT includes over 100 barcode symbologies including GS1, supports all common image formats, and enables rich text editing. Native printer drivers are included for over 4,000 thermal, thermal transfer, and inkjet label printers to ensure the best label printing quality.
  • 5

    Cutter

    A unit testing framework for C and C++

    Cutter is a Unit Testing Framework for C and C++. Interface of Cutter is easy to write and easy to debug your code.
    Leader badge
    Downloads: 19,198 This Week
    Last Update:
    See Project
  • 6

    opmock

    Mocking and unit testing tool for C and C++

    Opmock is a mocking and testing tool for C and C++. It is useful if one wants to implement micro testing and TDD in a similar way of what exists in Java or C#. It is designed with legacy code in mind, and should work with all C++ and C compilers. NEW : version 2.1 is out. Currently there are no binaries to download, please checkout the code from svn and compile from the sources. You can checkout version 2.1 with the command: svn checkout...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    dude development environment for java

    dude development environment for java

    Compile and run Java programs without using command mode!

    Dude is a small simple development environment written in Java which allows you to compile and run Java programs without using the command window. It is platform independent and open source. Dude is easy to set up and uses the same directory structure for source and object files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pikzie is an Unit Testing Framework for Python. Pikzie provides more Pythonish API(*) and more usefull test result output rather than PyUnit (unittest.py). (*) PEP 8 -- Style Guide for Python Code: http://www.python.org/dev/peps/pep-0008/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    utPLSQL
    Our objective: to provide a unit testing framework for PL/SQL developers modeled on the Junit and Xunit frameworks. Based on the Extreme Programming methodology, utPLSQL makes it easy for developers to set up and execute unit tests of packages. Active development of this project is now on GitHub
    Downloads: 1 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 10
    mlUnit

    mlUnit

    MATLAB unit test framework

    mlUnit is a unit testing framework for the MATLAB .m language. It considers the patterns of the xUnit family, include assertions, test cases and suites as well as the fixture. In contrast to MATLAB's own unit test framework: * mlUnit output jUnit compatible XML reports * mlUnit is compatible with Your MATLAB (not just R2013b), down to at least R2006b * mlUnit offers specialised assert functions, e.g. assert_empty, assert_warning, and many more. slUnit is a unit testing framework for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NatUnit

    Unit-Test-Framework for Natural (SAG)

    NatUnit is a Unit-Test-Framework for Natural. Natural is a 4GL programming language from Software AG (SAG).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery.
    Leader badge
    Downloads: 99 This Week
    Last Update:
    See Project
  • 13
    mockpp is a platform independent unit testing framework for C++. Its goal is to facilitate developing unit tests and integration tests in the spirit of "Mock Objects for Java" and jMock. It is tested with CppUnit but should work with other frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A simple C++ unit testing framework contained within a single header file. Minimal code is required for each new test.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The project moved to GitHub, https://github.com/aevdokimenko/tsqlunit TSQLUnit is a framework to write tests for applications written in Transact-SQL. It follows the tradition of the "xUnit" framework that is available for almost all programming languages.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Unit Testing Framework - XSLT (UTF-X) is a JUnit extension for testing XSLT stylesheets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    CuTest lets you write unit tests for your C code. You should use it because: (1) It has the cutest name, (2) It looks and feels like JUnit, (3) It is cross-platform, (4) It ships in a single .c and .h file for ease of deployment.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 19
    Smokestack is a modular JEE unit testing framework, independent of Java unit testing framework (like JUnit or TestNG) with functionality geared for validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JsUnit is a unit testing framework for client-side JavaScript in the tradition of the XUnit frameworks. Development began in 2001. As of 11/28/2009, development has moved to GitHub: http://github.com/pivotal/jsunit
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Simpletest JS is a pure javascript unit testing framework designed to be run on a javascript interpreter like Rhino or SpiderMonkey. It doesn't require java or a browser, just a javascript interpreter. It's also very, very minimal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    shUnit2 is a unit testing framework for shell scripts (eg. sh, bash) that is modelled after the JUnit framework. It is designed to make unit testing in shell as simple as possible. >> This project is now hosted on GitHub (https://github.com/kward/shunit2). <<
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    MPIUnit is a unit testing framework for MPI programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cue is a Unit Testing Framework for C. This framework supports making and execution of the unit test for C programs. Cue aims at the framework that beginner of Test First Programming or XP(eXtream Programming) can easily use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AsUnit is the only open-source unit test framework that supports Flash Players 6, 7, 8 and 9.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next