12 projects tagged "English"
openSCADA is a Supervisory Control And Data Acquisition System. It is platform independent and based on a modern system design that provides security and flexibility at the same time. It is flexible. It is not an out of the box solution, but a set of tools that can be combined in many different ways. It provides development libraries, interface applications, mass configuration tools, and front-end and back-end applications. It is used 24/7 in several installations around this world. Support is available from IBH SYSTEMS GmbH.
J7Z is an alternative 7-Zip GUI. 7-Zip is a high-compression file archiver designed by Igor Pavlov. Use J7Z if you want to: update existing archives quickly; backup multiple folders to a storage location; create or extract protected archives; and lessen effort by using archiving profiles and lists.
MetricsAnalytics is a Sonar plugin that analyzes the Total Quality related to your Java code. Using this plugin you can visualize your Java code from different points of view: Architecture Quality (normalized distance from main sequence, cycle number, etc.); Design Quality (CBO, DIT, NOC, RFC, etc.); Code Quality (comment, duplicated line, complexity cyclomatic, etc.); Test Quality (code coverage, test failed number, etc.); and Total Quality. MetricsAnalytics helps you to re-factorize your code and check your test coverage. It improves the maintainability, reliability, and efficiency of your project in running time. It tries to unify the concepts of XRadar in the Sonar World with some adaptations to get the Total Quality Indicator. It adds new domains and metrics in Sonar and an extension point in the dashboard: the "Design" domain with the class metrics of Ckjm, and the "Architecture" domain with the package metrics of JDepend.
RiskMNGT is a Redmine plugin that allows you to manage risks and incidents in your projects. You can define a risk or incident from its description, type, impact, probability, exposure level, owner, mitigation strategy, and contingency strategy. You can control the traceability between your risks and new requests for change, tasks and your code. In conjunction with the RequMNGT Redmine requirement management plugin, you could relate the risks to the different artifacts of your software project: feature, requirement, use case, classes, test case, etc. A database of risks and incidents can be defined for reusing best practice mitigation strategies.
Siwpas (short for Simple Web Profile Application Server) is a lightweight Java application server platform for developing enterprise quality Web applications with the Java Platform, Enterprise Edition 6 (Java EE 6). Siwpas integrates the Apache Software Foundation's Java EE 6 related projects for providing a Java EE Web Profile compatible runtime platform. Siwpas supports Java EE Web Profile required components. The most important pieces of these components that Siwpas includes are EJB Lite Server (EJB), Java Persistence API (JPA), Java Server Faces (JSF), Context and Dependency Injection (CDI), and Bean Validation (BVAL).
PHPContracts is a design by contract framework for the PHP programming language. It can be used in an object-oriented manner or with simple functions. Design by contract is a style of programming where classes and methods have a "contract" specified for them. If the contract is violated, then there is a defect/bug in the program.