Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

131 results

Page 3 of 6; 24 results per page.

Show the canonical directory
Preview of TAR - PAX Global Extended Header
tar
10 KB
Actual file preview for TAR - PAX Global Extended Header

TAR - PAX Global Extended Header

A PAX 'g' global extended header leads the stream, carrying archive-wide key=value records including a vendor-prefixed pair. Readers must apply it to every following member and must not list it as a file - a mistake that shows up as a phantom entry named 'pax_global_header'.

File
TAR · Tar Format · 3 members
Use case
Conversion testingMetadata testing· Conversion set
Preview of TAR - PAX GNU.sparse 1.0
tar
5 KB
Actual file preview for TAR - PAX GNU.sparse 1.0

TAR - PAX GNU.sparse 1.0

The same 1 MiB sparse file in the modern encoding: an 'x' extended header declares GNU.sparse 1.0 and the real name and size, and the segment map is decimal text at the beginning of the member's own data rather than in the header. A reader that honours the records must also strip the GNUSparseFile.0/ prefix from the name it reports.

File
TAR · Tar Sparse · 2 members
Use case
Conversion testingMetadata testing· Conversion set
Preview of TAR - PAX Path Header
tar
10 KB
Actual file preview for TAR - PAX Path Header

TAR - PAX Path Header

A 125-character path whose long component contains no slash at all, so the USTAR prefix field cannot store it. This archive uses a preceding 'x' extended header carrying a path= record in UTF-8. Its group siblings encode the same class of path with the other two mechanisms.

File
TAR · Tar Format · 2 members
Use case
Conversion testingError handling· Conversion set
Preview of TAR - PAX UTF-8 Member Names
tar
10 KB
Actual file preview for TAR - PAX UTF-8 Member Names

TAR - PAX UTF-8 Member Names

PAX is the only tar variant that says what encoding its names are in: extended-header records are UTF-8 by definition. These three members carry accented Spanish and Japanese path components, so a reader that applies a locale-dependent guess instead of trusting the format produces mojibake on exactly this file.

File
TAR · Tar Format · 3 members
Use case
Conversion testingEncoding detection· Conversion set
Preview of TAR - Symlink Member
tar
10 KB
Actual file preview for TAR - Symlink Member

TAR - Symlink Member

share/current.csv is a symbolic link: typeflag '2', size 0, and the target carried in the header's 100-byte linkname field rather than in any data blocks. The target is relative and stays inside the archive, so extraction is safe with or without symlink support.

File
TAR · Tar Records · 3 members
Use case
Conversion testingMetadata testing· Conversion set
Preview of TAR - Trailing Data After the End Blocks
tar
4.2 KB
Actual file preview for TAR - Trailing Data After the End Blocks

TAR - Trailing Data After the End Blocks

A complete tar with 218 bytes of plain text appended after the end-of-archive blocks. A reader must stop at those blocks; one that keeps scanning finds a block whose checksum does not verify and may report the whole archive as corrupt instead of ignoring bytes that were never part of it.

File
TAR · Tar Stream · 3 members
Use case
Conversion testingError handling· Conversion set
Preview of TAR - Uncompressed
tar
10 KB
Actual file preview for TAR - Uncompressed

TAR - Uncompressed

A uncompressed USTAR of a small source tree — for testing tar extraction and the TAR container. Member timestamps are fixed for reproducibility.

File
TAR · Tarball · 4 members
Preview of TAR - USTAR Format
tar
10 KB
Actual file preview for TAR - USTAR Format

TAR - USTAR Format

The 1988 POSIX format: 512-byte headers, octal numeric fields, names split across a 155-byte prefix and a 100-byte name, and no mechanism at all for anything that does not fit - including the access and change times its siblings carry. All three archives in this group hold byte-identical members with identical ownership and modification times, so any other difference a reader reports between them comes from the header encoding alone.

File
TAR · Tar Format · 3 members
Use case
Conversion testingMetadata testing· Conversion set
Preview of TAR - USTAR Prefix-Split Path
tar
10 KB
Actual file preview for TAR - USTAR Prefix-Split Path

TAR - USTAR Prefix-Split Path

A 141-character path stored the only way plain USTAR can store one: split at a slash across the header's 155-byte prefix field and its 100-byte name field. Readers that ignore the prefix field report the truncated tail and write the file to the wrong place.

File
TAR · Tar Format · 2 members
Use case
Conversion testingError handling· Conversion set
Preview of TAR Containing Three ZIP Archives
tar
5.5 KB
Actual file preview for TAR Containing Three ZIP Archives

TAR Containing Three ZIP Archives

A tar carrying three ZIPs: two byte-identical and a third holding the same content stored rather than deflated. A deduplicating packer should notice the first two are the same object; a content-addressed one should notice all three extract to the same files.

File
TAR · Nested Mixed · 4 members
Use case
Conversion testingCompression testing· Conversion set
Preview of TAR.BZ2 - Bzip2 Tarball
tbz2
668 B
Actual file preview for TAR.BZ2 - Bzip2 Tarball

