SIMAN
1 program
Added 2026-02-10T21:27:45.631612Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Simulation Analysis
Provenance: commit ed32e92484 · authored 2026-02-11T13:26:41+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/simanRelated languages
LLM-contributed programs
Simple Queue System
Provenance: commit ed32e92484 · authored 2026-02-11T13:26:41+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
BEGIN;
CREATE: EX(1); -- Create entities with exponential interarrival time
QUEUE, WaitLine; -- Place entities in queue
SEIZE: Server; -- Seize the server resource
DELAY: UN(2,4); -- Service time uniformly distributed between 2 and 4
RELEASE: Server; -- Release the server
COUNT: TotalServed; -- Count entities served
DISPOSE; -- Dispose of entities
END;
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.)