-
-
open_agra
... to the host it's running on. that could be a big problem if the database is sufficiently large
* Decompress backup (on slave) and start the database
* `cap postgresql:replication:setup:apply_snapshot_to_standby`
* Check replication status
* ` ...
-
FastPFor
... .
This library can decode at least 4 billions of compressed integers per second on most
desktop or laptop processors. That is, it can decompress data at a rate of 15 GB/s.
This is significantly faster than generic codecs like gzip, LZO, Snappy or LZ4.
...
-
formly
... to JSON twice.
This release fixes this by:
- Removing extra serialization/de-serialization from the `compress` and `decompress` methods in the form field / widget
- Running a data migration that removes the double serialization for existing entries
...
-
osm2mongo
... .new()
status = common.download("http://download.geofabrik.de/osm/europe/hungary.osm.bz2", "/tmp/")
status = common.decompress(status['path'])
callback = Osm2Mongo::Callbacks.new("osm", collections, 100, common)
common.parse(status['path'])
...
-
ProcessWire-Slovak-Language-Pack
... - podstránka
* choose - vybrať
* clone - klonovať
* confirm - potvrdiť
* currently - aktuálne
* custom - používateľský
* decompress - rozbaliť
* default - predvolený
* define - definovať
* delete - vymazať
* description - popis
* different - odlišný
* ...
-
isz-tool
... file.isz
./isz-tool.py verify file.isz
Verify the CRC of file.isz
./isz-tool.py verify --slow file.isz
Attempt to decompress and verify the CRC of file.isz
./isz-tool.py isz2iso file.isz file.iso
Convert file.isz to an ISO file
License
------- ...
-
tacones
... the Package Manager from the SocialEngine Clients area.
- Decompress the upgrade files, then upload them to the root of your SocialEngine 4 website. You'll notice the ...
-
scbi_distributed_blast
... .gov/blast/executables/release/LATEST/
*You can also use a precompiled version if you like
*To install from source, decompress the downloaded file, cd to the decompressed folder, and issue the following commands:
./configure
make
sudo make install ...
-
StreamingBz2Split
... if the record boundary is '\n'. The splitting happens fast even for
large text files because it does not attempt to decompress the whole file,
instead it only decompresses parts of the file required to handle record
boundaries.
Works with:
Text files, ...
-
JavaFastPFOR
... compressing random integers, you could compress
any data source to nothing, by recursive application of your technique.
This library can decompress integers at a rate of over 1.2 billions per second
(4.5 GB/s). It is significantly faster than generic ...
-