TAR.BZ2 - Bzip2 Tarball

A bzip2-compressed tar of a small source tree — for testing tar extraction and the TBZ2 container. Member timestamps are fixed for reproducibility.

File
TBZ2 · Tarball · 4 members
Preview of TAR.GZ - Gzip Tarball
tgz
637 B
Actual file preview for TAR.GZ - Gzip Tarball

TAR.GZ - Gzip Tarball

A gzip-compressed tar of a small source tree — for testing tar extraction and the TGZ container. Member timestamps are fixed for reproducibility.

File
TGZ · Tarball · 4 members
Preview of TAR.XZ - XZ Tarball
txz
716 B
Actual file preview for TAR.XZ - XZ Tarball

TAR.XZ - XZ Tarball

A xz/LZMA-compressed tar of a small source tree — for testing tar extraction and the TXZ container. Member timestamps are fixed for reproducibility.

File
TXZ · Tarball · 4 members
Preview of TAR.ZST — intentionally corrupt frame header
tar.zst
157 B
Actual file preview for TAR.ZST — intentionally corrupt frame header

TAR.ZST — intentionally corrupt frame header

Tiny intentionally corrupt TAR.ZST with preserved Zstandard magic and a deliberately damaged frame-header byte so strict decompressors reject it before extraction Stable P8 artifact p8-convert-tar-zst-intentionally-corrupt.

File
TAR.ZST · P8 Convert · 2 members
Use case
Conversion testingCompression testing· Conversion set
Preview of TBZ2 - Empty Archive
tbz2
42 B
Actual file preview for TBZ2 - Empty Archive

TBZ2 - Empty Archive

The empty tar under bzip2. Its payload is 1024 identical bytes, which is the run-length case bzip2's block sorter treats specially, so this doubles as the smallest sane bzip2 stream to test a decoder against.

File
TBZ2 · Empty · 0 members
Use case
Conversion testingError handling+1· Conversion set
Preview of TGZ - Empty Archive
tgz
29 B
Actual file preview for TGZ - Empty Archive

TGZ - Empty Archive

The empty tar wrapped in gzip, which is what `tar czf` produces from an empty directory. The gzip header and trailer are still there and still have to parse, so this separates 'cannot read the codec' from 'read the codec and found nothing inside'.

File
TGZ · Empty · 0 members
Use case
Conversion testingError handling· Conversion set
Preview of TGZ Containing a TGZ
tgz
634 B
Actual file preview for TGZ Containing a TGZ

TGZ Containing a TGZ

A gzipped tar whose second member is another gzipped tar. Tools that apply decompression greedily - gunzip until the bytes stop being gzip - skip straight past the outer tar and report the inner archive's two members as if they were the whole thing.

File
TGZ · Nested Mixed
Use case
Conversion testingCompression testing· Conversion set
Preview of Unix ar Archive
ar
316 B
Actual file preview for Unix ar Archive

Unix ar Archive

A Unix ar archive with three members — the simple format that backs static libraries (.a) and Debian packages (.deb). Hand-written to spec; for testing ar extractors and archive tooling.

File
AR · Unix · 3 members
Preview of WARC — Multi-Record SAMPLE
warc
1.1 KB
Actual file preview for WARC — Multi-Record SAMPLE

WARC — Multi-Record SAMPLE

Multi-record WARC 1.0 SAMPLE (warcinfo + responses + resource) for web-archive tooling.

File
WARC · Warc · 4 records
Preview of WARC — Web Archive
warc
849 B
Actual file preview for WARC — Web Archive

WARC — Web Archive

A minimal WARC 1.0 web archive with a warcinfo record and an HTTP response record capturing a small HTML page — for testing WARC parsers and web-archive tooling.

File
WARC · Web
Preview of XZ - XZ Single File
xz
380 B
Actual file preview for XZ - XZ Single File

XZ - XZ Single File

A single text file compressed with xz/LZMA — the container-free codec on its own, for testing decompression and codec detection.

File
XZ · Compressed · xz/LZMA
Preview of ZIP - All Members Deflate
zip
723 B
Actual file preview for ZIP - All Members Deflate

ZIP - All Members Deflate

A ZIP whose every member uses compression method 8 (deflate). Its twin holds byte-identical content under the other method, so an extractor, a size estimator, or a repacking pipeline can be compared on the same payload with only the storage method changed.

File
ZIP · Zip Structure · 3 members
Use case
Conversion testingCompression testing· Conversion set
Preview of ZIP - All Members Stored
zip
917 B
Actual file preview for ZIP - All Members Stored

ZIP - All Members Stored

A ZIP whose every member uses compression method 0 (stored). Its twin holds byte-identical content under the other method, so an extractor, a size estimator, or a repacking pipeline can be compared on the same payload with only the storage method changed.

File
ZIP · Zip Structure · 3 members
Use case
Conversion testingCompression testing· Conversion set