jadPY ... Point jadPY at a jar file and it will:
* Decompress the jar file using the "unzip" library
* Recursively traverse ... * Recursively traverse all directories to locate all .jar files
* Decompress each jar file using the "unzip" library
* Recursively traverse ...
l3g-arduino ... can manually install the library:
1. Download the
[latest release archive from GitHub](https://github.com/pololu/l3g-arduino/releases)
and decompress it.
2. Rename the folder "l3g-arduino-xxxx" to "L3G".
3. Drag the "L3G" folder into the "libraries ...
cablastp ... files (such as nr.fasta or
nr.gz) into a compressed database for quick searching.
cablastp-decompress A rarely-needed inverse of cablastp-compress.
cablastp-search A compressively accelerated version of BLASTP. ...
ERNE ... s_1_1_sequence.txt --query2 s_1_2_sequence.txt --output out.sam
If the query files are compressed (in .gz or .bz2 format), the program will decompress the files on the
fly. If you want to produce as output a bam file, just
add the --bam parameter ( ...
phpDay-2008 ... Zend Framework (1.5) distribution.
If you don't have one, download the latest from http://framework.zend.com/ and decompress the archive into your local hard disk. Then, change the constant CHANGEME_ZFPATH to point to your zend framework local folder. ...
external_bzip2 ... a directory structure, using bzip2 to compress
and then decompress each file it encounters, and checking that the
...
* -t (test mode) is a lot quicker
* Can decompress concatenated compressed files
* Programming interface, so programs can directly ...
external_icu4c ... ">z/OS
build section of this document for further details.
Here are the steps to build ICU:
Decompress the icu-X.Y.tgz (or
icu-X.Y.tar.gz) file. For example, " ...
Practices ... programs for practicing purposes
Folders in this repository are minor programs I've written to practice
programming or brush up on rusty skills
=======
Pcompress is a tool created with perl to compress and decompress files using Huffman coding method