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

Perl Call Graph freeware
Filter: All | Freeware | Demo
 

Perl Call Graph

< 1 2 3 4 5 
Added: February 17, 2010 | Visits: 1.130

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Graph::Writer::DrGeo Download

Added: September 23, 2010 | Visits: 2.064

Genealogy Graph Generator Genealogy Graph Generator (GGG) is a set of programs for automatically generating academic genealogy graphs. It tells you who your advisor and your advisors advisor and her advisor and so on are..





Platforms: *nix

License: Freeware Size: 47.1 KB Download (124): Genealogy Graph Generator Download

Added: February 18, 2010 | Visits: 1.046

GraphViz GraphViz is a Perl interface to the GraphViz graphing tool. SYNOPSIS use GraphViz; my $g = GraphViz->new(); $g->add_node(London); $g->add_node(Paris, label => City ofnlurve); $g->add_node(New York); $g->add_edge(London => Paris); $g->add_edge(London => New York, label => Far);...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): GraphViz Download

Added: September 13, 2010 | Visits: 1.033

Perl::Metric::Basic Perl::Metric::Basic is a Perl module that can provide basic software metrics. SYNOPSIS # first construct a PPI::Document object to pass in my $document = PPI::Document->load("t/lib/Acme.pm"); # then retrieve metrics on the document my $m = Perl::Metric::Basic->new; my $metric =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl::Metric::Basic Download

Added: May 02, 2010 | Visits: 1.189

Wx::Perl::Packager Wx::Perl::Packager provides a module to assist packaging Wx based applications with PAR, ActiveState PerlApp / PDK and Perl A module to assist packaging Wx based applications with PAR, ActiveState PerlApp / PDK and Perl2Exe. All that is needed is that you include a use statement as the first...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Wx::Perl::Packager Download

Added: October 25, 2010 | Visits: 1.116

GD::Graph::colour GD::Graph::colour contains colour manipulation routines for use with GD::Graph. SYNOPSIS use GD::Graph::colour qw(:colours :lists :files :convert); The GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): GD::Graph::colour Download

Added: May 12, 2010 | Visits: 1.256

Perl MUD Client Perl MUD Client project is a text-based MUD client supporting SSL, ANSI, telnet negotations, and MCP. PMC is a text based mudclient written in Perl 5. It utilizes GNU readline, supports SSL, local editing support through MCP (MudClientProtocol), full telnet negotiation support and of course...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (100): Perl MUD Client Download

Added: January 25, 2010 | Visits: 1.099

GENE Graph Export Engine GENE Graph Export Engine is an advanced XML exporter. GENE Graph Export Engine is a complex convertor/framework for multi-namespace XML transforming and exporting. It is able to convert various XML types including SVG, DocBook, MathML, XSL-FO, and their combinations into a wide area of output...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): GENE Graph Export Engine Download

Added: January 14, 2010 | Visits: 1.333

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): Perl IRC Statistics Generator Download

Added: February 07, 2010 | Visits: 924

CVS Perl library CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface. Installation: To install this module type the following: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): CVS Perl library Download

Added: January 08, 2010 | Visits: 1.023

Inline::Java::PerlInterpreter Inline::Java::PerlInterpreter is a Perl module used to call Perl directly from Java using Inline::Java. SYNOPSIS import org.perl.inline.java.* ; class HelpMePerl { static private InlineJavaPerlInterpreter pi = null ; public HelpMePerl() throws InlineJavaException { } static private...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (105): Inline::Java::PerlInterpreter Download

Added: May 13, 2010 | Visits: 1.016

Simple Perl Package Manager Simple Perl Package Manager tracks the files added or deleted from a system by using "find". It can detect modified files using installwatch, make backups of modified or deleted files, and remove, list, or make a tarball of a package. It records MD5 checksums of all installed files and includes...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Simple Perl Package Manager Download

Added: January 01, 2010 | Visits: 928

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Added: September 05, 2010 | Visits: 1.312

Remote Python Call RPyC stands for Remote Python Call, a pun over remote procedure call. It is completely transparent and symmetrical. It is inspired by the work of eyal lotem (pybuild.sf.net) on pyinvoke, and was made for two purposes: Learning the lowlevel of the python language attempting to improve pyinvoke...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Remote Python Call Download

Added: July 21, 2010 | Visits: 862

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: November 04, 2010 | Visits: 1.703

Python Web Graph Generator Python Web Graph Generator is a threaded Web graph (Power law random graph) generator. It can generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine. This software implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (142): Python Web Graph Generator Download

Added: May 04, 2010 | Visits: 1.095

Perl Pop3 Perl Pop3 is a POP3 server fully implemented in Perl. The advantages over other POP3 servers are that it is not a memory hog, and can be used to connect to databases for authentication. Also, its code is easy to extend for any other uses, like POP-before-SMTP and extended logging.. Get Perl...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Perl Pop3 Download

Added: November 15, 2010 | Visits: 1.108

Perl Perl is a stable, cross platform programming language. Perl project is used for mission critical projects in the public and private sectors and is widely used to program web applications of all needs.. The Perl Directory at perl.org. Links and other helpful resources for new and experienced Perl...


Platforms: *nix

License: Freeware Size: 11.9 MB Download (137): Perl Download

Added: September 03, 2010 | Visits: 1.240

Perl Doxygen Filter Doxygen Filter project is an input filter for Doxygen enabling support for Perl code documentation. Of course, Perl developers are used to use POD rather than some other code documentation tools. However, most developers actually are not restricted to using one single language. Instead of...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (114): Perl Doxygen Filter Download

Added: June 02, 2010 | Visits: 1.128

Perl Chat Perl Chat is a project that consists of a client and a server, both written in perl. The goal of this project is to create a chat server that can be used on smaller networks such as a college campus or a business network. Both the client and the server are written in Perl, and the client uses...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (118): Perl Chat Download

< 1 2 3 4 5