210 projects tagged "Windows"
QuHelp is a command-line program that scans a directory with HTML formatted text files and builds a help site using that directory's content and a template. A default template is included, but any template can be specified. QuHelp adds a nice expandable tree view of the help site's contents, a navigator, permalinks, and other useful stuff for browsing the help site.
ScrumDo is a Web application to manage your agile Scrum based projects. It gives you the tools to create and track user stories in your project. Some features include automatic burn-up charts, drag and drop iteration planning, the ability to export to Excel, edit your stories, and import your changes back in, a history tool to track where you've been, and a predictions tool for looking ahead. Multiple scrum teams are supported off a single backlog.
UserAgent Theme Switcher is a simple plugin that lets you change the theme to be displayed according to the detected browser. It checks from a predefined list useragent so that the user can at will change the theme shown for that browser. For example, a user can configure a special theme for mobile phones that is lighter and thus adapted to these devices. It is ideal for displaying themes ready for Opera Mobile, Internet Explorer Mobile, iPhone, Android, etc.
PuntoEngine is a PHP MVC framework that mixes the best practices of diferent Web frameworks. PuntoEngine mixes ideas from ASP.Net MVC, Java Servlets, and PHP. It lets you easily configure a Servlet to cast request GET, POST, Webservice XML. It can also be configured to draw a page with a master page.
phpMyGPX is a Web application based on PHP, MySQL, and OpenLayers to manage photos and GPX files with a browser, on your local machine or online, to share your tracks and images. GPX is an XML file format containing track points and routes collected by GPS receivers, and is very popular with navigation, geocaching, and OpenStreetMap.
mod_baik is an Apache HTTP server module for using the BAIK programming language for server-side programming. BAIK is a scripting language with Indonesian syntax. The basic structure of code written for mod_baik is the same as the normal BAIK programming language, but with special extensions for server side handling. It supports HTML inline coding, GET and POST input methods, URL redirection, and database connections.
EO is a template-based, ANSI-C++ evolutionary computation library that helps you to write your own stochastic optimization algorithms quickly. Evolutionary algorithms form a family of algorithms inspired by the theory of evolution, and solve various problems. They evolve a set of solutions to a given problem in order to produce the best results. These are stochastic algorithms because they iteratively use random processes. The vast majority of these methods are used to solve optimization problems, and may be also called "metaheuristics". They are also ranked among computational intelligence methods, a domain close to artificial intelligence. With the help of EO, you can easily design evolutionary algorithms that will find solutions to virtually all kind of hard optimization problems, from continuous to combinatorial ones.