Simple Project List Software Map

703 projects in result set
LastUpdate: 2003-09-05 16:28

HTTP-WebTest

HTTP-WebTest is a Perl module which runs tests on remote URLs or local Web
files containing Perl/JSP/HTML/JavaScript/etc., and generates a detailed test
report. This module can be used "as-is" or its functionality can be extended
using plugins. Plugins can define test types and provide additional report
capabilities. This module comes with a set of default plugins, but can be
easily extended with third-party plugins.

(Machine Translation)
LastUpdate: 2013-03-14 03:23

makepp

Makepp, a build program that has a number of features that allow for reliable builds and simpler build files, is a drop-in replacement for GNU make. It supports almost all of the syntax that GNU make supports, and can be used with makefiles produced by utilities such as automake. It is called makepp (or make++) because it was designed with special support for C++, which has since been extended to other languages like Swig or embedded SQL. Some features that makepp adds to make are: greatly improved handling of builds that involve multiple makefiles (recursive make is no longer necessary); automatic scanning for include files; rebuilds triggered if build command changes; checksum-based signature methods for reliable builds, smart enough to ignore whitespace or comment changes; extensibility through Perl programming (within your makefile); repositories (automatically importing files from another tree); and build caches (not recompiling identically what a user of the same cache already did).

(Machine Translation)
LastUpdate: 2005-09-30 02:50

Spong

Spong is a simple system-monitoring package. It features client-based monitoring (CPU, disk, processes, logs, etc.), monitoring of network services, grouping of hosts (routers, servers, workstations, and PCs), host-specific contact and downtime information, configuration on a client-by-client basis, results displayed via the Web, history of problems, messaging (via email or pager) when problems occur, and verbose information to help diagnosis problems. It communicates via simple TCP-based messages, and is written in Perl.

(Machine Translation)
LastUpdate: 2011-08-14 17:32

autofwd

autofwd is an automated firewalling daemon intended to block hosts performing unwanted acts. While it was designed to be used to thwart hosts running dictionary attacks on logins (of any service), it can be used for just about anything. The external commands it runs are configurable, allowing you to take additional actions against offending hosts such as running an nmap OS fingerprint before firewalling, or just silently logging the event.

(Machine Translation)
LastUpdate: 2013-01-24 21:30

libintl-perl

libintl-perl is a library that supports message translation for Perl, written in pure Perl (version 5.004 or better). A faster C version is also built and installed if the system fulfills all requirements. Its interface is a superset of the gettext family of functions in C, and it uses the same file formats as GNU gettext, making it possible to use all tools available for gettext itself and to seamlessly integrate internationalized Perl code into mixed-language projects.

(Machine Translation)
LastUpdate: 2005-11-04 14:48

xenConsole

xenConsole is a curses-based tty/console monitor
for Xen 2.0. It presents the output from "xm list"
in a full-screen interface with additional domain
information via SNMP. It features colors and
somewhat realtime updates.

(Machine Translation)
LastUpdate: 2009-03-20 06:04

FastTemplate.php3

FastTemplate is a PHP3 class for managing template files
and performing variable interpolation. It is a strict port of
Jason Moore's Perl module CGI::FastTemplate. Its primary
use is to separate HTML and PHP code, making your PHP
code cleaner.

(Machine Translation)
라이센스: Artistic License
프로그래밍 언어: PHP
User Interface: Toolkits/Libraries
LastUpdate: 2011-07-21 20:57

jIRCii

jIRCii is a cross platform Internet Relay Chat client. It is
fully scriptable using a Perl-like language called sleep. The
focus is to provide a console client experience with the
advantages of a solid GUI. It includes DCC/CTCP support, the
ability to connect to SSL servers, and over 65 built-in
commands.

(Machine Translation)
LastUpdate: 2003-02-05 02:18

Jetty

Jetty is an Open Source HTTP Servlet Server written in Java. It is a full featured HTTP/1.1 server and a Servlet container. It is designed to be small, fast, embeddable and extensible. It supports HTTP/1.1, servlets 2.3, and JSP 1.2.

(Machine Translation)
LastUpdate: 2012-06-05 21:53

Cetus

Cetus is a compiler infrastructure for the source-to-source transformation of software programs. It currently supports ANSI C and is under development to support C++.

LastUpdate: 2008-12-13 18:55

Mobile Web Proxy

The Mobile Web Proxy is a (CGI) tool to make more
Web pages available from some mobile devices (cell
phone Web browsers, etc.). It employs tag cleaning
and paging so that Web pages it can access have
far greater chances of being rendered on devices
that cannot display overly large or complex pages.
It is simple, but it seems to substantially extend
the portion of the Web available from devices that
otherwise display messages like "413: Page cannot
be displayed."

(Machine Translation)
LastUpdate: 2010-12-27 11:41

SchemaView Plus

SchemaView Plus is a GUI for creating, retrieving, drawing, and print­ing database schema. It uses Perl, Tk, DBI, and XML packages. Schema can be retrieved using DBIx::SystemCatalog, and it uses XML for storing and retrieving data in text files. You can write any filters to modify these XML files to add new functionality based on your projects (e.g. dropping off some relationships).

(Machine Translation)
LastUpdate: 2009-02-03 01:42

Nessconnect

Nessconnect is a GUI, CLI, and API client for
Nessus and Nessus compatible servers. With its
user interface, it provides local session
management, scan templates, report generation
through XSLT, charts, and graphs, and
vulnerability trending.

(Machine Translation)
LastUpdate: 2003-08-08 20:37

The bastard disassembler

The bastard disassembler is a disassembler written for x86 ELF targets on
Linux. Other file formats/CPUs can be 'plugged in'. It has a command-line
interface and is meant to be used as a backend or engine. Support for
controlling the disassembler via pipes is provided. Note that this
disassembler does not rely on libopcodes to do its disassembly. Rather, the
'libi386' plugin is a standard .so that can be reused by other projects.

(Machine Translation)
LastUpdate: 2007-03-12 07:05

PennMUSH

PennMUSH is a MUD server that is often used for running social or role-playing games, with an extensive internal programming language. It runs on Unix systems, Windows, and MacOS.