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

Url Encoding Chart freeware
Filter: All | Freeware | Demo
 

Url Encoding Chart

< 1 2 3 4 5 > 
Added: January 13, 2010 | Visits: 1.375

Chart::Scientific Chart::Scientific is a Perl module that can generate simple 2-D scientific plots with logging, errbars, etc. SYNOPSIS Procedural interface use Chart::Scientific qw/make_plot/; make_plot ( x_data => @x_values, y_data => @yvalues ); The subroutine make_plot creates a Chart::Scientific...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): Chart::Scientific Download

Added: November 19, 2010 | Visits: 1.323

Copy URL Copy URL is an extension which adds an entry to the popup menu. This extension adds an entry to the popup menu "Copy URL of this page". When selected, the URL of the current page will be copied to the system clipboard. The URL address should be in the clipboard for the use of other applications...





Platforms: *nix

License: Freeware Size: 2.05 KB Download (108): Copy URL Download

Added: October 08, 2010 | Visits: 1.099

Finance::YahooChart Finance::YahooChart is a Perl module to get a chart from Yahoo! Finance. SYNOPSIS use Finance::YahooChart; %img = getchart(symbol => $symbol, size => $size, type => $type, include => $include); print width=$img{width} height=$img{height}>"; This module gets charts from Yahoo! Finance....


Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Finance::YahooChart Download

Added: November 03, 2010 | Visits: 1.203

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): Chart::XMGR Download

Added: July 09, 2010 | Visits: 1.356

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Chart::Sequence Download

Added: April 02, 2010 | Visits: 1.120

URL::Grab URL::Grab is a Perl module that drastically simplifies the fetching of files. URL::Grab project is designed to be used in programs that need common (but not necessarily simple) URL fetching features. It is extremely simple to drop into an existing program, and provides a clean interface to...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): URL::Grab Download

Added: June 01, 2010 | Visits: 1.408

Apache Pluto Pluto is the Reference Implementation of the Java Portlet Specfication. The current version of this specification is JSR 168. Portlets are designed to run in the context of a portal. They are written to the Portlet API which are similar to the Servlet API. In contrast to servlets, portlets...


Platforms: *nix

License: Freeware Size: 11.6 MB Download (103): Apache Pluto Download

Added: July 04, 2010 | Visits: 979

Encoding Service Engine Encoding Service Engine project provides a “plug-n-play” compression capability to ESBs to improve performance between web services by decreasing bandwidth consumption. Since SOAP and XML are verbose protocols they are poorly suited for low-bandwidth environments. This component is transport...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (102): Encoding Service Engine Download

Added: July 19, 2010 | Visits: 1.008

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Added: June 15, 2010 | Visits: 1.342

CGI::Minimal CGI::Minimal is a lightweight CGI form processing package. SYNOPSIS # use CGI::Minimal qw(:preload); use CGI::Minimal; my $cgi = CGI::Minimal->new; if ($cgi->truncated) { &scream_about_bad_form; exit; } my $form_field_value = $cgi->param(some_field_name); Provides a micro-weight...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): CGI::Minimal Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 1.521

EasyProjectPlan | Excel Gantt Chart EasyProjectPlan | Excel Gantt Chart Template Planner Software | Excel project planner. Free Excel Gantt Chart and Project Scheduling Tool. Sync Outlook Tasks, Sync Outlook Calendar, Sync Microsoft Project. Excel planner. Project Scheduling Software. Download the DEMO at www.EasyProjectPlan.com


Platforms: Windows

License: Freeware Download (96): EasyProjectPlan | Excel Gantt Chart Download

Added: April 13, 2010 | Visits: 964

CGI::Enurl CGI::Enurl.pm is a Perl module for URL-encoding strings and hashes. SYNOPSIS use CGI::Enurl; %hash = (name=>Jenda Krynicky,address=>Nerudova 1016); print "Location: http://$ENV{SERVER_NAME}/cgi-bin/do.pl?",enurl %hash,"nn"; This is a little module made for CGI scripting. It encodes the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Enurl Download

Added: July 08, 2010 | Visits: 871

HTTPClient This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (94): HTTPClient Download

Added: August 05, 2010 | Visits: 962

Log::Delimited Log::Delimited is a simple module to help log results. SYNOPSIS #!/usr/bin/perl -w use strict; use Log::Delimited; my $log = Log::Delimited->new({ log_cols => [url, step, elapsed], log_info => [http://slap.com/cgi-bin/slow_script, step 1, 99993.0923], })->log; $log->{log_info} =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Log::Delimited Download

Added: April 06, 2010 | Visits: 1.470

url.markr url.markr is a personal bookmark manager written in Ruby on Rails. The project has support for tagging of bookmarks, RSS feeds of links for each tag, inline editing of bookmarks, and tag autocompletion on entering a new bookmark. It has public and private bookmarks. You can view public...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (94): url.markr Download

Released: July 25, 2011  |  Added: October 05, 2011 | Visits: 3.434

Logix Clipboard URL Monitor Logix Clipboard URL Monitor is now available. Save time and efforts with this free application. This release helps you to save your favorite Internet addresses. And best of all, it™s FREE! This application was designed to log all the URLs you have in your clipboard. It monitors Windows...


Platforms: Windows

License: Freeware Size: 3.27 MB Download (94): Logix Clipboard URL Monitor Download

Added: April 10, 2010 | Visits: 759

Chart::EPS_graph::Test SYNOPSIS From the CLI, call as below where /some/dir/ is any directory you have permission to write to. perl -e "use Chart::EPS_graph::Test; print Chart::EPS_graph::Test->full_test(/some/dir);" From anywhere else call... use Chart::EPS_graph::Test; print...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Chart::EPS_graph::Test Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.293

EasyProjectPlan Excel Gantt Chart Excel Gantt Chart and Project Plan. Sync with Outlook and Microsoft Project. Create and Print Gantt Charts using Excel. Download the DEMO at www.EasyProjectPlan.com


Platforms: Windows

License: Freeware Download (92): EasyProjectPlan Excel Gantt Chart Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 1.012

SharePoint Org Chart The SharePoint Org Chart allows you to easily create, search, navigate and display organisation charts in SharePoint. Draw your chart from a database, SharePoint lists or active directory. The SharePoint Org Chart models different organisation types including multiple managers and assistants. *...


Platforms: All

License: Freeware Download (90): SharePoint Org Chart Download

Added: July 21, 2010 | Visits: 955

Tie::UrlEncoder Tie::UrlEncoder is a Perl module for interpolatably URL-encode strings. Syntactic sugar for URL-Encoding strings. Tie::UrlEncoder imports a tied hash %urlencode into your package, which delivers a RFC 1738 URL Encoded string of whatever is given to it, for easy embedding of URL-Encoded strings...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Tie::UrlEncoder Download

< 1 2 3 4 5 >