Projects tagged ‘uri’


[19 total ]

2 Users

A PHP Library to easily create clean URI's
Created 10 months ago.

1 Users

uri_grammar provides a Spirit grammar for parsing URIs. The grammar is parameterized with user-supplied parse actions.
Created about 1 year ago.

1 Users

A Java Utility for generating valid mod_auth_token uris. Example Usage String uri = new ApacheAuthToken("SECRET_KEY", "protected", "some/file.txt").toUriString(); will generate something ... [More] like this: protected/3ad572defe68a65b5982aa412ef2f587/4aaa1542/some/file.txt mod_auth_token mod_auth_token is an Apache Module written by Mikael Johansson at http://www.synd.info. mod_auth_token is a time-based tokenised authentication system for Apache, mainly targetted at securing downloads. [Less]
Created 3 months ago.

1 Users

The uri-generic library contains procedures for parsing and manipulation of Uniform Resource Identifiers (RFC 3986). It is intended to conform more closely to the RFC, and uses combinator parsing and ... [More] character classes rather than regular expressions. [Less]
Created about 1 year ago.

1 Users

uriparser is a strictly RFC 3986 compliant URI parsing library written in C. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
Created over 2 years ago.

0 Users

A URL includes the protocol, domain name, domain extension, port number and path to the resource. For a particular Resource on the web, its URL may become very lengthy to remember and to type. Also ... [More] sometimes it is required to hide the real URL from the viewer (eg. URL with the affiliate id etc.). Some times the Longer URL is not accepted due to the input length limit. And sometimes the long URL with unusual characters may not correctly render or auto-linked in e-mails etc. Using our URL shortening service a user can turn a URL like the following: "http://www.some-domain.com/some-script.php?action=process&id=999 &user=xyz&some-other-variable=its-value" into an easy to handle URL like this "http://{ourURL}.com/{Link ID}/" It would be a permanent service so any time a visitor from any where on internet can enter the short URL (http://{ourURL}.com/{Link ID}/) to visit the original page (http://www.some-domain.com/some-script.php?action=process&id=999&user=xyz&some-other-variable=its-value) [Less]
Created about 1 year ago.

0 Users

Python library to access and create filesystems using URL. Provides access to HTTP, FTP, local files, HTTP, FTP servers and FUSE filesystem.
Created 11 months ago.

0 Users

RFC 3987 implementation in Java http://www.ietf.org/rfc/rfc3987.txt
Created 12 months ago.

0 Users

An URI parsing library for URIs with one of the common URI schemes: http(s), ftp and a few others. All URI components are fully URI-decoded and query arguments are presumed to be x-www-form-urlencoded key/value pairs, and decoded accordingly.
Created 12 months ago.

0 Users

This is a plugin you can drop in your rails projects to give you one-line support for friendly identifiers in your URLs. It's a fantastic timesaver for simple, restful apps where you don't want to reinvent the wheel of proper permalink support.
Created about 1 year ago.