16 projects tagged "Windows"
Tiki Wiki CMS Groupware is a full-featured, Web-based, multilingual, tightly integrated, all-in-one wiki, CMS, and groupware. Tiki can be used to create all kinds of Web applications, sites, portals, knowledge bases, intranets, and extranets. Tiki offers a very large number of features "out-of-the-box". It is highly configurable and modular. All features are optional and administered via a Web-based interface. Major features include a robust wiki engine, news articles, discussion forums, newsletters, blogs, file and image galleries, bug and issue trackers, a link directory, polls/surveys and quizzes, FAQs, a banner management system, calendar, maps, mobile access, RSS feeds, a category system, tags, an advanced themeing engine (Smarty), spreadsheet, live support, shoutbox, inter-user messaging, menu generator, advanced permission system for users and groups, internal search engine, external authentication support, and more. It was formerly named TikiWiki.
peak-o-mat is a data analysis and curve fitting program. It was designed to fit spectroscopic data but should be suited for any other fitting task. It allows for clearing, transforming, fitting, calibrating, etc. of spectra with few mouse clicks. It can be scripted using the Python language and can be extended by writing modules.
StarORF is a tool that facilitates the identification of the protein(s) encoded in DNA sequences and allows for transforming input sequence in its reverse complements. It allows students to define the minimal ORF length detected and highlighted by the software. Students can see putative ORF protein sequence (longer than specified ORF length), visualize start and stop codons in the sequence, and navigate imported sequences. The StarORF site contains a software user manual, video tutorial, and exercises applicable to high school and college classrooms.
Form Saver is a PHP class which fills form inputs with submitted values. It can capture the output of the current page with a form template to extract the list of inputs, process and extract the values of a just-submitted form, and alter the form template to insert submitted input values. The processed form template is output to show the form filled with the submitted values.
Data Validator is a class to validate a set of values based on a list of rules. It supports the following validation orders: sequence (fields validated sequentially), all-at-once, and both (using a dependencies model). It can embed different user-defined validation rules libraries (a default built-in library is provided).
phpLogin is a user login and authentication module for the phpNova framework. It contains all user authentication-related tasks and UI. Dependencies include: phpSession, phpHash, and phpSQL. This module is part of the phpNova framework for PHP, which is currently in the alpha stages of development.
fuzzylite is a cross-platform fuzzy logic control library. It provides a natural and simple way of creating a fuzzy logic engine in a few steps using object-oriented programming. It allows you to easily add your own features to the library by just using inheritance. It only relies on the Standard Template Library (STL) which comes with C++. No third-party libraries (e.g., boost) are involved. As a library, it only contains the functions you need from a fuzzy logic controller. qtfuzzylite is a Graphic User Interface which uses fuzzylite to provide a nice and easy way to visually create your fuzzy logic controllers. It allows you to design your fuzzy logic controller and interactively play with it while observing its operation in realtime, and it allows you to export your controller to actual fuzzylite C++ code, so you only need to copy and paste it into your C++ application.