Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,21111,220项(搜索用时0.01秒)
devel/distel-4.1.1 (Score: 9.2878623E-4)
Distel extends Emacs Lisp with Erlang-style message passing
Distel extends Emacs Lisp with Erlang-style processes and message passing, and the Erlang distribution protocol. With this you can write Emacs Lisp processes and have them communicate with normal Erlang processes in real nodes. Includes some useful applications (Dynamic TAGS, debugger, process list, profiler and more).
devel/trivial-features-2010.01.16 (Score: 9.2878623E-4)
Ensures consistent *FEATURES* in Common Lisp
trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X.
devel/trivial-gray-streams-2008.11.02 (Score: 9.2878623E-4)
Thin compatibility layer for Gray streams
trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption."
devel/dprog-0.3.1 (Score: 9.2878623E-4)
Language for specifying dynamic programming algorithms
Dynamic programming is a simple yet powerful technique for solving optimisation problems. When the problem at hand can be split in smaller problems, such that the smaller solutions of an optimal solution are themselves optimal, dynamic programming can be used to avoid re-calculating solutions to shared sub- problems. Simple problems are both easily specified and easily implemented, but for complex problems translating the specification of the problem into the implementation of the dynamic programming algorithm becomes tedious and error prone. The goal of DPROG is to alleviate this by automatically translating the specification of the problem into an implementation of the solution. The DPROG language is designed to be close to the ``mathematical'' notation used for expressing recurrences, thus making it easier to specify the problem. Using the DPROG compiler, the manual implementation step can be completely avoided.
devel/dwarfdump-20130207 (Score: 9.2878623E-4)
Tool to display DWARF debugging information in ELF files
The dwarfdump tool prints the various elements of DWARF debugging information found in ELF object files.
devel/Params-ValidationCompiler-0.13 (Score: 9.2878623E-4)
Build an optimized subroutine parameter validator once, use it forever
Create a customized, optimized, non-lobotomized, uncompromised, and thoroughly specialized parameter checking subroutine.
devel/easygit-0.98 (Score: 9.2878623E-4)
Easy wrapper for git
Easy GIT is a single-file wrapper script for git, designed to make git easy to learn and use.
devel/eiffelstudio-5.7 (Score: 9.2878623E-4)
Complete Integrated Development Environment for Eiffel
While Eiffel is widely regarded as the best language for creating fast, robust, scalable applications, EiffelStudioTM is the only tool for realizing the full power of the Eiffel Development FrameworkTM. It is available under a Dual Licensing model. Users can use either commercial or Open Source licensing. EiffelStudio is more than just an IDE. Imagine being able to model your system as you think - capturing your requirements and your thought processes in Eiffel. Then, when you are ready to Design, you build upon the model you just created, still in Eiffel. And then you implement, in Eiffel. You never need to throw anything out and start over. You don't need extra tools to be able to go back and make changes in architecture safely. Roundtrip engineering? It's built in by design. Testing, metrics and productivity tools? They're built in. And debugging? Eiffel's native Design by ContractTM prevents 90% of the bugs from ever occurring in the first place - and what bugs remain are easily traced and repaired, typically within ten minutes.
devel/elfrc-0.7 (Score: 9.2878623E-4)
Resource compiler for ELF systems
elfrc is a utility that is able to compile resources (files) to object files. It can also generate corresponding C/C++ header files to use these resources from within a linked application.
devel/Sort-Array-0.26 (Score: 9.2878623E-4)
Powerful array sorting Perl interface
This extended sorting algorithm allows you to a) sort an array by ANY field number, not only the first b) find duplicates in your data-set and sort them out.