Ports Search

Results 451460 of 8,048 for www%3Atrac.(0.005 seconds)
www/multipart-0.1.2 (Score: 0.024324121)
HTTP multipart split out of the cgi package
HTTP multipart split out of the cgi package.
www/npc-0.83 (Score: 0.024324121)
Animated web counter
A web access counter, with real animation and other various features. For more informations, please referer to the official web site (written in Japanese):
www/shakespeare-2.0.5 (Score: 0.024324121)
Toolkit for making compile-time interpolated templates
Shakespeare is a family of type-safe, efficient template languages. Shakespeare templates are expanded at compile-time, ensuring that all interpolated variables are in scope. Variables are interpolated according to their type through a typeclass. Shakespeare templates can be used inline with a quasi-quoter or in an external file. Note there is no dependency on haskell-src-extras. Instead Shakespeare believes logic should stay out of templates and has its own minimal Haskell parser. Packages that use this: shakespeare-js, shakespeare-css, shakespeare-text, hamlet, and xml-hamlet.
www/url-2.1.3 (Score: 0.024324121)
Library for working with URLs
A library for working with URLs.
www/firefox-45.4.0 (Score: 0.024324121)
Localized interface for Firefox
Language packs for Firefox
www/http_get-1.0.20140814 (Score: 0.024324121)
Dump http-contents to stdout
Get the contents of an http url and dumps it to stdout. supports ipv6 and https (SSL). A useful tool. :)
www/http_load-20140814 (Score: 0.024324121)
Multiprocessing http performance test client
http_load runs multiple http fetches in parallel, to test the throughput of a web server. However unlike most such test clients, it runs in a single process, so it doesn't bog down the client machine. It can be configured to do https fetches as well.
www/http_post-1.0.20140814 (Score: 0.024324121)
Do a POST operation and dump http-contents to stdout
Http_post does a POST operation and dumps the results to stdout. This supports ipv6 and https (SSL).
www/mimetex-20120331.1.74 (Score: 0.024324121)
CGI script that lets you embed LaTeX math in your HTML pages
MimeTeX, licensed under the GPL, lets you easily embed LaTeX math in your html pages. It parses a LaTeX math expression and immediately emits the corresponding gif image, rather than the usual TeX dvi. And mimeTeX is an entirely separate little program that doesn't use TeX or its fonts in any way. It's just one cgi that you put in your site's cgi-bin/ directory, with no other dependencies. It's easy to use. Just place an html <img> tag in your document wherever you want to see the corresponding LaTeX expression.
www/mini_httpd-1.25 (Score: 0.024324121)
Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6
mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it's quite adequate. It implements all the basic features of an HTTP server, including: - GET, HEAD, and POST methods - CGI and basic authentication support - Security against ".." filename snooping - The common MIME types - Trailing-slash redirection - index.html, index.htm, index.cgi - Directory listings - Multihoming (virtual hosting) - Standard logging - Custom error pages It can also be configured to do SSL/HTTPS and IPv6.