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
Gen AI apps are built with MongoDB Atlas
Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
This console permits test and debug network services.
You can connect to servers, use the console as server, or create a proxy between a client and a existing server
- 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)
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.
Conductor is a Java based, multi-user platform for product agnostic testing. It runs under a web server, contains a UI for test configuration, and contains an optional thin test client.
As a healthcare provider, you should be paid promptly for the services you provide to patients. Slow, inefficient, and error-prone manual coding keeps you from the financial peace you deserve. XpertDox’s autonomous coding solution accelerates the revenue cycle so you can focus on providing great healthcare.
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.
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.
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.
This tool will be a cross-platform harness for distributed performance evaluation and test execution. The tool should offer a robust test execution service as well as management of input parameters, results and regression testing.
JSeq is a tool to automatically create UML sequence diagrams. It works by following the execution of a Java program, noting each method entry and exit. It then generates a sequence diagram from this information.
WebappServiceFixture is a fixture library for SOA or distributed Web applications testing. It generates REST or xml requests, invoking web application calls, such as SOAP/REST/Simple Xml, and verify response.
Tool for generete testcasesPresents a proposal to employ use cases to estimate the test effort and to create a finite state machine for model-based test case generation.
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).
SVNHookSuite is a collection of Subversion hooks (pre-commit). This Software checks the committed files against some rules (UTF-encoding, indent by tabs, ...). If one or more checks fall through, the complete commit will be rejected.
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