copying dvds
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1637
DB Copy Plugin 1.0
DB Copy Plugin is a database copying plugin for the SQuirreL SQL Client. more>>
DB Copy Plugin is a database copying plugin for the SQuirreL SQL Client. DB Copy Plugin makes it possible to copy and paste tables from one session to another and between different databases and includes primary key and foreign key constraints for copied tables, and uses Hibernate 3.0 internally to perform database object type mappings.
It supports Firebird, Oracle, Sybase, MS SQL Server, MySQL, HyperSonic, Pointbase, and PostgreSQL, and allows the user to select a Hibernate dialect for the destination database if one couldnt be determined automatically.
Enhancements:
- Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed
<<lessIt supports Firebird, Oracle, Sybase, MS SQL Server, MySQL, HyperSonic, Pointbase, and PostgreSQL, and allows the user to select a Hibernate dialect for the destination database if one couldnt be determined automatically.
Enhancements:
- Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed
Download (2.5MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1108 downloads
Copy To 0.3
Copy To is an Amarok script that will copy selected track(s) to destination location. more>>
Copy To is an Amarok script that will copy selected track(s) to destination location.
Featuring kdialog so it can use kio_slaves, eg.: media://, fish://, ftp://, bluetooth://(?)
http://blog.neofreko.com/index.php/2007/01/04/amarok-script-copy-to/
Known bug(s):
Stopping the script doesnt remove custom menu from playlist.
<<lessFeaturing kdialog so it can use kio_slaves, eg.: media://, fish://, ftp://, bluetooth://(?)
http://blog.neofreko.com/index.php/2007/01/04/amarok-script-copy-to/
Known bug(s):
Stopping the script doesnt remove custom menu from playlist.
Download (MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
973 downloads
Copy as HTML Link 1.1
Copy as HTML Link is a Firefox extension that creates an HTML link to the current page using the selected text and copies it. more>>
Copy as HTML Link is a Firefox extension that creates an HTML link to the current page using the selected text and copies it (into the clipboard) for pasting into other applications.
<<less Download (0.008MB)
Added: 2007-05-07 License: MPL (Mozilla Public License) Price:
910 downloads
FTP Copy 0.2
FTP Copy (fcp for short) is a program which currently has the ability to copy single files from your computer into any folder in more>>
FTP Copy (fcp for short) is a program which currently has the ability to copy single files from your computer into any folder in any ftp site via the command line. Its definetly not the best of its kind, but it gets the job done with minimal fuss. Both active and passive mode are supported.
Active and passive mode are supported. In the future the program may be extended to support wildcard copying, copying from the server, directory listings and other such features. If anyone wishes to add these features to the current codebase, mail me the new code and ill put it up.
To install the code under Linux (or possibly in other POSIX compatible environments), run the script compile.sh (sh compile.sh). That should compile the code into the executable file fcp.
<<lessActive and passive mode are supported. In the future the program may be extended to support wildcard copying, copying from the server, directory listings and other such features. If anyone wishes to add these features to the current codebase, mail me the new code and ill put it up.
To install the code under Linux (or possibly in other POSIX compatible environments), run the script compile.sh (sh compile.sh). That should compile the code into the executable file fcp.
Download (0.210MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1231 downloads
Copy URL 1.0
Copy URL is an extension which adds an entry to the popup menu. more>>
Copy URL is an extension which adds an entry to the popup menu.
This extension adds an entry to the popup menu "Copy URL of this page". When selected, the URL of the current page will be copied to the system clipboard. The URL address should be in the clipboard for the use of other applications as well.
<<lessThis extension adds an entry to the popup menu "Copy URL of this page". When selected, the URL of the current page will be copied to the system clipboard. The URL address should be in the clipboard for the use of other applications as well.
Download (0.002MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
934 downloads
File::Copy::Link 0.080
File::Copy::Link is a Perl extension for replacing a link by a copy of the linked file. more>>
File::Copy::Link is a Perl extension for replacing a link by a copy of the linked file.
SYNOPSIS
use File::Copy::Link;
copylink file.lnk;
use File::Copy::Link qw(safecopylink);
safecopylink file.lnk;
copylink
reads the filename linked to by the argument and replaced the link with a copy of the file. It opens a filehandle to read from the link, deletes the link, and then copies the filehandle back to the link.
safecopylink
does the same as copylink but without the open-and-delete manouvre. Instead, it uses File::Spec::Link to find the target of the link and copies from there.
This module is mostly a wrapper round File::Spec::Link::linked and File::Copy::copy, the functionality is available in a command line script copylink.
<<lessSYNOPSIS
use File::Copy::Link;
copylink file.lnk;
use File::Copy::Link qw(safecopylink);
safecopylink file.lnk;
copylink
reads the filename linked to by the argument and replaced the link with a copy of the file. It opens a filehandle to read from the link, deletes the link, and then copies the filehandle back to the link.
safecopylink
does the same as copylink but without the open-and-delete manouvre. Instead, it uses File::Spec::Link to find the target of the link and copies from there.
This module is mostly a wrapper round File::Spec::Link::linked and File::Copy::copy, the functionality is available in a command line script copylink.
Download (0.007MB)
Added: 2007-04-26 License: Perl Artistic License Price:
915 downloads
Vobcopy 1.0.2
Vobcopy copies DVD .vob files to harddisk, decrypting them on the way and merges them. more>>
Vobcopy copies DVD .vob files to harddisk, decrypting (if you have libdvdcss installed) them on the way (thanks to libdvdread and libdvdcss) and merges them into file(s) with the name extracted from the DVD.
It checks for enough free space on the destination drive and compares the copied size to the size on DVD (in case something went wrong during the copying). Vobcopy project without any options will copy the first title into files of 2GB size into the current working directory.
There is one drawback though: at the moment vobcopy doesnt deal with multi-angle-dvds. But since these are rather sparse this shouldnt matter much.
Enhancements:
- A segfault in the log file writing routine was fixed.
- Small fixes and experimental "step over the bad part" code were added.
<<lessIt checks for enough free space on the destination drive and compares the copied size to the size on DVD (in case something went wrong during the copying). Vobcopy project without any options will copy the first title into files of 2GB size into the current working directory.
There is one drawback though: at the moment vobcopy doesnt deal with multi-angle-dvds. But since these are rather sparse this shouldnt matter much.
Enhancements:
- A segfault in the log file writing routine was fixed.
- Small fixes and experimental "step over the bad part" code were added.
Download (0.041MB)
Added: 2007-06-24 License: GPL (GNU General Public License) Price:
859 downloads
Pydvdauthor 0.1
Pydvdauthor provides an easy-to-use interface for creating video DVDs, including support for chapters. more>>
Pydvdauthor provides an easy-to-use interface for creating video DVDs, including support for chapters. Pydvdauthor project does not yet generate menus.
Its output is the XML files needed for input to the dvdauthor program.
<<lessIts output is the XML files needed for input to the dvdauthor program.
Download (0.002MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1264 downloads
Clever Copy 2.0a
Clever Copy is a free, fully scalable web site portal and news posting system. more>>
Clever Copy is a free, fully scalable web site portal and news posting system. You can run it as a very simple blog or ramp it up to a full Content Management System.
It is easy to setup, use and maintain requiring no previous knowledge of web portals, blogs, php, Cmss or databases.
It uses a self optomizing database meaning that it always runs as fast as possible and works extremely well in a high traffic environment. It has been designed with the following in mind - first time users, experienced users, long term users.
Because its a dynamic site, anything you want it to, its only limited by your own imagination. If youre not sure about how to run a CMS, set it up as a blog first and then expand it later.
Use it as a news posting site, a blog, a clan site, an informational site or a fun site - its entirely up to you. With full instructions on use built in to the admin panel, whatever you have in mind you can do it with Clever Copy.
<<lessIt is easy to setup, use and maintain requiring no previous knowledge of web portals, blogs, php, Cmss or databases.
It uses a self optomizing database meaning that it always runs as fast as possible and works extremely well in a high traffic environment. It has been designed with the following in mind - first time users, experienced users, long term users.
Because its a dynamic site, anything you want it to, its only limited by your own imagination. If youre not sure about how to run a CMS, set it up as a blog first and then expand it later.
Use it as a news posting site, a blog, a clan site, an informational site or a fun site - its entirely up to you. With full instructions on use built in to the admin panel, whatever you have in mind you can do it with Clever Copy.
Download (0.51MB)
Added: 2005-09-20 License: Freeware Price:
835 downloads
Cournol 0.4
Cournol is a GTK+ based application for analyzing an absolute supply monopoly. more>>
Cournol is a GTK+ based application for analyzing an absolute supply monopoly. The project calculates the maxiumum profit of a supply monopoly and draws the respective graphs.
Cournol contains the library nxpgtkdatabox which is an implementation of NxpRuler (by Gustavo J. A. M. Carneiro, contained in gnumexp 0.11) in the GtkDatabox library (by Dr. Roland Bock). The file "patches/gtkdatabox.diff" of the source tar.gz contains the changes of GtkDatabox.
The NxpRuler library was not modified. GtkDatabox and NxpRuler are released under the LGPL (see COPYING.LIB). Thus, nxpgtkdatabox, also complies with the terms of the LGPL. However, the actual program "cournol" is released under the terms of the GPL.
<<lessCournol contains the library nxpgtkdatabox which is an implementation of NxpRuler (by Gustavo J. A. M. Carneiro, contained in gnumexp 0.11) in the GtkDatabox library (by Dr. Roland Bock). The file "patches/gtkdatabox.diff" of the source tar.gz contains the changes of GtkDatabox.
The NxpRuler library was not modified. GtkDatabox and NxpRuler are released under the LGPL (see COPYING.LIB). Thus, nxpgtkdatabox, also complies with the terms of the LGPL. However, the actual program "cournol" is released under the terms of the GPL.
Download (0.41MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
796 downloads
XML Copy Editor 1.1.0.1
XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation. more>>
XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding, tag completion/locking and lossless import/export of Microsoft Word documents.
Enhancements:
- This release fixes a number of bugs and introduces support for CSS.
<<lessEnhancements:
- This release fixes a number of bugs and introduces support for CSS.
Download (3.9MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
866 downloads
Molphin - DVD Copy 2006-03-31_0.7.2
Molphin - DVD Copy makes it easy to backup your DVDs from your home TV-DVD-Recorder to your PC. more>>
Molphin - DVD Copy makes it easy to backup your DVDs from your home TV-DVD-Recorder to your PC.
<<less Download (0.025MB)
Added: 2006-03-31 License: GPL (GNU General Public License) Price:
1316 downloads

Hot Copy (hcp) for Linux 3.1.0
Snapshots of any Linux Block Device Hot Copy creates an instant point-in-time of any block device while the system is running without interrupting applications. Consistent Point-in-Time Snapshots Hot more>> <<less
Download (3074kb)
Added: 2009-04-10 License: Freeware Price:
197 downloads
PyGogear 5.9
PyGogear is a tool for using the Philips GoGear MP3 players under Linux. more>>
PyGogear is a tool for using the Philips GoGear MP3 players under Linux. The GoGear Philips HDD0xx series of MP3 players can be mounted with the usb-storage module, but merely copying MP3 files onto it is not enough, since the player needs to read information about the tracks from a Sqlite database file, usually named MyDb.
This program reads the ID3v1 tags from the MP3 files placed on the player and inserts the most important ones in the database.
Written in Python. Beta development stage. HIGHLY experimental.
Please read the README file included for a careful usage and more info.
Enhancements:
- Support for Python 2.3 was added.
- Some bugs in reporting missing modules were fixed.
- Output formatting was made nicer.
<<lessThis program reads the ID3v1 tags from the MP3 files placed on the player and inserts the most important ones in the database.
Written in Python. Beta development stage. HIGHLY experimental.
Please read the README file included for a careful usage and more info.
Enhancements:
- Support for Python 2.3 was added.
- Some bugs in reporting missing modules were fixed.
- Output formatting was made nicer.
Download (0.014MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1522 downloads
Copy file or directory path 0.2
Copy file or directory path is a service menu that can copy the full path of file or directory to klipper. more>>
Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.
<<less Download (MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1059 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 copying dvds 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