-
-
Kunena-1.0
... a temporary directory.
Then unpack the files and use Joomla's "Install from a directory" feature. This will
eliminate the upload and decompress time from the install process so it will run in less
than 30 seconds.
Should you exceed this timeout period, ...
-
Kunena-1.5
... a temporary directory.
Then unpack the files and use Joomla's "Install from a directory" feature. This will
eliminate the upload and decompress time from the install process so it will run in less
than 30 seconds.
Should you exceed this timeout period, ...
-
mkinitramfs-ll
... there, notably {busybox,gpg}.{ba,z}sh for
Gentoo Users.
A suspend/hibernation script along with an initramfs utility (decompress
and list) are available.
### /svc (service)
Some init service files for OpenRC are available... Or else, grab *svc/sdr.$ ...
-
wiki2net
... .xml.bz2 | ./wiki2net.py wikipedia.db
So the idea here is to take advantage of the bzcat UNIX command to avoid having to decompress the dump files to disk. The simplest way to extract the network is to sequentially process all the dump files to the same ...
-
GLView
... Since the structure on disk is exactly the same as in memory, PVRs also load quicker because there is no need to decompress or transcode them.
PVRs are restricted to square images with power-of-two sizes however. See the note below about conversion.
...
-
lzo-java
... the
decompressor's output buffer, and so the error occurs. One cannot,
as a rule, know the size of output buffer required to decompress a
given file, so Hadoop must be configured by trial and error. This
is badly designed, and harder to use.
Shevek < ...
-
har
... compression of everything before writing the TOC, a TOC with uncompressed positions is not really useful (since you have to decompress everything anyway to get the right positions) and decompressing a TOC at the end of the file might require decompressing ...
-
sqlitedict
... (zlib.compress(pickle.dumps(obj, pickle.HIGHEST_PROTOCOL)))
>>>
>>> def my_decode(obj):
... return pickle.loads(zlib.decompress(bytes(obj)))
>>>
>>> with SqliteDict("example.sqlite", encode=my_encode, decode=my_decode) as mydict: ...
-
LibOPF
...
- Datasets
- Examples of scripts
- Tools
- Accuracy computation
- Fixed bugs
- Additional Information
Installation
============
On Unix systems, decompress the LibOPF.tar.bz2 file (use tar -xvjf
LibOPF.tar.bz2) into a directory. The system will create ...
-
jlzop
Decompress lzo files using Hadoop lzop codec
-