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

Fire Alarm System Test freeware
Filter: All | Freeware | Demo
 

Fire Alarm System Test

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 1.954

Library Accounting System LAS is a media cataloguing system coded in php, mysql and javascript for books, movies, journals & magazines (music planned). LAS is currently geared torward the individual user, but in the future may introduce features for institutions & groups. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (150): Library Accounting System Download

Added: January 18, 2010 | Visits: 1.126

System-CoW System-CoW is a system monitoring SuperKaramba theme. You must have installed hddtemp and all i2c sensors in kernel to have this script working! You must launch: hddtemp -d /dev/hd[abc] // if you have 3 disks! to have temperature working! For gentoo add a line to /etc/conf.d/local.start... Platforms: *nix

License: Freeware Size: 153.6 KB Download (101): System-CoW Download

Added: January 18, 2010 | Visits: 2.048

The Contiki Operating System The Contiki Operating System is mostly known as an operating system for networked embedded systems. A few years ago, however, Contikis primary claim to fame was its Commodore 64 port. With the help of JAC64, a Java-based C64 emulator developed by my colleague and fellow Contiki developer Joakim... Platforms: *nix

License: Freeware Size: 1.7 MB Download (137): The Contiki Operating System Download

Added: January 18, 2010 | Visits: 1.041

xmms-alarm xmms-alarm is a plugin which allows XMMS to be used as an alarm clock.. Platforms: *nix

License: Freeware Size: 245.76 KB Download (103): xmms-alarm Download

Added: January 18, 2010 | Visits: 3.453

Simple Document Management System SDMS is an open-source system that allows you to store any document in a database via a bunch of webpages. That was the short description, now comes the long one. SDMS uses PHP to provide you with a pretty interface to a MySQL server that allows you to store and retrieve documents and to share... Platforms: *nix

License: Freeware Size: 51.2 KB Download (286): Simple Document Management System Download

Added: January 18, 2010 | Visits: 1.754

Expense Submittal System The Expense Submittal System (ESS) is a Web-based solution for the creation of expense reports, expense report approval, payment, and accounting. The complete expense reporting process is covered. ESS provides report entry, approval routing, corporate policy checking, credit card statement... Platforms: *nix

License: Freeware Size: 5.4 MB Download (184): Expense Submittal System Download

Added: January 18, 2010 | Visits: 1.180

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: 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: February 09, 2010 | Visits: 1.206

Sendmail Confirmation System Sendmail Confirmation System is an Sendmail milter plugin that is designed to reduce the amount of junk email received. SMC uses a dynamic local and DNS based remote "whitelists" (for known/trusted senders), DNS based "blacklists" (for undesired senders), and an original "autoauthentication"... Platforms: *nix

License: Freeware Size: 100.35 KB Download (96): Sendmail Confirmation System Download

Added: May 18, 2010 | Visits: 2.835

Uber Project Document Management System Project document and management tracking system written in PHP using PostgreSQL to store user, project and document related data and MySQL to store the documents, with revision control. How to: How to setup the system: Just untar every thing in your webdirecorty: cd /var/www/html/ tar... Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): Uber Project Document Management System Download

Added: August 09, 2010 | Visits: 1.604

Shell SYStem Monitor Shell SYStem Monitor a basic console ncurses application for system monitoring. Shell SYStem Monitor will show things like CPU load, memory load, uptime, Ethernet load (bandwidth usage in KB/s), server time, and more. Install code: # cd ssysm # make (as root) # make install Uninstall... Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): Shell SYStem Monitor Download

Added: October 19, 2010 | Visits: 1.563

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

Added: October 02, 2010 | Visits: 1.412

Test Environment Toolkit Test Environment Toolkit in short TET, is a multi-platform uniform test scaffold, into which non-distributed and distributed test suites can be incorporated. TET supports tests written in C, C++, Perl, Tcl, Shell (sh, bash, and POSIX shell), Python, Ruby, and Korn Shell. Installation:... Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): Test Environment Toolkit Download

Added: January 02, 2010 | Visits: 1.147

Test::Version Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Version Download

Added: October 26, 2010 | Visits: 968

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: July 15, 2010 | Visits: 925

Test::use::ok Test::use::ok is an alternative to Test::More::use_ok. SYNOPSIS use ok( Some::Module ); According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of... Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Test::use::ok Download

Added: April 02, 2010 | Visits: 2.247

AntiCMS Content Management System AntiCMS is a minimalist content management system for small and simple websites. The main purpose of this system is to separate content, structure and layout. Layout is defined using templates; content and structure are stored in XML file - database is not required. System is written in Python... Platforms: *nix

License: Freeware Size: 34.82 KB Download (114): AntiCMS Content Management System Download

Added: October 23, 2010 | Visits: 1.006

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: June 04, 2010 | Visits: 2.264

PHP Content Management System phpCMS is a content management system, which convinces in particular by small system requirements, high performance and above all its flexibility. phpCMS is suitable for small private web pages and also for complex professional appearances and high traffic websites including the integration of... Platforms: *nix

License: Freeware Size: 532.48 KB Download (119): PHP Content Management System Download

Added: November 26, 2010 | Visits: 838

Test::TempDatabase Test::TempDatabase is a Perl module for temporary database creation and destruction. SYNOPSIS use Test::TempDatabase; my $td = Test::TempDatabase->create(dbname => temp_db); my $dbh = $td->handle; ... some tests ... # Test::TempDatabase drops database This module automates creation... Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Test::TempDatabase Download

< 1 2 3 4 5