Ports Search

Results 11,22111,230 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/cobf-1.06 (Score: 9.2878623E-4)
C and C++ code obfuscator
COBF (aka C-Obfuscator) is a program which manipulates C or C++ source files in a way that they aren't readable by human beings; but they remain compilable.
devel/annexlib-0.13.2 (Score: 9.2878623E-4)
OCaml subroutines collection
An extension Library This is mostly to fill in some gaps in the standard and Unix libraries, either for completeness or because they're things I find myself needing a lot of the time, and a few modules that aren't worthy of being their own releases. Enjoy. Most of this used to be part of an old library (stew) that I broke up into a couple of smaller ones. This one /was/ extlib, now annexlib. Its companion is mathlib. See supplied documentation for additional info.
devel/Log-Dispatch-2.57 (Score: 9.2878623E-4)
Suite of OO modules for logging messages to multiple outputs
Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs. It also allows both global (dispatcher level) and local (logging object) message formatting callbacks which allows greater flexibility and should reduce the need for subclassing. Subclassing is only needed to send a message to a different output, not to change the message format.
devel/Log-Handler-0.88 (Score: 9.2878623E-4)
Object-oriented handler for logging, tracing, and debugging in Perl
Log::Handler is an object-oriented handler for logging, tracing and debugging. It is very easy to use and provides a simple interface for multiple output objects with lots of configuration parameters.
devel/Module-Build-0.4220 (Score: 9.2878623E-4)
Build and install Perl modules
Module::Build is a system for building, testing, and installing Perl modules. It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way.
devel/MooseX-CoverableModifiers-0.30 (Score: 9.2878623E-4)
Make Moose method modifiers Devel::Cover friendly
Make Moose method modifiers Devel::Cover friendly
devel/csmith-2.2.0 (Score: 9.2878623E-4)
Generates random C programs that conform to the C99 standard
Csmith is a tool that can generate random C programs that statically and dynamically conform to the C99 standard. Thus, it is useful for stress-testing compilers, static analyzers, and other tools that process C code. Csmith has found bugs in every tool that it has tested, and over the last several years we have used it to find and report more than 350 previously-unknown compiler bugs.
devel/cstringbuffer-0.1.6 (Score: 9.2878623E-4)
File-like IO for strings
cStringBuffer is a library designed to make file I/O to strings easier and more platform-neutral. It performs memory management on strings, as well as permits typical string operations.
devel/cvs2cl-2.73 (Score: 9.2878623E-4)
CVS-log-message-to-ChangeLog conversion script
cvs2cl.pl: CVS-log-message-to-ChangeLog conversion script This Perl script does what you think it does: It produces a GNU-style ChangeLog for CVS-controlled sources, by running "cvs log" and parsing the output. Duplicate log messages get unified in the Right Way.
devel/App-Cmd-0.331 (Score: 9.2878623E-4)
App::Cmd - Write command line apps with less suffering
App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial.