Simple Project List Software Map

703 projects in result set
LastUpdate: 2001-06-30 17:09

Gtk-Perl

Gtk-Perl is a collection of Perl modules that
provides an easy-to-use interface to the GTK+,
gnome-libs, libglade, libgtkglarea, libgdk_imlib,
libgtkhtml, and other related libraries.

(Machine Translation)
LastUpdate: 2002-08-01 16:43

Aphid

Aphid (the Apache/Perl HTTP Installation Daemon) provides a quick facility for compiling and installing the Apache Web server with support for SSL via mod_ssl, and with the embedded Perl interpreter provided by mod_perl. It downloads, compiles, and installs the software into the directory of your choice. Aphid places emphasis on providing an intuitive, browser-based interface and keeping a tiny distribution footprint. To date Aphid has been tested on Rehat Linux 6 and 6.2, FreeBSD 4.0, and Solaris 2.6 and 7.

(Machine Translation)
LastUpdate: 2011-12-09 23:36

Radiance

Radiance is a set of tools which provide an advanced lighting simulation software package. It allows very detailed definition of materials' and light sources' properties through the use of advanced techniques like brdf and ies files, as well as a powerful mathematical scripting language, resulting in accurate renderings of scenes which are usually imported from CAD and 3D modelers. It uses the hybrid approach of Monte Carlo and deterministic ray tracing to achieve a reasonably accurate result in a reasonable time.

LastUpdate: 2004-02-24 21:16

Simple Rescue CD

Simple Rescue CD is a small Linux rescue CD, suitable for booting systems that have become unbootable due to filesystem corruption or other problems. It lies somewhere between minimalist boot floppies and large full-featured rescue systems, and as such is suitable for when space is tight, such as on business card CDs.

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: 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: 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: 2003-04-29 07:07

The Magic Notebook

The Magic Notebook is a CGI script which allows the user to store and organize notes in as many topics
as are desired. Uses include contact information, to do lists, lists of books to read, status
information for different projects, a list of "things to do when thus-and-such happens", keeping track
of things you need to tell people, and for the advanced user an editable quote of the day. The Magic
Notebook is intended to give Webmasters a new attraction with little extra work.

(Machine Translation)
LastUpdate: 2013-07-22 21:47

MiniMagAsm

MiniMagAsm is minimalistic, but powerful and flexible content management system (CMS). It is a rewrite of MiniMag in assembly language (FASM). As expected, it is a very small and very fast Web application. It has a flexible architecture and is highly customizable by the user without the need for the code to be changed and recompiled. The system uses .txt files to store articles, formatted with a lightweight markup language which is very similar to Markdown. MiniMagAsm is portable CGI application which runs on Windows or Linux Web hosting.

(Machine Translation)
LastUpdate: 2014-03-09 02:00

WSAPI Proxy

WSAPI Proxy allows you to communicate between any kind of application and different platforms across HTTP using a Web Service.

(Machine Translation)
LastUpdate: 2013-04-16 13:46

Artistic Style

Artistic Style is a fast and small open-source indenter and reformatter of C, C++, C#, and Java source codes.

(Machine Translation)
LastUpdate: 2005-10-15 01:03

Elvis

Elvis is a clone of vi/ex, the standard UNIX editor. Elvis supports nearly all
of the vi/ex commands, in both visual mode and ex mode. Elvis adds support for
multiple files, multiple windows, a variety of display modes including "hex"
and "html", on-line help, WYSIWYG printing, and other miscellaneous extensions.

(Machine Translation)
LastUpdate: 2008-03-06 01:39

libkdtree++

libkdtree++ is a C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure. Provided the data structure, it provides operator- k-1 to access the individual dimensional components (arrays, std::vector already do) and a std::less implementation for the type of dimensional components. It has support for custom allocators, implements iterators, and provides standard find as well as range queries. It has amortised O(lg n) time (O(n lg n) worst case) on most operations (insert/erase/find optimised) and worst-case O(n) space, and also provides a means to rebalance and thus optimise the tree.

LastUpdate: 2000-10-24 08:01

mysql2pgsql

This Perl script performs translation from MySQL dump files to the format required to load a Postgres database.