Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第8,7418,750项(搜索用时0.009秒)
devel/hamster-3.0.0 (Score: 0.0010835839)
Efficient, immutable, thread-safe collection classes for Ruby
Efficient, immutable, and thread-safe collection classes for Ruby. Hamster provides 6 Persistent Data Structures: Hash, Vector, Set, SortedSet, List, and Deque (which works as an immutable queue or stack).
devel/hashery-2.1.2 (Score: 0.0010835839)
Hashery is a tight collection of Hash-like classes
The Hashery is a tight collection of Hash-like classes. Included among its many offerings are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash making it a snap to subclass and augment to fit any specific use case.
devel/ice_cube-0.14.0 (Score: 0.0010835839)
Recurring date library for Ruby
Ruby Date Recurrence Library - Allows easy creation of recurrence rules and fast querying
devel/jammit-0.7.0 (Score: 0.0010835839)
Industrial strength asset packaging library for Rails
Jammit is an industrial strength asset packaging library for Rails, providing both the CSS and JavaScript concatenation and compression that you'd expect, as well as YUI Compressor and Closure Compiler compatibility, ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image embedding.
devel/jeweler-2.0.1 (Score: 0.0010835839)
Simple and opinionated helper for creating Rubygem projects
Jeweler provides the noble ruby developer with two primary features: * a library for managing and releasing RubyGem projects * a scaffold generator for starting new RubyGem projects
devel/sdl_console-2.1 (Score: 0.0010835839)
Drop down console that can be easily added to any SDL application
SDL_Console is a drop down console that can be easily added to any SDL application. It is similar to Quake and other games consoles. A console gives you the ability to interact with your program in an easy way by executing predefined commands. You can also have more than one console at a time.
devel/json-1.8.3 (Score: 0.0010835839)
Parse JSON texts and generate them from ruby data structures
This library can parse JSON texts and generate them from ruby data structures. This port implemented in C and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.
devel/json_pure-1.8.3 (Score: 0.0010835839)
Parse JSON texts and generate them from ruby data structures in Ruby
This library can parse JSON texts and generate them from ruby data structures. This port implemented in pure Ruby and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.
devel/locale-2.1.1 (Score: 0.0010835839)
Pure ruby library to support locales
Ruby Locale is a pure ruby library to support locales.
devel/st-1.9 (Score: 0.0010835839)
State Threads Library for Internet Applications
The State Threads is a small application library which provides a foundation for writing fast and highly scalable Internet applications (such as web servers, proxy servers, mail transfer agents, and so on) on UNIX-like platforms. It combines the simplicity of the multithreaded programming paradigm, in which one thread supports each simultaneous connection, with the performance and scalability of an event-driven state machine architecture. In other words, this library offers a threading API for structuring an Internet application as a state machine. The State Threads library is a derivative of the Netscape Portable Runtime library (NSPR).