RSS 247 projects tagged "OS Independent"

No download Website Updated 13 Mar 2009 Devel::Modlist

Screenshot
Pop 42.99
Vit 3.03

The Devel::Modlist package is a tool for deriving dependancy lists for Perl scripts or modules. The module is entirely Perl code, and thus does not require any compilation or linking for use.

Download Website Updated 12 Jan 2003 Hanzi Quiz

Screenshot
Pop 52.76
Vit 2.47

Hanzi Quiz randomly generates multiple-choice questions from a list containing Hanzi (Chinese characters), Pinyin (pronunciation), and English. Questions and choices can be from any category.

Download Website Updated 28 Dec 2001 IDebug

Screenshot
Pop 68.50
Vit 2.13

IDebug is an advanced debugging framework for Java. It provides the standard core debugging and specification constructs such as assertions, debug levels and categories, stack traces, and specialized exceptions. Debugging functionality can be fine-tuned to a per-thread and/or a per-class basis, debugging contexts can be stored and recovered from persistent store, and several aspects of the debugging run-time are configurable at the meta-level.

Download Website Updated 21 Dec 2001 JUnitX

Screenshot
Pop 59.06
Vit 1.49

JUnitX is a module on top of JUnit 3.2 by Kent Beck and Erich Gamma. It is a well-designed Java testing framework to write tests in the style of Extreme Programming. It allows you access to private and protected classes, methods, and fields in order to write improved and well-organized test cases. JUnit and an old version of JUnitX are also part of Together since version 5.5.

Download Website Updated 14 Jun 2001 LogiTest

Screenshot
Pop 53.55
Vit 2.88

LogiTest is a Java application for functional and regression testing of Web sites. It currently supports GET and POST methods, HTTPS, cookies, browser history, XML formatted tests, simple Testlet API for writing new tests, user-defined HTTP headers and parameters, and regular expressions. Tests are recorded and played back through a easy-to-use GUI and can be stored and loaded from XML files.

Download Website Updated 05 Mar 2002 XPTest

Screenshot
Pop 39.51
Vit 1.52

XPTest for Together provides two patterns and a module to allow the fast development of test cases. The TestCase pattern creates a class which has to be customized to contain test methods for a given class containing business methods. Using the TestPackage pattern, a class collecting all TestCases recursively can be created. The execution module allows one to start a Swing or AWT GUI to test single classes or packages in any granularity. It depends on JUnit by Kent Beck and Erich Gamma, and is designed to significantly speed up the development of Extreme Programming-inspired tests within the Together UML modeling tool and wanna-be-IDE. Since version 5.5, XPTest is also part of the Together distribution.

No download Website Updated 10 Feb 2001 LogiMonitor

Screenshot
Pop 16.12
Vit 66.97

LogiMonitor plays back tests recorded with LogiTest at specified intervals.

Download Website Updated 09 Apr 2002 Struct::Compare

Screenshot
Pop 16.22
Vit 1.48

Struct::Compare is a Perl module that compares two values of any type and structure and returns true if they are the same. It does a deep comparison of the structures, so a hash of a hash of a whatever will be compared correctly. This is especially useful for writing unit tests for your modules.

Download Website Updated 17 Jan 2010 pyprof

Screenshot
Pop 26.55
Vit 1.73

pyprof is a wrapper around python's profile module for easily profiling python scripts without having to specify the whole path to them if they are in $PATH. It has command line arg and rc file configurable behaviors. If pyprof_auto is used, any python code can be profiled merely by setting the $PYPROF environment variable.

Download Website Updated 28 Jun 2001 Trace.java

Screenshot
Pop 21.63
Vit 65.94

Trace.java is a package used by Java programmers, testers, server administrators and others to understand what happened during the execution of a program. It doesn't generate tracing statements automatically; programmers have to add them. Trace messages go into an in-core ring buffer, a disk log, or both. The disk log can be fixed size with backups. What amount of detail gets logged can be controlled at runtime or launch time. The ring buffer and disk log can be controlled separately. Different subsystems of the code can be controlled independently.

Screenshot

Project Spotlight

Snippetory

A general Java template engine based on passive templates.

Screenshot

Project Spotlight

procenv

A command-line utility that simply dumps all attributes of its environment.