Ports Search

Results 15,61115,620 of 17,660 for descr%3A%22spam filter%22.(0.017 seconds)
net/rabbitmq-c-0.0.1 (Score: 9.2782444E-5)
RabbitMQ C AMQP client library
This is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-8 protocol version, for 0-9-1 use net/rabbitmq-c-devel. - <http://www.rabbitmq.com/> - <http://www.amqp.org/> - <http://hg.rabbitmq.com/rabbitmq-c>
net/raggle-0.4.4 (Score: 9.2782444E-5)
Console RSS aggregator written in Ruby
Raggle is a console RSS aggregator, written in Ruby. Features include customizable keybindings, basic HTML rendering, HTTP proxy support, OPML import/export, themes, support for various versions of RSS, Screen support, browser auto-detection, and more. Raggle has been tested under Linux and OpenBSD, and should work properly under other Unix variants as well.
net/rdapper-20150326 (Score: 9.2782444E-5)
Command-line Registration Data Access Protocol (RDAP) client
rdapper is a command-line client for the Registration Data Access Protocol (RDAP), as described in the RDAP RFCs (7480 - 7485). This tool will send an RDAP query to an RDAP server over HTTP or HTTPS, parse the JSON response, and display it in human-readable form.
net/remmina-plugins-1.0.0 (Score: 9.2782444E-5)
Remmina plugin system
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface.
net/rtptools-1.21 (Score: 9.2782444E-5)
Set of tools to record, playback, and monitor RTPv2 data streams
The rtptools distribution consists of a number of small applications that can be used for processing RTP data. rtpplay play back RTP sessions recorded by rtpdump rtpsend generate RTP packets from textual description, generated by hand or rtpdump rtpdump parse and print RTP packets, generating output files suitable for rtpplay and rtpsend rtptrans RTP translator between unicast and multicast networks
net/fog-brightbox-0.10.1 (Score: 9.2782444E-5)
Module for the 'fog' gem to support Brightbox Cloud
Brightbox Cloud module for fog (The Ruby cloud services library) This gem is a modular for the `fog` gem that allows you to manage resources in the Brightbox Cloud. It is included by the main `fog` metagem but can used as an independent library in other applications. This includes support for the following services: - Compute - Images - Load Balancers - SQL Cloud instances
net/seda-3.0 (Score: 9.2782444E-5)
Architecture for Highly Concurrent Server Applications
[ excerpt from developer's web site with modifications ] The goal is to build a system capable of supporting massive concurrency (on the order of tens of thousands of simultaneous client connections) and avoid the pitfalls which arise with traditional thread and event-based approaches. SEDA is an acronym for staged event-driven architecture, and decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. By performing admission control on each event queue, the service can be well-conditioned to load, preventing resources from being overcommitted when demand exceeds service capacity. SEDA employs dynamic control to automatically tune runtime parameters (such as the scheduling parameters of each stage), as well as to manage load, for example, by performing adaptive load shedding. Decomposing services into a set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.
net/omniauth-auth0-1.4.1 (Score: 9.2782444E-5)
Authentication broker supporting different identity providers
Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible. omniauth-auth0 is the omniauth strategy for Auth0.
net/sofia-sip-1.12.11 (Score: 9.2782444E-5)
Open-source SIP User-Agent library
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to- person communication services.
net/ssldump-0.9b3 (Score: 9.2782444E-5)
SSLv3/TLS network protocol analyzer
ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.