Ports Search

Results 2,0212,030 of 8,048 for /www/.(0.004 seconds)
www/d3_rails-3.5.16 (Score: 0.056974534)
JavaScript framework for data visualization
Gem installation of javascript framework for data visualization, D3
www/wysiwyg-7.x.2.2 (Score: 0.056974534)
Allows implementation of WYSIWYG editors for editing Drupal content
Wysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for editing content in the Drupal CMS. It simplifies installation of editors and allows you to define which editor to use depending on the input format. This module replaces all existing editor integration modules and no other Drupal module is required. It is capable of supporting any kind of client-side editor as long as there are support files for it that integrate the external library with Wysiwyg API. A client-side editor can be a regular HTML-based editor, a "pseudo-editor" (that just provides buttons to insert HTML markup into a plain textarea), or even a Flash-based editor. Support for various editor libraries is built-in. The Wysiwyg API also allows Drupal modules to register plugins (or "buttons") for editors.
www/davclient-0.0.8 (Score: 0.056974534)
Command line WebDAV client and Ruby library
DavClient is a scriptable WebDAV command line client for Ruby for managing content on webservers that support the WebDAV extensions.
www/domainatrix-0.0.11 (Score: 0.056974534)
Library for parsing domain names and canonicalizing URLs
The Domainatrix library is used for parsing domain names, canonicalizing URLs, and a few other things. It uses the list of domain names from the Public Suffix List to know what constitutes a subdomain, domain, and public suffix.
www/dropzonejs-rails-0.7.3 (Score: 0.056974534)
JS File upload by Matias Meno
Adds Dropzone, a great JS File upload by Matias Meno, to the Rails Asset pipeline.
www/em-http-request-1.1.3 (Score: 0.056974534)
EventMachine based, async HTTP Request client
Async (EventMachine) HTTP client, with support for: o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI
www/em-socksify-0.3.1 (Score: 0.056974534)
EventMachine SOCKSify shim: adds SOCKS support to any protocol
EM-Socksify: Transparent SOCKS support for any EventMachine protocol Dealing with SOCKS proxies is pain. EM-Socksify provides a simple shim to setup & negotiate a SOCKS5 connection for any EventMachine protocol. To add SOCKS support, all you have to do is include the module and provide your destination address.
www/em-twitter-0.3.5 (Score: 0.056974534)
Twitter Streaming API client for EventMachine
EM-Twitter is an EventMachine-based ruby client for the Twitter Streaming API.
www/em-websocket-0.5.1 (Score: 0.056974534)
EventMachine based WebSocket server
rubygem-em-websocket is an EventMachine based WebSocket server.
www/emk-sinatra-url-for-0.2.1 (Score: 0.056974534)
Construct absolute paths and full URLs for a Sinatra application
sinatra-url-for constructs absolute paths and full URLs for handlers in a Sinatra application. Assuming that your application is running on example.com, and that it has been mapped to /myapp, you should be able call url_for from within a handler as follows: url_for "/" # Returns "/myapp/" url_for "/foo" # Returns "/myapp/foo" url_for "/foo", :full # Returns "http://example.com/myapp/foo"