Showing 922 open source projects for "software"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 1
    FixSuite is a collection of tools and applications for the Financial Information eXchange (FIX) Protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    These tools assist testers by generating, loading and capturing test data. Enterprise data sources are supported, including relational databases and LDAP, but are easily customized to support other data sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    - Simple example of Concurrent Programming in C and Java (Ended in 2007) - Temptative of a template graphic parser for g++ template errors in Java (Only the core model)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cornucopia generates testdata for SQL databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 5
    JMeter+ is a set of custom test elements for JMeter, the testing tool developed as a subproject of the Apache Jakarta project. JMeter+ contains additional control elements such as enhanced loops, XML data files and try-catch-finally constructs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Log4JUnit aims to help the testing (using JUnit assertions and test cases) of legacy code that gives a train on the log files it creates, and is, appart from that not very testable (due to missing sources, not testable design, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Sutri is a system for tests management. It does not deal directly with testing tools but enables you to manage tests, results and reports in a coherent way, without concerning about what tool is used to execute such tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JUnitMetrics is a tool that enables to measure basic JUnit and Cactus tests metrics (like number of tests, assertions, number of executed assertions). It is great, complementary solution to code coverage tools and mutation testers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tracker is a vendor neutral defect tracking tool designed for medium to large scale IT projects. It can also be used as a ticketing system for support helpdesks and to manage both team and individual work queues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 10
    This project is aim to support a automatic generate test code from test case document. It dependence XUNit test module, and seem support all x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MQ Probe is a simple Java tool for testing WebSphere MQ applications through WMQ JMS API. It allows reading and putting messages to queues with parameters like JMSCorrelationId. It's user interface is much simple to work with another similar solutions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The schema unit testing project allows for easy unit testing of xml schema data requirements. It leverages junit and xml-unit libraries to provide a regression testing framework for xml schemas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Assumed you have a project and want to write Tests. The classical way is to write tests by hand. With JUnitRecorder you can just record them. As first step you instrument the project in a way that parameter and return values of methods are recorded. With
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The OpenPC^2 project aims to develop a free, easy-to-use, and flexible programming contest control system. Our goal is to provide an open-source implementation of PC^2 and help people to hold programming contests like ACM/ICPC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project aims at developing a free open-source Scraper and Macro Interface for Web programmers, that needs no installation and will work in most of the operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JDiag is an open source system information/diagnostics tool written in Java. It gathers information from various places in the system and places it into one log file for easy analysis by computer professionals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Test Catalyst is a Java application built to plan and execute, user, performance and regression based tests of solutions developed over the IBM WebSphere MQ and thereby also enabling it to be used as a test tool over other EAI products using the same.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SeSAm (Shell for Simulated Agent Systems) provides a generic environment for modelling and experimenting with agent-based simulation with a special focus on the easy construction of complex models including dynamic interdependencies or emergent behaviour
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jasmine JUnit Runner

    Jasmine JUnit Runner

    A Jasmine unit test runner for JUnit

    To run Jasmine unit tests from a java dominated world, I have created this JUnit runner to run jasmine tests comfortable. The runner works seamlessly from maven command line and IDE's that can start JUnit 4 test suites. It is especially useful in automated test environments like Jenkins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    3A-TRE

    3A-TRE

    3A-TRE evaluates traditionally logical expressions under 3 assumptions

    ...The open world assumption (OWA) states that the truth value of a statement that is not included in or inferred from the knowledge explicitly recorded in the system shall be considered unknown. The closed world assumption (CWA) is the assumption that any statement that is not known to be true is false. We distinguish yet another case in software testing. Frequently, there are test stubs which simulate the behaviors of the dependent test modules. In this case, the dependent test modules are always assumed to be true when their results are not available. We call this a stub assumption (SA). 3A-TRE example: echo "CWA: (T and U)" | java -jar PTRE.jar Result: F 3A-PTRE example: (P means possible results) echo "OWA: (T,U and U,F)" | java -jar PTRE.jar Result: U,F
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    One JMS(include EMS,MQ JMS,BEA JMS),SOAP,HTTP,TIBCO BW,TIBCO RV,MQ test tools. Wrieted by java ,C,C++,Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Example Code Manager is an Eclipse-Plugin for managing sample code and sample data from repositories around the world. Mainly subversion repositories, but support for flat file or CVS repositories are planned.
    Downloads: 0 This Week
    Last Update:
    See Project