Ports Search

Results 16,28116,290 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
www/libxul-45.4.0 (Score: 5.180394E-5)
Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products.
www/WebService-Pushover-1.0.0 (Score: 5.180394E-5)
Interface to Pushover API
This module provides a Perl wrapper around the Pushover ( http://pushover.net ) RESTful API. You'll need to register with Pushover to obtain an API token for yourself and for your application before you'll be able to do anything with this module.
www/HTTP_Client-1.2.1 (Score: 5.180394E-5)
PEAR classes for high level HTTP requests
The HTTP_Client class wraps around HTTP_Request and provides a higher level interface for performing multiple HTTP requests. Features: * Manages cookies and referrers between requests * Handles HTTP redirection * Has methods to set default headers and request parameters * Implements the Subject-Observer design pattern: the base class sends events to listeners that do the response processing.
www/chromium-52.0.2743.116 (Score: 5.180394E-5)
Google web browser based on WebKit
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. The Chromium website contains design documents, architecture overviews, testing information, and more to help you learn to build and work with the Chromium source code.
www/apachelog-1.1 (Score: 5.180394E-5)
Python access log parser
Parser for extracting fields from a single line of an Apache access.lo g (should work for other servers conforming to the Common Log Format). Create the parser with the log format from your server .conf file, parse lines to get dict corresponding to fields defined in the log format.
www/punbb-1.4.4 (Score: 5.180394E-5)
Fast and lightweight PHP-powered discussion board
PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller, semantically correct XHTML-compliant pages.
www/autobahn-0.14.1 (Score: 5.180394E-5)
WebSocket client & server library, WAMP real-time framework
Autobahn|Python is a networking library that is part of the Autobahn project and provides implementations of: * The WebSocket Protocol * The Web Application Messaging Protocol (WAMP) for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients. WebSocket allows bidirectional real-time messaging on the Web and WAMP adds asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
www/cssselect-0.9.1 (Score: 5.180394E-5)
Cssselect parses CSS3 Selectors and translates them to XPath 1.0
*cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_ expressions. Such expressions can be used in lxml_ or another XPath engine to find the matching elements in an XML or HTML document. This module used to live inside of lxml as ``lxml.cssselect`` before it was extracted as a stand-alone project.
www/piwik-2.16.2 (Score: 5.180394E-5)
Open Source Web Analytics Software Program
Piwik is a downloadable, open source (GPL licensed) web analytics software package. It provides detailed reports on your website and its visitors, including the search engines and keywords they used, the language they speak, which pages they like, the files they download, and so much more. Piwik aims to be an open source alternative to Google Analytics.
www/WebTest-2.0.23 (Score: 5.180394E-5)
Helper to test WSGI applications
py-WebTest is a helper to test WSGI applications, it wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. It provides convenient full-stack testing of applications written with any WSGI-compatible framework.