Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,34111,350项(搜索用时0.016秒)
devel/commons-io-2.4 (Score: 9.2878623E-4)
Collection of I/O utilities for Java
Commons IO is a library of utilities to assist with developing IO functionality. There are three main areas included: * Utility classes - with static methods to perform common tasks * Filters - various implementations of file filters * Streams - useful stream, reader and writer implementations
devel/jsap-2.1 (Score: 9.2878623E-4)
Java package to parse command-line arguments
JSAP: the Java-based Simple Argument Parser JSAP parses your command line and instantiates objects of types you specify based upon that command line. If you configure JSAP to expect an Integer on the command line, and the user does not provide a String that can be converted to an Integer, JSAP will alert your program to the fact that there was a problem with the command line. If JSAP indicates that your command line was successfully parsed, you are guaranteed an Integer when you request that parameter's value from your program. There's a pretty big (and growing) list of return types supported by JSAP.
devel/apiextractor-0.10.10 (Score: 9.2878623E-4)
API Extractor library to build PySide
API Extractor library to build PySide The API Extractor library is used by the binding generator to parse headers of a given library and merge this data with information provided by typesystem (XML) files, resulting in a representation of how the API should be exported to the chosen target language. The generation of source code for the bindings is performed by specific generators using the API Extractor library. The API Extractor is based on QtScriptGenerator
devel/hcs12mem-1.4.1 (Score: 9.2878623E-4)
Software to manipulate EEPROM/FLASH memory
hc12mem is a command line tool for embedded microcontroller developers using Freescale's HCS12-family MCUs. It can: - erase/read/write/protect internal EEPROM memory - erase/read/write internal FLASH memory - protect/unprotect whole MCU Supported MCUs: almost every HCS12 derivative <MC9S12> A32, A64, A128, A256, A512, C32, C64, C96, C128, GC16, GC32, GC64, GC96, GC128, D32, D64, D128, D256, D512, E32, E64, E128, E256, H128, H256, UF32, NE64. Supported target connections: - BDM: - Daniel Malik's TDBML (Turbo BDM Light) USB POD - Kevin Ross's BDM12 POD - Marek Peca's PODEX - my own improved version of PODEX with firmware bugfixes - LRAE (Load RAM And Execute) serial bootloader see Freescale's Application Note AN2546 - Freescale's HCS12 MCU serial monitor see Freescale's Application Note AN2548
devel/arduino-mk-0.10 (Score: 9.2878623E-4)
Build Arduino sketches from the command line
Arduino from the command line This is a makefile written by Martin Atelier that makes it possible to build Arduino sketches with gmake. An example sketch and Makefile; it is installed in share/examples/arduino-mk
devel/Boolean-0.2.3 (Score: 9.2878623E-4)
Generalized Booleans and numbers
Some classes for generalized boolean operations.
devel/BoundedChan-1.0.3.0 (Score: 9.2878623E-4)
Channels with bounded sizes
This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number of elements.
devel/Glob-0.7.5 (Score: 9.2878623E-4)
Globbing library
A library for globbing: matching patterns against file paths.
devel/IfElse-0.85 (Score: 9.2878623E-4)
Anaphoric and miscellaneous useful control-flow
Anaphoric and miscellaneous useful control-flow.
devel/List-0.5.2 (Score: 9.2878623E-4)
List monad transformer and class
A List monad transformer and a List class. With standard list operations for Lists.