Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • MuZIP ... with a command line interface. Follow the steps to compress or decompress a .ppm.mz (which is the extension of compressed files). ... until the image is compressed into a cat.ppm.mz file. ### Decompress an image The procedure is the same as the compressing ...
  • ripple-compression ... to convert between compressed and decompressed JSON objects. Try: bundle exec rake migrate:compress or bundle exec rake migrate:decompress The CPU time to compress seems trivial. We rely on the native Ruby implementation of zlib. ## Usage ...
  • WSL Wololo's Dota2 Stream List!! Wololo's Stream List - RC 1.0 --- Everything is minified, though you can decompress it if you want to see the code. Hop over to /assets/php/streamList.php to add/remove streamers. Currently supports own3D and Twitch. No ...
  • spdy ... -tools-and-debugging * http://technotes.googlecode.com/git/nextprotoneg.html To Do ===== * A raw memory container that we can decompress bytes straight into. TSIOBuffer() is too coupled to the ATS IO implementation to be nice and generic, and std:: ...
  • go-smaz ... men to come to the aid of the party." compressed := smaz.Compress([]byte(s)) // type is []byte decompressed, err := smaz.Decompress(compressed) // type is []byte; string(decompressed) == s if err != nil { ... } ``` Also see the [API ...
  • lowfat-json ... .js file in your html file. 2) Compress or decompress JSON and lowfat-JSON data: ```javascript var data = ... In"}{d"ZoomOut"e"Zoom Out'; var json = lowFatJson.decompress(data); ``` Roadmap ------- Currently the library has a decompression algorithm ...
  • huffmancoding ... @gmail.com) ######################################################################## ==[ Summary ]=========================================================== This program will compress and decompress any file using naive Huffman encoding. ==[ Files ...
  • profoto-dump ... code from http://sourceforge.net/projects/pxlib/files/pxlib/ 2. decompress the arhive, and run the configure script this way: ... code from http://sourceforge.net/projects/pxlib/files 4. decompress the arhive and run the configure script this way: ...
  • cranks ... unpacking the compressed package, as it already contains pre-compiled files. Use any common unzip or tar utility to decompress the files and start working right away! Source Files Package (cranks_XXX_source.zip or cranks_XXX_source.tar.gz): This package ...
  • Regression ... the [zip ball](https://github.com/trinker/Regression/zipball/master) or [tar ball](https://github.com/trinker/Regression/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version: ```r # ...