18 projects tagged "Windows"
Kiwix is an offline reader for Web content. It was designed for use with Wikipedia, but is potentially suitable for all HTML content. It supports the ZIM format, a highly compressed open format with additional meta-data. It is intended for use in schools, universities, and libraries which can't afford broadband Internet access. It features a full text search engine, bookmarks and notes, an HTTP server, PDF/HTML export, a user interface in more than 80 languages, tabbed navigation, and an integrated content manager and downloader.
Wt is a C++ library for developing Web applications with an API that is widget-centric and inspired by existing C++ graphical user interface APIs. To the developer, it offers abstraction of Web-specific implementation details, increasing the accessibility and portability. Under the hood, the library uses the latest techniques (HTML5, Ajax, WebSockets) to handle user events and update the Web page.
QtWebApp allows you to write standalone Web server applications in C++ as easily as Java Servlets. The HTTP 1.1 server supports persistent connections, sessions with cookies, and file uploads. It contains a template engine and a logger that can be configured at runtime. The application runs on Unix as a daemon, on Windows as a service, and on all operating systems on the command line. It is based on Nokia QT 4.7. Compatibility with QT 4.8 and 5.0 has been verified successfully.
Klen-library is a program for creating electronic books. It consists of three modules, for editing books, reading books, and creating tests. It offers password protection of every book and the editing mode. The print function makes it self-sufficient, as it allows creation of books without using third-party text editors. It uses SQLite, so you don't have to install a database server. It can export to the XWB, HTML, TXT, PDF, PostScript, and RTF formats, and can import from XWB, HTML, and TXT.
QuintoLabs Content Security is an ICAP server/URL rewriter that integrates with your Squid Proxy Server to provides rich content filtering functionality, sanitizing Internet traffic passing into internal enterprise networks. It may be used to block illegal or potentially malicious file downloads, remove annoying advertisements, prevent access to various categories of Web sites, and block resources with explicit content.
Serv-U is a powerful and easy-to-use file server which supports the FTP, HTTP, and SFTP (via SSH2) protocols to ensure maximum compatibility with the widest range of transfer client software. It supports SSL encryption, provides a Web-based interface to allow administrators to remotely access and configure the file server, includes a built-in transfer client to allow users to upload and download files from their Web browsers, provides photo sharing capabilities, integrates with Active Directory (providing levels of security based on Organizational Units), and can be accessed and administered in 13 different languages simply by choosing an appropriate language upon login.
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.