manage it
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1627
VideoManager 0.5
VideoManager is a PyGTk application to manage your movies. more>>
VideoManager is a PyGTk application to manage your movies.
An application for managing your movie collection. VideoManager is a free software for managing movies collections. Detailed information on each item can be automatically retrieved from the internet and movies can be sorted by category, year or producer.
Currently this program is only available in French.
You can help by translating the project : http://www.codingteam.net/videomanager-trad.html
Currently available in Ubuntu Feisty Universe and Arch Linux AUR.
<<lessAn application for managing your movie collection. VideoManager is a free software for managing movies collections. Detailed information on each item can be automatically retrieved from the internet and movies can be sorted by category, year or producer.
Currently this program is only available in French.
You can help by translating the project : http://www.codingteam.net/videomanager-trad.html
Currently available in Ubuntu Feisty Universe and Arch Linux AUR.
Download (0.082MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
936 downloads
Disk Manager 1.0.1
Disk manager is a simple filesystem configurator. more>>
Disk Manager project is a simple filesystem configurator that allow you to:
- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
<<less- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
Download (0.055MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
520 downloads
PHPFileManager7 1.0
PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs. more>>
PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs.
The project doesnt require a MySQL database and it can integrate with a panel created by the user.
<<lessThe project doesnt require a MySQL database and it can integrate with a panel created by the user.
Download (0.37MB)
Added: 2007-06-11 License: The PHP License Price:
867 downloads
Gmail Manager 0.5.3
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications. more>>
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications.
Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets
<<lessDisplays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets
Download (0.16MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
988 downloads
SQLiteManager 1.2.0
SQLiteManager a multilingual Web-based tool to manage SQLite databases. more>>
SQLiteManager is a multilingual Web-based tool to manage SQLite databases.
SQLiteManager features multiple database management, creation, and connectivity, property and options management, table, data, and index manipulation, the ability to import data from a file, conversion from MySQL queries, view, trigger, and custom functio
Enhancements:
- Now SQLiteManager allow to manage SQLite2 and SQLite3 database simultaneously.
- The database version and environment possibility is automatically detected.
<<lessSQLiteManager features multiple database management, creation, and connectivity, property and options management, table, data, and index manipulation, the ability to import data from a file, conversion from MySQL queries, view, trigger, and custom functio
Enhancements:
- Now SQLiteManager allow to manage SQLite2 and SQLite3 database simultaneously.
- The database version and environment possibility is automatically detected.
Download (0.64MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1303 downloads
Sys::Manage::Cmd 0.56
Sys::Manage::Cmd - Systems management command volley. more>>
Sys::Manage::Cmd - Systems management command volley.
SYNOPSIS
Command line script
use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();
# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};
# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];
# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];
# Command-line setup / loop:
$s->set([@ARGV]);
# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...
# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);
Command line
script -option -option... target command-line
script -option... -ttarget... command-line
Examples of command line
script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!
Options of command line
(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)
-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include
Embedded commands
(see also -cline and -assoc)
script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution
Embedding command line
(see also ENVIRONMENT and SLOTS)
if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}
<<lessSYNOPSIS
Command line script
use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();
# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};
# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];
# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];
# Command-line setup / loop:
$s->set([@ARGV]);
# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...
# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);
Command line
script -option -option... target command-line
script -option... -ttarget... command-line
Examples of command line
script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!
Options of command line
(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)
-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include
Embedded commands
(see also -cline and -assoc)
script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution
Embedding command line
(see also ENVIRONMENT and SLOTS)
if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads

SQLite Manager 0.5.0 Beta 3
SQLite Manager is an all-in-one and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
Other version of SQLite Manager
and extremely useful program which offers an easy way to manage all your sqlite databases usingPrice: FREE
License:MPL
License:MPL
Microsummary Manager 0.5
Microsummary Manager provides an easily install, delete and manage your μSummary generators! more>>
Microsummary Manager provides an easily install, delete and manage your μSummary generators!
This extension provides an easy way to manage currently installed microsummary generators and install any you may have saved locally via the add-ons manager.
<<lessThis extension provides an easy way to manage currently installed microsummary generators and install any you may have saved locally via the add-ons manager.
Download (0.017MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
941 downloads
Kahuna 0.92
Kahuna is a program to manage 3com SuperStack II PS40 hubs via KDE. more>>
Kahuna is a KDE application to manage 3com SuperStack PSHub 40s. It provides a load/save function for your favorite hubs. For communication kahuna uses net-snmp 4.2
<<less Download (0.14MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1110 downloads
RemindMe 0.1
RemindMe is a tool to help you keep track of important dates and manage your calendar. more>>
RemindMe is a tool to help you keep track of important dates and manage your calendar.
RemindMe is extensible using Tiny Scheme.
This is the initial release.
<<lessRemindMe is extensible using Tiny Scheme.
This is the initial release.
Download (0.027MB)
Added: 2005-07-08 License: GPL (GNU General Public License) Price:
1568 downloads
Network Management Tool 1.44
Network Management Tool is a tool to manage and monitor the devices on your network. more>>
Manage your network with a free Network Monitoring Software application.
Network Management Tool is an organized way to manage your network. 100% web-based network management.
Manage your network devices with ease. 100% Free Network Managment Software! Manage all your network devices, routers, switches, firewalls, hubs, and more.
Enhancements:
- A display bug that occurred when viewing the comments on a device was fixed.
<<lessNetwork Management Tool is an organized way to manage your network. 100% web-based network management.
Manage your network devices with ease. 100% Free Network Managment Software! Manage all your network devices, routers, switches, firewalls, hubs, and more.
Enhancements:
- A display bug that occurred when viewing the comments on a device was fixed.
Download (0.061MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1158 downloads
Oxylus Service Management 0.2
Service Management is a Web application that allows users to manage service. more>>
Service Management is a Web application that allows users to manage service and repair, including work orders, service scheduling, service calls, preventative maintenance, and customer contact information.
Enhancements:
- Some bugfixes were made for PHP5.
- A new interface was implemented.
<<lessEnhancements:
- Some bugfixes were made for PHP5.
- A new interface was implemented.
Download (0.20MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
1456 downloads
Cache::Memcached::Managed 0.16
Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. more>>
Cache::Memcached::Managed is a Perl module that provides an API for managing cached information.
SYNOPSIS
use Cache::Memcached::Managed;
my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 );
$cache->set( $value );
$cache->set( $value,$id );
$cache->set( value => $value,
id => $id,
key => $key,
version => 1.1,
namespace => foo,
expiration => 1D, );
my $value = $cache->get( $id );
my $value = $cache->get( id => $id,
key => $key );
<<lessSYNOPSIS
use Cache::Memcached::Managed;
my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 );
$cache->set( $value );
$cache->set( $value,$id );
$cache->set( value => $value,
id => $id,
key => $key,
version => 1.1,
namespace => foo,
expiration => 1D, );
my $value = $cache->get( $id );
my $value = $cache->get( id => $id,
key => $key );
Download (0.038MB)
Added: 2007-03-08 License: Perl Artistic License Price:
960 downloads
Nelisys Management System 0.2.1
Nelisys Management System can manage and monitor system and network including Router, Switch. more>>
Nelisys project is Open Source Web-based Management System, to manage and monitor system and network including Router, Switch, Wi-Fi Access Point, Server, Networking services, etc.
There are performance and fault management function.
<<lessThere are performance and fault management function.
Download (0.045MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1158 downloads
SiteInvoice Account Manager 2.0.1
SiteInvoice helps you manage your customer invoices in a simple and efficient manner. more>>
SiteInvoice project helps you manage your customer invoices in a simple and efficient manner.
Customers receive personalized email notices with invoices attached as PDFs, with reminders sent at 30, 45, and 60 days.
Handles multiple currencies and taxes. Never lose track of money you or your company are owed again.
<<lessCustomers receive personalized email notices with invoices attached as PDFs, with reminders sent at 30, 45, and 60 days.
Handles multiple currencies and taxes. Never lose track of money you or your company are owed again.
Download (0.33MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above manage it search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed