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 79 of 221; 24 results per page.

Show the canonical directory
Preview of float64 2-D Grid: Exact-Repr CSV Twin (.csv)
csv
1.7 KB
Actual file preview for float64 2-D Grid: Exact-Repr CSV Twin (.csv)

float64 2-D Grid: Exact-Repr CSV Twin (.csv)

Every element of the float64 .npy array written as its shortest round-tripping decimal representation, one row per element in C order. Parsing this text back to float64 reproduces the binary array bit for bit, so it is a usable oracle rather than a lossy printout.

File
CSV · Arrays · 96 rows
Use case
Scientific dataConversion testing+1· Paired fixture
Preview of float64 Subnormal Ladder: Gradual Underflow (.npy)
npy
208 B
Actual file preview for float64 Subnormal Ladder: Gradual Underflow (.npy)

float64 Subnormal Ladder: Gradual Underflow (.npy)

A ten-step ladder from the smallest representable double up across the subnormal boundary into normal range, showing precision degrading to a single significant bit. Any pipeline running with flush-to-zero enabled turns the first eight entries into plain zeros without reporting anything.

File
NPY · Numeric Edges
Use case
Scientific dataError handling· Paired fixture
Preview of float64 Subnormal Ladder: Reference Table (.csv)
csv
865 B
Actual file preview for float64 Subnormal Ladder: Reference Table (.csv)

float64 Subnormal Ladder: Reference Table (.csv)

Each rung of the subnormal ladder with its bit pattern, decimal value, C99 hex float and remaining significant bits, plus the value a flush-to-zero pipeline would produce instead. It makes gradual underflow a table you can diff rather than a behaviour you have to infer.

File
CSV · Numeric Edges · 10 rows
Use case
Scientific dataEditor testing+1· Paired fixture
Preview of float64 to float32 Precision Loss: Paired Array (.npy)
npy
320 B
Actual file preview for float64 to float32 Precision Loss: Paired Array (.npy)

float64 to float32 Precision Loss: Paired Array (.npy)

The precision-loss cases as a two-column float64 array holding the original value beside its float32 round trip, both kept at double width so the difference itself is representable. Subtracting the columns gives the error directly without a second narrowing step.

File
NPY · Numeric Edges
Use case
Scientific dataError handling· Paired fixture
Preview of float64 to float32 Precision Loss: Per-Value Error (.csv)
csv
1.1 KB
Actual file preview for float64 to float32 Precision Loss: Per-Value Error (.csv)

float64 to float32 Precision Loss: Per-Value Error (.csv)

Twelve doubles narrowed to single precision with the absolute, relative and ULP error of each, plus whether the value survived unchanged. It covers the three distinct ways narrowing fails: rounding, overflow to infinity at 1e39, and demotion to a subnormal at 1e-40.

File
CSV · Numeric Edges · 12 rows
Use case
Scientific dataEditor testing+1· Paired fixture
Preview of Floating-Point Summation: Five Orders, Five Answers (.csv)
csv
422 B
Actual file preview for Floating-Point Summation: Five Orders, Five Answers (.csv)

Floating-Point Summation: Five Orders, Five Answers (.csv)

The same 1002 numbers added five different ways, giving results from 0 to 1000 for an exact answer of 1000. Floating-point addition is not associative, and this file is the smallest complete demonstration of what that costs a naive accumulator.

File
CSV · Numeric Edges
Use case
Scientific dataCSV parsing+1· Conversion set
Preview of Fluent Bit: Tail, Enrich and Forward Pipeline (conf)
conf
1.4 KB
Actual file preview for Fluent Bit: Tail, Enrich and Forward Pipeline (conf)

Fluent Bit: Tail, Enrich and Forward Pipeline (conf)

A Fluent Bit configuration in its INI-like section format: a tail input using the CRI multiline parser that reassembles the partial-line fixture, Kubernetes enrichment, a modify filter dropping two of the high-cardinality fields, and a throttle. Keys are space-aligned, not delimited.

File
CONF · Alerts
Use case
ObservabilityConfig parsing+1· Conversion set
Preview of Flutter ARB: English
arb
754 B
Actual file preview for Flutter ARB: English

