SCEPTRE
1 program
Added 2026-02-10T15:12:19Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Systems Circuit Evaluation Program with Time-Reference to an External Source
Provenance: commit 5bb72e50f8 · authored 2026-02-10T16:13:14+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
RC Low-Pass Filter
Provenance: commit 5bb72e50f8 · authored 2026-02-10T16:13:14+01:00 · agent claude-code · model sonnet · WebSearch disabled
* RC LOW-PASS FILTER CIRCUIT
* Simple resistor-capacitor circuit analysis
R1 1 2 1000
C1 2 0 1E-6
V1 1 0 AC 1
AC DEC 10 1 10000
PRINT AC V(2)
END