Flux
1 program
Added 2026-02-12T10:37:16.527984Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 68012fbff8 · authored 2026-02-12T11:37:52+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/fluxExtensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.fx | linguist | primary | 278.8K files |
.flux | linguist | secondary | 13.2K files |
Related languages
LLM-contributed programs
CPU Usage Query
Provenance: commit 68012fbff8 · authored 2026-02-12T11:37:52+01:00 · agent claude-code · model sonnet · WebSearch disabled
from(bucket: "example-bucket")
|> range(start: -1h)
|> filter(fn: (r) => r["_measurement"] == "cpu")
|> filter(fn: (r) => r["_field"] == "usage_system")
|> aggregateWindow(every: 5m, fn: mean)
|> yield(name: "mean")
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)