RSS 82 projects tagged "Apache 2.0"

No download Website Updated 16 Jun 2013 Snow

Screenshot
Pop 15.00
Vit 1.32

SNOW is a utility for concealing messages in ASCII text by appending whitespace to the end of lines. Because spaces and tabs are generally not visible in text viewers, messages concealed with whitespace are effectively hidden from casual observers. If SNOW's built-in encryption is used, the message cannot be read even if it is detected. SNOW exploits the Steganographic Nature Of Whitespace, similar to finding a polar bear in a snowstorm; hence the name.

No download Website Updated 12 May 2013 Template Data Interface (TDI)

Screenshot
Pop 61.77
Vit 4.08

Template Data Interface (TDI, /ʹtedɪ/) is a markup templating system written in Python with (optional but recommended) speedup code written in C. Unlike most templating systems, TDI does not invent its own language to provide functionality. Instead, you simply mark the nodes you want to manipulate within the template document. The template is parsed, and the marked nodes are presented to your Python code, where they can be modified in any way you want.

No download Website Updated 08 May 2013 cmocka

Screenshot
Pop 26.85
Vit 11.85

cmocka is a unit testing framework for C with mock objects. There are a variety of C unit testing frameworks available supporting different platforms and compilers. Some development requires a lot of different compilers and older versions, which makes it difficult to use unit testing frameworks. The idea of CMocka is that a test application only requires the standard C library and CMocka itself to minimize the conflicts with standard C library headers, especially on a lot of different platforms.

No download No website Updated 11 Feb 2013 rJSmin

Screenshot
Pop 72.08
Vit 6.64

rJSmin is a fast reimplemenation of jsmin.c by Douglas Crockford. Although it's written in Python, nearly all logic happens inside the regular expression engine: rJSmin is actually a single regex substitution call.

No download No website Updated 11 Feb 2013 rCSSmin

Screenshot
Pop 57.65
Vit 3.54

RCSSmin is a CSS minifier. The implementation is based on the semantics of the YUI compressor, but aiming for speed instead of maximum compression so that it can be used at runtime rather than during a preprocessing step. rCSSmin does syntactical compression only (removing spaces, comments, and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). It does, however, support various CSS hacks (by keeping them working as intended).

Download Website Updated 21 Jan 2013 Conary

Screenshot
Pop 351.35
Vit 66.42

Conary is a distributed software management system for Linux distributions. It replaces traditional package management solutions (such as RPM and dpkg) with one designed to enable loose collaboration across the Internet. It enables sets of distributed and loosely connected repositories to define the components which are installed on a Linux system. Rather than having a full distribution come from a single vendor, it allows administrators and developers to branch a distribution, keeping the pieces which fit their environment while grabbing components from other repositories across the Internet.

Download Website Updated 30 Jun 2012 Raptor RDF Syntax Library

Screenshot
Pop 202.21
Vit 24.47

Raptor is a C library providing a set of parsers and serializers for Resource Description Framework (RDF) triples by parsing syntaxes into RDF triples and serializing triples into a syntax. The parsers support RDF/XML, N-Triples, GRDDL, and Turtle, and via RSS tag soup: XML RSS, Atom 0.3, and Atom 1.0. The serializers support RDF/XML (3 flavours), Turtle, DOT, N-Triples, RSS 1.0, and Atom 1.0. Raptor handles RDF/XML as used by RDF applications such as RSS 1.0, FOAF, DOAP, Dublin Core, and OWL. It can use either expat or libxml2 for XML parsing, libcurl when available for URI retrieval, and is portable to many POSIX systems.

Download Website Updated 14 May 2012 Rasqal RDF Query Library

Screenshot
Pop 122.38
Vit 14.97

Rasqal is a C library for querying RDF graphs, supporting the SPARQL, RDQL, and LAQRS languages. It provides APIs for creating a query and parsing query syntax. It features pluggable triple-stores and matching interfaces, query engines for executing the queries, an API for manipulating results as bindings, and multiple ways to format the results to XML, CSV, TSV, and JSON. It uses the Raptor RDF parser to return triples from RDF content, and can alternatively work with the Redland RDF library's persistent triple stores. It is portable across many POSIX systems.

Download Website Updated 02 May 2012 mod_pLua

Screenshot
Pop 138.48
Vit 4.56

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.

No download No website Updated 09 Apr 2012 Rudder

Screenshot
Pop 27.71
Vit 20.85

By adding a user-friendly interface, predefined best practices, and fine-grained compliance reporting to your own IT configuration rules, Rudder enables enterprises to rapidly benefit from increased productivity and insight throughout their IT operations. It can measure the drift of IT infrastructures. It enables you to automate installation and configuration of services, continuously verify and repair them, and centralize information and knowledge about your infrastructure and generate compliance reports, helping you analyze and control the deviation between a service’s current state and its nominal behavior.

Screenshot

Project Spotlight

nimsg

A compact, server-based chat program.

Screenshot

Project Spotlight

Asymptote

A vector graphics language for technical drawing and LaTeX.