Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.829 Times

Uris freeware
Filter: All | Freeware | Demo
 

Uris

1 2 3 > 
Added: May 24, 2010 | Visits: 899

Test::URI Test::URI is a Perl module that can check Uniform Resource Identifiers (URIs). SYNOPSIS use Test::More tests => 5; use Test::URI; # http://www.example.com:8080/index.html#name uri_scheme_ok( $uri, http ); uri_host_ok( $uri, www.example.com ); uri_port_ok( $uri, 8080 ); uri_path_ok(... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Test::URI Download

Added: September 22, 2010 | Visits: 605

ModPerl::PackageRegistry ModPerl::PackageRegistry is a Perl module to map URIs to perl package namespaces. SYNOPSIS Apache: < Location /dynamic > SetHandler perl-script PerlResponseHandler ModPerl::PackageRegistry PackageNamespace MyWebsite::pages PackageBase /dynamic PackageIndex index PackageHandler ->page... Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): ModPerl::PackageRegistry Download

Added: August 12, 2013 | Visits: 456

Twitterify This plugin automatically converts hashtags (like #wordpress) to tag links, @links to author links (like @shailan), and autolinks URIs (like http://shailan.com ) to links. Some benefits of Twitterify are: * Linking will take less time, you will get more productive. * Tag links will be fine even... Platforms: PHP

License: Freeware Size: 10 KB Download (49): Twitterify Download

Added: April 14, 2010 | Visits: 1.083

WebFS::FileCopy WebFS::FileCopy is a Perl module to get, put, move, copy, and delete files located by URIs. SYNOPSIS use WebFS::FileCopy; my @res = get_urls(ftp://www.perl.com, http://www.netscape.com); print $res[0]->content if $res[0]->is_success; # Get content from pages requiring basic... Platforms: *nix

License: Freeware Size: 22.53 KB Download (114): WebFS::FileCopy Download

Added: July 22, 2010 | Visits: 809

Text::WikiFormat Text::WikiFormat is a Perl module for translating Wiki formatted text into other formats. SYNOPSIS use Text::WikiFormat; my $html = Text::WikiFormat::format($raw); The original Wiki web site had a very simple interface to edit and to add pages. Its formatting rules are simple and easy to... Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Text::WikiFormat Download

Added: May 06, 2010 | Visits: 836

Rose::URI Rose::URI is a standalone URI class allowing easy and efficient manipulation of query parameters and other URI components. SYNOPSIS use Rose::URI; $uri = Rose::URI->new(http://un:pw@foo.com/bar/baz?a=1&b=two+3); $scheme = $uri->scheme; $user = $uri->username; $pass = $uri->password;... Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): Rose::URI Download

Added: August 16, 2010 | Visits: 1.142

squid-filter squid-filter project was designed to build filtering capabilities comparable to those of Muffin into Squid. It consists of a patch to Squid, containing a module loader and filtering hooks, and a set of filter modules. Currently available filters: - Redirection of URIs. - Rejection of... Platforms: *nix

License: Freeware Size: 47.1 KB Download (141): squid-filter Download

Added: October 23, 2010 | Visits: 810

W3C::LogValidator::Basic W3C::LogValidator::Basic is a W3C log validator. It can sort web server log entries by popularity (hits). SYNOPSIS use W3C::LogValidator::Basic; my $b = new W3C::LogValidator::Basic; $b->uris(http://www.w3.org/Overview.html, http://www.yahoo.com/index.html); my $result_string=... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): W3C::LogValidator::Basic Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 233

Urin Urin was built as an Open Source Java library that allows you to work with URIs. The library was developed so that it can address some of the difficulties posed by working with Java's built in URI and URL classes. Now you can make use of this handy library to further improve your development... Platforms: Windows

License: Freeware Download (44): Urin Download

Added: May 10, 2013 | Visits: 1.399

PHP Trackback PHP Trackback is a simple, portable PHP class with full TrackBack capabilites. It pings trackback URIs, receives trackbacks from other clients and seeds pages for auto-discovery. The class also extract links from a given string and search these links for trackback URIs. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): PHP Trackback Download

Added: October 27, 2013 | Visits: 770

CNRI Handle Extension for Firefox A Firefox add-on that enables the browser to access handle URIs The CNRI Handle Extension for Firefox shows you how you can open handle URIs like hdl:4263537/4000 or doi:10.1000/1 by using the native Handle System protocol. The CNRI Handle Extension for Firefox extension will even replace the... Platforms: Mac

License: Freeware Size: 10.24 KB Download (39): CNRI Handle Extension for Firefox Download

Added: November 01, 2013 | Visits: 663

HTTP extension for PHP HTTP extension for PHP allows building absolute URIs, RFC-compliant HTTP redirects, RFC-compliant HTTP date handling, parsing of HTTP headers and messages, caching by "Last-Modified" and/or ETag (with an 'on the fly' option for ETag generation from buffered output), sending data/files/streams... Platforms: *nix

License: Freeware Size: 55.23 MB Download (42): HTTP extension for PHP Download

Added: July 07, 2010 | Visits: 890

XML::Namespace XML::Namespace is a Perl module with simple support for XML Namespaces. SYNOPSIS Example 1: using XML::Namespace objects use XML::Namespace; my $xsd = XML::Namespace->new(http://www.w3.org/2001/XMLSchema#); # explicit access via the uri() method print $xsd->uri(); #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): XML::Namespace Download

Added: September 01, 2010 | Visits: 1.070

HTML::Mail HTML::Mail is a Perl extension for sending emails with embedded HTML and media. SYNOPSIS use HTML::Mail; ### initialisation my $html_mail = HTML::Mail->new( HTML => http://www.cpan.org, Text => This is the text representation of the webpage http://www.cpan.org, From => me@myhost.org,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): HTML::Mail Download

Added: March 07, 2010 | Visits: 587

GNet GNet is a network library. It is object-oriented, written in C, and built upon GLib. It is intended to be easy to use and port. It supports abstract Internet addresses, TCP, UDP, IP Multicast, IPv6, asynchronous DNS lookups, SHA, MD5, Base64, URIs, and SOCKS. It comes with documentation and... Platforms: *nix

License: Freeware Size: 604.16 KB Download (107): GNet Download

Added: June 26, 2010 | Visits: 1.289

Ciberia Content Federator Ciberia is a free blog aggregator, or content federator, that allows anyone to create a "Ciberpunk.com style" site in just five minutes. You only need to have PHP installed on your server, and can change the appearance with CSS. Instructions for installing Ciberia: 1. In... Platforms: *nix

License: Freeware Size: 46.08 KB Download (97): Ciberia Content Federator Download

Added: June 26, 2010 | Visits: 1.241

URI URI is Uniform Resource Identifiers (absolute and relative). This module implements the URI class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that... Platforms: *nix

License: Freeware Size: 96.26 KB Download (102): URI Download

Added: March 27, 2010 | Visits: 893

Restlet Restlet is a framework that brings the simplicity and efficiency of the REST architectural style to Java developers. Restlet project is composed of two parts, a neutral API and a reference implementation (Noelios Restlet Engine). It supports all REST concepts (resource, representation, data,... Platforms: *nix

License: Freeware Size: 8.1 MB Download (99): Restlet Download

Added: October 06, 2010 | Visits: 893

PyWork PyWork is a high performance Python Web framework. The author has been developing web applications for years. In this journey several tools and well known languages where used before meeting Python. I am not going to explain all the great things Python does and gives, but in these advantages,... Platforms: *nix

License: Freeware Size: 266.24 KB Download (89): PyWork Download

Added: November 15, 2010 | Visits: 984

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser... Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

1 2 3 >