Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringclasses
2 values
type
stringclasses
2 values
title
stringclasses
2 values
url
stringclasses
2 values
description
stringclasses
2 values
github_repo
repo
Nulla (source code)
https://github.com/Tsoxer/nulla
Main GitHub repository for the Nulla bootstrapper and docs
hf_space
space
Nulla demo (Hugging Face Space)
https://huggingface.co/spaces/Tsoxer/nulla
Click to view the demo/trailer (YouTube is hosted on the Space page)

Nulla v0.0.7

Nulla banner

Nulla: Project Links (Hugging Face Dataset)

This Hugging Face dataset repository contains a small, machine-readable CSV table of official/public links for the Nulla project.

Main GitHub repo (project source + full docs): https://github.com/Tsoxer/nulla

Hugging Face Space (demo page with embedded YouTube trailer): https://huggingface.co/spaces/Tsoxer/nulla

Dataset contents

  • links.csv — a single table with these columns:
    • id: short stable key (NOT a URL), e.g. github_repo, youtube_demo
    • type: category label (repo / release / video / docs / community / etc.)
    • title: what humans see (e.g. “Nulla releases”)
    • url: the actual link (GitHub, YouTube, etc.)
    • description: one-line explanation of the link

Intended use

  • Provide a stable “official links index” for humans and tools
  • Let others programmatically fetch the canonical Nulla resources

How to load (Python)

from datasets import load_dataset

ds = load_dataset("Tsoxer/nulla")
print(ds)
print(ds["train"][0])
Downloads last month
13

Space using Tsoxer/nulla 1