Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第8,4218,430项(搜索用时0.009秒)
devel/asdf-2.017 (Score: 0.0010835839)
System definition facility for Common Lisp
asdf is Another System Definition Facility for Common Lisp. It intends to solve the same class of problems as mk-defsystem - compiling and installing Lisp libraries -, but internally it takes advantage of modern CL features like pathname support etc., and uses CLOS for extensibility.
devel/as31-2.0.b3 (Score: 0.0010835839)
Free 8051 assembler
AS31 is a free 8051 assembler originally written by Ken Stauffer. Versions of AS31 found here include important bug fixes and added features, such as standard intel-hex output format for use with PAULMON2 and EPROM programmers. AS31 is a good tool for building small 8051-based projects that are written in 100% 8051 assembly language.
devel/astah-6.9.0 (Score: 0.0010835839)
Java/UML Object-Oriented Design Tool
astah* community is a simple and user-friendly UML modeling tool. astah* community features: - UML 2.x (Class, UseCase, Sequence, Activity, Communication, Statemachine, Component, Deployment, Composite Structure, Object and Package Diagrams) - Suggest Feature - Alignment Guide - Customizing Keybinds - Oval, TextBox, Filled Rectangle, Corner-rounded Rectangle and Texts - Alignment, Size adjustment - Print - Export diagram images (PNG, JPEG) *1 - astah* API (Models of Class, UseCase, Activity, Sequence and Statemachine Diagrames) - GUI Localization *1 The product name is displayed on the corner.
devel/atf-0.21 (Score: 0.0010835839)
C, C++ and shell libraries to write ATF-compliant test programs
The Automated Testing Framework (ATF) is a collection of libraries to implement test programs in a variety of languages. At the moment, ATF offers C, C++ and POSIX shell bindings with which to implement tests. These bindings all offer a similar set of functionality and any test program written with them exposes a consistent user interface. ATF-based test programs rely on a separate runtime engine to execute them. The runtime engine is in charge of isolating the test programs from the rest of the system to ensure that their results are deterministic and that they cannot affect the running system. The runtime engine is also responsible for gathering the results of all tests and composing reports. The current runtime of choice is Kyua.
devel/infix-19960628 (Score: 0.0010835839)
Lisp macro to read math statements in infix notation
This is an implementation of an infix reader macro. It should run in any valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in the traditional way (e.g., 1+2) when writing Lisp programs instead of using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a full replacement for the normal Lisp syntax. This package is compiled with SBCL. Written by Mark Kantrowitz, School of Computer Science, Carnegie Mellon University, March 1993.
devel/autobook-1.5 (Score: 0.0010835839)
GNU autoconf, automake, and libtool - The Book
This it the book "GNU AUTOCONF, AUTOMAKE AND LIBTOOL" by Gary V. Vaughan, Ben Elliston, Tom Tromey and Ian Lance Taylor. The book is installed as share/doc/autobook/autobook.html
devel/avalon-framework-4.2.0 (Score: 0.0010835839)
Apache Avalon core framework for component programming
Apache Avalon provides a complete platform for component programming including a core framework, utilities, tools, components and containers. By using key design patterns such as Inversion of Control (IoC) and Separation of Concerns (SoC), Avalon achieves a number of advantages over traditional object oriented programming frameworks: * No implementation lock * Low coupling between components * Component life cycle management * Configuration management and easy to use API * Component meta-data framework and tools * Service dependency management * Embeddable containers for standalone, J2EE and web environments The Avalon Framework API and Implementation consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcements, and several lightweight convenience implementations of the generic components.
devel/avce00-2.0.0 (Score: 0.0010835839)
OpenSource C library convert Arc/Info Vector Coverages to E00
AVCE00 is an Open Source ANSI-C library that makes Arc/Info (binary) Vector Coverages appear as E00! It allows you to read and write binary coverages just as if they were E00 files. The C library can be easily plugged into existing E00 translators to add support for binary coverages simply by replacing your existing translator's read/write function with the functions provided by the library.
devel/bam-0.4.0 (Score: 0.0010835839)
Fast and flexible build system using Lua
Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
devel/colorgcc-1.3.2 (Score: 0.0010835839)
Perl script to colorize the terminal output of GCC
colorgcc is a Perl script written by Jamie Moyers to colorize the terminal output of GCC so error messages can be found within longer compiler outputs.