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.

125 results

Page 1 of 6; 24 results per page.

Show the canonical directory
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++
Preview of CSS — Hello World
css
205 B
Actual file preview for CSS — Hello World

CSS — Hello World

A minimal stylesheet that centres a heading with grid — the simplest useful CSS file for testing highlighters, CSS parsers, and minifiers.

File
CSS · Css