Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 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. ...
  • 4d-plugin-workspace-services ... ?language=objc) * Finder Operations ```c Operation Move 0 Operation Copy 1 Operation Link 2 Operation Compress 3 Operation Decompress 4 Operation Encrypt 5 Operation Decrypt 6 Operation Destroy 7 Operation Recycle 8 Operation Duplicate 9 ``` ``` icon:= ...
  • easy-http ... 信息 'cookies' => array(), // 关联数组形式的cookie信息 'body' => null, 'compress' => false, // 是否压缩 'decompress' => true, // 是否自动解压缩结果 'sslverify' => true, 'stream' => false, 'filename' => null // 如果 ...
  • 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:

  1. 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