Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第8,7518,760项(搜索用时0.01秒)
devel/strace-4.5.18 (Score: 0.0010835839)
System call tracer
strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. strace is similar to the native BSD ``truss'' utility, but it's output style is more convenient in most cases. For strace to work, procfs has to be mounted. FreeBSD does not mount it by default. For more information, man procfs.
devel/mocha-0.14.0 (Score: 0.0010835839)
Library for mocking and stubbing syntax like JMock and SchMock
Mocha is a library for mocking and stubbing using a syntax like that of JMock, and SchMock. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and instances.
devel/mspec-1.5.21 (Score: 0.0010835839)
Specialized Ruby testing framework
A specialized ruby testing framework
devel/oj-2.12.14 (Score: 0.0010835839)
Fast JSON parser and serializer
The fastest JSON parser and object serializer.
devel/tijmp-0.7 (Score: 0.0010835839)
Tools Interface Java Memory Profiler
TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it will not work on java/5 systems. If you need a profiler for java/5 or earlier try the jmp profiler. TIJmp is written to be fast and have a small footprint, both memory- and cpu- wise. This means that the jvm will run at almost full speed, until you use tijmp to find some information. TIJmp uses C code to talk to the jvm and it uses swing to show the tables of information. So tijmp is written in C (using jvmti and jni) and Java. TIJmp runs in the same jvm as the program being profiled. This means that it can easily get access to all things jvmti/jni has to offer. TIJmp is distributed under the General Public License, GPL. Usage: java -Dtijmp.jar=%JAVAJARDIR%/tijmp.jar -agentlib:tijmp <your-class>
devel/piston-1.4.0 (Score: 0.0010835839)
Utility to manage local copies of Subversion repositories
Piston is a utility that eases vendor branch management. This is similar to svn:externals, except you have a local copy of the files, which you can modify at will. As long as the changes are mergeable, you should have no problems. Piston has a similar purpose than svnmerge.py which you can find in the contrib/client-side folder of the main Subversion. The main difference is that Piston is designed to work with remote repositories.
devel/pqueue-2.1.0 (Score: 0.0010835839)
Priority queue class for Ruby
A priority queue is like a standard queue, except that each inserted elements is given a certain priority, based on the result of the comparison block given at instantiation time. Retrieving an element from the queue will always return the one with the highest priority.
devel/ptreloaded-0.0.1 (Score: 0.0010835839)
Reimplementation of ParseTree using RubyInlineAcceleration
ParseTreeReloaded is a reimplementation of ParseTree using RubyInlineAcceleration. The goal is to provide full compatibility to ParseTree while making it easier to build and extend.
devel/racc-1.4.12 (Score: 0.0010835839)
LALR(1) parser generator for Ruby
Racc is an LALR(1) parser generator for Ruby. It is written in Ruby and generates Ruby code. Almost all functions of yacc(1) is implemented.
devel/rdoc-4.2.2 (Score: 0.0010835839)
RDoc produces HTML and command-line documentation for Ruby projects
RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. See RDoc for a description of RDoc's markup and basic use.