11 projects tagged "Software Development"
RefleX is a Java tool that allows people that have no particular knowledge of Java to write smart programs entirely in XML. The concepts of native XML programming used in RefleX have been designed separately, so that other implementations on other platforms/languages can be considered. As the tags used are considered "active", the underlying concepts have been named "Active Tags". Programming in XML allows developers to efficiently produce batch scripts as well as Web applications. With Active Tags, you can dramatically decrease the number of lines you have to code.
Scheme2Js is an efficient Scheme to Javascript compiler. Scheme2Js is not completely R5RS compliant, but features call/cc, partial tail-rec recursion, variable argument functions, symbols, lists, and macros. However, it lacks (among other things) hygienic macros and exact numbers.
MyCGR implements the research of the thesis of Peggy Cénac regarding the use of CGR (Chaos Game Representation) to build a new family of tests for the structure of sequences. It can empirically check the level and power of the tests and apply them on DNA sequences. It can generalize the dinucleotide abundance profile to a CGR-based relative abundance profile and use this profile on DNA sequences to build taxonomy trees and to define CGR-trees.
T3DevKit is a set of libraries and tools for TTCN-3 automatic CoDec generation and easy development of System and Test adapters (SA and TA). T3DevKit is compatible with the C mapping of the TRI (Test Runtime Interface) and TCI (Test Control Interface). It can be used to complement TTCN-3 development tools that provide these interfaces.
Userfriendly SVN (USVN) is a Web-based interface to configure your subversion repositories. This interface allows you to create new projects without a command line client, and it requires priviliged access to the server. USVN will take care of managing the list of users which are authorized to check out source code. This allows you to delegate the administration of your Subversion depots. USVN permits easy management of access restriction on Subversion files.
Go4IT is a test environment based on the TTCN-3 language. This standardized language simplifies the process of translating an existing standard into test cases and test suites. Using a TTCN test environment allows you to validate hardware or applications against a given standard. A user management interface together with logging capabilities allow you to fine tune the tests to be run and exploit the results to solve the issue in case a test would fail. Free registration is required to access the download area.
OCaml Batteries Included serves the following purposes: define a standard set of libraries that may be expected on every compliant installation of OCaml, organize these libraries into a hierarchy of modules with one source of documentation, and provide a consistent API for otherwise independent libraries.