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

Devel Tinderbox Reporte Contact Php freeware
Filter: All | Freeware | Demo
 

Devel Tinderbox Reporte Contact Php

< 1 2 3 4 5 
Added: April 20, 2010 | Visits: 934

Devel::CallerItem Devel::CallerItem is an Perl object representing a function call from the stack of function calls. SYNOPSIS Usage: require Devel::CallerItem; $call = Devel::CallerItem->from_depth($depth) || return; $passed_arguments_ref = $call->argument_list_ref(); $callpack = $call->pack();...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (113): Devel::CallerItem Download

Added: February 18, 2010 | Visits: 729

Devel::DebugInit Devel::DebugInit is a Perl extension for creating a debugger initialization files from C header file macros. SYNOPSIS use Devel::DebugInit::GDB; my $gdb = new Devel::DebugInit::GDB filenames => ["/my/path/to/library.h"]; $gdb->write("/my/path/to/library/.gdbinit"); Devel::DebugInit is...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): Devel::DebugInit Download

Added: June 01, 2010 | Visits: 1.392

PHP Helpdesk PHP Helpdesk is an online helpdesk program for use in organizations with multiple sister companies or departments..


Platforms: *nix

License: Freeware Size: 174.08 KB Download (117): PHP Helpdesk Download

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: July 08, 2010 | Visits: 2.225

VCL for PHP VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever. This framework has been designed to provide visual design capabilities and its being used on Delphi for PHP. Whats New in This Release: - The code in this release is the same you can get when...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (177): VCL for PHP Download

Added: April 13, 2010 | Visits: 1.053

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: October 19, 2010 | Visits: 2.453

Image Create for PHP Image Create for PHP is a project which allows you to render text into an image on the fly. Image Create for PHP is a stand-alone script that allows you to create dynamic text images easily.. Get PHP Development tools at SourceForge.net. Fast, secure and free downloads from the largest Open...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (221): Image Create for PHP 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: 865

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: 664

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: March 12, 2010 | Visits: 1.149

php.MVC Web Application Framework php.MVC implements the Model-View-Controller design pattern, and encourages application design based on the Model 2 paradigm. This design model allows the Web page or other contents (View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (103): php.MVC Web Application Framework Download

Added: January 14, 2010 | Visits: 4.382

Auto Directory Index PHP Script AutoIndex is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories. It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more..


Platforms: *nix

License: Freeware Size: 84.99 KB Download (372): Auto Directory Index PHP Script Download

Added: February 27, 2010 | Visits: 2.616

PHP Radius Accounting Tool PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. PHP Radius Accounting Tool features: listing of users, bandwidth used up/down per user, number of logins, usage details, who is using most bandwidth, a list of stations (access points), which users use each access...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (197): PHP Radius Accounting Tool 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: June 11, 2010 | Visits: 1.796

PHP PSD reader PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. The project comes with imagecreatefrompsd (a function that returns an image handle just like the native PHP imagecreatefrom functions). It supports documents from Adobe Photoshop 3.0 up to version CS3,...


Platforms: *nix

License: Freeware Download (205): PHP PSD reader Download

Added: August 02, 2010 | Visits: 4.577

PHP Screw PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.. Get PHP Screw at SourceForge.net. Fast, secure and free downloads from the largest...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (332): PHP Screw Download

Added: May 14, 2010 | Visits: 1.970

Stratos PHP Framework 1.0 Stratos PHP Framework is an open-source, object-oriented web application framework that facilitates the rapid development of well-organized, secure, and maintainable PHP web applications. Stratos PHP Framework frees you from working on tedious, routine tasks, and allows you to focus on specific...


Platforms: *nix

License: Freeware Size: 2 MB Download (97): Stratos PHP Framework 1.0 Download

Added: May 23, 2010 | Visits: 876

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: August 07, 2010 | Visits: 2.455

PHP/Mysql Site Builder PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site. PHPBuilder is free software, released under GNU GPL Licence version 2.0 (see COPYING file for details). PHPBuilder is the result of many ideas, and code write by...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (248): PHP/Mysql Site Builder Download

< 1 2 3 4 5