Ports Search

Results 11,42111,430 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/split-0.2.2 (Score: 9.2878623E-4)
Combinator library for splitting lists
A collection of various methods for splitting lists into parts, akin to the "split" function found in several mainstream languages. Here is its tale: Once upon a time the standard Data.List module held no function for splitting a list into parts according to a delimiter. Many a brave lambda-knight strove to add such a function, but their striving was in vain, for Lo, the Supreme Council fell to bickering amongst themselves what was to be the essential nature of the One True Function which could cleave a list in twain (or thrain, or any required number of parts). And thus came to pass the split package, comprising divers functions for splitting a list asunder, each according to its nature. And the Supreme Council had no longer any grounds for argument, for the favored method of each was contained therein. Combinator library and utility functions for splitting lists.
devel/stm-2.4.4 (Score: 9.2878623E-4)
Software Transactional Memory
A modular composable concurrency abstraction.
devel/temporary-1.2.0.3 (Score: 9.2878623E-4)
Portable temporary file and directory support for Windows and Unix
The functions for creating temporary files and directories in the base library are quite limited. The unixutils package contains some good ones, but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed.
devel/test-framework-hunit-0.3.0.1 (Score: 9.2878623E-4)
HUnit support for the test-framework package
HUnit support for the test-framework package.
devel/test-framework-0.8.1.1 (Score: 9.2878623E-4)
Framework for running and organising tests, with HUnit and QuickCheck support
Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output.
devel/tf-random-0.5 (Score: 9.2878623E-4)
High-quality splittable pseudorandom number generator
This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher.
devel/threadscope-0.2.7 (Score: 9.2878623E-4)
Graphical tool for profiling parallel Haskell programs
ThreadScope is a graphical viewer for thread profile information generated by the Glasgow Haskell Compiler (GHC). The ThreadScope program allows us to debug the parallel performance of Haskell programs. Using Threadscope we can check to see that work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.
devel/time-compat-0.1.0.3 (Score: 9.2878623E-4)
Compatibility with old-time for the time package
Compatibility with the old-time package for the "new" time package.
devel/timezone-olson-0.1.7 (Score: 9.2878623E-4)
Pure Haskell parser and renderer for binary Olson timezone files
A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems.
devel/timezone-series-0.1.5.1 (Score: 9.2878623E-4)
Enhanced timezone handling for Data.Time
This package endows Data.Time, from the time package, with several data types and functions for enhanced processing of timezones.