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

Ipecacuanha Liquid Extract freeware
Filter: All | Freeware | Demo
 

Ipecacuanha Liquid Extract

< 1 2 3 4 5 > 
Released: April 22, 2009  |  Added: May 18, 2009 | Visits: 3.087

Damaged DOCX2TXT Word 2007 files are really zipped collections of mostly XML files. XML is not tolerant of file corruption and from the errors generated it appears that Word 2007 is using a fairly corrupt intolerant XML reading algorithm to even salvage text from corrupt Word 2007 docx files. Damaged... Platforms: Windows, Mac

License: Freeware Size: 3.05 MB Download (1013): Damaged DOCX2TXT Download

Released: May 08, 2009  |  Added: May 26, 2009 | Visits: 2.761

Corrupt xlsx2csv Corrupt xlsx2csv requires the installation of the Microsoft .Net version 2 framework. Corrupt xlsx2csv will extract and convert to CSV format worksheets from even damaged or corrupted Excel 2007 xlsx format files. It succeeds at doing so where Excel 2007 itself fails to salvage data. The... Platforms: Windows, Mac

License: Freeware Size: 3.68 MB Download (612): Corrupt xlsx2csv Download

Released: December 09, 2009  |  Added: December 15, 2009 | Visits: 2.747

CHM To Exe CHM To Exe lets you convert Microsoft HTML Help files (.chm) into secure and stand-alone applications (EXE files). With CHM To Exe, open CHM files, explore them, extract all source files and finally create HTML Executable projects in a snap. With CHM To Exe and HTML Executable (htmlexe.com), you... Platforms: Windows

License: Freeware Size: 1.67 MB Download (747): CHM To Exe Download

Added: June 19, 2010 | Visits: 4.171

pass2unrar pass2unrar is a tool to extract Rar archives with password protection. It is a Kommander script.. Anfaenger's profile KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities... Platforms: *nix

License: Freeware Size: 2.05 KB Download (1529): pass2unrar Download

Added: August 04, 2010 | Visits: 1.250

ppsei ppsei short from PPS Extract Images is a simple command line program, which tries to extract images from Microsoft PowerPoint documents (PPS/PPT). Because i get a lot of mails with attached PPS/PPT in, containing some nice images (about universe, about pretty girls, etc). The sender people are... Platforms: *nix

License: Freeware Size: 16.38 KB Download (172): ppsei Download

Added: April 14, 2010 | Visits: 1.698

MDF audio extracter 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... Platforms: *nix

License: Freeware Size: 10.24 KB Download (232): MDF audio extracter Download

Added: September 05, 2010 | Visits: 1.010

K7Z Use K7Z if you want to: - Backup a folder to a storage location - Create or extract a password-protected archive - Update an existing archive quickly Ark (2.6.3) is handy but it doesnt seem to: - Create archives with passwords - Extract (some) archives with passwords - Update existing... Platforms: *nix

License: Freeware Size: 215.04 KB Download (99): K7Z Download

Added: November 11, 2010 | Visits: 766

LCDML LCDML project (or Liquid Crystal Display Markup Language) is a description language based on XML and used to describe the text that should be displayed on a LCD. It supports both static and dynamic text messages and bar charts and allows to implement all kinds of (complex) status output on a... Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): LCDML Download

Added: September 16, 2010 | Visits: 1.257

ProM Import Framework ProM Import Framework project allows you to extract process enactment event logs from a set of information systems. These can be exported in the MXML format, which is the standard event log data format for Process Mining analysis techniques. Process Mining is a family of a-posteriori analysis... Platforms: *nix

License: Freeware Size: 419.84 KB Download (99): ProM Import Framework Download

Added: February 05, 2010 | Visits: 1.767

FLV::Info FLV::Info is an extract metadata from Flash Video files. SYNOPSIS use FLV::Info; my $reader = FLV::Info->new(); $reader->parse(video.flv); my %info = $reader->get_info(); print "$info{video_count} video framesn"; print $reader->report(); This module reads Macromedia FLV files and... Platforms: *nix

License: Freeware Size: 737.28 KB Download (128): FLV::Info Download

Added: April 16, 2010 | Visits: 1.227

Convert::BinHex Convert::BinHex can extract data from Macintosh BinHex files. ALPHA WARNING: this code is currently in its Alpha release. Things may change drastically until the interface is hammered out: if you have suggestions or objections, please speak up now! SYNOPSIS Simple functions: use... Platforms: *nix

License: Freeware Size: 84.99 KB Download (126): Convert::BinHex Download

Added: February 14, 2010 | Visits: 1.005

ZZIPlib ZZIPlib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib... Platforms: *nix

License: Freeware Size: 655.36 KB Download (108): ZZIPlib Download

Added: July 12, 2010 | Visits: 680

Convert::BulkDecoder Convert::BulkDecoder is a Perl module to extract (binary) data from mail and news messages. SYNOPSIS use Convert::BulkDecoder; my $cvt = new Convert::BulkDecoder::; # Collect the articles into an array ref. my $art = [<>]; # Decode. my $res = $cvt->decode($art); die("Failed!") unless... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): Convert::BulkDecoder Download

Added: August 11, 2010 | Visits: 718

Devel::Depend::Cl Devel::Depend::Cl is a Perl module that can extract dependency trees from c files. Extract dependency trees from c files. See Devel::Depend::Cpp for more an example. MEMBER FUNCTIONS Returns - Success flag - A reference to a hash where the included files are sorted perl level. A file can... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Devel::Depend::Cl Download

Added: September 24, 2010 | Visits: 897

Devel::Depend::Cpp Devel::Depend::Cpp is a Perl module that can extract dependency trees from c files. SYNOPSIS use Devel::Depend::Cpp; my ($success, $includ_levels, $included_files) = Devel::Depend::Cpp::Depend ( undef, # use default cpp command /usr/include/stdio.h, , # switches to cpp 0, # include... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Devel::Depend::Cpp Download

Added: July 13, 2010 | Visits: 901

Unmass Unmass program can extract files from those big game files, which are in fact archives. Most of the extracted files can be viewed through any graphic viewer, but some are in special game formats, which can be usually viewed through Biturn (above). Here is a list of supported games:. Platforms: *nix

License: Freeware Size: 389.12 KB Download (104): Unmass Download

Added: January 12, 2010 | Visits: 957

PdfRipImage_script PdfRipImage is a utility to extract images from PDF documents and convert them to a format of your choice. You can choose to extract whole pages or just the images contained in them. The program is available as a command line shell script.. An Open Source utility to extract images from PDF... Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): PdfRipImage_script Download

Added: September 14, 2013 | Visits: 1.002

PdfRipImage PdfRipImage is a program to automatically extract images from PDF documents and convert them to a format of your choice (such as JPEG or TIFF). It runs on UNIX-like platforms and requires utilities from netpbm and xpdf. Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): PdfRipImage Download

Added: April 17, 2010 | Visits: 1.427

Search::Tools::Keywords Search::Tools::Keywords is a Perl module to extract keywords from a search query. SYNOPSIS use Search::Tools::Keywords; use Search::Tools::RegExp; my $query = the quick fox color:brown and "lazy dog" not jumped; my $kw = Search::Tools::Keywords->new( stopwords => the, and_word => and,... Platforms: *nix

License: Freeware Size: 49.15 KB Download (94): Search::Tools::Keywords Download

Added: June 11, 2010 | Visits: 1.183

Obscure-Extractor-GTK 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... Platforms: *nix

License: Freeware Size: 12.29 KB Download (109): Obscure-Extractor-GTK Download

< 1 2 3 4 5 >