Ever wanted to archive your own copy of articles you enjoyed reading and to be able to search through them?
Archivable Data Transfer Object and NormalizedAsset Entities for archiving web pages and their assets
Attempt at guessing stuff, summarize content, based on raw text. A naïve Natural Language Processing toolkit.
Normalize URLs to be valid filesystem paths for archiving web pages and their assets
Pure-Rust Bethesda BA2 and BSA archive reader, extractor, and writer
Inspect, extract, create, and update Bethesda BSA and BA2 archives
CLI crate for nils-plan-archive in the nils-cli workspace.
EPICS Archiver Appliance — Rust port. Channel-Access / pvAccess archiver with HTTP retrieval API and 3-tier PlainPB storage.
Lightweight 4chan board archive software (like Foolfuuka), in Rust
Random-access, seekable .tar.zst archives with an embedded table-of-contents index
CLI tool for tracking JSON file changes over time using delta-based archives
An archive editor for a custom smnarchive format (.smn)
High-performance parser for World of Warcraft MPQ archives with parallel processing support
Curve25519 Parser - DER/PEM parser for OpenSSL Ed25519 / X25519 keys
Curve25519 Parser - DER/PEM parser for OpenSSL Ed25519 / X25519 keys
list and extract RAR archives. Actively maintained fork of unrar.
Automatically generate post archives by dates, tags, and categories.
A simple interface to various archive formats
Official AWS Ruby gem for Amazon Kinesis Video Streams Archived Media (Kinesis Video Archived Media). This gem is part of the AWS SDK for Ruby.
Ruby library to work with HTTP archives
Module for the 'fog' gem to support Internet Archive.
Archive::Zip provides a simple Ruby-esque interface to creating, extracting, and updating ZIP archives. This implementation is 100% Ruby and loosely modeled on the archive creation and extraction capabilities of InfoZip's zip and unzip tools.
Automatically generate collections archives by dates, tags, and categories.
Saves html and pdfs of websites.
Capistrano deployment from an archive on Amazon S3.
Automatically generate post archives by dates, and any front matter attribute.
Darwin Core Archive is the current standard exchange format for GLobal Names Architecture modules. This gem makes it easy to incorporate files in Darwin Core Archive format into a ruby project.
*Atomic archiving/unarchiving for ActiveRecord-based apps* We had the problem that acts_as_paranoid and similar plugins/gems always work on a record by record basis and made it very difficult to restore records atomically (or archive them, for that matter). Because the archive and unarchive methods are in transactions, and every archival record involved gets the same archive number upon archiving, you can easily restore or remove an entire set of records without having to worry about partial deletion or restoration. Additionally, other plugins generally screw with how destroy/delete work. We don't because we actually want to be able to destroy records.