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

Heap Walker software
Filter: All | Freeware | Demo
 

Heap Walker

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

POE::Wheel::Audio::Mad POE::Wheel::Audio::Mad is a POE Wheel implementing in-session non-blocking mpeg stream playing. SYNOPSIS use POE; use POE::Wheel::Audio::Mad; POE::Session->create( inline_states => { _start => &am_start, message => &am_message } ); sub am_start { my ($kernel, $heap) = @_[KERNEL,... Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): POE::Wheel::Audio::Mad Download

Added: October 18, 2010 | Visits: 857

libsgml libsgml is a fast, lightweight state machine SGML parser capable of parsing HTML, XML, and most other markup languages in their most elementary forms. libsgml library natively supports parsing HTML and XML documents into a tree format (DOM). All other markup languages may be parsed via a system... Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): libsgml Download

Added: October 01, 2010 | Visits: 754

Str Str is a C++ class that is designed to make strings almost as easy to work with as they are in languages like TCL or Python. The Str class has minimal outside dependencies, is implemented as a single source file, and is designed to be user-customized. Str also makes it simple to allocate fast... Platforms: *nix

License: Freeware Size: 256 KB Download (90): Str Download

Added: June 03, 2010 | Visits: 1.303

C Generic Library C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict... Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): C Generic Library 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: August 12, 2010 | Visits: 746

POE::Filter::FSSocket POE::Filter::FSSocket is a POE filter that parses FreeSWITCH events into hashes. SYNOPSIS #!/usr/bin/perl use warnings; use strict; use POE qw(Component::Client::TCP Filter::FSSocket); use Data::Dumper; POE::Component::Client::TCP->new( RemoteAddress => 127.0.0.1, RemotePort =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): POE::Filter::FSSocket Download

Added: May 08, 2010 | Visits: 673

JMP JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP project uses the GTK+ interface to show the status. JMP normally uses one window to show the classes in memory. Each class has... Platforms: *nix

License: Freeware Size: 471.04 KB Download (94): JMP Download

Added: September 04, 2010 | Visits: 1.022

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,... Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Added: May 21, 2010 | Visits: 806

POE::Component::Client::TCPMulti POE::Component::Client::TCPMulti is a high performance client TCP library. SYNOPSIS # Short Usage POE::Component::Client::TCPMulti->create ( InputEvent => sub { printf "%s:%d: %s", $_[CHEAP]->ADDR, $_[CHEAP]->PORT, $_[ARG0]; }, SuccessEvent => sub { printf "%s:%d: Connection Recieved",... Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): POE::Component::Client::TCPMulti Download

Added: October 02, 2010 | Visits: 886

Smieciuch++ 0.6.4 Smieciuch library is a precise (in case of C++) or nearly precise (in case of plain C) tracing garbage collector. Tracing means that GC scans memory for active pointers and traces all paths (consisting of possibly multiple pointer indirections) from so called memory roots (static global data... Platforms: *nix

License: Freeware Download (91): Smieciuch++ 0.6.4 Download

Added: January 13, 2010 | Visits: 674

B::Utils B::Utils is a helper functions for op tree manipulation. SYNOPSIS use B::Utils; These functions make it easier to manipulate the op tree. FUNCTIONS all_starts all_roots Returns a hash of all of the starting ops or root ops of optrees, keyed to subroutine name; the optree for main... Platforms: *nix

License: Freeware Size: 44.03 KB Download (98): B::Utils Download

Added: October 09, 2010 | Visits: 2.240

LibExploit LibExploit is a generic exploit creation library. LibExploit helps the security community when writing exploits to test a vulnerability. Using the API you can write buffer overflows (stack/heap/remote/local) and format strings very easy and fast.. Platforms: *nix

License: Freeware Size: 75.78 KB Download (641): LibExploit Download

Added: March 04, 2010 | Visits: 783

Search::FreeText Search::FreeText is a free text indexing module for medium-to-large text corpuses. SYNOPSIS my $test = new Search::FreeText(-db => [DB_File, "stories.db"]); $text->open_index(); $text->clear_index(); $text->index_document(1, "Hello world"); $text->index_document(2, "World in motion");... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Search::FreeText Download

Added: January 06, 2010 | Visits: 1.191

GCViewer GCViewer is a Swing-based application that visualizes the verbose garbage collection output generated by the IBM and Sun Java VMs (-verbose:gc/-Xloggc:-flags). The data can also be exported as CSV for forther processing with a spreadsheet application. Visualizing the data can help when one is... Platforms: *nix

License: Freeware Size: 450.56 KB Download (237): GCViewer Download

Added: February 05, 2010 | Visits: 1.042

Valgrind Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform... Platforms: *nix

License: Freeware Size: 3.9 MB Download (99): Valgrind Download

Added: April 21, 2010 | Visits: 726

libwayne libwayne is a library of reasonably abstract datatypes and algorithms written in C. The algorithms in libwayne are by no means original. Many of them are taken verbatim from textbooks on data structures and algorithms, and I simply translated them into C. They include efficient and correct... Platforms: *nix

License: Freeware Size: 3 MB Download (97): libwayne Download

Added: January 11, 2010 | Visits: 965

YourKit Java Profiler 7.0 EAP Build YourKit Java Profiler is a CPU and memory profiler that makes it easy to solve wide range of CPU- and memory-related performance problems. YourKit Java Profiler features automatic leak detection, powerful tools for the analysis of memory distribution, an object heap browser, comprehensive... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 7.7 MB Download (109): YourKit Java Profiler 7.0 EAP Build Download

Added: October 26, 2010 | Visits: 1.467

YourKit Java Profiler YourKit Java Profiler is a CPU and memory profiler that makes it easy to solve wide range of CPU- and memory-related performance problems. YourKit Java Profiler features automatic leak detection, powerful tools for the analysis of memory distribution, an object heap browser, comprehensive... Platforms: *nix

License: Shareware Cost: $499.00 USD Size: 6.9 MB Download (113): YourKit Java Profiler Download

Released: February 28, 2014  |  Added: March 06, 2014 | Visits: 3.455

Plagiarism Detector Without a doubt, the Copy-Paste function has revolutionized our modern world. There's no boundaries to the accolades that we can heap on this simple little macro that has made typing so much less tedious. But yet, as with all good things, there is a dark side - an undercurrent of evil that... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $69.00 USD Size: 20.52 MB Download (226): Plagiarism Detector Download

Released: December 06, 2017  |  Added: December 13, 2017 | Visits: 2.366

Pet Groomer Pet Groomer is a modern and extremely easy-in-use software tool for schedule management in companies or for individual use. It offers a number of features for organizing efficient and handy working schedule for groomers, vets, mobile groomers, pet supply shops and pet grooming salons. A... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $49.95 USD Size: 10.9 MB Download (1042): Pet Groomer Download

< 1 2 3 4 5