Flutter ARB: English

A Flutter Application Resource Bundle (English): JSON messages with matching @key metadata (descriptions and typed placeholders) using ICU {name} syntax, as Flutter's gen-l10n consumes.

File
ARB · Flutter
Use case
Localization catalogsInternationalization+1· Conversion set
Preview of Flutter ARB: ICU plurals and typed placeholders (Arabic)
arb
2.4 KB
Actual file preview for Flutter ARB: ICU plurals and typed placeholders (Arabic)

Flutter ARB: ICU plurals and typed placeholders (Arabic)

A Arabic ARB whose plural messages carry an ICU branch for each of the 6 categories ar selects, plus a select message and a summary line with typed placeholders (int with compactLong, and a DateTime with a yMMMd format), which is what makes gen_l10n emit a typed Dart method rather than a plain string.

File
ARB · Flutter
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of Flutter ARB: ICU plurals and typed placeholders (English)
arb
1.9 KB
Actual file preview for Flutter ARB: ICU plurals and typed placeholders (English)

Flutter ARB: ICU plurals and typed placeholders (English)

A English ARB whose plural messages carry an ICU branch for each of the 2 categories en selects, plus a select message and a summary line with typed placeholders (int with compactLong, and a DateTime with a yMMMd format), which is what makes gen_l10n emit a typed Dart method rather than a plain string.

File
ARB · Flutter
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of Flutter ARB: ICU plurals and typed placeholders (Polish)
arb
2.1 KB
Actual file preview for Flutter ARB: ICU plurals and typed placeholders (Polish)

Flutter ARB: ICU plurals and typed placeholders (Polish)

A Polish ARB whose plural messages carry an ICU branch for each of the 4 categories pl selects, plus a select message and a summary line with typed placeholders (int with compactLong, and a DateTime with a yMMMd format), which is what makes gen_l10n emit a typed Dart method rather than a plain string.

File
ARB · Flutter
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of Flutter ARB: ICU plurals and typed placeholders (Welsh)
arb
2.3 KB
Actual file preview for Flutter ARB: ICU plurals and typed placeholders (Welsh)

Flutter ARB: ICU plurals and typed placeholders (Welsh)

A Welsh ARB whose plural messages carry an ICU branch for each of the 6 categories cy selects, plus a select message and a summary line with typed placeholders (int with compactLong, and a DateTime with a yMMMd format), which is what makes gen_l10n emit a typed Dart method rather than a plain string.

File
ARB · Flutter
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of FLV: Flash Video Clip
flv
12.5 KB
Actual file preview for FLV: Flash Video Clip

FLV: Flash Video Clip

The clip as Flash Video (.flv) with H.264: the legacy web-streaming container. For testing FLV demuxing and conversion to MP4.

File
FLV · Flv · 480x270
Preview of Foley Sfx 001
wav
6.2 KB
Actual file preview for Foley Sfx 001

Foley Sfx 001

Short deterministic foley waveform 001 in the foley-sfx set, tuned for repeatable trimming, gain, loop, and export checks. Stable P8 artifact p8-audio-001.

File
WAV · Foley Sfx · 8000
Preview of Foley Sfx 002
wav
7.1 KB
Actual file preview for Foley Sfx 002

Foley Sfx 002

Short deterministic foley waveform 002 in the foley-sfx set, tuned for repeatable trimming, gain, loop, and export checks. Stable P8 artifact p8-audio-002.

File
WAV · Foley Sfx · 8000
Preview of Foley Sfx 003
wav
11.9 KB
Actual file preview for Foley Sfx 003

Foley Sfx 003

Short deterministic foley waveform 003 in the foley-sfx set, tuned for repeatable trimming, gain, loop, and export checks. Stable P8 artifact p8-audio-003.

File
WAV · Foley Sfx · 12000
Preview of Foley Sfx 004
wav
8.8 KB
Actual file preview for Foley Sfx 004

Foley Sfx 004

Short deterministic foley waveform 004 in the foley-sfx set, tuned for repeatable trimming, gain, loop, and export checks. Stable P8 artifact p8-audio-004.

File
WAV · Foley Sfx · 8000