dvdsubedit help
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2466
Kudev Alpha
Kudev is a system tool, written in python, which helps you create and (will help you) manage your udev rules. more>>
Kudev is a system tool, written in python, which helps you create and (will help you) manage your udev rules.
To launch it unpack the archive and launch sudo python ./launch.py in your favorite console.
<<lessTo launch it unpack the archive and launch sudo python ./launch.py in your favorite console.
Download (0.012MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1054 downloads
PHD Help Desk 1.3
PHD Help Desk provides help desk registry and follow-up software. more>>
PHD Help Desk provides help desk registry and follow-up software.
PHD Help Desk is software conceived for the registry and follow-up of help desks incidents. Registry of incidents allows classification in two levels (type and subtype), the state of the incident, a description, ticket assignment and priority, historical registry, and an audit.
Information can be reported in consultation format, to give reports or export the information for later processing in a database or spreadsheet.
Enhancements:
- Now the operators belong to a sector, in the same way that the users belong an area.
- The database update proccess will insert the sector table with the areas that belong to the operators in version 1.21.
- The ticket is now initialized as "private" by default.
- Only the operators can change this state.
- Two bugs in the support request that prevented the input of the request into the ticket database were corrected.
<<lessPHD Help Desk is software conceived for the registry and follow-up of help desks incidents. Registry of incidents allows classification in two levels (type and subtype), the state of the incident, a description, ticket assignment and priority, historical registry, and an audit.
Information can be reported in consultation format, to give reports or export the information for later processing in a database or spreadsheet.
Enhancements:
- Now the operators belong to a sector, in the same way that the users belong an area.
- The database update proccess will insert the sector table with the areas that belong to the operators in version 1.21.
- The ticket is now initialized as "private" by default.
- Only the operators can change this state.
- Two bugs in the support request that prevented the input of the request into the ticket database were corrected.
Download (0.16MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
839 downloads
Tk::Help 0.2
Tk::Help is simple widget for creating a help system for Perl/Tk applications. more>>
Tk::Help is simple widget for creating a help system for Perl/Tk applications.
SYNOPSIS
use Tk::Help;
my $help = $main->Help(-variable => @array);
This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big dialog and formatted all the text, which was tedious and clumsy.
I wanted to create something that looked similar to the Windows help. This is by no means as featured or fluid as the Windows help, but it should provide a (somewhat) simple means to create a help dialog where all someone should need to do is create the array with their help content.
<<lessSYNOPSIS
use Tk::Help;
my $help = $main->Help(-variable => @array);
This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big dialog and formatted all the text, which was tedious and clumsy.
I wanted to create something that looked similar to the Windows help. This is by no means as featured or fluid as the Windows help, but it should provide a (somewhat) simple means to create a help dialog where all someone should need to do is create the array with their help content.
Download (0.005MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1092 downloads
dvd2avi 0.7-9
dvd2avi is a simple graphical tool to help you backup your DVDs under Linux. more>>
dvd2avi is a simple graphical tool to help you backup your DVDs under Linux. After a long period of coding and testing, I finally succeeded to issue well usable and handy version of dvd2avi which I hope will help you.
dvd2avi is meant to help you put together a comandline for conversion from DVD title to AVI divx file. dvd2avi uses mencoder for its fast and reliable job, and lsdvd for getting the information about the source DVD.
<<lessdvd2avi is meant to help you put together a comandline for conversion from DVD title to AVI divx file. dvd2avi uses mencoder for its fast and reliable job, and lsdvd for getting the information about the source DVD.
Download (0.027MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1199 downloads
WeHelpBUS 0.4
WeHelpBUS project is a Web-based help browser for Unix-like systems. more>>
WeHelpBUS project is a Web-based help browser for Unix-like systems.
It is a set of CGI scripts that enables users to browse documentation, stored in various formats, using their preferred Web browser.
Current formats supported include Unix man pages, Texinfo pages, Scrollkeeper documentation catalogue (help system of GNOME and KDE), information about installed RPM packages, and C/C++ header files.
Current formats supported by "WeHelpBUS":
- Unix man pages
- Texinfo pages
- Scrollkeeper documentation catalogue (help system of GNOME and KDE)
- Information about installed RPM packages
- C/C++ header files
Enhancements:
- Themes support has been added
- Search facility has been added
- Minor improvements
<<lessIt is a set of CGI scripts that enables users to browse documentation, stored in various formats, using their preferred Web browser.
Current formats supported include Unix man pages, Texinfo pages, Scrollkeeper documentation catalogue (help system of GNOME and KDE), information about installed RPM packages, and C/C++ header files.
Current formats supported by "WeHelpBUS":
- Unix man pages
- Texinfo pages
- Scrollkeeper documentation catalogue (help system of GNOME and KDE)
- Information about installed RPM packages
- C/C++ header files
Enhancements:
- Themes support has been added
- Search facility has been added
- Minor improvements
Download (0.12MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1091 downloads
IRC::Bot::Help 0.07
IRC::Bot::Help is a module to dispatch help for IRC::Bot. more>>
IRC::Bot::Help is a module to dispatch help for IRC::Bot.
SYNOPSIS
use IRC::Bot::Help;
my $seen = IRC::Bot::Help->new();
# later on...
# User asks for help in DCC CHAT
sub on_dcc_chat {
my ( $kernel, $id, $who, $msg ) = @_[ KERNEL, ARG0, ARG1, ARG3 ];
my $nick = ( split /!/, $who )[0];
# Do Stuff...
if ( $msg =~ m/^.help/i ) {
my $topic = $help->ask_help(all);
$kernel->post( NICK, dcc_chat, $id, $topic );
}
}
Basically holds a list of help topics and dispatches them on demand.
<<lessSYNOPSIS
use IRC::Bot::Help;
my $seen = IRC::Bot::Help->new();
# later on...
# User asks for help in DCC CHAT
sub on_dcc_chat {
my ( $kernel, $id, $who, $msg ) = @_[ KERNEL, ARG0, ARG1, ARG3 ];
my $nick = ( split /!/, $who )[0];
# Do Stuff...
if ( $msg =~ m/^.help/i ) {
my $topic = $help->ask_help(all);
$kernel->post( NICK, dcc_chat, $id, $topic );
}
}
Basically holds a list of help topics and dispatches them on demand.
Download (0.011MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1099 downloads
SVN::RaWeb::Light::Help 0.60001
SVN::RaWeb::Light::Help is Perl module to generate the Help HTML for SVN::RaWeb::Light. more>>
SVN::RaWeb::Light::Help is Perl module to generate the Help HTML for SVN::RaWeb::Light.
SYNOPSIS
Warning! This moduls is auto-generated.
FUNCTIONS
print_data()
Prints the HTML data to the standard output.
<<lessSYNOPSIS
Warning! This moduls is auto-generated.
FUNCTIONS
print_data()
Prints the HTML data to the standard output.
Download (0.015MB)
Added: 2006-10-28 License: Perl Artistic License Price:
1091 downloads
Free Help Desk 1.08a
Help desk software is vital to the success of your help desk and customer support staff. more>>
Help desk software is vital to the success of your help desk and customer support staff. Tracking and responding to help desk calls is faster and more efficient when using well designed help desk software.
The design of this software comes from many years of help desk experience working in a help desk environment. All the basic tools for running a successful help desk are included in this help desk software package.
Help desk software should be used in any organization whether its a large corporation or a small startup company. Why should my company implement a helpdesk software solution? Some of the benefits of helpdesk software are improved customer service, faster response times and lower information technology costs. Lets outline these three areas in greater detail.
When a user contacts the computer support professional in your organization, what steps are taken? Does it depend on who answered the phone? Do the immediately drop any task and visit your desk? Do they jot your information down on a note pad? Do they attempt to resolve the issue on the phone at great length? What criteria merits the call be moved to another member of the IT staff, or merits a call the software vendor?
All these questions can be answered in some way within the use of help desk software. Helpdesk software forces your IT staff to handle help desk calls in a structured manner that can be counted on each time. When a helpdesk call is received, it should be immediately be entered into the help desk software database, even if it is easily answered.
At this point there is now a record of the call, and this allows other IT staff to view the contents of the problem and makes it a simple task for other IT staff members to offer solutions. This also prevents the call from being lost in the shuffle if staff is busy when the call is received. Your general staff will have much more confidence that when they place that call to your help desk staff, their call will be handled in a structured method to ensure their satisfaction.
If they can continue to work, they will not feel the need to keep calling or checking with IT staff on the progress, or worry that their call will not be answered in a reasonable amount of time. This allows them to focus on their tasks, and not be concerned with the status of their call.
Many help desk software solutions offer a self-help method, allowing the staff members in your company to submit a helpdesk request directly into the help desk system. (granted their computer is functioning enough for this) This feature greatly streamlines the process, and can increase response time for all users. Help desk support staff will not be interrupted by the phone call and have to stop working on another issue to record the call information.
In fact, it should be encouraged by the IT staff to submit all request possible with this method. When a request is entered into the system, it allows any available support personnel to respond to the request. It also allows support personnel to diversify calls, so if a calls is shown to be about a particular problem that a staff member has greater expertise with, that staff member will likely be able to solve the problem much quicker. Once each calls is resolved, the solution will then become available for future reference.
This is one of the greatest benefits an organization will receive from using a help desk system. This allows newer support staff to be able to answer many questions by simply searching the database for other calls. Also prevent 2 support staff from having to research for the same solution, this benefits in much faster response time for the end user.
Everything mentioned above will contribute to the overall quality of service in your organization, happier staff and faster response time will mean lower costs and higher productivity for your organization.
Enhancements:
- This release fixes a bug found in the main form that caused some performance problems in certain system configurations.
<<lessThe design of this software comes from many years of help desk experience working in a help desk environment. All the basic tools for running a successful help desk are included in this help desk software package.
Help desk software should be used in any organization whether its a large corporation or a small startup company. Why should my company implement a helpdesk software solution? Some of the benefits of helpdesk software are improved customer service, faster response times and lower information technology costs. Lets outline these three areas in greater detail.
When a user contacts the computer support professional in your organization, what steps are taken? Does it depend on who answered the phone? Do the immediately drop any task and visit your desk? Do they jot your information down on a note pad? Do they attempt to resolve the issue on the phone at great length? What criteria merits the call be moved to another member of the IT staff, or merits a call the software vendor?
All these questions can be answered in some way within the use of help desk software. Helpdesk software forces your IT staff to handle help desk calls in a structured manner that can be counted on each time. When a helpdesk call is received, it should be immediately be entered into the help desk software database, even if it is easily answered.
At this point there is now a record of the call, and this allows other IT staff to view the contents of the problem and makes it a simple task for other IT staff members to offer solutions. This also prevents the call from being lost in the shuffle if staff is busy when the call is received. Your general staff will have much more confidence that when they place that call to your help desk staff, their call will be handled in a structured method to ensure their satisfaction.
If they can continue to work, they will not feel the need to keep calling or checking with IT staff on the progress, or worry that their call will not be answered in a reasonable amount of time. This allows them to focus on their tasks, and not be concerned with the status of their call.
Many help desk software solutions offer a self-help method, allowing the staff members in your company to submit a helpdesk request directly into the help desk system. (granted their computer is functioning enough for this) This feature greatly streamlines the process, and can increase response time for all users. Help desk support staff will not be interrupted by the phone call and have to stop working on another issue to record the call information.
In fact, it should be encouraged by the IT staff to submit all request possible with this method. When a request is entered into the system, it allows any available support personnel to respond to the request. It also allows support personnel to diversify calls, so if a calls is shown to be about a particular problem that a staff member has greater expertise with, that staff member will likely be able to solve the problem much quicker. Once each calls is resolved, the solution will then become available for future reference.
This is one of the greatest benefits an organization will receive from using a help desk system. This allows newer support staff to be able to answer many questions by simply searching the database for other calls. Also prevent 2 support staff from having to research for the same solution, this benefits in much faster response time for the end user.
Everything mentioned above will contribute to the overall quality of service in your organization, happier staff and faster response time will mean lower costs and higher productivity for your organization.
Enhancements:
- This release fixes a bug found in the main form that caused some performance problems in certain system configurations.
Download (0.19MB)
Added: 2006-08-31 License: GPL (GNU General Public License) Price:
1150 downloads
DBIx::DataLookup 0.03
DBIx:DataLookup 0.03 is designed as a useful tool which can help you easily both cache records pulled by an SQL statement from a database in the memory as well as look them up later at any time during execution of your script. more>> <<less
Added: 2009-07-26 License: Perl Artistic License Price: FREE
downloads
SVK::Command::Help 1.08
SVK::Command::Help is a Perl module to show help. more>>
SVK::Command::Help is a Perl module to show help.
OPTIONS
Optionally svk helps can pipe through a pager, for it is easier to read if the output is too long. For using this feature, please set environment variable SVKPAGER to some pager program. For example:
# bash, zsh users
export SVKPAGER=/usr/bin/less
# tcsh users
setenv SVKPAGER /usr/bin/less
<<lessOPTIONS
Optionally svk helps can pipe through a pager, for it is easier to read if the output is too long. For using this feature, please set environment variable SVKPAGER to some pager program. For example:
# bash, zsh users
export SVKPAGER=/usr/bin/less
# tcsh users
setenv SVKPAGER /usr/bin/less
Download (0.26MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1092 downloads
Getopt::Mixed::Help 0.18
Getopt::Mixed::Help Perl module can combine Getopt::Mixed with usage and help. more>>
Getopt::Mixed::Help Perl module can combine Getopt::Mixed with usage and help.
SYNOPSIS
use Getopt::Mixed::Help
(< filenames >... => filenames to be processed,
ENV => SCRIPT_OPT_,
ENV_ => SCRIPT_OPT_,
d>debug:i number => turn on debugging information (*),
e>execute => do it without asking for confirmation,
f>force => override all safety checks,
i>interactive => asks for confirmation before doing it,
n>no-execute => just print what would be done without doing it,
q>quiet => suppress all information,
s>summary => print summary information on exit,
v>verbose:i number => turn on verbose information (*),
(*) => (*) You may add a positive integer for a higher level.
);
if ($opt_...
export SCRIPT_OPT_INTERACTIVE=1
test_script -d -v 2 --summary some_file.ext other_file.ext
ABSTRACT
Getopt::Mixed::Help is a simplified interface to Getopt::Mixed adding usage (help) functionality. It automatically adds the options -?, -h and --help (the last two configurable) to print the usage text. It allows to get option values from the environment (if the operating system it runs on supports environment variables). It can also add different flavours of support for multiple options. Finally it supports debugging output of the options used.
The module uses a direct import mechanism called with a hash as parameter. The structure of the hash is as follows:
The key is a combined (SHORT > LONG [ARGUMENT SPECIFIER [VALUE IDENTIFIER]]) option description for Getopt::Mixed, except for the VALUE IDENTIFIER which is simply included into the help text. The value following the key is simply the help text for this option.
If the second character of the first key is not >, the first key is taken as descriptive identifiers for additional parameters and the help for them.
Any key starting with ( and ending with ) will be interpreted as a footnote (additional help text) to the real options. They should be used at the end of the list only.
A key equal to ENV is used to get default values for the remaining options from the environment. For any option not initialised on the command line an environment variable with the prefix of the value following ENV and a rest of the name identical to the uppercase long option name (e.g. SCRIPT_OPT_DEBUG) will be checked. If this environment variable exists, it will be used to set the option. Note that in the name of the rest of the environment variable uppercase is used and hyphens are relaced with underlines.
A key equal to ENV_ is used in the same way as the key ENV. In addition it allows for a special environment variable with the prefix of the value following ENV followed by a single underline (_) as combined initialiser (for more than one option, e.g. export SCRIPT_OPT__=debug verbose=2). Note that no whitespaces are allowed in the values of the options initialised this way as the string in the environment variable is parsed in a simple way.
The module defines the variable $optUsage containing the complete help text.
If an option debug exists and is choosen on the command line, this module will print all option values and all remaining parameters to standard error. The name of this option may be changed, see "changing the debug option" below in the "CHANGING DEFAULT BEHAVIOUR" section.
<<lessSYNOPSIS
use Getopt::Mixed::Help
(< filenames >... => filenames to be processed,
ENV => SCRIPT_OPT_,
ENV_ => SCRIPT_OPT_,
d>debug:i number => turn on debugging information (*),
e>execute => do it without asking for confirmation,
f>force => override all safety checks,
i>interactive => asks for confirmation before doing it,
n>no-execute => just print what would be done without doing it,
q>quiet => suppress all information,
s>summary => print summary information on exit,
v>verbose:i number => turn on verbose information (*),
(*) => (*) You may add a positive integer for a higher level.
);
if ($opt_...
export SCRIPT_OPT_INTERACTIVE=1
test_script -d -v 2 --summary some_file.ext other_file.ext
ABSTRACT
Getopt::Mixed::Help is a simplified interface to Getopt::Mixed adding usage (help) functionality. It automatically adds the options -?, -h and --help (the last two configurable) to print the usage text. It allows to get option values from the environment (if the operating system it runs on supports environment variables). It can also add different flavours of support for multiple options. Finally it supports debugging output of the options used.
The module uses a direct import mechanism called with a hash as parameter. The structure of the hash is as follows:
The key is a combined (SHORT > LONG [ARGUMENT SPECIFIER [VALUE IDENTIFIER]]) option description for Getopt::Mixed, except for the VALUE IDENTIFIER which is simply included into the help text. The value following the key is simply the help text for this option.
If the second character of the first key is not >, the first key is taken as descriptive identifiers for additional parameters and the help for them.
Any key starting with ( and ending with ) will be interpreted as a footnote (additional help text) to the real options. They should be used at the end of the list only.
A key equal to ENV is used to get default values for the remaining options from the environment. For any option not initialised on the command line an environment variable with the prefix of the value following ENV and a rest of the name identical to the uppercase long option name (e.g. SCRIPT_OPT_DEBUG) will be checked. If this environment variable exists, it will be used to set the option. Note that in the name of the rest of the environment variable uppercase is used and hyphens are relaced with underlines.
A key equal to ENV_ is used in the same way as the key ENV. In addition it allows for a special environment variable with the prefix of the value following ENV followed by a single underline (_) as combined initialiser (for more than one option, e.g. export SCRIPT_OPT__=debug verbose=2). Note that no whitespaces are allowed in the values of the options initialised this way as the string in the environment variable is parsed in a simple way.
The module defines the variable $optUsage containing the complete help text.
If an option debug exists and is choosen on the command line, this module will print all option values and all remaining parameters to standard error. The name of this option may be changed, see "changing the debug option" below in the "CHANGING DEFAULT BEHAVIOUR" section.
Download (0.014MB)
Added: 2007-07-16 License: Perl Artistic License Price:
830 downloads
Multimedia Converter 1.5
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg & MPlaye more>>
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg and MPlayer.
So help to Convert between different media formats.
<<lessSo help to Convert between different media formats.
Download (0.30MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
894 downloads
SQL::Amazon::Request::Help 0.10
SQL::Amazon::Request::Help is an Interface to retrieve Help content. more>>
SQL::Amazon::Request::Help is an Interface to retrieve Help content.
SYNOPSIS
$dbh = DBI->connect(dbi:Amazon:, $amznid, undef,
{ amzn_mode => books,
amzn_locale => us,
amzn_max_pages => 3
})
or die "Cannot connect: " . $DBI::errstr;
#
# search for some Perl DBI books
#
$sth = $dbh->prepare("
SELECT ASIN,
Title,
Publisher,
PublicationDate,
Author,
SmallImageURL,
URL,
SalesRank,
ListPriceAmt,
AverageRating
FROM Books
WHERE MATCHES ALL(Perl, DBI) AND
PublicationDate >= 2000-01-01
ORDER BY SalesRank DESC,
ListPriceAmt ASC,
AverageRating DESC");
$sth->execute or die Cannot execute: . $sth->errstr;
print join(, , @$row), "n"
while $row = $sth->fetchrow_arrayref;
$dbh->disconnect;
DBD::Amazon provides a DBI and SQL syntax abstraction for the Amazon(R) E-Commerce Services 4.0 API *aka* ECS. < http://www.amazon.com/gp/ >. Using the REST interface, and a limited SQL dialect, it provides a DBI-friendly interface to ECS.
Be advised that this is ALPHA release software and subject to change at the whim of the author(s).
<<lessSYNOPSIS
$dbh = DBI->connect(dbi:Amazon:, $amznid, undef,
{ amzn_mode => books,
amzn_locale => us,
amzn_max_pages => 3
})
or die "Cannot connect: " . $DBI::errstr;
#
# search for some Perl DBI books
#
$sth = $dbh->prepare("
SELECT ASIN,
Title,
Publisher,
PublicationDate,
Author,
SmallImageURL,
URL,
SalesRank,
ListPriceAmt,
AverageRating
FROM Books
WHERE MATCHES ALL(Perl, DBI) AND
PublicationDate >= 2000-01-01
ORDER BY SalesRank DESC,
ListPriceAmt ASC,
AverageRating DESC");
$sth->execute or die Cannot execute: . $sth->errstr;
print join(, , @$row), "n"
while $row = $sth->fetchrow_arrayref;
$dbh->disconnect;
DBD::Amazon provides a DBI and SQL syntax abstraction for the Amazon(R) E-Commerce Services 4.0 API *aka* ECS. < http://www.amazon.com/gp/ >. Using the REST interface, and a limited SQL dialect, it provides a DBI-friendly interface to ECS.
Be advised that this is ALPHA release software and subject to change at the whim of the author(s).
Download (0.057MB)
Added: 2006-10-31 License: Perl Artistic License Price:
1088 downloads
Jifty::Script::Help 0.60912
Jifty::Script::Help is a Perl module to show help. more>>
Jifty::Script::Help is a Perl module to show help.
OPTIONS
Optionally help can pipe through a pager, to make it easier to read the output if it is too long. For using this feature, please set environment variable PAGER to some pager program. For example:
# bash, zsh users
export PAGER=/usr/bin/less
# tcsh users
setenv PAGER /usr/bin/less
help_base
Jiftys help system also looks in Jifty::Manual and the subdirectories for any help commands that it cant find help for.
<<lessOPTIONS
Optionally help can pipe through a pager, to make it easier to read the output if it is too long. For using this feature, please set environment variable PAGER to some pager program. For example:
# bash, zsh users
export PAGER=/usr/bin/less
# tcsh users
setenv PAGER /usr/bin/less
help_base
Jiftys help system also looks in Jifty::Manual and the subdirectories for any help commands that it cant find help for.
Download (0.52MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1092 downloads
Tk::ContextHelp 0.10
Tk::ContextHelp is a context-sensitive help with perl/Tk. more>>
Tk::ContextHelp is a context-sensitive help with perl/Tk.
SYNOPSIS
use Tk::ContextHelp;
$ch = $top->ContextHelp;
$ch->attach($widget, -msg => ...);
$ch->HelpButton($top)->pack;
$ch2 = $top->ContextHelp(-podfile => "perlfaq");
$ch2->attach($widget2, -pod => description);
ContextHelp provides a context-sensitive help system. By activating the help system (either by clicking on a HelpButton or calling the activate method, the cursor changes to a left pointer with a question mark and the user may click on any widget in the window to get a help message or jump to the corresponding pod entry.
<<lessSYNOPSIS
use Tk::ContextHelp;
$ch = $top->ContextHelp;
$ch->attach($widget, -msg => ...);
$ch->HelpButton($top)->pack;
$ch2 = $top->ContextHelp(-podfile => "perlfaq");
$ch2->attach($widget2, -pod => description);
ContextHelp provides a context-sensitive help system. By activating the help system (either by clicking on a HelpButton or calling the activate method, the cursor changes to a left pointer with a question mark and the user may click on any widget in the window to get a help message or jump to the corresponding pod entry.
Download (0.010MB)
Added: 2006-10-28 License: Perl Artistic License Price:
1091 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 dvdsubedit help 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