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

Devel Cover Truth Table 0 61 software
Filter: All | Freeware | Demo
 

Devel Cover Truth Table 0 61

< 1 2 3 4 5 > 
Added: November 12, 2010 | Visits: 842

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

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: September 24, 2010 | Visits: 891

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 02, 2010 | Visits: 740

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 11, 2010 | Visits: 877

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: July 11, 2010 | Visits: 542

Devel::LeakTrace Devel::LeakTrace is a Perl module to indicate where leaked variables are coming from. SYNOPSIS perl -MDevel::LeakTrace -e { my $foo; $foo = $foo } leaked SV(0x528d0) from -e line 1 leaked SV(0x116a10) from -e line 1 Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Devel::LeakTrace Download

Released: November 28, 2006  |  Added: November 30, 2006 | Visits: 3.646

Publish Table to Word for SQL Server Publish Table for Microsoft SQL Server helps to save table's data to Microsoft Word document. This utility has easy to learn and to use wizard interface. All modern versions of Microsoft SQL Server are supported. This handy utility helps database users to create HTML document for selected table...


Platforms: Windows

License: Demo Cost: $45.00 USD Size: 382.55 KB Download (114): Publish Table to Word for SQL Server Download

Released: December 27, 2008  |  Added: April 27, 2009 | Visits: 1.559

UserTable You are searching for a table control for your application that can integrate a table fast and easy without data binding? Exactly that is what the ActiveX control UserTable features: beside normal settings as column width and row height, you can define e. g. font type/color as well as...


Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 715.33 KB Download (471): UserTable Download

Added: January 18, 2010 | Visits: 1.778

Playlist - CD Cover Playlist - CD Cover is a perl script that generates nice printable CD Covers using TeX. You can use custom designs by creating your own templates. Perl-QT, TeX, dvips and kghostview are required. Please read the README file. The script is still experimental -- feel free to send me...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (165): Playlist - CD Cover Download

Added: January 18, 2010 | Visits: 1.897

RockBox WPS cover creator RockBox WPS cover creator is an amaroK script that creates covers for RockBox WPS. Covers are created in currently played directory (so you can sync later data on HD with DAP - its like I do with rsync). Its fast and dirty script so do not expect much - it just checks if there is a cover.bmp...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (157): RockBox WPS cover creator Download

Added: February 17, 2010 | Visits: 1.372

PostgreSQL Table Log PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. This can be used to recover the state of the logged table or to recover specific rows from a given time period. Whats New in This Release: - This version now...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (115): PostgreSQL Table Log Download

Added: July 01, 2010 | Visits: 763

Devel::tcltkdb Devel::tcltkdb is a Perl debugger using a Tk GUI. tcltkdb is a debugger for perl that uses perl+Tcl/Tk for a user interface..


Platforms: *nix

License: Freeware Size: 317.44 KB Download (91): Devel::tcltkdb Download

Added: March 08, 2010 | Visits: 872

Devel::GDB::Reflect Devel::GDB::Reflect is a reflection API for GDB/C++. SYNOPSIS use Devel::GDB; use Devel::GDB::Reflect; my $gdb = new Devel::GDB( -file => $foo ); my $reflector = new Devel::GDB::Reflect( $gdb ); print $gdb->get( "b foo.c:123" ); $gdb->print( "myVariable" ); Devel::GDB::Reflect...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (114): Devel::GDB::Reflect Download

Added: July 01, 2010 | Visits: 725

Devel::GDB Devel::GDB is a Perl module to open and communicate a gdb session. SYNOPSIS use Devel::GDB; $gdb = new Devel::GDB(); print $gdb->send_cmd(-environment-path); print $gdb->get(info functions); The old get syntax (of Devel::GDB-1.23) has been deprecated and will not be supported in future...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): Devel::GDB Download

Added: July 20, 2010 | Visits: 2.541

Cover Desktop Cover Desktop script show current amaroK cover on desktop. To change position of cover, use Alt + left click.. Cover Desktop KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (118): Cover Desktop Download

Added: July 20, 2010 | Visits: 709

Devel::DumpSizes Devel::DumpSizes is a Perl module to dump the name and size in bytes (in increasing order) of variables that are available at a give point in a script. SYNOPSIS use Devel::DumpSizes qw/dump_sizes/; &Devel::DumpSizes::dump_sizes(); Or,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Devel::DumpSizes Download

Added: September 26, 2010 | Visits: 794

Table2Clipboard 0.0.2.2 for Table2Clipboard is a Mozilla applications allow to select rows and columns from a table simply pressing Control key and picking rows/columns with left mouse button. The selection can be copied to clipboard but the original table disposition is lost making ugly results when you paste the text on...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): Table2Clipboard 0.0.2.2 for Download

Added: April 10, 2010 | Visits: 1.247

Cover Hunter CoverHunter will scan your digital music albums and try to get the cover image for each one. If more than one cover was found, you can choose which one will be set as the cover for that album. These covers are usable for XMMS, KDE, GNOME, etc..


Platforms: *nix

License: Freeware Size: 27.65 KB Download (109): Cover Hunter Download

Added: April 20, 2010 | Visits: 929

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

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

< 1 2 3 4 5 >