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
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
JLife is a Java framework for testing and playing with A-Life.
The the main idea is about evolving creatures, that consists of chain of commands, that influence both the creature and it's environment.
CruiseView is a java JMX client that allows you to view information on cruise control builds, as well as invoke JMX commands on the CruiseControl server..
A microprocessor simulator for unittesting assembly code in embedded systems. Written in pure Java, it works with JUnit on any platform Java supports. Micros include 6502, 6800, 8051, Z80, and others.
Haste, which stands for High-level Automated System Test Environment,
represents an approach to system testing that is philosophically consistent
with standard unit and integration XP testing practices.
Tests executed in different environments often rely on environment-specific static properties. EZPZ enables ths use of parameter-driven XML files to provide these properties, and provides hooks for you to generate non-static properties.
Toplink in memory makes TDD possible in large database applications. Make your Java project tests run faster. Toplink in memory allows you to run your tests in memory, rather than against a database. In our current project, this gives a 100x speed up.
Surrogate is a complimentary unittesting framework, especially suitable for unittesting of large, complex Java systems. Surrogate integrates seamlessly with JUnit, MockEJB and various mock object implementations and is based on the AspectJ technology
DNScat is a "swiss-army knife" tool to tunnel traffic through DNS servers. It is a small, yet powerfull tool, similar to netcat. In conjunction with PPP server, it allows to build a VPN using DNS packets. DNScat is a useful tool for penetration testing.
DB Initiator is a tool to quickly populate a database with nonsense data quickly and easily. This can aid in testing the scalability of your database driven website, or easily design the UI with plenty of data loaded.
YABI93 is an Interpreter for the esoteric programming language Befunge, version "Befunge93". It is written in Java 1.5 and uses Swing for its graphical interface. YABI supports a multilanguage GUI.
CryptoHelper is a Java program designed to aid in the decryption of classical ciphers, ie pre WWII ciphers. It brings together tools like frequency analysis, friedman tests, enciphering/deciphering for several clasical ciphers, and brute force algorithm
AdaptiveCells J2EE generates test-beds for benchmarking J2EE performance. They consists of highly customizable EJB cells that can emulate CPU load, memory usage, memory leaks and exceptions. The behaviour of the cells is coordinated from a web front-end.
The Macro Agent Transport Event-based Simulator (MATES) is intended to efficiently investigate the behavior of distributed agent based systems over mobile ad hoc networks (MANETs). MATES provides an expandable environment for agent-based system testing.
Q++ is a cross platform C++ template library used for simulating quantum computation. Its purpose is to allow testing of quantum algorithms by providing a quicker way to create programs compiled for speed.
The GridUnit project is a first effort to use the huge heterogeneity and distributed nature of Computational Grids to imporve the software testing process. It is an extension of the widelly adopted JUnit testing framework.
Infusion is a java framework that simplifies the implementation and the testing of 3-tier applications with rich client user interfaces, based on rich client technologies of the market like JDNC, and also a realistic sample banking application.
XMLImportDB is an open source database import and comparison library
distributed by Burton Computer Corporation under the Apache Software
License version 2.0. XMLImportDB is useful for automating unit tests
of Java programs that use JDBC.
Fasper is a framework for parser verification, developed using java and antlr. Fasper uses a "golden model" based testing approach and can be integrated with JUnit. Any parser can be verified by using a plugin.
For more details about the donors you should visit: www.amiq.com/consulting or www.amiq.com/consulting/blog
The DBC framework uses reflection to inspect a type, it then generates source for a proxy object containing checks on predicates in attributes attached to members of the type. Proxy code is compiled into an in-mem assembly used to enforce DBC rules.
Java Class and Byte Code verifier. Verifies static class file structure, external references, analyzes operand stack and local variables through byte code execution emulation. Includes CLDC standard verfication.