349 projects tagged "OS Independent"
Piglet is a tool for parsing and lexing text for the .NET framework. The purpose of Piglet is to provide an easy-to-use tool for parsing text which can be easily included in any .NET project as a single assembly. In contrast to most parser generators, Piglet provides a fluent interface which enables you to express your grammar in a syntax which is accessible for users with no prior experience of parser generators. Piglet generates efficient, type safe, and reentrant LALR(1) parsers at runtime, which saves you from having a pre-compile step to generate your parsing tables. It also includes a lexical scanner generator which can be used independently of the parser generator.
Pytaf is a test automation framework designed for simplicity and ease of use. Using JSON configuration files, this lightweight, general-purpose test harness can execute any and all Python 3 methods. The driver hands over the configuration to the method and collects the results. Everything in between is open and unrestricted. While there are plenty of test approaches available in Python, sometimes you just want to do your own thing your own way. Pytaf is intended to help you do just that. The Pytaf project does come with sample code showing some ways of using it (including HTTP and Selenium WebDriver tests), as well as a complete README, but you can also make up your own guidelines at will. The only requirement is the format of the JSON configuration file and a (boolean,string) tuple returned to the driver.
Hydra.js is a JavaScript development library that is used to create a scalable, maintainable, and module oriented system. Hydra is framework agnostic. Hydra has been designed to create your application in a modular design system. Modules are isolated from each other, so if something is wrong in one module, the other modules will continue working. A notification system allows you to invoke an action for all the modules that are listening for particular events. A module can be extended to change its behavior without losing the original behavior. Hydra.js can be used in URL threaded applications, such as in an AJAX threaded application. You can test your modules with any unit testing framework.
Math-Random-Xorshift is a Perl module that contains a straightforward implementation of the Xorshift PRNG algorithm proposed by G. Marsaglia in 2003. The algorithm is extremely fast and passes the Diehard test, though it is not reliable enough statistically. This module is useful for games and similar applications.
TinyShell AJAX is a tiny cross-browser module based shell that acts like a Unix prompt. It includes a MySQL command line client. It supports multi-line commands, tabbing, and much more. It is ideal for emulating SSH access to a webhotel that only offers FTP and HTTP access. Also, the application is fully functional on the native iPhone/iPad browser.
Thumbnailator is a thumbnail generation library with a fluent interface for Java. It simplifies the process of producing thumbnails from existing image files and image objects by providing an API which allows for fine tuning of thumbnail generation, while keeping the amount of code that needs to be written to a minimum.