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

Xfree86 Devel software
Filter: All | Freeware | Demo
 

Xfree86 Devel

< 1 2 3 4 5 > 
Added: June 21, 2010 | Visits: 945

HTML::Mason::Devel HTML::Mason::Devel is a Perl module with Mason Developers Manual. This manual is written for content developers who know HTML and at least a little Perl. The goal is to write, run, and debug Mason components. If you are the webmaster (or otherwise responsible for the Mason installation), you...



Platforms: *nix

License: Freeware Size: 378.88 KB Download (106): HTML::Mason::Devel Download

Added: April 13, 2010 | Visits: 1.054

Devel::Profile Devel::Profile is a Perl module to tell me why my perl program runs so slowly. SYNOPSIS perl -d:Profile program.pl less prof.out The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): Devel::Profile Download

Added: November 12, 2010 | Visits: 845

Devel::TraceFuncs Devel::TraceFuncs is a Perl module with trace function calls as they happen. SYNOPSIS Usage: require Devel::TraceFuncs; max_trace_depth 5; trace_file "foo.out"; trace_file $file_handle; sub foo { IN(my $f, "a message"); DEBUG "hellooo!"; } Devel::TraceFuncs provides utilities to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Devel::TraceFuncs Download

Added: September 15, 2010 | Visits: 866

Devel::Command::NewF Devel::Command::NewF is a Perl module with the extended f command for the debugger. SYNOPSIS # In .perldb (or perldb.ini on Windows) use Devel::Command; # Devel::Command::NewF loaded automatically perl -de0 Patching with Devel::Command::DBSub::DB_5_8_5 Loading DB routines from...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Devel::Command::NewF Download

Added: January 13, 2010 | Visits: 665

Devel::PerlySense Devel::PerlySense package contains IntelliSense for Perl. PerlySense is an IntelliSense style utility for editors. Conveniently navigate and browse the code and documentation of your project and Perl installation. SYNOPSIS From Emacs C-p C-d -- Smart docs -- Show docs...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (87): Devel::PerlySense Download

Added: August 11, 2010 | Visits: 717

Devel::Depend::Cl Devel::Depend::Cl is a Perl module that can extract dependency trees from c files. Extract dependency trees from c files. See Devel::Depend::Cpp for more an example. MEMBER FUNCTIONS Returns - Success flag - A reference to a hash where the included files are sorted perl level. A file can...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Devel::Depend::Cl Download

Added: September 24, 2010 | Visits: 894

Devel::Depend::Cpp Devel::Depend::Cpp is a Perl module that can extract dependency trees from c files. SYNOPSIS use Devel::Depend::Cpp; my ($success, $includ_levels, $included_files) = Devel::Depend::Cpp::Depend ( undef, # use default cpp command /usr/include/stdio.h, , # switches to cpp 0, # include...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Devel::Depend::Cpp Download

Added: May 23, 2010 | Visits: 879

Devel::Cycle Devel::Cycle is a Perl module that helps you to find memory cycles in objects. SYNOPSIS #!/usr/bin/perl use Devel::Cycle; my $test = {fred => [qw(a b c d e)], ethel => [qw(1 2 3 4 5)], george => {martha => 23, agnes => 19} }; $test->{george}{phyllis} = $test; $test->{fred}[3] =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Devel::Cycle Download

Added: October 16, 2010 | Visits: 750

Devel::Carnivore Devel::Carnivore is a Perl module to spy on your hashes (and objects). SYNOPSIS use Devel::Carnivore; sub new_attribute { my %self : Watch("myName") = (); bless %self, shift; } sub new_functional { my $self = {}; watch $self, "myName"; bless $self } sub new_blessed { my $self =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Devel::Carnivore Download

Added: June 02, 2010 | Visits: 743

Devel::Tokenizer::C Devel::Tokenizer::C is a Perl module that can generate C source for fast keyword tokenizer. SYNOPSIS use Devel::Tokenizer::C; $t = new Devel::Tokenizer::C TokenFunc => sub { "return U$_[0];n" }; $t->add_tokens(qw( bar baz ))->add_tokens([for]); $t->add_tokens([qw( foo )], defined...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): Devel::Tokenizer::C Download

Added: May 24, 2010 | Visits: 910

Devel::Cover Devel::Cover package contains code coverage metrics for Perl. SYNOPSIS perl -MDevel::Cover yourprog args cover perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args To test an uninstalled module: cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover To...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Devel::Cover Download

Added: September 09, 2010 | Visits: 1.189

Devel::Cover::Truth_Table Devel::Cover::Truth_Table can create and manipulate truth tables for coverage objects. SYNOPSIS use Devel::Cover::Truth_Table; # $a || $b my $or_tt = Devel::Cover::Truth_Table->new_primitive(or_3, 0, 1, 1); # $c && $d my $and_tt = Devel::Cover::Truth_Table->new_primitive(and_3, 1, 0,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (173): Devel::Cover::Truth_Table Download

Added: May 22, 2010 | Visits: 763

Glib::devel Glib::devel - binding developers overview of Glibs internals Do you need to know how the gtk2-perl language bindings work, or need to write your own language bindings for a Glib/Gtk2-based library? Then youve come to the right place. If you are just a perl developer wanting to write programs...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): Glib::devel Download

Added: March 13, 2010 | Visits: 731

Devel::Modlist Devel::Modlist is a Perl extension to collect module use information. SYNOPSIS perl -d:Modlist script.pl The Devel::Modlist utility is provided as a means by which to get a quick run-down on which libraries and modules are being utilized by a given script. Just as compiler systems like gcc...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Devel::Modlist Download

Added: June 01, 2010 | Visits: 873

Devel::Messenger Devel::Messenger is a Perl module who let your code talk to you. SYNOPSIS use Devel::Messenger qw{note}; # set up localized subroutine local *note = Devel::Messenger::note { output => print, level => 2, pkgname => 1, linenumber => 1, wrap => ["< !--", "-- >n"], }; # print a note...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Devel::Messenger Download

Added: January 10, 2010 | Visits: 730

Devel::Leak Devel::Leak is a utility for looking for perl objects that are not reclaimed. SYNOPSIS use Devel::Leak; ... setup code my $count = Devel::Leak::NoteSV($handle); ... code that may leak Devel::Leak::CheckSV($handle); Devel::Leak has two functions NoteSV and CheckSV. NoteSV walks the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Devel::Leak Download

Added: January 15, 2010 | Visits: 4.553

XOrg/XFree86 Synaptics TouchPad Driver XOrg/XFree86 Synaptics TouchPad Driver project is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad becomes...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (837): XOrg/XFree86 Synaptics TouchPad Driver Download

Added: January 25, 2010 | Visits: 830

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (116): Devel::Graph Download

Added: May 11, 2010 | Visits: 883

Devel::Monitor Devel::Monitor is a Perl module that can monitor your variables/objects for memory leaks. You have memory leaks, and you want to remove it... You can use this tool to help you find which variables/objects that are not destroyed when they should be, and thereafter, you can visualise exactly...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Devel::Monitor Download

Added: May 09, 2010 | Visits: 725

Devel::TraceLoad Devel::TraceLoad is a Perl module to trace loadings of Perl Programs. # with perldb perl -d:TraceLoad script.pl # without perldb perl -MDevel::TraceLoad script.pl # without perldb and with options perl -MDevel::TraceLoad=after,path script.pl # with perldb and options perl -d:TraceLoad...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Devel::TraceLoad Download

< 1 2 3 4 5 >