extract data.wz
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 721
Extract archive 1.11
Extract archive is a service menu that allows you to extract any archive file that ark is capable to read + ACE files. more>>
Extract archive is a service menu that allows you to extract any archive file that ark is capable to read + ACE files.
You can chose to extract here, or in a subdirectory. In that case, it asks you the name of the subdirectory where you want to extract, and suggests you the archive name by default.
To install, simply extract, and move the 2 files in ~/.kde/share/apps/konqueror/servicemenus
Its highly recommended to download the latest version of unace on www.winace.com and to run this command line in the unace directory location : sudo cp unace /usr/bin/unace
You should desactivate ark integration into kde by going into the configuration menu of ark.
If you want translation to be added, post me comments.
Enhancements:
- thanks to shirka, extract archive path is now "test" for an "test.tar.bz2" file
- Name that appears in the menu is now "Extract archive" as suggested by dovidhalevi to differentiate with ark
<<lessYou can chose to extract here, or in a subdirectory. In that case, it asks you the name of the subdirectory where you want to extract, and suggests you the archive name by default.
To install, simply extract, and move the 2 files in ~/.kde/share/apps/konqueror/servicemenus
Its highly recommended to download the latest version of unace on www.winace.com and to run this command line in the unace directory location : sudo cp unace /usr/bin/unace
You should desactivate ark integration into kde by going into the configuration menu of ark.
If you want translation to be added, post me comments.
Enhancements:
- thanks to shirka, extract archive path is now "test" for an "test.tar.bz2" file
- Name that appears in the menu is now "Extract archive" as suggested by dovidhalevi to differentiate with ark
Download (MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
896 downloads
libextractor 0.5.18a
libextractor is a library used to extract meta-data from files of arbitrary type. more>>
libextractor is a library that is used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types. libextractor is part of the GNU project. Our official GNU website can be found at http://www.gnu.org/software/libextractor/. libextractor can be downloaded from this site or the GNU mirrors.
The goal is to provide developers of file-sharing networks or WWW-indexing bots with a universal library to obtain simple keywords to match against queries. libextractor contains a shell-command "extract" that, similar to the well-known "file" command, can extract meta-data from a file an print the results to stdout.
Currently, libextractor supports the following formats: HTML, PDF, PS, OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1 and ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL, RIFF (AVI), MPEG, QT and ASF.
Also, various additional MIME types are detected.
libextractor is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Enhancements:
- This release fixes various build problems and a crash with recent versions of libgsf.
vAn incomplete manual was added.
<<lessThe goal is to provide developers of file-sharing networks or WWW-indexing bots with a universal library to obtain simple keywords to match against queries. libextractor contains a shell-command "extract" that, similar to the well-known "file" command, can extract meta-data from a file an print the results to stdout.
Currently, libextractor supports the following formats: HTML, PDF, PS, OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1 and ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL, RIFF (AVI), MPEG, QT and ASF.
Also, various additional MIME types are detected.
libextractor is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Enhancements:
- This release fixes various build problems and a crash with recent versions of libgsf.
vAn incomplete manual was added.
Download (7.5MB)
Added: 2007-07-05 License: (FDL) GNU Free Documentation License Price:
842 downloads
MDF audio extracter 0.1
MDF audio extracter project is a tool to extract audio data from MDF/MDS audio cd images to wav or raw files. more>>
MDF audio extracter project is a tool to extract audio data from MDF/MDS audio cd images to wav or raw files. Tracks will be extracted to the current directory and named track_[num].wav or track_[num].raw. Output can also be redirected to stdout to allow the audio data to be fed to an encoder or player directly.
You need both a .mds and .mdf file to be able to extract tracks. The .mds file contains the information about the tracks, while the .mdf file contains the actual data. They usually should have the same name (except for the extension ofcourse). This is case sensitive, so for example FileName is not the same as filename.
Usage: mdfextract [options] file.mds
Options:
-i output mds info instead of extracting
-r extract raw track data
-s output to stdout instead of file
-t < num > extract single track (num > 0)
-q quiet, no output
Version restrictions:
- Probably does not work on big endian archs.
<<lessYou need both a .mds and .mdf file to be able to extract tracks. The .mds file contains the information about the tracks, while the .mdf file contains the actual data. They usually should have the same name (except for the extension ofcourse). This is case sensitive, so for example FileName is not the same as filename.
Usage: mdfextract [options] file.mds
Options:
-i output mds info instead of extracting
-r extract raw track data
-s output to stdout instead of file
-t < num > extract single track (num > 0)
-q quiet, no output
Version restrictions:
- Probably does not work on big endian archs.
Download (0.010MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
949 downloads
CPAN::Mini::Extract 1.16
CPAN::Mini::Extract is a Perl module that can create CPAN::Mini mirrors with the archives extracted. more>>
CPAN::Mini::Extract is a Perl module that can create CPAN::Mini mirrors with the archives extracted.
SYNOPSIS
# Create a CPAN extractor
my $cpan = CPAN::Mini::Extract->new(
remote => http://mirrors.kernel.org/cpan/,
local => /home/adam/.minicpan,
trace => 1,
extract => /home/adam/.cpanextracted,
extract_filter => sub { /.pm$/ and ! /b(inc|t)b/ },
extract_check => 1,
);
# Run the minicpan process
my $changes = $cpan->run;
CPAN::Mini::Extract provides a base for implementing systems that download "all" of CPAN, extract the dists and then process the files within.
It provides the same syncronisation functionality as CPAN::Mini except that it also maintains a parallel directory tree that contains a directory located at an identical path to each archive file, with a controllable subset of the files in the archive extracted below.
How does it work
CPAN::Mini::Extract starts with a CPAN::Mini local mirror, which it will optionally update before each run. Once the CPAN::Mini directory is current, it will scan both directory trees, extracting any new archives and removing any extracted archives no longer in the minicpan mirror.
<<lessSYNOPSIS
# Create a CPAN extractor
my $cpan = CPAN::Mini::Extract->new(
remote => http://mirrors.kernel.org/cpan/,
local => /home/adam/.minicpan,
trace => 1,
extract => /home/adam/.cpanextracted,
extract_filter => sub { /.pm$/ and ! /b(inc|t)b/ },
extract_check => 1,
);
# Run the minicpan process
my $changes = $cpan->run;
CPAN::Mini::Extract provides a base for implementing systems that download "all" of CPAN, extract the dists and then process the files within.
It provides the same syncronisation functionality as CPAN::Mini except that it also maintains a parallel directory tree that contains a directory located at an identical path to each archive file, with a controllable subset of the files in the archive extracted below.
How does it work
CPAN::Mini::Extract starts with a CPAN::Mini local mirror, which it will optionally update before each run. Once the CPAN::Mini directory is current, it will scan both directory trees, extracting any new archives and removing any extracted archives no longer in the minicpan mirror.
Download (0.026MB)
Added: 2007-07-25 License: Perl Artistic License Price:
821 downloads
Obscure-Extractor-GTK 0.2
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games. more>>
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games, e.g. Neverwinter Nights, Homeworld 2, BloodRayne.
Mostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
<<lessMostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
Download (0.012MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1202 downloads
The layer extract plug-in
The layer extract plug-in is a Gimp plug-in that creates a new image/film by periodically extracting layers from another image. more>>
The layer extract plug-in is a Gimp plug-in that creates a new image/film by periodically extracting layers from another image.
It takes one interval (number of sequent layers) every period. The number of periods can be limited.
"< Image >/Filters/Animation/Layer Extract"
<<lessIt takes one interval (number of sequent layers) every period. The number of periods can be limited.
"< Image >/Filters/Animation/Layer Extract"
Download (0.014MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1156 downloads
Locale::Maketext::Extract 0.62
Locale::Maketext::Extract is a Perl module used to extract translatable strings from source. more>>
Locale::Maketext::Extract is a Perl module used to extract translatable strings from source.
SYNOPSIS
my $Ext = Locale::Maketext::Extract->new;
$Ext->read_po(messages.po);
$Ext->extract_file($_) for ;
# Set $entries_are_in_gettext_format if the .pl files above use
# loc(%1) instead of loc([_1])
$Ext->compile($entries_are_in_gettext_format);
$Ext->write_po(messages.po);
This module can extract translatable strings from files, and write them back to PO files. It can also parse existing PO files and merge their contents with newly extracted strings.
A command-line utility, xgettext.pl, is installed with this module as well.
Following formats of input files are supported:
Perl source files
Valid localization function names are: translate, maketext, gettext, loc, x, _ and __.
HTML::Mason
Strings inside ... and ... are extracted.
Template Toolkit
Strings inside [%|l%]...[%END%] or [%|loc%]...[%END%] are extracted.
Text::Template
Sentences between STARTxxx and ENDxxx are extracted individually.
Generic Template
Strings inside {{...}} are extracted.
<<lessSYNOPSIS
my $Ext = Locale::Maketext::Extract->new;
$Ext->read_po(messages.po);
$Ext->extract_file($_) for ;
# Set $entries_are_in_gettext_format if the .pl files above use
# loc(%1) instead of loc([_1])
$Ext->compile($entries_are_in_gettext_format);
$Ext->write_po(messages.po);
This module can extract translatable strings from files, and write them back to PO files. It can also parse existing PO files and merge their contents with newly extracted strings.
A command-line utility, xgettext.pl, is installed with this module as well.
Following formats of input files are supported:
Perl source files
Valid localization function names are: translate, maketext, gettext, loc, x, _ and __.
HTML::Mason
Strings inside ... and ... are extracted.
Template Toolkit
Strings inside [%|l%]...[%END%] or [%|loc%]...[%END%] are extracted.
Text::Template
Sentences between STARTxxx and ENDxxx are extracted individually.
Generic Template
Strings inside {{...}} are extracted.
Download (0.082MB)
Added: 2007-02-13 License: MIT/X Consortium License Price:
983 downloads
Permatomumas 0.3b
Permatomumas is a theme made on Mandriva 2007.0 distribution, and was selected Mandriva Theme. more>>
Permatomumas is a theme made on Mandriva 2007.0 distribution, and was selected Mandriva Theme. I used some wallpapers from kde-look.org.
The name means Transparent in Lithuanian.
Extract to ~/.kde/share/apps/kstyle/themes/ 2 dirs 1 thm file ;)
If some one knows what to do when disapeares this line which is configured in Window Decorations screen, please write me an email.
<<lessThe name means Transparent in Lithuanian.
Extract to ~/.kde/share/apps/kstyle/themes/ 2 dirs 1 thm file ;)
If some one knows what to do when disapeares this line which is configured in Window Decorations screen, please write me an email.
Download (2.5MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
925 downloads
WWW::Yahoo::KeywordExtractor 0.04
WWW::Yahoo::KeywordExtractor is a Perl module to get keywords from summary text via the Yahoo API. more>>
WWW::Yahoo::KeywordExtractor is a Perl module to get keywords from summary text via the Yahoo API.
SYNOPSIS
This module will submit content to the Yahoo keyword extractor API to return a list of relevant keywords.
use WWW::Yahoo::KeywordExtractor;
my $yke = WWW::Yahoo::KeywordExtractor->new();
my $keywords = $yke->extract(content => My wife and I love to cook together.
Carolyn surprises me with new things to love about her everyday.);
print join q{}. Keyword 1: , $keywords->[0], "n";
SUBROUTINES/METHOD
new
The new subroutine creates and returns a WWW:Yahoo::KeywordExtractor object.
extract
This method will return a list of keywords based on sample data. It will die if there is no content arg given.
<<lessSYNOPSIS
This module will submit content to the Yahoo keyword extractor API to return a list of relevant keywords.
use WWW::Yahoo::KeywordExtractor;
my $yke = WWW::Yahoo::KeywordExtractor->new();
my $keywords = $yke->extract(content => My wife and I love to cook together.
Carolyn surprises me with new things to love about her everyday.);
print join q{}. Keyword 1: , $keywords->[0], "n";
SUBROUTINES/METHOD
new
The new subroutine creates and returns a WWW:Yahoo::KeywordExtractor object.
extract
This method will return a list of keywords based on sample data. It will die if there is no content arg given.
Download (0.004MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1051 downloads
Locale::Maketext::Extract::Run 0.62
Locale::Maketext::Extract::Run is a Perl module interface to xgettext.pl. more>>
Locale::Maketext::Extract::Run is a Perl module interface to xgettext.pl.
SYNOPSIS
use Locale::Maketext::Extract::Run xgettext;
xgettext(@ARGV);
<<lessSYNOPSIS
use Locale::Maketext::Extract::Run xgettext;
xgettext(@ARGV);
Download (0.082MB)
Added: 2007-02-13 License: Perl Artistic License Price:
987 downloads

Unix configuration extractor 4
The Unix configuration extractor is a script more>> The Unix configuration extractor is a script that runs on the server to extract necessary security configurations. This script doesnt make any changes to the server other than creating the dump files<<less
Download (19KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
dtrx 4.0
dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. more>>
dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. Heres an example of how you use it:
$ dtrx linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, rpm, gz, and bz2 files. If they have any extra compression, like tar.bz2, dtrx will take care of that for you, too.
- Keeps everything organized: dtrx will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: dtrx makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: dtrx can find archives inside the archive and extract those too.
<<less$ dtrx linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, rpm, gz, and bz2 files. If they have any extra compression, like tar.bz2, dtrx will take care of that for you, too.
- Keeps everything organized: dtrx will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: dtrx makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: dtrx can find archives inside the archive and extract those too.
Download (0.020MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
908 downloads
WebService::Yahoo::TermExtractor 0.01
WebService::Yahoo::TermExtractor is a Perl wrapper for the Yahoo! Term Extraction WebService. more>>
WebService::Yahoo::TermExtractor is a Perl wrapper for the Yahoo! Term Extraction WebService.
SYNOPSIS
use WebService::Yahoo::TermExtractor;
my $yte = WebService::Yahoo::TermExtractor->new( appid => your_app_id, context => $source_text);
my $terms = $yte->get_terms; # returns an array ref
WebService::Yahoo::TermExtractor provides a simple object-oriented wrapper around the Yahoo! Term Extraction WebService.
The Yahoo! Term Extraction WebService attempts to extract a list of significant words or phrases from the content submitted.
<<lessSYNOPSIS
use WebService::Yahoo::TermExtractor;
my $yte = WebService::Yahoo::TermExtractor->new( appid => your_app_id, context => $source_text);
my $terms = $yte->get_terms; # returns an array ref
WebService::Yahoo::TermExtractor provides a simple object-oriented wrapper around the Yahoo! Term Extraction WebService.
The Yahoo! Term Extraction WebService attempts to extract a list of significant words or phrases from the content submitted.
Download (0.003MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1052 downloads
Xarchiver 0.4.6
Xarchiver is a GTK2 only frontend to rar,zip,tar,bzip and gzip. more>>
Xarchiver is a GTK2 only frontend to rar, zip, tar, bzip and gzip.
Xarchiver is a gtk+2 ONLY frontend to zip,rar,tar,bzip2 and gzip. Future releases will support 7zip and distro based packages (rpm,deb).
Xarchiver allows you to create,add, extract and delete files in the above formats.
<<lessXarchiver is a gtk+2 ONLY frontend to zip,rar,tar,bzip2 and gzip. Future releases will support 7zip and distro based packages (rpm,deb).
Xarchiver allows you to create,add, extract and delete files in the above formats.
Download (0.37MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1079 downloads
BEGet 0.7
BEget project is a to extract audio files from a BE AudioVault system. more>>
BEget is a utility to extract audio files from a BE AudioVault system.
It will likely be grouped with other audio utilities of R-BOSS.
The BEget utility can either be used from the command line or via an email interface (ex: called by procmail).
Currently BEget is very tailored to the Radio Free Asia environment however there could be ideas in it which are useful to others.
<<lessIt will likely be grouped with other audio utilities of R-BOSS.
The BEget utility can either be used from the command line or via an email interface (ex: called by procmail).
Currently BEget is very tailored to the Radio Free Asia environment however there could be ideas in it which are useful to others.
Download (0.014MB)
Added: 2006-09-20 License: (FDL) GNU Free Documentation License Price:
662 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 extract data.wz 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