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

Glib Devel freeware
Filter: All | Freeware | Demo
 

Glib Devel

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 831

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

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

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

Added: July 11, 2010 | Visits: 551

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 (88): Devel::LeakTrace Download

Added: May 12, 2010 | Visits: 700

Devel::Pointer Devel::Pointer is a Perl module that can fiddle around with pointers. SYNOPSIS use Devel::Pointer; $a = address_of($b); # a = &b; $b = deref($a); # b = *a; $a = unsmash_sv(0+$scalar_ref); @a = unsmash_av(0+$array_ref); %a = unsmash_hv(0+$hash_ref); &a = unsmash_cv(0+$code_ref); # OK,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Devel::Pointer Download

Added: January 18, 2010 | Visits: 1.021

Devel::Tinderbox::Reporter Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. SYNOPSIS use Devel::Tinderbox::Reporter; my $report = Devel::Tinderbox::Reporter->new; $report->from(your@mail.address.com); $report->to(tinderbox@their.address.com); $report->project(the_project);... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Devel::Tinderbox::Reporter Download

Added: July 12, 2013 | Visits: 531

Ubercart Devel Generate Patch #488422 for the uc_attribute module is required.Installation:Unpack in your modules folder (usually '/sites/all/modules/')Enable under Administer > Site Building > ModulesHere are some key features of "Ubercart Devel Generate":dlTE Generate product data when generating product nodes.dlTE... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Ubercart Devel Generate Download

Added: October 06, 2010 | Visits: 716

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ...... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: September 09, 2013 | Visits: 446

Devel Queries Ajax This module speeds up page rendering and makes browsing more comfortable with "display query log" Devel mode turned on. The log is not displayed on the same page but is stored in cache for a short period instead, so it then can be fetched in a separate AJAX request. Note that query summary is... Platforms: PHP

License: Freeware Size: 10 KB Download (52): Devel Queries Ajax Download

Added: October 12, 2013 | Visits: 214

JSON-GLib JSON-GLib is a library that implements a full JSON parser using GLib and GObject. Use JSON-GLib it is possible to parse and generate valid JSON data structures, using a DOM-like API. JSON-GLib also offers GObject integration, providing the ability to serialize and deserialize GObject instances... Platforms: *nix, Windows

License: Freeware Size: 512 KB Download (41): JSON-GLib Download

Added: October 26, 2013 | Visits: 162

couchdb-glib CouchDB-glib is a GLib-based implementation of the client side protocol for CouchDB, a replication and synchronization database from the Apache project. Building: To build it, the following dependencies are needed: * json-glib >= 0.7.2 * glib and gobject * libsoup >= 2.4 To actually build... Platforms: *nix

License: Freeware Size: 307.2 KB Download (39): couchdb-glib Download

Added: November 03, 2013 | Visits: 240

Devel::FakeOSName Devel::FakeOSName is a module to make Perl think it runs on a different OS. SYNOPSIS # build us Makefile for aix perl -MDevel::FakeOSName=aix Makefile.PL Sometimes your code includes code specific to an OS that you don't have an access to, but you want to see what happens if it was to run on... Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): Devel::FakeOSName Download

Added: March 11, 2010 | Visits: 1.185

G-Inspector G-Inspector is a GLib(GTK+) object/class inspector.. Get G-Inspector at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. G-Inspector is a GLib(GTK+) object/class inspector. Platforms: *nix

License: Freeware Size: 266.24 KB Download (116): G-Inspector Download

Added: April 26, 2010 | Visits: 946

JSignal JSignal is a loose port of the signal system implemented by GTKs GLib. JSignal project uses signals and handlers to allow for the registration of callback functions to events. To use JSignal those classes which will emit signals (cause events) must register the signals that each class will... Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): JSignal Download

Added: September 23, 2010 | Visits: 796

GOffice GOffice is a library of document-centric objects and utilities building on top of GLib and Gtk+ and used by software such as Gnumeric. Whats New in This Release: - Foocanvas bug that scaled images by 1 extra pixel. [#314864] - Fix compilation for Gtk+ trunk. - Fix chart guru help button.... Platforms: *nix

License: Freeware Size: 2.6 MB Download (97): GOffice Download

Added: April 15, 2010 | Visits: 874

GFC-Core GFC-Core is a C++ interface for the GLib library. The GTK+ Foundation Classes is an set of integrated C++ classes for developing GTK+ applications on UNIX-like systems such as Linux. GFC-Core is the core object and utility library that other GFC libraries such as GFC-UI are built on. GFC-Core... Platforms: *nix

License: Freeware Size: 880.64 KB Download (97): GFC-Core Download

Added: April 20, 2013 | Visits: 117

Devel Demo Screenshots for a brief overview of Drupal's debugging tools are generated.InstallationUnpack in your modules folder (usually '/sites/all/modules/')Enable under Administer > Site Building > Modules. Platforms: PHP

License: Freeware Size: 10 KB Download (44): Devel Demo Download

Added: August 18, 2013 | Visits: 389

TeleGNOME TeleGNOME is a program for the GNOME Networked Object Model Environment, to display teletext pages over the Internet. As of this moment, the teletext feeds from various countries. It was originally developed to support the teletext from the Netherlands only, but it has grown in a program which... Platforms: *nix

License: Freeware Size: 256 KB Download (43): TeleGNOME Download

Added: August 25, 2013 | Visits: 308

Devel::CheckOS Devel::CheckOS is a Perl module to check what OS we're running on. A learned sage once wrote on IRC: $^O is stupid and ugly, it wears its pants as a hat Devel::CheckOS provides a more friendly interface to $^O, and also lets you check for various OS "families" such as "Unix", which includes... Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): Devel::CheckOS Download

Added: June 28, 2013 | Visits: 521

Devel::Arena Inspect the arena structures that perl uses for SV allocation. HARNESS_PERL_SWITCHES=-MDevel::Arena=write_stats_at_END make test EXPORT None by default. * sv_stats [DONT_SHARE] Returns a hashref giving stats derived from inspecting the SV heads via the arena pointers. Details of the... Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Devel::Arena Download

< 1 2 3 4 5 >