9 projects tagged "Apache 2.0"
GHCN Processor is a command-line tool that reads temperature data from the Global Historical Climatic Network (GHCN) database and produces an annual or monthly temperature series in CSV format for an arbitrary set of stations. Stations are filtered based on a simple EL expression passed to the tool. For example, you can select only stations that are in the Northern Hemisphere, in hilly and rural locations. You can also select stations that started reporting in a given year, and so on. The tool supports more than one method of grid partitioning, station combination, and can use both the adjusted data and raw unadjusted data.
Antville is high performance, feature rich weblog hosting software based on Helma Object Publisher, an Open Source Web application server entirely written in Java. Antville itself is written in JavaScript and scales very well up to tens of thousands of weblogs on an ordinary machine. It is easy to use while offering a lot of advanced features which make it capable of hosting other types of websites as well. It features per-site language and timezone definitions, import and export of layout templates, import and export of stories (.xml), tags, polls, file uploads, user rights management, Blogger, MetaWeblog, and MovableType API support, virtual site hosting, feeds (full content or just stories, comments, per tag), and disk quotas. The AntClick package contains everything you need to run Antville on your own computer (Web server, application server, embedded database). It is already configured; just unpack the file, and you're done.
Apache Qpid is a messaging broker that implements the latest AMQP specification, providing transaction management, queuing, distribution, security, management, clustering, federation, heterogeneous multi-platform support, and much more. It is extremely fast and aims to be 100% AMQP Compliant.
Cyclone is a low-level network toolkit that provides support for HTTP 1.1 in an API very similar to the one implemented by the Tornado Web server. It has localization based on gettext with pluralization support, native support for XMLRPC and JSONRPC, native support for WebSockets (drafts 75 and 76), decent support for sending plain text or HTML email with TLS and attachments, built-in support for Redis, and support for HTTP authentication.
TIXI is a fast and simple XML interface library for applications written in C, C++, Fortran, Java, and Python. Although simplified and somewhat restricted compared to a fully-fledged XML processing library, it can create documents, create and delete nodes, and add and remove element attributes. Routines for reading and writing text nodes and nodes holding integer and floating point numbers are included, along with routines that process aggregates of these simple types for the processing of geometric data, multidimensional arrays, or arrays of vectors.
mod_pLua is an Apache HTTP Server 2.x module for developing Web applications with Lua. With mod_pLua, you can use Lua for scripting in two distinct ways; Embedded Lua scripting, <?lua print("Hello, world!") ?>, or plain Lua scripting with a CGI-style interface. mod_pLua precompiles all scripts and caches the compiled binary code so that each new call to the same file will be lightning fast, allowing you to serve hundreds of thousands of requests per minute on any modern server. Mod_pLua supports both the traditional Lua interpreter as well as LuaJIT for both Windows and UNIX platforms. If your Web server supports it, mod_pLua also utilizes APR_DBD and mod_dbd to handle persistent database connections through the dbopen() Lua function.
Higgs.IO is a high performance, message oriented network library built for realtime systems. It provides a core extensible framework and libraries built on top of the core. Libraries include a WebSocket server, an HTTP server and client, and Boson, a custom serialization and RMI library.