Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • linux0.11 Linux archaeology Decompress the img file `$ tar -xvf ./hdc-0.11-new.img.tar.gz` ========= Original README ======= linux-0.11 development environment(linux-based) falcon update: 2008-10-15 NOTE: you can download the ...
  • local ... download the [zip ball](https://github.com/Dasonk/local/zipball/master) or [tar ball](https://github.com/Dasonk/local/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version: ```r ## ...
  • CTP-GlobusExportService ... the top of the screen 4. Browse to the directory where the zip is, select it and click "Open" 5. Osirix will decompress the zip. Osirix will prompt you, asking whether to delete the zip. Click "Cancel" to save the zip. 6. Osirix ...
  • ASP ... w.r.t. the length of the input sequence). On first run with a new model (see --model option below), asp will load and decompress the .bz2 compressed model file and store it as a python native pickle dump, which increases startup times a lot. Due to the ...
  • flydoc ... the [zip ball](https://github.com/Dasonk/flydoc/zipball/master) or [tar ball](https://github.com/Dasonk/flydoc/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version: ```r ## Make ...
  • DionaeaFR ... /geoip/database/GeoLiteCity.dat.gz wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz Decompress GeoIP and GeoLiteCity: gunzip GeoLiteCity.dat.gz gunzip GeoIP.dat.gz Move GeoIP and GeoLiteCity to ...
  • ForFun_FileCompressTool_HuffmanTree Implement Huffman Tree algorithm, can compress and decompress files
  • squeezegn ... file with the dictionary strings stored in it. This file is used by the downstream tools to compress and decompress ASCII gene sequences. ## Compressor ## Compressor uses a dictionary file (generated by DictionaryBuilder) and an ASCII genome file to ...
  • DZJSONKit ... ,3&chm=N+*s*+%C2%B5s,676767,0,0:5,10.5%7CN+*s*+%C2%B5s,3d3d3d,0,6,10.5,,r:-5:1&chem=y;s=text_outline;d=666,10.5,l,fff,_,Decompress+%2b+Parse+is+just;ds=0;dp=2;py=0;of=58,7%7Cy;s=text_outline;d=666,10.5,l,fff,_,5.6%25+slower+than+Binary+.plist%21;ds=0;dp=2 ...
  • compress-lzf ... : compared to Deflate (algorithm gzip uses) LZF can be 5-6 times as fast to compress, and twice as fast to decompress. ## API usage Both compression and decompression can be done either block-by-block or using Java stream. For full details, check out ...