12 projects tagged "Windows"
APF is a code generator that codes your software as you drag and drop code-abstracts on a canvas. It can be trained by the community to code almost anything. With automatic programming, it will sometimes code 50% to 100% of small or large software projects. APF has successfully shipped some real life software. But APF must produce more diverse software projects. You can help APF grow by picking re-usable code from any existing open source. 'Metacode' that code and submit it to the APF marketplace. APF feeds on re-useable code submitted by the community. This way, APF gets trained to auto code more and more. You can also improve the way APF assembles code, or the way its Canvas lets the user drag and drop code abstracts.
ContiPerf is a lightweight testing utility to easily leverage JUnit 4 test cases as performance tests, e.g. for continuous performance testing. It is inspired by JUnit 4's easy test configuration with annotations, and by JUnitPerf's idea of wrapping Unit tests for performance testing, but is more powerful and easier to use. It uses Java annotations for defining test execution characteristics and performance requirements. You can mark a test to run a certain number of times, or to be repeatedly executed for a certain amount of time. Performance requirements can be maximum, average, medium, or any percentile execution time. You can run tests in two different modes, using them as simple unit tests or performance tests. Easy integration with Eclipse and Maven. Export of an execution summary to a CSV file. A small library without external dependencies (only JUnit).
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.
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.
MeteoIO is a C++ library whose main design goals are: providing meteorological data format/protocol independent data access; providing safe and robust I/O; making I/O code as unobtrusive and simple as possible for the user; providing ready to use data to the user (transparent caching, filtering, resampling, and spatial interpolation); enabling unattended use from an I/O point of view; offering high modularity so that individual elements of the library can easily be replaced/expanded/added; and by its modularity, help interdisciplinary development, each module being targeted at a specific developer profile.
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.
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).
The Tinyserial library is a space-saving alternative to the Arduino software distribution's libraries for reading and writing characters and strings to the USART0 serial port on the Atmel ATmega168 and ATmega328p MCUs found on Arduino Diecimilla and Duemilanove boards. While the Arduino software distribution's libraries provide interrupt-driven serial I/O with far more features and support more MCUs, the Tinyserial library provides only the most basic polling-based serial I/O. However, the Tinyserial library uses far less Flash and SRAM, thereby giving you room to implement larger and more complicated applications on your boards. The Tinyserial library respects the GNU libc ABI, so you can call into it from C and C++ programs.
Tulip is an information visualization framework dedicated to the analysis and visualization of relational data. Tulip aims to provide the developer with a complete library, supporting the design of interactive information visualization applications for relational data that can be tailored to the problems being faced. Written in C++, the framework enables the development of algorithms, visual encodings, interaction techniques, data models, and domain-specific visualizations. One of the goals of Tulip is to facilitate the reuse of components, and it allows developers to focus on programming their application. This development pipeline makes the framework efficient for research prototyping as well as the development of end-user applications. The framework also provides a complete software for visual analysis of relational data having attributes.