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.353.382 Times

Uri freeware
Filter: All | Freeware | Demo
 

Uri

< 1 2 3 4 5 > 
Added: August 07, 2013 | Visits: 246

WP Change Urls * Author: nessus * Project URI: http://adminofsystem.net/2010/05/wp-change-urls/ * License: GPL 2. See License below for copyright jots and tittles.installation : 1. Upload wp-change-url.php to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3....



Platforms: PHP

License: Freeware Size: 10 KB Download (40): WP Change Urls Download

Added: August 24, 2013 | Visits: 243

HTSQL HTSQL is a URI-based high-level query language for relational databases. HTSQL wraps your database with a web service layer, translating HTTP requests into SQL and returning results as HTML, JSON, etc. HTSQL is designed for someone who is not a SQL expert, but needs a usable, comprehensive query...





Platforms: Mac

License: Freeware Size: 256 KB Download (42): HTSQL Download

Added: June 20, 2013 | Visits: 426

uni2ascii This package provides conversion in both directions between UTF-8 Unicode and more than thirty 7-bit ASCII equivalents, including RFC 2396 URI format and RFC 2045 Quoted Printable format, the representations used in HTML, SGML, XML, OOXML, the Unicode standard, Rich Text Format, POSIX portable...


Platforms: Mac

License: Freeware Size: 163.84 KB Download (37): uni2ascii Download

Added: August 28, 2013 | Visits: 410

Backalaika Backalaika is just a simple backup solution for small offices. Writing backup jobs: You define backup jobs in small text files (actually small Python files). They are simple. Here is what a backup job looks like: job = dict(name='nandos-work', sources = [ ('/home/nando/2010',...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Backalaika Download

Added: July 16, 2013 | Visits: 564

Octopus Load Balancer Octopus Load Balancer is an extremely fast TCP load balancer with extensions for HTTP to allow balancing based on URI. Features include: server health checks and load polling, dynamic configuration, and the ability to carbon copy incoming requests.


Platforms: *nix

License: Freeware Size: 133.12 KB Download (41): Octopus Load Balancer Download

Added: August 24, 2008 | Visits: 1.791

URL Escaped Encoding Decoder It is used to decode the Escaped-encoding URL. Escaped-encoding is the standard of representing characters within a URI that may need special syntax handling to be correctly interpreted. It uses a sequence of three characters to encode the character to be interpreted. This triplet sequence...


Platforms: Windows

License: Freeware Size: 125 KB Download (147): URL Escaped Encoding Decoder Download

Added: January 18, 2010 | Visits: 1.413

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: January 18, 2010 | Visits: 1.088

CPAN::Cache CPAN::Cache is a Perl module abstract locally-cached logical subset of a CPAN mirror. There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN dataset. CPAN::Cache does the same thing, except...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (102): CPAN::Cache Download

Added: July 05, 2013 | Visits: 654

libUTL++ libUTL++ is a cross-platform C++ class library that provides a set of commonly useful functionality and abstractions to expedite C++ application development. Here are some of the highlights in terms of functionality: utl::Object provides a common interface for basic object functionality such...


Platforms: *nix

License: Freeware Size: 5.67 MB Download (101): libUTL++ Download

Added: August 11, 2010 | Visits: 1.345

ASNMTAP::Asnmtap::Plugins::SOAP ASNMTAP::Asnmtap::Plugins::SOAP is a Perl module that provides SOAP functions used by ASNMTAP-based plugins. SYNOPSIS use ASNMTAP::Asnmtap::Plugins v3.000.010; use ASNMTAP::Asnmtap::Plugins qw(:PLUGINS); my $objectPlugins = ASNMTAP::Asnmtap::Plugins->new ( _programName =>...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (138): ASNMTAP::Asnmtap::Plugins::SOAP Download

Added: July 16, 2010 | Visits: 951

mod_whois mod_whois module maps WHOIS queries into standard HTTP requests. After the "translation", the request can be processed by the usual mechanisms (mapping to static content, running CGI & PHP scripts, ...). Compile & Install apxs -i -a -c mod_whois.c Configure Most simplest configuration:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): mod_whois Download

Added: June 02, 2010 | Visits: 1.132

Hydranode Project Hydranode Core is a modular, plugin-driven peer-to-peer client framework which is designed with true multi-network downloads in mind. Hydranode Project can be used directly via the built-in shell functionality, or via external user interfaces. To achieve the large number of features described...


Platforms: *nix

License: Freeware Size: 6.8 MB Download (94): Hydranode Project Download

Added: August 25, 2010 | Visits: 1.706

WWW::Rafb WWW::Rafb is a Perl interface for rafb pasting site ( rafb.net/paste ). SYNOPSIS # create object with the paste information my $paste = WWW::Rafb->new( language => perl, nickname => Di42lo, description => my first script in perl, tabs => No, file => "~/first.pl"); # do the http request...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): WWW::Rafb Download

Added: February 08, 2010 | Visits: 781

foocache foocache provides a simple PHP4 caching system with tidy support. foocache is a simple caching system for PHP4 which optionally uses HTML-tidy to clean up the generated HTML Code. Instead of processing the whole page, a cachefile is loaded, assuming that it exists and is younger than a...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): foocache Download

Added: November 06, 2010 | Visits: 1.057

POE::Component::Server::HTTP POE::Component::Server::HTTP is a foundation of a POE HTTP Daemon. SYNOPSIS use POE::Component::Server::HTTP; use HTTP::Status; my $aliases = POE::Component::Server::HTTP->new( Port => 8000, ContentHandler => { / => &handler1, /dir/ => sub { ... }, /file => sub { ... } }, Headers =>...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): POE::Component::Server::HTTP Download

Added: April 27, 2010 | Visits: 1.344

Catalyst::Plugin::Email::Page Catalyst::Plugin::Email::Page is a Perl module to email your Catalyst page. SYNOPSIS use Catalyst::Plugin::Email::Page; __PACKAGE__->config->{email_page}{ email = q{webmaster@example.com}, subject = q{User Report for}, link_text = q{Report Page}, }; # In your Template [%...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Catalyst::Plugin::Email::Page Download

Added: September 21, 2010 | Visits: 935

Bundle::BDFOY Bundle::BDFOY is a Perl module that can install all modules by BDFOY. SYNOPSIS cpan Bundle::BDFOY CONTENTS Apache::Htaccess Apache::iTunes Business::ISBN Business::ISBN::Data Business::ISMN Business::US::USPS::WebTools Chemistry::Elements ConfigReader::Simple Crypt::Rijndael...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (89): Bundle::BDFOY Download

Added: May 15, 2010 | Visits: 967

Bundle::Knetrix Bundle::Knetrix is a Perl bundle to install all Knetrix required modules. SYNOPSIS perl -MCPAN -e install Bundle::Knetrix CONTENTS Apache AutoLoader Business::CreditCard Carp Class::Delegation Class::MakeMethods::Composite::Hash Compress::Zlib Crypt::TripleDES Cyrus::SIEVE::managesieve...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (87): Bundle::Knetrix Download

Added: March 21, 2010 | Visits: 1.615

Proxy Applet Proxy Applet is a GNOME tray applet for changing your network proxy configuration with a single click, in a manner similar to Galeon 1.x. Galeon used to have a single click Network Proxy selector in their menu, which I used frequently. In a discussion with Epiphany developers about this same...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (116): Proxy Applet Download

Added: July 22, 2010 | Visits: 802

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

< 1 2 3 4 5 >