Ports Search

Results 1,6811,690 of 8,048 for www%3Atrac.(0.005 seconds)
www/Products.CMFPlone-4.3.9 (Score: 0.020137845)
Plone Content Management System (core)
The Plone Content Management System (core).
www/amf-0.8.0 (Score: 0.020137845)
AMF support for Python
PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Flash Player. The Adobe Integrated Runtime and Flash Player use AMF to communicate between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP. AMF3, the default serialization for ActionScript 3.0, provides various advantages over AMF0, which is used for ActionScript 1.0 and 2.0. AMF3 sends data over the network more efficiently than AMF0. AMF3 supports sending int and uint objects as integers and supports data types that are available only in ActionScript 3.0, such as ByteArray, ArrayCollection, and IExternalizable.
www/Products.PloneLDAP-1.2 (Score: 0.020137845)
LDAP/Active Directory support for Plone
LDAP/Active Directory support for Plone
www/Products.TinyMCE-1.3.19 (Score: 0.020137845)
Adds support for TinyMCE to Plone
Adds support for TinyMCE, a platform independent web based Javascript HTML WYSIWYG editor, to Plone.
www/WebError-0.13.1 (Score: 0.020137845)
Web Error handling and exception catching
py-WebError is a python module for web error handling and exception catching.
www/WebFlash-0.1a9 (Score: 0.020137845)
Library to display flash messages in python web applications
WebFlash is a library to display "flash" messages in python web applications. These messages are usually used to provide feedback to the user (eg: you changes have been saved, your credit card number has been stolen, ...). One important characteristic they must provide is the ability to survive a redirect (ie: display the message in a page after being redirected from a form submission).
www/offline-npm-0.2.2 (Score: 0.020137845)
Offline installation with npm install
Hassle-free npm pack including all dependencies for offline installation with npm install Add offline-npm to your project to serve a npm compatible tgz file which contains all dependencies for offline installation with npm install. Additionally you can use offline-npm -n to install packages from your local npm cache directory (could be useful e.g. on travelling).
www/aiohttp-0.21.2 (Score: 0.020137845)
HTTP client/server for asyncio
HTTP client/server for Python asyncio (PEP-3156) Features: * Compression (deflate) * HTTP Basic Authenntication * Chunked Transfer Encoding * Connection Pooling * Session Cookies * Custom Request/Response classes
www/autobahn-0.14.1 (Score: 0.020137845)
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/beaker-1.8.0 (Score: 0.020137845)
Session and Caching library with WSGI Middleware
Beaker is built on code from the package MyghtyUtils, originally used in the Myghty project. It implements a full set of cache functionality along with sessions that can utilize the caches. Beaker includes Cache and Session WSGI middleware to ease integration with WSGI capable frameworks, and is automatically used by Pylons. Features * Fast, robust performance * Multiple reader/single writer lock system to avoid duplicate simultaneous cache creation * Cache back-ends include dbm, file, memory, memcached, and database (Using SQLAlchemy for multiple-db vendor support) * Signed cookie's to prevent session hijacking/spoofing * Extensible Container object to support new back-ends * Cache's can be divided into namespaces (to represent templates, objects, etc.) then keyed for different copies * Create functions for automatic call-backs to create new cache copies after expiration * Fine-grained toggling of back-ends, keys, and expiration per Cache object