Main > Free Download Search >

Free how to unzip files software for linux

how to unzip files

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10212
Add to Noatun playlist

Add to Noatun playlist


Add to Noatun playlist is a service menu that can add files to the Noatun players playlist. more>>
Add to Noatun playlist is a service menu that can add files to the Noatun players playlist.

<<less
Download (MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
624 downloads
httpFileManager 0.0.6

httpFileManager 0.0.6


httpFileManager is a file management script written in PHP allowing the remote administration of files over HTTP. more>>
httpFileManager is a file management script written in PHP allowing the remote administration of files over HTTP.
httpFileManager will turn your standard browser into a "Windows Explorer" and allow managing files on your web server on the fly. Its a complete replacement of traditional FTP, allowing you to manage files on your web server just with a web browser instead of a FTP client.
httpFileManager project also will provide extended features which are impossible with FTP such as creating and editing HTML files right on the server and zipping and unzipping files on the fly.
The purpose of httpFileManager is allowing file management and Web site maintenance right on the server. It may be used to manage a single site or multiple sites. The root of the files to be managed must of course be Web accessible.
httpFileManager is a simple, yet powerful tool allowing the administration of files through HTTP.
Enhancements:
- This release fixed a security issue.
- A number of smaller bugfixes and code improvements were also included.
<<less
Download (1.3MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1250 downloads
My Photo Gallery 4.03

My Photo Gallery 4.03


My Photo Gallery is a Web-based photo gallery that also supports non-image filetypes. more>>
My Photo Gallery is a Web-based photo gallery that also supports non-image filetypes. It is easy to setup and even easier to maintain.
Slick-looking image galleries and thumbnails are generated on the fly from any root directory that you specify. Albums can be created using the included Web-based adiminstration tool or by creating a directory and copying your pictures and files to that directory.
A Web administration interface is available to help add descriptions, rename images, rotate images (losslessly), and more. It includes advanced features such as image logging, renaming, resizing, image rotation, smilies, and visitor comments.
Unlimited filetypes may be recognized, and custom images for them can be displayed in your galleries, allowing you to archive MP3s, MPEGs, AVIs, etc.
Main features:
- Automatic creation of photo,movie, and file galleries
- Web based upload and gallery manager
- Automatic unziping of uploaded .zip files (requires unzip to be installed and in your path)
- Uses a template.html file to quickly make everything match your current site
- Simply ftp your stuff or use the web based manager
- Pretty file name option (in config file)
- Automatic thumbnail generation
- Automatic creation of various sizes of each image so that your visitors can specify the viewing size of their preference.
- Logging for each time a picture or album is viewed.
- Visitors can comment on each picture.
- Shutterfly.com support to allow your visitors to order prints.
- Manage your photo galleries from the web.
- Previous/next picture buttons with thumbnail preview
- Automatic extraction of EXIF data embedded from most digital cameras
- Easyily themable with your custom colors, logo, and main page
- Configurable filetype support to support any filetype for download
- Upload, rotate (lossless), rename, or delete images using the web manager interface
- password protect directories using a lock file of user/passs
- replace (and about every other derivation) with a picture of a smiley
- I am sure there is more that I cannot think of.
<<less
Download (0.12MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1499 downloads
Kunzip 2006-11-14

Kunzip 2006-11-14


Kunzip is a free (but not opensource) library for decompressing ZIP archives. more>>
Kunzip is a free (but not opensource) library for decompressing ZIP archives. Kunzip started out as a test program I wrote for decompressing .zip files through a command line program.
I eventually added hooks to make it a DLL that can be used from Windows programs. It is also possible to compile it for Unix (and Unix-like OSs such as Linux) as a .so library.
My plan for the kunzip.dll was to make it as simple to use as possible so it can even be used from VisualBasic or such. It should be fully compatible with zipfiles created by InfoZip, PkZip, and WinZip. You can download it from the link below and view the prototypes for different languages that can call kunzip.dll.
I originally started this code to be able to decompress (and maybe even compress) PNG graphic files. Since this is the same algorithm used in gzip and zip (WinZip, InfoZip, etc), I decided to make it work with .zip files instead. Unfortunately, all the specs I had for this compression were for PNG and Zip is slightly different, so I had some problems getting it working :).
My first version kunzip (which built the huffman tables using arrays instead of trees and did a lot of fseeking) ran painfully slow, but my latest version runs quite well. One interesting thing I found, when I did static huffman decompression for TIFF, I did it using lookup tables instead of trees. This actually ran very fast, altho Im not sure of the speed difference if I used trees instead. On this project, I started out doing all 3 huffman sets using lookup tables.
After I saw how slow it ran, I switched the length huffman codes to a tree and the decompression ran almost double the speed. When I changed the distance huffman codes to trees, the decompression slowed down by a few seconds. So I left length/distance huffman codes as trees and kept the first huffman codes as lookup tables. I may try and improve on the speed even more later.
Not only can you download the source code which can be compiled on both Unix/Linux and Windows, but Ive also included a Windows DLL I built for doing unzipping. I think it is quite easy to use, so if you need an unzip library for Windows, feel free to use this (feel free to make a donation to my PayPal account too if you like.
Btw, this code was written to be compiled on Unix (Linux,FreeBSD,etc) systems. If you want to build the DLL, you can download the source code and type: make dll. The mingw C compiler needs to be used. Im 99% sure I did some things that dont work in Visual C++. I may make it compile to a Unix shared lib too for fun.
The original May 6, 2005 version of kunzip decompresses a 120meg file in about 3min40sec on my AMD Athlon XP box. Since then, I put some major optomizations in and it now decompresses the same file in 20 seconds.
Enhancements:
- The license has been changed to the LGPL.
<<less
Download (0.013MB)
Added: 2006-11-15 License: LGPL (GNU Lesser General Public License) Price:
1076 downloads
Journaled Files LIBrary 0.3.5-0.0.0

Journaled Files LIBrary 0.3.5-0.0.0


Journaled Files LIBrary allows you to perform atomic transactions on standard system files. more>>
Journaled Files LIBrary allows you to perform atomic transactions on standard files. It supplies functions to commit and rollback (back-out) changes.
Journaled files are normal files that you can browse and parse with standard tools. A journal (log) stores all transactional info.
Enhancements:
- tutorial available (HTML, PDF, SGML/docbook)
- FAQ was converted from TXT file to HTML, PDF, SGML/docbook
- documentation can be produced directly by make command ("make html", "make pdf", "make dist")
- fixed to "UTF-8" the XML output encoding
<<less
Download (0.94MB)
Added: 2005-09-19 License: LGPL (GNU Lesser General Public License) Price:
835 downloads
X-files 1.43

X-files 1.43


X-Files is a graphical file management program. more>>
X-Files is a graphical file management program for Unix/X-Window environment. It was inspired by the Amiga program DirWork.

This application differs slightly from the main stream file managers in that it has always only one window. On top (or bottom) of the window you have ActionbuttonsTM -area. Other main areas are the two directory listings for file related actions. You can use quick pop-up menu for basic operations. File extensions can be configured to launch any program you desire for that file.
The appearance and functionality can be fully configured according to your taste using the built-in editors.

Tested on: Intel Linux, DEC Alpha, SGI, HP-UX, Solaris
(Should work on any Unix-machine running Tcl/Tk.)
<<less
Download (0.15MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1649 downloads
Oasis XML Tools 0.1

Oasis XML Tools 0.1


Oasis XML Tools is a small utility to easily manage OpenOffice.org documents at xml level from outside OpenOffice.org suite. more>>
Oasis XML Tools is a small utility to easily manage OpenOffice.org documents at xml level from outside OpenOffice.org suite.
You can view and edit (with kwrite) the main xml files present in OpenOffice.org documents and update these documents with the changes.
Also you can compare two or three documents (using Kompare or KDiff3 for that)
System requirements:
- zip and unzip console tools
- some coreutils
Installation:
- Copy *.desktop to your ~/.kde/share/apps/konqueror/servicemenus or to /usr/share/apps/konqueror/servicemenus/ (as root)
- Copy oxml.sh somewhere in your path
Note:
- If you edit a xml of a document, remember that you must choose UTF-8 encoding in kwrite before save the document.
<<less
Download (0.002MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1131 downloads
Java EDF files viewer 2.0.1

Java EDF files viewer 2.0.1


Java EDF files viewer is a multi-platform EDF file viewer. more>>
Java EDF files viewer is a multiplatform (Linux and Windows) EDF (European Data Format) files viewer written in Java and developped with Borland JbuilderX Foundation.
Usage
1. You need the Java software installed.
2. To execute the viewer
- type in command line: java -jar jEDF.jar
Enhancements:
- This release has hypnogram scoring, montage creation, spectral analysis, EEG event scoring, and a bilingual interface (English/French).
<<less
Download (0.22MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1128 downloads
QArchive.org web files checker 1.0

QArchive.org web files checker 1.0


QArchive.org web files checker is an extension which allows people to check web files for any malware. more>>
QArchive.org web files checker is an extension which allows people to check web files for any malware.

The add-on allowing people to check web files for any malware (viruses, trojans, worms, adware, spyware and other unwanted things) inclusions. Install this plug-in to your browser, reload it. Then click the web file link by right mouse button and choose a "Check files with QArchive.org".

Then follow web site instructions. The usual way: your file will be enqueued. Refresh the report page to get completete antivirus report. That will show you all web files part checking and a summary as well. If you are a web master you can you the useful feature.

Taking the code of received report and placed it on your web site you can inform people about a concrete file safety. The web forums code version exists as well.

<<less
Download (0.005MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
977 downloads
RPM::Util::Files 0.10

RPM::Util::Files 0.10


RPM::Util::Files is a Perl module to generate %files list in RPM Specfile. more>>
RPM::Util::Files is a Perl module to generate %files list in RPM Specfile.

SYNOPSIS

use RPM::Util::Files;

my $util = RPM::Util::Files->new({
build_root => /var/tmp/some-package-version-root,
docs_filters => [
sub {
my $entry = shift;

return $entry =~ /manuals/;
}
],
config_filters => [
sub {
my $entry = shift;

return $entry =~ /.conf$/;
}
],
});

$util->make_files;
print $util->to_string;

<<less
Download (0.005MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1104 downloads
File Lister 2.3

File Lister 2.3


File Lister provides a Web interface for listing files and directories. more>>
File Lister provides a Web interface for listing files and directories.

FileLister is meant to be an open source alternative for listing files/directories with an easy navigateable (web-)interface.

<<less
Download (0.034MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
992 downloads
OS2::SoftInstaller 0.09

OS2::SoftInstaller 0.09


OS2::SoftInstaller is a Perl extension for generation of daughter packages for IBMs Software Installer. more>>
OS2::SoftInstaller is a Perl extension for generation of daughter packages for IBMs Software Installer.

SYNOPSIS

use OS2::SoftInstaller;
open PKG, >my.pkg;
select PKG;
make_pkg toplevel => ., zipfile => my.zip, packid => myzip,
nozip => 0, exclude => undef, dirid => FILE, strip => emx/;
select STDOUT;
close PKG;

size_date_time_pkg(name)

Takes file name, returns an array ($size, $date,$time), suitable for SIZE, DATE, and TIME entries of SoftInstaller.

make_pkg(...)

The function make_pkg() takes a hash-like list of arguments. The recognized keys are:

toplevel

toplevel directory of the tree to duplicate.

zipfile

name of the zipfile which corresponds to this directory in the distribution.

packid

symbolic name for this zipfile, autogenerated if needed.

nozip

Do not generate toplevel description of the ZIP file (useful if the same zipfile is used in multiple components).

exclude

if defined, is a regexp for files to exclude from the generated package file.

dirid

id of the directory to install to (eg, FILE or AUX7).

strip

prefix in all the files in the ZIP file which should be removed. It is supposed that the default value for the directory to install to (eg, FILE or AUX7) already contains this prefix. (Useful to make the ZIP file appropriate for manual install as well.)

We suppose that %unzip% has the value of something like unzip -oj, %unzip_d% is something like -d (directory to extract), and the output of this script is included like this:

FILE
EXIT = setvar unzip=unzip -oj

FILE
EXIT = setvar unzip_d=-d

INCLUDE
NAME = my.pkg

into the parent package file.

<<less
Download (0.012MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1019 downloads
File Splitter 1.3

File Splitter 1.3


Split large text/html files into smaller files. I find it much faster and more accurate than cut and paste. You embed commands in the big file telling it which pieces of it are to go where, then let Splitter do the work. It is much faster and more accurate than trying to select huge blocks of text in an editor. You dont accidentally lose or duplicate text. Keeping files small makes the site more responsive. more>>

File Splitter - Split large text/html files into smaller files. I find it

much faster and more accurate than cut and paste.

You embed commands in the big file telling it which pieces

of it are to go where, then let Splitter do the work. It is

much faster and more accurate than trying to select huge

blocks of text in an editor. You dont accidentally lose or

duplicate text. Keeping files small makes the site more

responsive.

In the following pretend that [...] are actually lessthan...greater than.

You embed multiple [split tags in the file to be split of

the form:

[split charlie.html]

...

stuff that will end up in the charlie.html file.

...

[/split]

The text between the [split xxx] and [/split] tags is split

off into that named file and the text is removed from the

original file along with the tags.

1. Filenames may be absolute or relative, with no quotes or spaces.

2. Tags may be nested, but they must balance (equal number

of [split xxx] and [/split]).

3. Tags are case-insensitive, i.e. may be lower or upper case.

4. Multiple [split xxx] tags may be directed to the same

file, where they will be appended.

5. If the files mentioned in the split tags already exist,

they will be overwritten.

6. Anything not inside [split xxx].. [/split] is retained in

the original file. Everything else is removed.

The file being split must be small enough to fit in RAM.

Java array addressing limits the file to 2GB, though other

considerations mean in practice the largest file you can

handle will be smaller still.

To install, Extract the zip download with Winzip, available from

http://www.winzip.com (or similar unzip utility) into any

directory you please, often C:\ -- ticking off the (user

folder names) option. To run as an application, type:

java -jar C:\com\mindprod\splitter\splitter.jar x.html

adjusting as necessary to account for where the jar file is.


Enhancements:
Version 1.3

allow you to specify encoding


System Requirements:
<<less
Download (711Kb)
Added: 2008-03-21 License: Free Price: Free
103 downloads
Quick3dApplet 1.8

Quick3dApplet 1.8


Quick3dApplet is a fast open source 3d engine that should be viewable on most browsers without the need to install a plugin. more>>
Quick3dApplet is a fast open source 3d engine that should be viewable on most browsers without the need to install a browser plugin (uses java 1.1). Quick3dApplet allows 3d content to be displayed on a website with small download times.
For example, the Quicknet title above is drawn in realtime, it is not a GIF (or similar) file that necessitates downloading each displayed frame (large download time). Instead the frames are generated in realtime using 3d models of the letters.
Quick3dApplet is released under the GNU Lesser GPL. This means it can be freely used for commercial or non-commercial purposes - but you must make available any changes that you make to Quick3dApplet. Please read the file "COPYING" in the distribution.
Installation:
1. unzip the archive
2. Just type the following from the toplevel directory...
make
OR
./cmds.sh
This will compile the Quick3dApplet source code into class files.
The example applets can be viewed by the commands..
appletviewer example1.html
appletviewer example2.html
etc
...or if you wish, you can use a java enabled browser rather than
appletviewer. An index.html is provided for your convenience...
mozilla index.html
Enhancements:
- Addition of Q3dCanvas.
- 3ds reader improvements.
- Addition of cmds.bat dos build script.
- 3ds viewer can turn off mouse control.
<<less
Download (0.71MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1284 downloads
Edit Config Files 1.7.5 for Firefox

Edit Config Files 1.7.5 for Firefox


Edit Config Files is an extension that allows you to edit config files. more>>
Edit Config Files is an extension that allows you to edit config files.

Edit configuration files with your favorite editor from Toolbar or Tools menu.

Remove the menu icon

Add the following to userChrome.css:

#editconfigfiles-menu
{
list-style-image:none !important;
}

<<less
Download (0.031MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
842 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5