Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 25 of 221; 24 results per page.

Show the canonical directory
Preview of Build Metadata Manifest (JSON)
json
1.2 KB
Actual file preview for Build Metadata Manifest (JSON)

Build Metadata Manifest (JSON)

The plain build record a CI job writes next to its artifacts (source ref and commit, builder identity, timings, toolchain versions and output digests) from which a provenance statement can be generated. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
JSON · Provenance
Use case
JSON parsingMetadata testing+1· Conversion set
Preview of bun.lock (Text Lockfile)
lock
2.2 KB
Actual file preview for bun.lock (Text Lockfile)

bun.lock (Text Lockfile)

Bun's text lockfile, where each package is a positional array of descriptor, dependency map and integrity string rather than an object: a shape that breaks parsers assuming every lock entry is keyed. Every package, version, hash and licence is fictional: the tree describes nothing real.

File
LOCK · Lockfiles
Use case
JSON parsingConfig parsing+1· Conversion set
Preview of Business Card (OCR fixture)
png
32.2 KB
Actual file preview for Business Card (OCR fixture)

Business Card (OCR fixture)

A rendered business card with a name, title, company, email, phone, and address, paired with a matching vCard so you can measure OCR and contact-extraction accuracy against a known ground truth.

File
PNG · OCR · 900 × 500 px
Use case
OCR testingContact parsing· Paired fixture
Preview of Business Card: vCard (.vcf)
vcf
310 B
Actual file preview for Business Card: vCard (.vcf)

Business Card: vCard (.vcf)

The vCard (.vcf) ground truth for the business-card image: the same name, title, company, email, phone, and address in structured form. The positive reference for testing OCR-to-contact extraction.

File
VCF · OCR
Use case
Contact parsingOCR testing· Paired fixture
Preview of Business Memo Template (DOCX)
docx
36.1 KB
Actual file preview for Business Memo Template (DOCX)

Business Memo Template (DOCX)

An internal memorandum with the standard TO / FROM / DATE / RE header block and a short, realistic body: a ready-to-adapt template for company announcements.

File
DOCX · Memo
Use case
Templates
Preview of Business Report Deck Template (PPTX)
pptx
32.2 KB
Actual file preview for Business Report Deck Template (PPTX)

Business Report Deck Template (PPTX)

A six-slide quarterly business review deck (title, executive summary, revenue by region, customer growth, key findings, and next-quarter priorities) filled with realistic figures.

File
PPTX · Report Deck · 6 slides
Use case
Templates
Preview of BZ2 - Bzip2 Single File
bz2
336 B
Actual file preview for BZ2 - Bzip2 Single File

BZ2 - Bzip2 Single File

A single text file compressed with bzip2: the container-free codec on its own, for testing decompression and codec detection.

File
BZ2 · Compressed · bzip2
Preview of C: Hello World
c
123 B
Actual file preview for C: Hello World

C: Hello World

The classic hello-world in C (an include, main, and printf) for testing highlighters, C compilers, and parsers against the canonical first program.

File
C · C
Preview of C: Linked list (structs, malloc, pointers)
c
941 B
Actual file preview for C: Linked list (structs, malloc, pointers)

C: Linked list (structs, malloc, pointers)

A realistic C program: a singly linked list with a typedef struct, malloc/free memory management, pointer walking, and error handling, for testing highlighters, compilers, and static analysers.

File
C · C
Preview of C# Hello
cs
160 B
Actual file preview for C# Hello

C# Hello

Idiomatic C# hello-world for syntax highlighters and Roslyn-style parsers.

File
CS · Csharp
Preview of C++: Hello World
cpp
135 B
Actual file preview for C++: Hello World

C++: Hello World

The classic hello-world in C++: iostream and std::cout, for testing highlighters, C++ compilers, and parsers.

File
CPP · C++
Preview of C++: Series (class template, STL)
cpp
924 B
Actual file preview for C++: Series (class template, STL)

C++: Series (class template, STL)

A realistic C++ snippet with a class template, STL algorithms (max_element, accumulate), std::move, and range handling, for testing highlighters, g++/clang++, and parsers against real templates.

File
CPP · C++