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

Adventnet Snmp Test Manager freeware
Filter: All | Freeware | Demo
 

Adventnet Snmp Test Manager

< 1 2 3 4 5 > 
Released: February 15, 2008  |  Added: March 17, 2008 | Visits: 4.855

Xtreme Project Manager Xtreme Project Manager provides useful tools to stay organized and lets you manage all kinds of projects. It offers timestamp (start & end date), great task schedules, powerful calendar, planning tool and much more. What can Xtreme Project Manager do for you? * Never miss a project... Platforms: Windows

License: Freeware Size: 1.4 MB Download (800): Xtreme Project Manager Download

Released: March 19, 2008  |  Added: March 24, 2008 | Visits: 4.681

Task Manager Fix Task Manager Fix Windows system recovery tool to enable disabled Windows Task Manager. Utility to fix error "Task manager has been disabled by your administrator". This utility enables Task Manager disabled by trojans or spyware. Software is a handy computer recovery and data safety software... Platforms: Windows

License: Freeware Size: 77.77 KB Download (703): Task Manager Fix Download

Released: November 15, 2006  |  Added: June 10, 2008 | Visits: 2.406

ACL Manager ACL Manager lets you take control of routers and firewalls throughout your agency. ACL Manager runs on any Windows-compatible computer and can simultaneously deploy the exact same access list to multiple router and firewall platforms such as Cisco and Juniper. ACL Manager uses extremely... Platforms: Windows

License: Freeware Size: 2.64 MB Download (430): ACL Manager Download

Added: October 07, 2010 | Visits: 1.951

Lyrics Manager Lyrics Manager is an amaroK script that manages the song lyrcis.. Lyrics Manager KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities Screensaver News Forum GUI Polls Links... Platforms: *nix

License: Freeware Size: 15.36 KB Download (140): Lyrics Manager Download

Released: March 21, 2023  |  Added: March 22, 2023 | Visits: 3.038

FinitySoft Memory Manager FinitySoft Memory Manager 4.0 is freeware memory manager program that defragments and reclaims memory from the operating system and leaking applications and dlls. This decreases load time and boosts application performance. Features: - Easy to use - Optimize memory manually or... Platforms: Windows

License: Freeware Size: 416.42 KB Download (316): FinitySoft Memory Manager Download

Added: August 05, 2008 | Visits: 1.418

Chameleon Startup Manager Free Edition Chameleon Startup Manager is a Windows startup, schedule and task manager that accelerates Windows startup, ensures that the operating system is more stable and allows you to run various tasks with the possibility to specify the launch condition. It disables any startup programs and fully... Platforms: Windows

License: Freeware Size: 2.27 KB Download (474): Chameleon Startup Manager Free Edition Download

Released: September 01, 2008  |  Added: September 08, 2008 | Visits: 3.079

xNeat Clipboard Manager Windows clipboard has the disadvantage that you can only copy once before pasting ! xNeat clipboard manager is an effective utility in the must have list, it solves the limitation in the standard windows' clipboard that you can only copy once before pasting. xNeat clipboard manager is handy... Platforms: Windows

License: Freeware Size: 544.34 KB Download (221): xNeat Clipboard Manager Download

Released: December 22, 2008  |  Added: January 14, 2009 | Visits: 4.433

Easus Partition Manager Express Easus Partition Manageris a solution for effective hard disk management and PC performance enhancement. It provides a full range of features that meet your specific partitioning needs. Free partitioning tool for you! Creates/formats/removes and resizes the partitions! The original partition... Platforms: Windows

License: Freeware Size: 95.7 MB Download (975): Easus Partition Manager Express Download

Released: June 20, 2011  |  Added: July 05, 2011 | Visits: 2.986

Chameleon Startup Manager Lite Chameleon Startup Manager Lite is a Windows startup manager that accelerates Windows startup, ensures that the operating system is more stable. It disables any startup programs and fully controls startup by selecting the programs to be launched, while customizing the startup settings. The... Platforms: Windows

License: Freeware Size: 4.06 MB Download (234): Chameleon Startup Manager Lite Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.794

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test... Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Added: January 18, 2010 | Visits: 1.481

Thunar Volume Manager Thunar Volume Manager project provides automatic management of removable media and drives for the Thunar File Manager. The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is... Platforms: *nix

License: Freeware Size: 296.96 KB Download (143): Thunar Volume Manager Download

Added: January 18, 2010 | Visits: 1.443

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.149

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.414

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not... Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.181

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 2.409

Universal Password Manager Universal Password Manager is a cross platform password manager. Over the years Ive used a number of different password managers but I never quite found one that gave me everything I needed. At work I use MS Windows but at home I use a Mac. What I wanted was a password manager that would run on... Platforms: *nix

License: Freeware Size: 67.58 KB Download (245): Universal Password Manager Download

Added: January 18, 2010 | Visits: 1.019

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Resub Download

Added: June 17, 2010 | Visits: 874

Voix Manager 1.2.2 Voix Manager project is a switchboard application Iax phone integrated, is written in C++ and is able to manage and display information about your Asterisk PBX activity in real time. Voix Manager has been thought with simplicity in mind, all feature needed by the attendant, fast and easy... Platforms: *nix

License: Freeware Size: 3.6 MB Download (111): Voix Manager 1.2.2 Download

Added: May 22, 2010 | Visits: 5.703

Download Manager Tweak Download Manager Tweak provides a modification of the Firefox download manager that changes its appearance. The Download Manager Tweak extension streamlines the current Firefox download manager. The extension allows the Firefox download manager to be opened in a separate window, the sidebar, or... Platforms: *nix

License: Freeware Size: 49.15 KB Download (2104): Download Manager Tweak

Added: October 19, 2010 | Visits: 1.564

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());... Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

< 1 2 3 4 5 >