Ports Search

Results 18,20118,210 of 19,819 for %22HTTP Server%22.(0.01 seconds)
lang/gawk-4.1.4 (Score: 7.739885E-4)
GNU version of Awk
This is GNU Awk. It should be upwardly compatible with the Bell Labs research version of awk. It is almost completely compliant with the 1993 POSIX 1003.2 standard for awk.
lang/nawk-20121220 (Score: 7.739885E-4)
Brian Kernighan's pattern scanning and processing language
Awk scans input files for specified patterns and can perform an associated action when a line of the file matches the pattern. This is the One True version of awk described in "The AWK Programming Language" by Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 1988, ISBN 0-201-07981-X).
lang/nbfc-0.1 (Score: 7.739885E-4)
New Brainfuck Compiler
The New Brainfuck Compiler is an optimizing Brainfuck-C and Brainfuck-Java compiler.
lang/mdk-1.2.6 (Score: 7.739885E-4)
Set of utilities for developing programs using MIX and MIXAL
MIX is Donald Knuth's mythical computer as described in his monumental work The Art Of Computer Programming. As any of its real counterparts, the MIX features registers, memory cells, an overflow toggle, comparison flags, input-output devices, and a set of binary instructions executable by its virtual CPU. You can programme the MIX using an assembly language called MIXAL, the MIX Assembly Language. The MIX Development Kit offers an emulation of MIX and MIXAL. The current version of MDK includes the following applications: - mixasm A MIXAL compiler, which translates your source files into binary ones, executable by the MIX virtual machine. - mixvm A MIX virtual machine which is able to run and debug compiled MIXAL programs, using a command line interface with readline's line editting capabilities. - gmixvm A MIX virtual machine with a GTK+ GUI which allows you running and debugging your MIXAL programs through a nice graphical interface. - mixvm.el An elisp program which allows you to run mixvm within an Emacs GUD window, simultaneously viewing your MIXAL source file in another buffer.
lang/mit-scheme-9.2 (Score: 7.739885E-4)
MIT Scheme: includes runtime, compiler, and edwin binaries
MIT Scheme is a complete programming environment that runs on many Unix platforms, as well as Microsoft Windows and IBM OS/2. It features a rich runtime library, a powerful source-level debugger, a native-code compiler, and an integrated Emacs-like editor.
lang/JavaScript-Value-Escape-0.07 (Score: 7.739885E-4)
Perl extension to avoid XSS with JavaScript value interpolation
There are a lot of XSS, a security hole typically found in web applications, caused by incorrect (or lack of) JavaScript escaping. This module is aimed to provide a secure JavaScript escaping to avoid XSS with JavaScript values. The escaping routine JavaScript::Value::Escape provides escapes q!"!, q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control characters to JavaScript unicode entities like "\u0026".
lang/Pugs-Compiler-Rule-0.37 (Score: 7.739885E-4)
Compiler for Perl 6 Rules
This module provides an implementation for Perl 6 Rules. It is a front-end to several other modules: * Pugs::Grammar::Rule parses the Rules syntax. * Pugs::Grammar::Rule::Rule specifies the Rules syntax with Rules. * Pugs::Emitter::Rule::Perl5 converts parsed Rules to Perl 5 code. * Pugs::Runtime::Rule provides the runtime engine for Rules. * Pugs::Runtime::Match represents a Match object.
lang/Scalar-List-Utils-1.45 (Score: 7.739885E-4)
Perl subroutines that would be nice to have in the perl core
This package contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful. This distribution provides min max minstr maxstr sum reduce reftype blessed weaken (5.005_57 and later only) isweak (5.005_57 and later only) dualvar shuffle
lang/Try-Tiny-Retry-0.004 (Score: 7.739885E-4)
Extends Try::Tiny to allow retries
This module extends Try::Tiny to add support for retries. Try::Tiny provides bare bones try/catch statements that are designed to minimize common mistakes done with eval blocks (for instance assuming that $@ is set to a true value on error, or clobbering previous values of $@, and NOTHING else.
lang/qscheme-0.5.1 (Score: 7.739885E-4)
Small and fast Scheme interpreter
QScheme is a fast and small implementation of Scheme written in C. QScheme is easy to interface and should be easy to use as an extension language. QScheme currently supports foreign function call and dynamic library. A perl like regular expression module is provided as example. QScheme is really fast: benchmarks (still a little old) shows that it is generaly between 2 and 70 times faster than other scheme interpreters. Documentation and GTK support has been disabled in this port.