Simple Project List Software Map

1891 projects in result set
Última Atualização: 2004-11-08 11:16

Wodan Caching Proxy

Wodan is an Apache module for reverse proxying and caching of
sites. It allows the backend server to determine how pages should be
cached through a custom HTTP header, which makes it very flexible. It
caches on the local filesystem, which makes it very easy to create
custom purging systems. Expiration of cachefiles is also supported, as
well as no-caching options.

(Machine Translation)
Última Atualização: 2005-03-08 14:47

JMXDump

JMXDump enables (read-only) command-line access to Jboss's JMX statistics provider, MBeans. It can be used to interactively browse the statistics or to periodically record interesting data to a file.

(Machine Translation)
Última Atualização: 2010-03-06 19:59

DynaBlast

DynaBlast is a fast Apache HTTPD access_log scanner. It can find hosts that exceed a given number of hits in a given time period, printing them to standard output. It has a "fast mode" that can skip lines that have already been parsed. Multiple dynablast instances are avoided by using a lock file. This make it suitable for crontab usage. It can be run by any user, not just root. It can run in parallel, for example, when analyzing different access_log files. It keeps memory consumption down to about 10 kb, by parsing the access_log file one line at a time.

(Machine Translation)
Linguagem Natural: English
Sistema Operacional: HP-UX, Linux
Linguagem de Programação: C
Última Atualização: 2009-07-21 00:47

gLite

The gLite distribution is an integrated set of
components designed to enable resource sharing. In
other words, this is middleware for building a
grid. The gLite middleware is produced by the EGEE
project. The distribution model is to construct
different services ("node-types") from these
components and then ensure easy installation and
configuration on the chosen platforms.

(Machine Translation)
Última Atualização: 2008-02-07 20:05

Aranea framework

Aranea is a hierarchical Model-View-Controller Web
framework that provides a common, simple approach
to building Web application components, reusing
custom or general GUI logic, and extending the
framework. The framework enforces programming
using object oriented techniques with POJOs and
provides a JSP tag library that facilitates the
programming of Web GUIs without writing HTML. In
addition to being a full-fledged Web framework in
its own right, it provides a powerful and simple
component system that allows the framework to be
tailored by configuring the reusable modules and
adding modules only for the missing features.

(Machine Translation)
Última Atualização: 2012-02-11 07:32

seedBank

seedBank is a simple tool for managing Debian/Ubuntu seed files for use with unattended installations. It also manages PXE files.

(Machine Translation)
Última Atualização: 2003-05-19 14:10

auth_sqlite

auth_sqlite is an Apache 1.3.x module that allows user and group authentication from an SQLite database. It supports crypted and MD5-hashed passwords.

(Machine Translation)
Sistema Operacional: POSIX (Linux,BSD,Solaris etc..)
Linguagem de Programação: C
Interface de Usuário: Web Environment
Última Atualização: 2008-12-09 23:32

Antiplate

Antiplate is an Ant script that creates a common
project structure for Java projects. It creates
directories, property files, and a build script with
common settings and targets.

(Machine Translation)
Última Atualização: 2010-10-11 22:50

Web Page Replay

Web Page Replay allows you to record Web pages using a local DNS and a local Web server, which act as proxies, and records performance metrics in addition to the actual resources. It can play back recorded pages again with simulated performance characteristics.

(Machine Translation)
Sistema Operacional: MacOSX, Linux, Windows
Linguagem de Programação: Python
Interface de Usuário: Web Environment
Última Atualização: 2013-05-28 12:55

h2H Messenger

h2H Messenger is a secure messenger client that uses PHP OpenSSL functions, mcrypt, and PHPSecLib to encrypt messages at-rest using RSA keys. The user only creates an account and the application handles the public key generation, key management, key exchange, and encryption and decryption of messages. There are no algorithms or key sizes to choose. It uses strong standards (AES 256, 4096 bit RSA Keys, SHA1, SHA512, etc.) in the background, and requires two-factor authentication using a code sent via SMS or using Asterisk.

(Machine Translation)
Database Environment: MySQL
Sistema Operacional: MacOSX, POSIX (Linux,BSD,Solaris etc..)
Linguagem de Programação: PHP
Última Atualização: 2006-12-20 11:23

XLB

XLB is an HTTP load balancer. It features
connection management where requests are parsed
and assigned to a persistent connection to the
back-end server. This reduces back-end server load
by causing fewer forks, less memory use, and lower
CPU consumption. It can decode SSL requests, which
is useful if you have an SSL accelerator board.
Scripting allows requests to be routed to specific
pools or headers modified based on the URL,
filename, source IP, and other fields. A fast
in-memory cache is included .

(Machine Translation)
Sistema Operacional: POSIX (Linux,BSD,Solaris etc..), Linux
Linguagem de Programação: C
Interface de Usuário: Web Environment
Última Atualização: 2004-10-30 12:13

AutoUI

AutoUI is a mechanism to automatically construct
Java Swing user interfaces for data objects by
using JDK 1.5 annotations.

(Machine Translation)
Última Atualização: 2012-05-23 02:32

QuickSummary

QuickSummary is a plugin for Mozilla Thunderbird which parses text and highlights the lines the user selects as being the most important. For example, if the user defines three important sentences, the first appears highlighted in green, the second in yellow, and the third in red.

(Machine Translation)
Sistema Operacional: OS Independent
Linguagem de Programação: Python, Python
Última Atualização: 2004-04-23 16:51

SPindent

SPindent (Server Page Indenter) is a JSP/PHP
structural validator and indenter. It performs
structural compatibility check of inner HTML
generated from "parallel" branches of process flow
statements such as if/else. It allows for those
HTML branches to have different entry and exit
HTML stack points, as far as the branches are
compatible. This allows for verification and
proper indentation of handy workarounds, as well
as rusty pyramids. It is based on MixedCC (Mixed
Compiler Compiler).

(Machine Translation)
Última Atualização: 2007-02-27 23:07

Elvyx

Elvyx is a tool designed to monitor and profile
JDBC activity. This JDBC profiler has a wrapper
that intercepts access to the database and sends
this information to the elvyx server. The server
receives the information, stores the data into a
database, and serves this information to the
client. The client shows SQL statements, bound SQL
statements, elapsed time, elapsed time preparing
the statements, and more.

(Machine Translation)
Database Environment: SQL-based
Linguagem de Programação: Java