Ports Search

Results 781790 of 8,048 for www%3Atrac.(0.023 seconds)
www/yesod-auth-hashdb-1.4.2.2 (Score: 0.020137845)
Authentication plugin for Yesod
This package is the Yesod.Auth.HashDB plugin, originally included in yesod-auth, but now modified to be more secure and placed in a separate package. It provides authentication using hashed passwords stored in a database, and works best in situations where an administrator is involved in setting up a user with an initial password. The complete login process, including a default form, is implemented by this plugin, but the application developer must design the interfaces for setting up users and allowing them to change their own passwords, since only the low-level password-setting functions are provided by this package.
www/httpuv-1.3.3 (Score: 0.020137845)
HTTP and WebSocket server library for R
httpuv provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc.
www/drush-8.1.3 (Score: 0.020137845)
Drupal command line and scripting interface
Drush is a command line shell and Unix scripting interface for the Drupal CMS and is designed to make life easier for those who spend some of their working hours hacking away at the command prompt.
www/html2hdml-1.0.5 (Score: 0.020137845)
I-mode HTML to EZweb HDML converter
html2hdml converts i-mode HTML to EZweb HDML.
www/lynx-2.8.9d9 (Score: 0.020137845)
Non-graphical, text-based World-Wide Web client
lynx is a program which allows a user to access World-Wide Web servers and other information servers. It uses only ascii representation so that it can be used from ascii-terminals and dialin-lines.
www/django_polymorphic-0.9.2 (Score: 0.020137845)
Seamless Polymorphic Inheritance for Django Models
Django-polymorphic simplifies using inherited models in Django projects. When a query is made at the base model, the inherited model classes are returned.
www/Flask-Admin-1.4.2 (Score: 0.020137845)
Flask extension for adding admin interfaces to Flask applications
Flask-Admin is a batteries-included, simple-to-use Flask extension that lets you add admin interfaces to Flask applications. It is inspired by the django-admin package, but implemented in such a way that the developer has total control of the look, feel and functionality of the resulting application.
www/man2web-0.88 (Score: 0.020137845)
Convert man pages to HTML
man2web is a program for converting man (manual) output to HTML on the fly (as a CGI program) or on the command line.
www/httpcore-4.3.3 (Score: 0.020137845)
Java components implementing the base HTTP protocol
The HttpCore components implement the most fundamental aspects of the HTTP protocol. They are nonetheless sufficient to develop basic client-side and server-side HTTP services with a minimal footprint and no external dependencies. The HttpCore base module contains the public API and the default implementation based on the Java classic (blocking) I/O model. It requires a Java 1.3 compatible runtime and has no dependency on any external libraries. HttpCore NIO extensions contain optional components that leverage the event driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO extensions are intended for those usage scenarios where raw throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner.
www/Flask-OAuthlib-0.9.3 (Score: 0.020137845)
OAuthlib for Flask
Flask-OAuthlib is an extension to Flask that allows you to interact with remote OAuth enabled applications. On the client site, it is a replacement for Flask-OAuth. But it does more than that, it also helps you to create OAuth providers.